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