August 2011
2 posts
4 tags
The perks of Working at Home
In my lunch break I get to CHOP-CHOP-KNIFE-FOOD-ATTACK
which turns into some tasty Egg-Fried rice
YOM YOM YOM!!
1 tag
Desktop error notifications - FOR NERDS
Hello *nix nerds!
So this morning (yes, before breakfast) I awoke the beast of a poota to see a terminal tailing an error log. The tail command with -f flag outputs any changes made to a file, which is well handy to see live errors on your logfiles etc. So if you run something like this in your terminal:
tail -f /var/log/mysql/error.log
you would see any mysql errors as they happen, which is...