What is paranoia mode in nscd?
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
Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.
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
## Explanation: Other day I was attempting to enable quota on one of my vms and I observed the `quotacheck` failed with above error. This error most likely means that
Use rowid pseudo column. All you have to do is to keep the latest data (i.e. highest ROWID) and remove other duplicated rows. ``` SELECT * FROM table1 a WHERE
Now we hear many times from most of the people around us claiming that Linux is much more secure than Windows or Linux is very secure. **But what are the
Recently I ran into a situation where my kernel was not loading vmxnet3 module during startup of the system hence I had to change the network card module from default
We have many tools available online which can help us monitor network bandwidth usage within a network between differnt Linux machines. In this article I will show how netperf can
This article will guide you with steps used to perform upgrade as well as downgrade of Emulex Converged Network Adapters firmware version running on HP hardware For the demonstration of
About TFTP from [wiki](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol) page Trivial File Transfer Protocol (TFTP) is a simple, lockstep, File Transfer Protocol which allows a client to get a file from or put a file
### Error: On Client (192.169.32.17) ``` # mount 192.169.32.10:/export/home/deepak /mnt mount.nfs: access denied by server while mounting 192.169.32.10:/export/home/deepak ``` On NFS Server (192.169.32.10) ``` # tail -n 1 /var/log/messages Sep