Monday 23 January 2017

Router IP Address from the Command

 Router IP Address from the Command (Linux)


 Step 1: Open The terminal (Ctrl+Alt+t)
 Stape2: typenetstat -rn



MACp@ubuntu:~$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0           10.1.52.9       0.0.0.0                UG      0 0          0     eth4
10.1.52.0        0.0.0.0         255.255.255.0     U         0 0          0     eth4
169.254.0.0    0.0.0.0         255.255.0.0         U         0 0          0     eth4

MACp@ubuntu:~$ 


How to delete duplicate records from a SQL data table

  introduction How to delete duplicate records from a SQL data table using CTE (common table expression). Specifies a temporary named result...