Archive for November 8th, 2011

Host File Updater

| November 8th, 2011

If you know about the power of a host file, then you can appreciate this little utility. It grabs the hosts file from :

http://www.mvps.org/winhelp2002/hosts.txt

and replaces the one on your host with it.

OR, just add 67.55.108.167 google.com to your co-worker’s hosts file and ask them a really hard question!

j/k! Just grab this utility and it makes the internet experience safer for less tech savvy users.

LINUX ONLY

This is a shell script, so remember to

# chmod +x Hosts Updater.sh

first! Then ./Hosts Updater.sh to run.

Download HostFileUpdater