My Blog

All about my activities, Ideas and everything.

Month: March, 2010

Recursively delete file or folder from sub-directory

I used an example from deleting all .svn from sub-directory. 1rm -rf `find . -type d -name .svn`

Airline guide: legroom and entertainment

Found this article and it is very useful for frequent flyers. Reference: http://www.telegraph.co.uk/travel/columnists/7406578/Airline-guide-legroom-and-entertainment.html

Tutorial : Move WordPress blog to new domain or location

I was going to move my wordpress blog. How the hell I’m supposed to do. Is that gonna affect me so much. Unfortunately, yes, because WordPress uses absolute path to access each page, that means if the URL changes everything will be affected. Apart from re-configure wp-config.php and move everything to the new location. Database [...]