Vim text editor is one of the oldest and best text editor for Linux. It is a greatly improved version of a good old Vi Editor. This text editor is packed with many great features like command line history, syntax highlighting, multi-level undo, spelling checker, block operations, and filename etc. In this article, we will […]
Web Server
How to Install LEMP on CentOS 7: 5 Easy Steps
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, […]
How to Install Nginx on CentOS 7: 4 Easy Steps
Nginx is a high performance web server software. Many big brands like Google, Facebook, Microsoft, Apple, Yahoo! and LinkedIn prefers Nginx over Apache and any other web server. And why not, it is the most flexible and lightweight web server with some great features like reverse proxy and load balancing. In this tutorial, we will […]
How to Install Vim on Ubuntu: 2 Easy Step
Vim Editor is considered as one of the best terminal based text editor for Linux. It is an improved version of good old Vi Editor. Many great features like syntax highlighting, multi-level undo, command line history, spelling checker, block operations, filename completion and script language has been added. Moreover, an extensive range of plugins are […]
How to Fix 403 Forbidden Error in NGINX Ubuntu
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 […]