Tag Archives: ssh

Add SSH Key to authorized_keys in one line

This is a great little one liner, to publish your local SSH key to any server you need to work with in one simple line. …

View more

Tagged: Leave a Comment

How to tunnel a mysql connection to your remote server

Today I spent alot of the day sorting our development techniques to bring a best practise into what we do. We needed to both be …

View more

Tagged: Leave a Comment

How to remove a entire directory, files and sub directories using mac terminal

Terminal Mac Simply use the following command: rm -rf /sites/yoursite/http2 This will force remove all files and folders under the toplevel folder you specified so …

View more

Tagged: Leave a Comment

Mysql dump a backup using terminal & ssh/ shell

I decided today to take a backup of a database in the usual way using phpmyadmins export facility. I exported it to a zip file …

View more

Tagged: 1 Comment