How to compare rpm packages on two servers and find missing packages ?
Today in this post, we will see how to compare rpm packages on two servers and find out the missing packages. Lets look at it step by step. 1. Check...
Today we will see Nagios Installation on Linux Lets see step by step procedure how to do this in Linux. 1. First create User and Group # useradd nagios #...
Today we will see how to install konsole 5 in RHEL 8, or CentOS 8 Operating System. There are many challenges in configuring konsole on RHEL 8, hence i preferred...
Nagios Installation on Linux 1. First create User and Group # useradd nagios # groupadd nagcmd # usermod -G nagcmd nagios # usermod -g nagcmd apache [root@ngelinux001 ~]# id...
In this post, we will see how to build and install Openssl on RHEL 7. Lets see this step by step. 1. First download the package from below URL. https://github.com/openssl/openssl/tree/OpenSSL_1_1_1-stable...
Today in this post, we will see one of the common error and its solution. This error comes to me when i upgraded and ran openssl binary on my linux...
In this post we will see how to update the nvidia driver in Linux. Lets see it step by step to understand the process. 1. Download the required package...
Today in this post, we will see how to fix high CPU utilization by polkit daemon on RHEL 7.X bug. I. Bug Details # top PID USER PR NI...