Tag: linux

  • Rebuilding Cricalix.Net – Part 3

    Rebuilding Cricalix.Net – Part 3

    Stumbling blocks and annoyances NGINX and certbot’s default permissions EFF’s certbot writes certificates to /etc/letsencrypt/live/<certificate hostname>/<files>.pem, and sets the permissions to only allow root to read the files. This makes sense from the perspective of a system where processes that need certificates will probably spawn as root, read the certificates to memory, and then spawn…

  • Rebuilding Cricalix.Net – Part 2

    Rebuilding Cricalix.Net – Part 2

    LXD’s Documentation It’s mostly decent. It’s got a lot of detail on what all of the configuration sections are and generally provides examples. What I find missing is a set of practical documentation that guides someone through getting started with LXD – weaving together all of the configuration for devices, proxies, storage volumes, profiles and…

  • Rebuilding Cricalix.Net – Part 1

    Rebuilding Cricalix.Net – Part 1

    I’ve been hosting cricalix.net and other domains on Linode for years. There have been a few hiccups over that time-frame, but it’s generally been smooth sailing. The current VPS runs NGINX for web hosting (it was Apache until earlier this year), Postfix for SMTP, Courier for IMAP, and OpenVPN for VPN. Everything runs on one…

  • Notes to self: Kubuntu on a USB stick

    Notes to self: Kubuntu on a USB stick

    While I dealt with a mild dose of COVID-19, I wanted a way to have a laptop in bed so I could idly browse, or have it streaming from an online service while I dozed. My work laptops (haven’t returned one of them) both deny any use of USB sticks once Windows has booted, so…

  • Running Kubuntu under Hyper-V with xRDP

    Running Kubuntu under Hyper-V with xRDP

    I’m playing with the latest version of Kubuntu (21.10 as of writing) in a Hyper-V VM to see what the current state of Linux on the Desktop is, and to work out if I want to switch back to running Linux as my main OS (it was my main OS in college, in the early…