Archive
All posts
Articles
When the Cathedral Ate the Bazaar: How Corporate Power Consumed Open Source
Eric S. Raymond once argued that the bazaar would outpace the cathedral in software development. But in 2025, it’s clear the cathedral has consumed…
Lessons
Deploy & Migrate a WordPress Website to Wagtail
By the end of this lesson, you will migrate a WordPress site to Wagtail and optimize the content for SEO.
RedHat
Installing PHP on RHEL
Step-by-Step Guide This command installs PHP, the PHP MySQL extension, and PHP-FPM (FastCGI Process Manager). You should see the PHP version information displayed. Make…
RedHat
Installing Nginx on RHEL
Step-by-Step Guide Enable Nginx to start on boot: If Nginx is running, you should see an active (running) status. After making changes, restart Nginx…
Debian
Installing PHP on Debian
Step-by-Step Guide This command installs PHP, the Apache PHP module, and the PHP MySQL extension. You should see the PHP version information displayed. Add…