Apache logs ...

While troubleshooting apache webserver, it would be helpful to have an idea of what are the various status code for HTTP. e.g. 192.168.168.168 – – [09/Feb/2008:14:03:26 +0800] “POST /index.php/display/refresh HTTP/1.1” 200 – “http://www.takizo.com/blog/…” … the above log entry would mean…

Downgrade package in Debian

  For some reason, the recent Icedove (aka Thunderbird) version 20.0.0.9-3 in Debian does not work with the latest Enigmail version 0.95.6. No choice, got to downgrade it back to Icedove version 1.5. How ? No worries, apt is a…

vim - search & replace

was searching what is the escape sequence for tab & return, found this cheat sheet. Anyway, below are the common ones : shamelessly plug it from Laurent Grégoire home page. Thanks Laurent !!!

Lately I am working on a simple online test system which doesn’t take up much of my to write the code from scratch. One of my favorite is using propel to generate the admin panel, it’s so easy, quick and…