Created and work... I added this tweak to Tweak M... Also I used a little different commands to apply changes.. One line activator: Code: wget -q -O /opt/hosts http://winhelp2002.mvps.org/hosts.txt && sed -i "s@127.0.0.1 localhost@127.0.0.1" /opt/hosts && mv -f /opt/hosts /etc Restore to default: Code: echo "127.0.0.1 $(uname -n) localhost" > /etc/hosts
wget -q -O /opt/hosts http://winhelp2002.mvps.org/hosts.txt && sed -i "s@127.0.0.1 localhost@127.0.0.1" /opt/hosts && mv -f /opt/hosts /etc
echo "127.0.0.1 $(uname -n) localhost" > /etc/hosts