How to setup nagios server on Linux ?
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...
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 article, we will see how to configure pip server path on our system to get the packages automatically. Lets see this step by step. 1. Direct Command Line...
Here i will show you a sample playbook you can use to install a list of packages in linux. This is a sample playbook we use to install various packages...
Let us have a look how to check and install redcloak service/package in Linux. Redcloak is secureworks agent to detect and respond to unknown threats to secure our Linux system....
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 article, we will see how to update Firefox to Support TLS 1.1+ on RHEL/Centos 5/6/7. 1. Download the package. [root@ngelinux~/] wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/32.0.2/linux-x86_64/en-US/firefox-32.0.2.tar.bz2 2. Extract the package. [root@ngelinux~/]...
Today we will see an interesting tip how to work with Helvetica fonts on RHEL 8. Lets see the steps to install and verify the Helvetica fonts in RHEL 8....
In this post, we will see how to install Jenkins on a RHEL or CentOS system. The steps are very easy and are quoted very well in below official Jenkins...