I have several WordPress-based, legacy websites hosted in my subdomains. They won’t get any new posts or content updates, but I still want to keep them online. The problem is, running a full WP installation with dynamic PHP pages and SQL databases is too complex and costly for a retired website. As a solution, I […]
Month: March 2025
I took some time this weekend to experiment with just—a modern, make-inspired command runner. I’m interested in using it for managing the routine tasks of the Cifonauta database (a Django-based app), which are currently handled by Fabric. Fabric is a Python library for running shell commands locally or remotely via SSH. I use it for […]