Blog
-
December 26, 2022
Using MozillaVPN without the GUI (part 1)
This is the first article of a two-parts series that explains how to use MozillaVPN, a virtual private network (VPN), without the official GUI but using NetworkManager as management user interface instead. This article is a quick tutorial providing four quick steps to get started.Read more
-
April 29, 2022
vim tips: base64 encoding or decoding the selected text
I’ve been writing a lot of these huge Kubernetes YAML files lately. Here’s a trick for Vim that has saved me a lot of time when editing secrets, which contain base64 encoded values.Read more