Monthly Archives: August 2010

Keeping Your Apache Server Name The Same

Just blogging this for future reference:- Using several aliases on the same domain and keeping the same apache server name for all can be achieved …

View more

Tagged: Leave a Comment

Link MAMP & mysql to mac os x terminal

Last night I trawled the internet trying to find the answer to how to hook up my mac os x terminal to my mamp mysql …

View more

Tagged: 1 Comment

Recursively delete .svn folders from a folder or directory

Use this simple command to find and delete .svn subversion folders from within a folder or directory using mac linux terminal command line. find ./ …

View more

Tagged: Leave a Comment