In earlier post, I've shown how to setup internet connection sharing (ICS) with iptables. This is sufficient for standard services sharing, but it won't work for SAP Stream. If you want to setup multicast forwarding, you need to enable igmpproxy.
Monday, May 26, 2014
Thursday, May 22, 2014
Useful commands
This post summarizes few interesting and useful commands, some of them are from commandlinefu page.
Sunday, May 18, 2014
Replacing login manager with tty
This post describes how to disable login manager and use only tty to start desktop environment.
Also it shows how to create fancy image as welcome screen for tty login.
Also it shows how to create fancy image as welcome screen for tty login.
Wednesday, May 14, 2014
Setting up tor proxy
Tor is an anonymizing network, designed to enhance your privacy on internet. You can easily install an tor daemon and setup it as your proxy, to start private browsing. This post shows how to do this.
Saturday, May 3, 2014
Bash Specialities, part 3
This part shows examples for bash string manipulation: string matching and replacing, some substring operations and positional parameters operations.
Thursday, May 1, 2014
Loadbalancing owncloud with HA Proxy
This post shows more advanced loadbalancing for owncloud service. The primary concept is inspired by owncloud with dedicated php-fpm service post.
This architecture is more advanced and provides better scalability for load division and therefore better performance.
Performance is crucial factor for such a service providence and a single Raspberry Pi doesn't have much of it. This architecture (2 loadbalanced Raspberry Pi's) provides 33% performance increase and offers easily to connect more nodes.
This architecture is more advanced and provides better scalability for load division and therefore better performance.
Performance is crucial factor for such a service providence and a single Raspberry Pi doesn't have much of it. This architecture (2 loadbalanced Raspberry Pi's) provides 33% performance increase and offers easily to connect more nodes.