I was researching ways of moving to Hugo for my site generator. I looked at a few options and as part of this I came a cross a workflow in github that allows me to store my site in a private repo and then publish the site to a public repo without too much fuss.
[Read More]CI on Github for Python
So I finally thought it was time to start doing some continuous integration testing as well as testing with multiple versions of Python.
[Read More]Back up your Plex Media Server on Mac OS
The Challenge
How to automate the backing up of my Plex Media Server
Solution
A Bash Script
I wanted to automate this process. If I didn’t, it probably wouldn’t get done.
[Read More]Delay Services launch until external drive mount is complete
The Challenge
How to give Drobo time to mount before processes that need access to it begin and hence block it’s mounting by having the mount point in use.
[Read More]