ssh
Tiny Deploy : a tiny tool for deploying your project
Want to deploy your website (or any given project that needs to be on server X)? Want to perform some tasks before or after the transfer? Want to exclude some files as well? Meet Tiny Deploy: A small shell script I wrote to do just that! Grab it while it’s hot!read further ...Create a (MySQL) SSH tunnel from within Vagrant
Let’s say you have the scenario where you need to connect to a remote (MySQL) database. If you have SSH access to the server you can simply create a SSH tunnel and forward the MySQL port from the remote machine to a port on your local machine. For example: But what if you need to do this in read further ...