The 403 Forbidden error is the most common error encountered while working on Nginx web server. But most of the time, it is not related to Nginx itself. 403 Forbidden error means that you don’t have permission to access certain directory or a web page. This error can be caused due to many reason. And […]
Linux
How to Install Nano Text Editor on Ubuntu
Nano text editor comes up with many powerful features. It allows you to create and edit various files on your Linux based computers or server. It is considered as the most easiest tool for editing. In this tutorial, we will see how to install Nano text editor on Ubuntu. Features Nano text editor is suitable […]
How To Install NGINX on Ubuntu 18.04
Nginx is one of the most popular web servers. It is responsible for serving some of the largest websites and web apps on the internet. In this guide, we’ll discuss how to install Nginx on Ubuntu 18.04 server. How To Install NGINX on Ubuntu 18.04 Prerequisites Before writing this tutorial, I consider that you have […]
How To Install Nginx on Ubuntu Server 18.04 LTE, 16.04, 14.04
This guide covers an easy to follow, step-by-step guide on how to install Nginx on Ubuntu 18.04 LTE, 16.04, and 14.04. While writing this tutorial I used Ubuntu 18.04 LTE though these resources in the tutorial are useful in installing Nginx on Ubuntu 16.04 and 14.04 as well. Introduction Nginx is one of the most […]
How To Install LAMP Stack on Ubuntu
This tutorial covers an easy and step-by-step guide on how to install LAMP Stack on Ubuntu. While writing this tutorial, I used Ubuntu Server 18.04 LTE though this guide is equally useful in installing LAMP Server on Ubuntu 16.04 and 14.04 with few adjustments (if required). Introduction A LAMP Stacks or LAMP Server (Linux, Apache, […]