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…

It took me a while to find the correct tools for detecting it. Here it is : – apt-get install xresprobe – take note of the output from “ddcprobe” (this command will only available after the previous step) – change…

Set time & date automatically in KDE

For NTP use in KDE : – apt-get install ntpdate – right click on the clock on the “panel” and click “adjust date & time” – tick ” Set date and time automatically” – click “OK” Voila !!!

For some reason, my debian box does not enable my NIC’s gigabit capability. The manual way is : 1. apt-get install ethtool 2. ethtool <interface> -s speed <link speed> duplex full autoneg off – e.g. ethtool eth0 -s speed 100…

Regular Expression Cheat Sheet

for you out there always trying to grep, ls, vi and etc … love jack daniels and he will have something for you … Here is it … 20090204 Update : The site have change the URL http://www.addedbytes.com/cheat-sheets/.