semanage command not found in CentOS 8 / RHEL 8

semanage (SELinux Policy Management Tool) is used to configure certain parts of SELinux policy without requiring modification to or recompilation from policy sources. This post will help you to install the necessary packages for getting semanage command. Let’s see which package provides us the semanage command using the YUM command. yum whatprovides semanage OR yum […]

How To Install phpMyAdmin with Nginx on Debian 11 / Debian 10

phpMyAdmin is a free and open-source, web-based tool for managing the MySQL and MariaDB servers. It is widely used to manage the database by web hosting companies and administrators who are new to the database. phpMyAdmin helps the system administrator to perform databases activities such as creating, deleting, querying, database, tables, columns, etc. In this […]

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