Browsing category

How To’s

How To Configure Static IP Address in CentOS 8 / RHEL 8

The first task of an administrator who installs an operating system is bringing the server into the network after the OS installation. The server has to be configured with IP address so that it can be accessed over the network. READ: How To Install CentOS 8 (With Screenshot) READ: How To Install Red Hat Enterprise […]

How To Install Jenkins on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Jenkins is an open-source CI (continuous integration) tool written in Java that helps to automate the repetitive tasks like software build, testing, and deployments involved in the software development process Jenkins project was originally developed as the Hudson project and was renamed after a dispute with Oracle. Here, we will see how to install Jenkins […]

How To Install Apache Tomcat 10/9 on CentOS 8 / RHEL 8

Apache Tomcat is an open-source Java HTTP web server developed by the Apache Software Foundation (ASF). Tomcat helps to deploy the Java Servlet and the JavaServer Pages (JSP) and serves them like an HTTP web server. In this post, we will see how to install Apache Tomcat 10/9 on CentOS 8 / RHEL 8. Prerequisites […]

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