Pandoc commands

I wrote about Pandoc last year, but I’m using it more and more and I’ve found myself editing the original post a fair few times. This is the updated 2016 version that gathers together useful commands I’ve learned so far. Last year I found myself needing to do a lot of document conversion, and maintaining … Read more

Software update scripts

Mac OS X #!/bin/bash echo “updateall v.1.1 for OS X. This software will upgrade all your Apple/Homebrew software.” # Run this as a normal user. Your admin password will be asked for if required. # Update all Apple software (requires admin password at this point) sudo softwareupdate -i -a # Update all software installed via … Read more

WordPress troubleshooting

I’ve done a fair bit of WordPress troubleshooting over the last few weeks, including moving sites from one server to another and upgrading server operating systems. While a lot of this isn’t probably that interesting, I did come across a few things that might help other people undertaking similar tasks. My method for moving content … Read more