A new version of WordPress was released early this week, taking the blogging software up to 4.3 (codename 'Billie'). There doesn't seem to be a lot of 'wow' factors in…
Posted by
By PaulAugust 13, 2015Posted inPDF, Ubuntu
Earlier this week someone sent me a scanned document with each page as a separate JPG file. I prefer to keep documents as single PDFs, as they're easier to file…
WordPress 4.2.4 has been released and includes six fixes for various security holes, ranging from cross-site scripting to SQL injection. As always with security releases, you should update as soon…
WordPress 4.2.3 was released today. It includes a number of security fixes, including a critical cross-site scripting vulnerability, and therefore all users are advised to update as soon as possible.…
At my previous employer I implemented a subset of the Mozilla Open Badges specification in PHP (the reference implementation in Node.js was a pain to deploy on our servers, for…
This morning I needed to format a USB drive in Xubuntu, but I couldn't find the disk utility software. It turns out that it is not installed by default in…
As mentioned in a previous post, I've been looking at my WordPress sites and trying to work out which ones I can convert into static sites. Handling 10+ upgrades each…
Most Linux sysadmins will know this little trick for redirecting standard output and standard error (i.e. 'all' output from a command) to a file: make &> /tmp/build.log However, sometimes you'll…
Mojolicious is a web development framework for Perl, similar to Catalyst but with fewer dependencies and a gentler learning curve. Josette's blog has a two part interview with Sebastian Riedel, one of…
Often in Git you'll want to find a list of commits from a given author or organisation. Fortunately this is a simple enough task with two arguments to git log: git…