LEMP Stack is a group of open source programs that work collectively to enable a server to host dynamic websites or web applications. LEMP represents Linux (operating system), ENginx (web server), MySQL (MariaDB database), PHP (scripting language). It is the most popular alternative to LAMP Stack, which uses Apache instead of Nginx. In this guide, […]
LEMP
How To Install LEMP Stack on Ubuntu 16.04
LEMP stack is a group of software and LEMP is an acronym and it describes a Linux operating system, with Nginx web server, MySQL as a database and the dynamic processing is handled by PHP to serve dynamic websites and web applications. This guide is tested on Ubuntu 18.04 LTE. This installation guide and configuration would […]
How To Host Multiple Websites on Ubuntu with NGINX
Are you looking to cut your server cost and host multiple websites on Ubuntu server with NGINX? This tutorial is for you. If a server has enough resources, then there is no point to waste those resources by only hosting a single website. This guide is tested on Ubuntu 14.04, 16.04, 18.04 LTE. The installation […]
How to Install WordPress on Ubuntu 18.04 LTE – LEMP Stack
This guide covers the step-by-step guide on how to Install WordPress on Ubuntu 18.04, 16.04, 14.04 LTE Server with LEMP Stack to help your website perform better and faster. WordPress is a popular, Dynamic and blog-focused content management system. WordPress is by far the most famous and most used content management system for websites. There […]