Grub Reboot Picker - boot into other OSes and BIOS/UEFI from system tray
Grub Reboot Picker is a tray application that helps you reboot into other operating systems or kernels, UEFI, BIOS, or just reboot.
Setting up a WSL1 dev environment from the command line
Steps that I take to install WSL with Ubuntu, and set up a dev environment to work with Docker, correct permissions and a few other tweaks, on Windows 10. I’ll…
How to set the title of a tab in terminal
Both gnome-terminal in Ubuntu as well as Windows Terminal with bash allow you to set the title of the current tab you’re working in. This can be useful if you’re…
How to use KeepassXC to serve SSH keys to WSL1 and Ubuntu
KeePassXC is an alternative to KeePass 2; an interesting feature is that it has SSH agent support built in, rather than supplied via a plugin. It can be used to…
Preparing a Raspberry Pi Zero with WiFi and SSH
When working with a Raspberry Pi Zero W, as there is no network port, you will need to enable WiFi and SSH as well so that you can connect to…
Running a Selenium Grid cheaply with Fargate Spot containers in AWS ECS
Here I will go over a Terraform script to help with running a cheap Selenium Grid, in an AWS ECS cluster, with the containers managed by Fargate Spot instances. To…
Securely wipe an SSD with its built in commands
Modern SSDs now come with built in commands that can wipe a disk for you. This is an action that should normally be performed when you’re about to give/sell it…