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.

MySQL 8.0 and Debian logos connected, representing database installation on Debian Linux

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...

Updated ( Published )

MariaDB and Fedora logos on a blue database network background

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...

Updated ( Published )

PHP logo with arrow pointing to Fedora logo representing PHP installation on Fedora Linux

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,...

Updated ( Published )

PHP and Arch Linux logos representing PHP installation and configuration on Arch Linux

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...

Updated ( Published )

Apache feather, MariaDB seal, and PHP logo representing LAMP stack components alongside Debian spiral

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...

Updated ( Published )

Nginx, MariaDB, and PHP logos alongside the Debian swirl representing the LEMP stack components

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....

Updated ( Published )

SELinux enforcing mode with security shield icon on Ubuntu Linux system

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,...

Updated ( Published )