Home » Tips
Using LetsEncrypt with Ubiquiti Unifi Video server
I’ve spent a lot of time scratching my head trying to get LetsEncrypt, or more accurately certbot working with Ubiquiti UniFi Video server, especially auto-renewing the certificate every month or so. I found two posts on the Ubiquiti…
Read More »SQL Tips – List of Countries (2018 revision)
Over nine years ago, I published a SQL and tab delimited list of countries sourced from Wikipedia and ISO. After numerous comments about it being out of date, here is an updated version….. The data was sourced from…
Read More »Setting up a CA SSL certificate in hMailServer
I’m a big fan of hMailServer, but the documentation for setting up SSL certificates and the certification chain is a bit lacking. The easiest way to check if hMailServer is setup correctly is to use OpenSSL. openssl.exe s_client…
Read More »1,500,000,000 the Epochening
Don’t forget that at 2:40am, 14 July 2017 (UTC) the Linux epoch will hit 1,500,000,000 (1.5 Gigaseconds). Visit https://www.john.geek.nz/epoch to watch the excitement! It hit 1,000,000,000 back in September 2001 and it won’t hit 2,000,000,000 until May 2033.
Read More »iPhone templates for UI prototypes
I’ve recently started doing a lot of development for the iPhone and iPad and I wanted to be able to sketch layouts on paper. Now it’s one thing to draw a rough iPhone layout, but it’s another to…
Read More »Converting PDF files to HTML on Ubuntu
It’s very easy to convert PDFs to HTML on Ubuntu. The command is pdftohtml
Read More »Downloading routes from a GlobalSat DG-100 with gpsbabel on Linux
This is a GlobalSat DG-100 It’s an amazing piece of Kit, but the software that comes with it is absolutely rubbish. You can download all of the routes (and delete them from the unit) in one simple command…
Read More »Stopping Javascript from resizing the window in Firefox
One of my pet hates on the internet is shopping sites which resize the window when you’re looking at a zoomed in image. Not all of us still use a windowed browser, in fact, most people now use…
Read More »Combining two images with ImageMagick
To combine two images of the same size with ImageMagick, you simply do the following: The following will overlay overlay.png on top of output.png mogrify -draw "image SrcOver 0,0 0,0 ‘overlay.png’" output.pngmogrify -draw "image SrcOver 0,0 0,0 ‘overlay.png’"…
Read More »