Resize large images using ImageMagick and PowerShell A simple tutorial on how to use PowerShell and the ImageMagick CLI to resize images.
Static Shock ⌁ Creating a Static Site with Jekyll (Part 1) Sometimes using static site generators can be a painful and annoying experience. In today's tutorial we take you through setting up a new static site and getting up and running with as minimal fuss as possible!
Setting up SSH and Private Keys A simple article today that hopefully is helpful and that I can also use as a reference in the future! We use SSH and git every day, but we don't set it up every day. This will get you up and running with SSH on Linux or a Unix-like OS in no time.
Let's Embark! Shipping Kubernetes Logs with fluentd, Loggly, and Kustomize (Part 5) Today we're setting up a Kubernetes Logging Solution using Loggly and some simple Kubernetes commands.
Introducting: `go-credentials` `go-credentials` is a library that can be used within Go to build and use simple credentials and configuration files for your CLI tools.
Unhelpful Errors: OpenSSH and "invalid format" If you the `invalid format` error in OpenSSH, give this a try.
Preventing Bad Commit Messages with Git Hooks I always forget to write good git commit messages, it's just not something I've ever been able to prioritise in my mind. Today I setup a tool that will forcibly stop me from doing that: a git message hook.