How to launch an Ubuntu virtual server with Amazon LightSail

For developers who need to construct websites or online apps, Amazon Lightsail is the simplest way to get started with Amazon Web Services (AWS). It includes everything you need to get your project up and running quickly, such as instances (virtual private servers), container services, managed databases, content delivery network (CDN) distributions, load balancers, SSD-based […]

Install LEMP Stack on Ubuntu 20.04

Let’s define first what LEMP Stack is. LEMP is an open-source web application stack that we may use to create web apps. LEMP’s abbreviation stands for Linux Operating System, Nginx (pronounced engine-x), web server, MySQL database, and PHP programming language. Now, let’s proceed to the installation. Step 1: Install the Nginx Web Server We will […]