25Jan/14

Reverse and Forward Proxy – Notes – Load Balancers – Reverse SSH Proxy

proxy server ############# ############# Read this quickly first (short reads): http://stackoverflow.com/questions/224664/difference-between-proxy-server-and-reverse-proxy-server http://www.f5.com/glossary/load-balancer/ http://www.f5.com/glossary/load-balancing/ http://www.f5.com/glossary/reverse-proxy/   My notes from above reading (and much more)   Forward and reverse proxy are easy to understand,Read More…

22Jan/14

HOW TO INSTALL IPYTHON NOTEBOOK FROM SCRATCH ON DEBIAN 7 – WITH PYLAB INLINE FOR CHARTS AND STUFF

HOW TO INSTALL IPYTHON FROM SCRATCH ON DEBIAN 7 ################################################ Links that I used to get this information and install ipython with: Installation and uninstallation: http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/install.html http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/uninstall.html Configuration & General: http://askubuntu.com/questions/335883/how-to-use-the-newest-ipython-in-ubuntu12-04 http://ipython.org/ipython-doc/rel-1.1.0/interactive/public_server.htmlRead More…

20Jan/14

IPTABLES – better version for webserver like wordpress

Thanks to: http://bencane.com/2012/09/17/iptables-linux-firewall-rules-for-a-basic-web-server/ http://www.linux.org/threads/base-iptables-rules-that-will-apply-to-virtually-any-web-server.10/ (used this script with modifications) NOTES: Here is a simple script that allows all outbound connections and the inbound connections coming back from those outbound connections (conntrack). AlsoRead More…