How to create customized bootable ISO image in RHEL/CentOS 7

May 21, 2017

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

What is paranoia mode in nscd?

Apr 21, 2017

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

Understanding nscd daemon for hosts cache

Apr 21, 2017

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