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 While PHP-FPM isn't available on Windows, you can use mod_fcgid to run PHP as FastCGI under Apache 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.