How To Install LEMP Stack on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Ubuntu 18.04 LEMP Stack consists of Linux, Nginx, MariaDB, and PHP. This stack is most widely used for hosting high traffic websites. Here, we will see how to install LEMP Stack on Debian 10 with PHP support (via PHP-FPM) and MariaDB support. Prerequisites […]

How To Install MariaDB on CentOS 6 / RHEL 6

MariaDB is the most popular open-source database management system. It is used by small to large enterprises for storing data. MariaDB is a fork of famous database server MySQL, developed by MariaDB Corporation Ab, led by the original developers of MySQL. It is fully compatible with MySQL database for ensuring a drop-in replacement capability and […]

How To Install LAMP Stack on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 9 Ubuntu 18.04 LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. These four popular open source software components are used by most of the web hosting companies, web developers, blogs, and others to host websites. Install LAMP Stack Install Linux Follow the  Step […]

How To Upgrade From Debian 9 Stretch to Debian 10 Buster

Debian 10 Buster was released on July 6th, 2019, and you may be now looking for upgrading your previous version, i.e., Debian 9 “Stretch” to the latest version Debian 10 “Buster”. This post will help you to upgrade your system from Debian 9 Stretch to Debian 10 Buster. Prerequisites Internet You must have an active […]

How To Install PHP 7.4 / 7.3 / 7.2 on Ubuntu 18.04 / Ubuntu 16.04

PHP is an open-source programming language widely used for web development. It is an HTML-embedded scripting language for building dynamic web sites. By default, Ubuntu 18.04 and Ubuntu 16.04 ships PHP v7.2 (EOL) and PHP v7.0 (EOL), respectively. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 on Ubuntu […]