WordPress is one of the most popular CMS out there. It powers more than 30% of all websites on the internet. Moreover, it’s an open source program and available for free. There are thousands of themes, plugins and documentation available on the internet. This makes WordPress a first choice for bloggers, small and big companies […]
Blog
How to Install Vim on CentOS: Easy Step
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 […]
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 […]