GoLinuxHub

Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.

Latest Articles

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

How to Remove Duplicate Rows from a Table

Nov 24, 2016

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

How to configure TFTP server in Linux

Sep 13, 2016

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

How to fix "mountd: refused mount request: unmatched host"

Sep 12, 2016

### 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