All articles

  1. Recovering Data From XFS

    Monday morning.
    I should stop right there, really. That tells you everything you need to know.

    But to continue the narrative, I had to deal with a server whose RAID-1 mirror crapped itself. It's a legacy server, running some old legacy stuff that hadn't been converted to a more scalable …

  2. Boot Images for Arch Linux ARM

    I've been working a bit with Raspberry Pi lately, both the 3B and 3B+ and soon, the Pi 4. Most of this was originally to support a client using the 3B to drive media displays and interactive kiosks. Since they were using Arch Linux ARM, I began using it, too …

  3. Let's Encrypt with Wordpress Multisite

    With Wordpress Multisite on a single webroot (eg, /var/www/html), we can define multiple domain namespaces and point them at any internal directory structure we want. That is, we can easily configure Apache such that a request for the domain/path goes anywhere on the server:

    example.com -> /var …