Browsing category

Centos/Redhat

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 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 ELK Stack On RHEL 8

ELK stack is also known as the Elastic stack, consists of four open source projects: Elasticsearch, Logstash, Kibana, and Beats. It helps you to have all of your logs stored in one place and provides an ability to analyze and visualize data or the issues by correlating the events at a particular time. This guide […]