Check open ports on Linux
To run a scan on the port status on a Linux box, you can use the Nmap tool: nmap -sT…
Vagrant – Errors trying to start
Using Vagrant as a dev environment is great apart from when it goes arry after an OS crash, or battery…
Saving username and password OpenVPN config
I use the openvpn command line to connect to a certain VPN site, and I get annoyed at having to…
Passing variable as key in jQuery ajax
I wanted to pass a simple key/value string to an Ajax request, but you cannot simply use the variable as…
Change jQuery autosuggest to 2 column dropdown
I often have the problem that the autosuggest isn’t flexible enough, and I need to show contact name AND client…
Log in to SSH with no password
So you want to have your password remembered by a remote SSH connection? Easy, following these steps On your local…
jQuery tablesorter custom date sort
I needed a custom sort column for jquery tablesorter (http://tablesorter.com/docs/) for dates in the format of 12-Aug-2013 as the default…
Enabling SVN log message editing
Subversion, by default will stop you from editing a log message after its been committed. This is because SVN has…
MySQL Profiling
MySQL allows you to profile queries, enabling you to see whats being run on your server. They are stored in…
wkhtmltopdf repeat on subsequent pages
wkhtmltopdf has a bug as a result of a webkit bug. This means that the nice css styles for table…
wkhtmltopdf has a bug as a result of a webkit bug. This means that the nice css styles for table…