How to encrypt bash shell script in Linux ?
Today in this post, we will see how to encrypt a shell script in Linux. Lets have a look at this step by step. 1. Download shc source code from...
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 #...
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...
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...
When we upgrade the X server on our Linux machine, the high resolution mode sometimes gets disabled. This happens because the X configuration file gets removed by the new package....
In this post, we will see an interesting article to know how to link LDAP authentication in http/apache webserver. While linking, if you see an error like below, it means...
1. Introduction Network Information Service or NIS were originally named as Yellow Pages or YP is a directory service protocol used for distributing system configuration data across the network. System...