Pages

Wednesday, July 6, 2011

Go anonymous and back again ...


IFACE=${2-ppp0}
sudo ifup ${3-uk1} >/dev/null 2>&1
sudo route ${1-add} default gw `sudo ifconfig ${IFACE} | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'` 2>&1


--
My Emacs Files At GitHub

No comments:

Post a Comment