Server configuration guides - Page 3
Build and repair Linux server stacks with guides for Nginx, PHP-FPM, MariaDB, TLS, reverse proxies, and production web services.
Curated guides
Server setup guides
36 matched guides, newest first. Page 3 of 3.

How to Install WordPress with Apache on Debian 13, 12 and 11
A WordPress site on Debian needs more than the CMS files; Apache must serve the virtual host, PHP must load the right modules, and MariaDB must hold the...

How to Install MySQL 8.0 on Debian 12 and 11
MySQL 8.0 on Debian is now a legacy installation path: Oracle's MySQL 8.0 release notes mark 8.0.46 as the end-of-life release in April 2026, but the MySQL APT...

How to Install MariaDB on Fedora 44
Fedora 44 uses MariaDB 11.8 as the unversioned repository default, so the package name decides whether a server gets the current Fedora branch or the older 10.11 LTS...

How to Install PHP on Rocky Linux 10, 9 and 8
PHP on Rocky Linux works best when you match the runtime branch to the release before installing web-server packages or extensions. To install PHP on Rocky Linux, use...

How to Install PHP on Fedora 44
Fedora's PHP packages track modern framework requirements without adding a third-party repository, which makes the official Fedora repository path through DNF the cleanest default for WordPress, Laravel, Symfony,...

How to Install PHP on Arch Linux
Arch Linux keeps PHP in the official repositories, with the current branch available as php and a separate php-legacy branch for older application compatibility. Install the main package...

How to Install LAMP on Debian 13, 12 and 11
Install a LAMP stack on Debian when you want Apache to serve PHP applications backed by MariaDB without adding third-party repositories. Debian 13 (Trixie), Debian 12 (Bookworm), and...

How to Install LEMP on Debian 13, 12 and 11
A Debian LEMP stack is useful when you want Nginx serving the site, PHP-FPM handling dynamic PHP requests, and MariaDB storing application data without adding third-party package sources....

How to Install WP-CLI on Ubuntu 26.04, 24.04 and 22.04
Managing WordPress from a browser gets slow when you are updating plugins, checking core versions, or repeating the same maintenance task across several Ubuntu sites. The practical way...

How to Install SELinux on Ubuntu 26.04, 24.04 and 22.04
Some compliance baselines and RHEL-aligned workflows expect SELinux labels, booleans, and AVC audit logs instead of Ubuntu's default AppArmor profiles. You can install SELinux on Ubuntu 26.04, 24.04,...

How to Install phpMyAdmin on Ubuntu 26.04, 24.04 and 22.04
Install phpMyAdmin on Ubuntu with a LEMP stack when you want browser-based database administration on an Nginx server. This setup works well for MariaDB or MySQL administration, WordPress...

How to Install Tasksel on Ubuntu 26.04, 24.04 and 22.04
Fresh Ubuntu builds often need more than one package, whether you are turning on SSH, bringing up Apache, or adding a desktop environment after the initial install. Tasksel...