How to blacklist or disable USB module in Red Hat 7
To improve security in our environment many times we have to blacklist certain modules from getting loaded in our setup to avoid any security leak. The provided procedure is tested
To improve security in our environment many times we have to blacklist certain modules from getting loaded in our setup to avoid any security leak. The provided procedure is tested
Kickstart is used to perform an automated installation where no manual intervention would be needed but there are times when we want the end user to fill in some needed
Follow the below link to get an overview of the syntax used in the sudoers file [Understanding Syntax, Aliases, Variables used in sudoers file with examples]({{< relref "understanding-syntax-arguments-aliases/index.md" >}}) In this blog I
Ideally with RAID 1, RAID 5, etc once can easily do a hot HDD swap as they support mirroring at the hardware level but to do the same on a
In my last article I showed the steps needed to collect Onboard Administrator and Virtual Connect Show All report. In this article I will show you the steps to collect
There are multiple methods to generate "SHOW ALL" report of Onboard Administrator and Virtual Connect of a HP C-Class Enclosure. A Show All report would be the first thing
There are times when a process hangs or is responding very late when you feel like killing the process. The ultimate solution is to find the process id of the
I have written separate articles with detailed steps to [create a user with encrypted password using kickstart file]({{< relref "how-to-create-user-normal-and-root/index.md" >}}), or to [perform interactive installation]({{< relref "how-to-perform-interactive-kickstart/index.md" >}}) using kickstart file and with the steps
This variable can be used in `nscd.conf` file if you wish nscd daemon to restart itself after a provided amount of time interval. This argument is used in combination with
nscd stands for Name Service Cache Daemon and is used to provide cache for common name service request. For providing hosts cache nscd daemon uses /etc/hosts file as it's database