Server Admin Converting an SVN monorepo to separate Git repositories One of the tasks I've been slowly chipping away at over the last year or more has been to slowly convert an SVN monorepo with 15-20 year's worth of history into per-project Git repositories.
Server Admin Setting up PHP with FastCGI on Windows using Apache I've recently been updating a few Windows machines to PHP 8.2, and decided that as I was doing the update I'd move from mod_php to using FastCGI instead.
Go OpenVPN Server: Assigning Static IP Addresses Via A Script Assigning static IP addresses to OpenVPN clients from a database table using a script which runs when a client first connects.
Server Admin Setting Up A Jenkins Server On NetBSD Setting up Jenkins on NetBSD to provide Continuous Integration for the Nim project.
Server Admin Deploying Hugo on NearlyFreeSpeech.NET with Git How I deploy my Hugo based web site to NearlyFreeSpeech.NET using Git to automate the build process.