Ubuntu server configuration guides - Page 2
Build and repair Ubuntu server stacks with web servers, PHP, databases, TLS, reverse proxies, and production checks.
Curated guides
Ubuntu server setup guides
31 matched guides, best match first. Page 2 of 3.

How to Install PHP 8.5 on Ubuntu 26.04, 24.04 and 22.04
Install PHP 8.5 on Ubuntu when your application needs the newer URI extension, pipe operator, clone() property updates, or array helper functions covered in the official PHP 8.5...

How to Install MySQL 8.0 on Ubuntu 24.04 and 22.04
MySQL 8.0 still matters on Ubuntu when an application, backup chain, or replication setup is tied to that branch instead of a newer MySQL LTS release. It remains...

How to Install PHPUnit on Ubuntu 26.04, 24.04 and 22.04
Writing tests is easier when the runner matches both Ubuntu's PHP runtime and your project's dependency tree. You can install PHPUnit on Ubuntu from the default repositories for...

How to Install Redis on Ubuntu 26.04, 24.04 and 22.04
Fast caches, queue backends, rate limits, and session stores all benefit from memory-first reads instead of repeated trips to disk-backed storage. You can install Redis on Ubuntu to...

How to Install Matomo with Nginx on Ubuntu 26.04, 24.04 and 22.04
Matomo gives you page views, goals, campaigns, and ecommerce reporting without handing that data to a third-party analytics provider. You can install Matomo on Ubuntu with Nginx, MariaDB,...

How to Install PostgreSQL 17 on Ubuntu 26.04, 24.04 and 22.04
PostgreSQL 17 is not the default on any current Ubuntu LTS release. Ubuntu 26.04 already moved to PostgreSQL 18, while Ubuntu 24.04 and 22.04 stay on older branches....

How to Install PostgreSQL 16 on Ubuntu 26.04, 24.04 and 22.04
PostgreSQL 16 is the default PostgreSQL branch on Ubuntu 24.04, while Ubuntu 22.04 stays on PostgreSQL 14 and Ubuntu 26.04 has moved to PostgreSQL 18. If you need...

How to Install PostgreSQL 15 on Ubuntu 26.04, 24.04 and 22.04
PostgreSQL 15 is available on Ubuntu 22.04, 24.04, and 26.04 through the official PGDG APT repository. Ubuntu's default repositories ship different PostgreSQL branches (14 on 22.04, 16 on...

How to Install Nginx Mainline on Ubuntu 26.04, 24.04 and 22.04
Installing Nginx Mainline on Ubuntu from the nginx.org APT repository gives you upstream mainline packages instead of the release-frozen Nginx builds in Ubuntu's default archive. Use this path...

How to Secure Nginx with Let’s Encrypt on Ubuntu 26.04, 24.04 and 22.04
An HTTP-only Nginx site leaves logins, cookies, and form traffic exposed on every hop between the browser and your server. The fastest way to secure Nginx with Let's...

How to Install MySQL 8.4 on Ubuntu 26.04, 24.04 and 22.04
MySQL 8.4 LTS is the branch to choose on Ubuntu when your application stack needs MySQL 8.4 compatibility instead of Ubuntu's older MySQL 8.0 packages or Oracle's newer...

How to Install Nginx on Ubuntu 26.04, 24.04 and 22.04
Ubuntu already ships a solid Nginx package in the default repositories, so getting a reverse proxy, a static site server, or the first piece of a LEMP stack...