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`
I used an example from deleting all .svn from sub-directory. 1rm -rf `find . -type d -name .svn`
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
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 [...]