How to Install WordPress on CentOS 7
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 is …
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 is …
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 …
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 …
Git is an open-source version control system that facilitates GitHub activities on your computer. Here is the Git Cheat Sheet for quick reference purpose. …
MongoDB is a free and opensource No SQL database written in C++ and used in modern web application development. This tutorial will give you a great …
This tutorial covers step-by-step how to install PHPMyAdmin on Ubuntu. PHPMyAdmin is a web-based application that provides a Graphical User Interface (GUI) to …
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 …
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 …
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 …
This guide covers the easy way to install Let’s Encrypt SSL on Ubuntu Server with NGINX. Let’s Encrypt is one of the newest Certificate Authority …
I personally had this 502 Bad Gateway Error issue on my website. This is the most frustrating error I have ever experienced while using NGINX with PHP5-FPM. …
If you are a WordPress user and getting an error that says “Your PHP installation appears to be missing the MYSQL extension which is required by …
How to run XAMPP and IIS together on the same machine? Well, working together on both IIS & XAMPP can really be a tricky task for beginners. The main aim of …