-
The proper way to add a keyring to authenticate a repository in 2023
Since I have not yet automated this process (because I don’t do it that often) and since there are so many pages out there that talk about using the deprecated apt-key command, I’m writing this up. The year is especially apropos since apt-key(8) will last be available in Debian 11 and Ubuntu 22.04. https://manpages.debian.org/bullseye/apt/apt-key.8.en.html I…
-
Chaining dnsmasq instances together
Laravel’s valet allows you to set up PHP-based sites so that they have their own domain name ending in.test so that you can easily deploy multiple projects in your local development environment. To do this, it uses dnsmasq listening on 127.0.0.1 (lo). Other development tools like libvirt use dnsmasq in a similar way, but coordinating…