Setting up an Ubuntu web development machine

Get the latest updates

sudo apt update; sudo apt upgrade

Install Apache, MySQL, PHP, vim etc

sudo apt install apache2 mariadb-server-10.6 vim php php-mysql php-curl php-mbstring php-xml