Setting up an Auth0 secured Angular application with dynamic runtime loaded configuration
How to set up an Angular application. Secured with Auth0 logins and protected API requests. With the configuration loaded dynamically via a web request.
Privacy - running untrusted apps safely using the Shelter app
Sometimes you may need to run an app that you’re not comfortable with or don’t necessarily trust. Android comes with a feature that lets you run such apps in relative…
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…