Currently browsing

May 2007

Windows Live Hotmail

I was looking for some code samples when I stumbled on these videos. Microsoft has definitely too much money on their hands!

Wednesday in Lebanon

Just to prove me wrong, the people doing the bombings in Lebanon got outside Beirut for a change. Strike III hit in …

Monday in Lebanon

Should I make a new category for this blog? If so, what would it be: politics or bombings? I was again at …

Sunday in Lebanon

It’s quite an ordinary day: a few terrorists battling the army in the north, the army blocking highways reaching Beirut from the …

Tired

It’s been a while since I wrote anything on this blog. Things have been a bit hektik lately with all the stuff …

Delete Old Files (bash)

find /path/to/dir -mtime +15 -delete It’s a quick and easy solution in Linux. The one liner above would delete all the files …