Create an Nginx Default Catch-All Site on Ubuntu
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->Tech. Insights. Impact.
Practical notes on infrastructure, software, leadership, and the technology decisions that shape real work.
Latest
A refreshed archive of technical posts, troubleshooting notes, and implementation walkthroughs.
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->
Redis is often used as a local object cache for WordPress and other web applications. It can reduce repeated database work by keeping frequently…
Read article ->
MySQL is a common database choice for WordPress and many PHP applications. On Ubuntu, you can install it from the default package repositories and…
Read article ->
PHP-FPM is the usual way to run PHP behind Nginx on Ubuntu. It gives you a long-running PHP process manager instead of starting PHP…
Read article ->
Nginx is a fast web server and reverse proxy that is commonly used for WordPress, PHP apps, static sites, APIs, and load-balanced web services….
Read article ->
If you edit Linux shell scripts on Windows, you may run into confusing errors when you copy those scripts back to Ubuntu or another…
Read article ->
An alias in Linux or Ubuntu is a shortcut for a command. It lets you type a short command and have the shell run…
Read article ->
This guide walks through the Ubuntu Server installer one screen at a time. It follows the screenshots from a working development install and explains…
Read article ->
Large PDF files are common when a document was scanned, exported with high-resolution images, or saved with settings that prioritize quality over file size….
Read article ->
Claude does not get cheaper just because you add more Markdown files. It gets cheaper when you control what enters context, when it enters…
Read article ->