Bash A Basic Directories Diff Need to find out if two directories contain the same files? Here's how to do it in a basic fashion. As a Github Gist.
Ghost Getting All Draft Posts from Ghost Mirroring your glorious Ghost blog but missing out on those drafts you don't want the world to see just yet? Here's how to download them using the Admin API.
macOS Batch Rotating Images on macOS Need to rotate a bunch of images on macOS but don't want to use Preview? Here's how to do it in Terminal using native tools.
Cybersecurity Keeping cURL's Hands Out of the Cookie Jar Using cURL and having to store cookies between requests but don't want to save them to file? Here's how to keep them purely in memory.
Thoughts My Reading List Want to know what makes me tick? Then a selection of books I've read in the past should give you an insight into what has shaped and influenced my thinking.
Photography Geotagging Photos with ExifTool A pile of great photos at hand? But the locations only in your head? Here's how to geotag those photos using Bash and ExifTool.
Photography Why I Geotag My Photos Geotagged photos know where they were taken. If your camera doesn't already do so, Bash and ExifTool is all you really need for that. Here's how.
Cybersecurity Ready to Use OpenVPN Servers in AWS For Everyone Reclaim some lost privacy and security by using a fully automated OpenVPN server solution in AWS! Readily available as a one-stop Terraform module on GitHub.
YouTube2Audiobook Continuously Listen to YouTube Audiobooks on Your Phone An end-to-end solution for downloading any YouTube video as an audiobook and listening to it on your phone. While keeping track of playback positions. Even during app restarts and system reboots. Readily available as a Bash script on GitHub.
Bash Transfer Files to Your Mobile By Scanning a QR Code Easily transfer the contents of any directory from your Mac to your mobile using Python and an automatically generated QR code. Readily available as a Bash script on GitHub.