#NoteToSelf
7 entries tagged with #NoteToSelf.
-
How to backup and restore ssh keys on Linux
I just reloaded the OS on my little System76 box and I stumbled around a bit when trying to restore my ssh keys. Here is a note for myself but maybe it can help someone else too.
-
How to add a custom slugify filter to 11ty
During my recent blog migrations, I discovered the new slugify filter handles apostrophes differently. I'd prefer they were dropped. Here are the steps.
-
How I setup a new website on caddy server
I can never remember the exact steps to setup a new website on caddy server. These are my notes for the next time I need to do this.
-
How to setup Calibre to remove DRM from ebooks on Linux
How I set up Calibre and the DeDRM plugin on Linux to make backup copies of the ebooks I've paid for, including the ACSM install failure that trips people up.
-
Setting a conditional variable in Javascript
I'm teaching myself Javascript. I have lots of experience with PowerShell
-
How to create a border-top linear gradient
I was struggling to create a linear gradient top border for a call out section. Here's the solution I landed on.
-
Styling inline SVG images with an external style sheet
Let's take a look at how I updated my in-line SVG images so I could style them with an external style sheet