How to Fix semanage Command Not Found CentOS7/RHEL7

How to Fix semanage Command Not Found CentOS7/RHEL7

semanage Command Not Found CentOS7/RHEL7 Lately, I was configuring Caching-Only DNS on CentOS7 / RHEL7, once i tried to configure SElinux context on /etc/named.conf using: semanage fcontext -a -t named_conf_t /etc/named.conf, it didn’t work.! and threw the following error: -bash: semanage: command not found. Let me show you how i fix this error “semanage Command…

Part 1: How to Configure Apache High Availability Cluster on CentOS 7.x Using Pacemaker

Part 1: How to Configure Apache High Availability Cluster on CentOS 7.x Using Pacemaker

This Apache High Availability Cluster tutorial is divided into Four Parts series to get the proper and complete understanding about each topic. Before you start reading I would like to clarify that, this guide is addressing both beginners and advance level Linux Administrators. We will be covering the following topics in this series: Part 1:…

What is su and sudo command in Linux & Why It’s Important to Use Linux Effectively?

What is su and sudo command in Linux & Why It’s Important to Use Linux Effectively?

What is su and sudo command in Linux & Why It’s Important to Use Linux Effectively? . Linux has lots of security features in place that are meant to safeguard your system from threats and sometimes from our own Mistakes or Stupidity. Two things are infinite: The Universe and Human Stupidity – Albert Einstein Click…