Install a LAMP stack (Apache, MariaDB, PHP) on Ubuntu Server
Ubuntu Server is a Linux distribution that is ideally suited to server workloads. For example: hosting websites and web applications.
One of the annoying things I find about some Linux distributions (Ubuntu included) is that packages are “frozen in time” through the life of a release. For example, Ubuntu 16.04 was released with PHP 7.0. However PHP 7.2 is now the latest release. Vendors typically apply security fixes to their packages, but you’re still missing out on new features.