Installing LAMP on a Ubuntu 20.04 Server
I have a VPS server instance, and I wanted to install the LAMP stack onto it. It was, of course, already running Ubuntu 20.04, but everything else was missing.
The steps were as follows:
Refresh packages:
sudo apt-get update
Install MySQL:
sudo apt-g...
mkkekkonen.hashnode.dev1 min read