This tutorial covers easy to follow guide on how to secure Nginx server with Fail2Ban on Ubuntu Server. While controlling the functioning of a web server, it is very important that you protect and secure your website from hackers and attackers. This guide covers how to secure the Nginx server with Fail2Ban on Ubuntu. Thanks […]
Ubuntu
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, […]
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 […]
URL Redirects: 302 Redirect vs 301 Redirect
302 Redirect and 301 Redirect URL redirects are a very important part of every webmaster. There are a couple of ways to use URL redirects, each of them has its own advantages and meaning to the browser at the client-side. Here is the list of two most common URL redirect type: 302 redirects It’s a temporary URL redirect. 301 […]