Archive for October, 2009
Volume IP-to-Country lookup using bash and php
0 Comments Published October 8th, 2009 in bash, monitoring, Open Source.Today I have encountered a problem, where I need to do some statistics on certain activity in my apache log. Depends on your purpose, you have to define it. Firstly I grep all the IP that I need to do the lookup using bash. cat domain.log | cut -d’ ‘ -f1 | sort -u > [...]
Speed up your website loading time – nginx
1 Comment Published October 2nd, 2009 in performance, plugins, Wordpress.In my previous article I have wrote on how to store your files on Amazon S3 to distribute the file over different server. In one perspective, its not a really good solutions, as the content serve by my web server and Amazon S3 might have different latency, and will affect my users browsing experience in [...]



