How to set timezone on RHEL Linux Host from RHEL 7 onwards ?
Lets see how to set timezone on Redhat Linux from RHEL 7 onwards. Earlier we used to link the timezone files. However now we can do it via a command...
Lets see how to set timezone on Redhat Linux from RHEL 7 onwards. Earlier we used to link the timezone files. However now we can do it via a command...
In this post, we will see how to reinstall any installed package in Linux using Yum or dnf. 1. Check out the package and version available to install/reinstall. [ngeroot@ngelinux01 grub2]#...
In this post, lets see how to remove a file or directory starting with “-“. This is bit tricky as you can’t remove it directly. Lets check this out. 1....
Today in this post, we will see how to extract the private key from PFX certificate file. We will first extract the encrypted key and then we will extract the...
In this post, we will understand how to see if hyperthreading or multi-threading is enabled on a Linux server or not from OS end. There are two points we need...
Today we will see the steps how to create NFS v4 only server in linux. We will see how to create NFS server and then how to make it work...
Today we will see one of the bug on Linux system where the insights-client connection timeout occurs. I. Error Message Dec 8 02:29:15 ngelinux001 insights-client: Fatal error Dec 8 02:29:15...
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 in this post, we will see how to check the BIOS version and other information on a Linux server. Lets have a look how to check this. 1. Specifying...
In this post, we will see how to install OCI extension in Linux for PHP. There are many challenges or issues faced in linux while installing this extension, hence i...