tracemap

diff xguru_fun @ 0:0d498f80f832

Repository initialization.
author Igor Chubin <igor@chub.in>
date Sun Jun 29 17:36:44 2008 +0300 (2008-06-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xguru_fun	Sun Jun 29 17:36:44 2008 +0300
     1.3 @@ -0,0 +1,12 @@
     1.4 +get_mx()
     1.5 +{
     1.6 +     dig "$1" mx | grep -v '^;' | grep MX | sort -nk 5 | head -1 | awk '{print $6}' | sed s/.$//
     1.7 +}
     1.8 +get_ttl()
     1.9 +{
    1.10 +    traceroute -q1 -n "$1" | grep ms | wc -l
    1.11 +}
    1.12 +get_location()
    1.13 +{
    1.14 +     lynx -dump 'http://www.geoiptool.com/en/?IP='$1 | egrep 'Longitude|Latitude|City|Country|Region'
    1.15 +}