Browsing category

Linux

How To Install phpMyAdmin With Apache on Debian 11 / Debian 10

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB database. It is written in PHP and is one of the most popular database administration tools used by web hosting companies to enable novice system administrators to carry out database activities. phpMyAdmin helps in performing database activities such as creating, deleting, querying, […]

How To Install MariaDB on Debian 10

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 Debian 9 MariaDB is an open-source and most popular database management system. It is developed by MariaDB Corporation Ab, by original developers of MySQL. MariaDB is compatible with MySQL database management system and is considered as a full drop-in replacement. In this post, we will see how […]

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 […]