Posts tagged with "shell"

Install fonts on ubuntu

The other day I needed to install some fonts on our ubuntu server that were needed for an email script. Not something...

Git branch workflow

I have three environments: local (development) test production Usually you want to try out a new feature and then...

MySQL SSH tunnel

If your MySQL server is configured to only accept local connections, then you can't connect remotely by just specifying...