Thursday, February 23, 2012

memcache ngnix ethernet bonding

Source:

http://www.kutukupret.com/2011/05/12/nginx-memcached-module-and-php/

http://www.kutukupret.com/2011/06/13/monitoring-and-debugging-memcached-server-using-phpmemcachedadmin/

http://www.ruby-forum.com/topic/207085

http://www.componentix.com/blog/18/hosting-grails-web-applications-using-tomcat-and-nginx-our-configuration

http://f.souza.cc/2010/12/killer-java-applications-server-with-nginx-and-memcached/

ethernet bond

http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html

rsync with delete option and different ssh port

How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr   --delete-before  -e "ssh -p $portNumber"  /local...