Tuesday, September 15, 2009

Linux :: Tips

Tengok DNS camner??

Cara 1
.............
cat /etc/resolv.conf

Cara 2
............
nslookup
server

or

nslookup server

Utk Tngok IP

Cara 1
-------------
ifconfig -a | grep inet | grep -v 127.0.0.1 | awk '{print $2}'

Cara 2
-----------
ip address show

Cara 3
--------------
ifconfig

Camner keluar output ifconfig ??

tengok file /etc/dhcp3/dhclient.conf

Reference ::
Linux Questions

No comments: