I have been playing with a few things of late. Mostly related to moving my site off GitHub and using my own domain. As part of that I am just toying with Let’s Encrypt.
I have been doing this during my trial period with Linode.
Today I will document how I set up Let’s Encrypt using DNS as the preferred Challenge.
Use launchd instead of crontab on your Mac
As of Mac OS 10.4
crontab has been depreciated but not ended. So its a good idea to know how to use its replacement under Mac OS. Welcome to Launchd
.
This will be a short guide on how to use launchd in a simple form to replace a crontab job. In my case I am automating the backup of my Plex server. You can see my previous article here
Launchd has a lot of other features. I will not look at them here.
[Read More]Publish your next Hugo blog post automatically using Github Actions
The Challenge
I wanted to be able to publish a new post that has already been written at a future date, without needing to manually publish the article.
[Read More]