-
-
Tag Cloud
browser desktop development domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql pdf php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
recursive Archive
-
Find & replace text within multiple files in a folder recursively in MacOSX
Posted on August 11, 2010 | No CommentsToday I looked at my old project codes and find out that I’ve put a lot of hard-code value, but couldn’t remember in which files the value is hard-code. So,... -
Access Forbidden error when accessing security page of XAMPP
Posted on March 31, 2009 | 2 CommentsTry to access the security page of XAMPP (http://localhost/security/) and if you get an Access Forbidden Error then here is a simple solution to get rid of the error message + Go... -
How to delete all .svn folders recursively
Posted on November 29, 2008 | 1 CommentYou might need to do this sometimes, tt’s as simple as this: On Linux / MacOSX: cd /path/to/the/folder rm -rf `find . -name .svn` On Windows Create a .bat file... -
wget recursive download
Posted on October 27, 2008 | 1 CommentOkay, here is a quick way to get everything recursively downloaded using wget $wget -rkp -np <url here>