Changes between Version 1 and Version 2 of jazz/10-08-13


Ignore:
Timestamp:
Aug 13, 2010, 5:51:37 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-08-13

    v1 v2  
    55ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'
    66}}}
     7 * [http://www.whatismyip.com/faq/linux-ip-commands.asp Linux IP Commands]
     8{{{
     9$ tracepath www.whatismyip.com
     10# Advanced DNS Test:
     11$ dig www.whatismyip.com
     12# Reverse Lookup:
     13host 66.11.119.69
     14# Advanced Reverse Lookup:
     15dig -x 66.11.119.69
     16}}}