Articles by

Dylan Jacob

Reference

Fun With Git Rebase

This one is going to be a bit different. I'll take most of this from a StackOverflow answer I found that did an excellent job of...

Tutorials

Setup a Pelican site on Azure Static Web Pages with Staticman comments

Pelican is a great tool for creating flat HTML websites like a blog. The utility allows you to create pages using Markdown, and then...

Tutorials

Adventures With Home Assistant

The story so far I've fallen into the giant tar pit known as Home Assistant. For those of you who are familiar, you know what the...

Tutorials

Install Docker and Docker-Compose on an Ubuntu server

Another thing I have to do from time to time, and nearly always have to look up, is installing docker, and docker-compose on an Ubuntu...

Reference

PowerShell Modules and You

Prologue: Ok, whether we need another subjective "Writing PowerShell Modules" article or not, I'm writing this one for me mostly. This...

Tutorials

Upping Your SSH Game

Here is how I create my SSH keys, and why I do it the way I do. For a much more in depth and lengthy explanation, go to...

Tutorials

Setting up SSH and GPG keys for GitHub

I find myself needing to set up SSH and GPG keys for use with GitHub, Bitbucket, GitLab and other similar services rather frequently....

Tutorials

Docker on Ubuntu but really it's Windows

If you are running Windows Subsystem for Linux and trying to use docker desktop, you may find yourself getting permission denied...