A while ago my blog started to act up by randomly showing translated pages in place of the desired language. The culprit was a Wordpress caching plugin (Hyper Cache) that started to misbehave with the latest upgrade. I promptly disabled it and went on a search for a replacement.
As you may have read in one of my previous blog entries, specifically “NginX and Apache, but no memcached”, I prefer to use NginX as the front-end serving static files, and Apache as a back-end dealing with the dynamic pages. So it would be ideal if NginX could serve up static Wordpress files, which is exactly what I am doing now with the help of WP Super Cache. View Full Article »
A few days ago I posted a short blog about DNS performance benchmarking by Google using namebench. After the rather surprising results, I decided to replace the primary upstream DNS server with OpenDNS.
Once I had run the namebench too again, the results were showing a huge leap in performance. But strikingly, BT’s DNS servers were still faster than my own local servers. Jonathan, the resident monkey, also commented about this based on his own tests. It seems that there might be something amiss with the namebench tool (and I shall dutifully point this out to Google, to see what they have to say). View Full Article »
Today I came across namebench by Google, a DNS (domain name system) benchmarking tool and gave it a try. To my surprise, namebench determined that a DNS server owned by BT and located in the UK was faster than my own or my provider’s DNS servers, both of which are located in France.
In fact, this is the damning message that namebench gave me: View Full Article »

Like anyone else, at times I forget how to do certain things when it comes to networking.
Here are a few reminders / tips specific to Debian and Ubuntu.
View Full Article »
I really like the efficiency and simplicity of the NginX web server (pron.: “Engine X”). In one of my previous blurbs, “NginX and Apache, but no memcached”, I gave some numbers on how well it performed on a no-frills server.
For Debian and Ubuntu users installing NginX couldn’t be easier. Simply issue the command apt-get install nginx command and do some basic configuration.
However, the version availble in the Debian and Ubuntu’s package repositories has not been compiled with IPv6 support. If you need this, or if you prefer to use bleeding-edge technology, then compiling NginX is the solution. View Full Article »