Configuration options to fix some phpMyAdmin annoyances

I use phpMyAdmin as a PHP web based manager for MySQL, but find a few of the default configuration options "out of the box" a little annoying. This post shows some useful modifications to the defaults to make phpMyAdmin more usable, in my opinion.

How to tunnel port 25 with SSH

If you’re a web developer like me who needs to test sending emails from a development version of a website, but your ISP blocks port 25 outbound, then it’s possible to set up a "tunnel" via SSH. You then send mail to port 25 on localhost and it actually sends the mail from the server at the other end.

Change Mac OS X DNS servers from the command line

I frequently need to change the DNS servers I use on my Mac and it can be quite a convoluted process to switch them around using the GUI settings. This post shows how quickly you can change between DNS server settings from the command line using terminal.

Categories OSX

Disable the screenshot shadow on Mac OS X

When you take screenshots on Mac OS X there’s a shadow around the screenshot by default. This post shows how to disable the shadow from the screenshot and how to subsequently restore the shadow.

Categories OSX