I started with LAMP server, but this was not an ideal choice and especially managing many requests, that happen from time to timeā¦ So I moved onto LEMP that is faster and takes less memory. LEMP server Installing main components: php-fpm, mysql, nginx: sudo apt update sudo apt install php-fpm sudo apt install mysql-server sudo […]