View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#35
Originally Posted by Hacker View Post
This works like a charm to speed up the browser! Are there any new host files to update with?
Updated Jan 18 2013; same as vi_'s one-liner above:

Code:
wget -O ~/hosts http://winhelp2002.mvps.org/hosts.txt && echo "127.0.0.1" $(uname -n) "localhost" > /etc/hosts && tr -d '\015' < ~/hosts >> /etc/hosts

E: If you just recently ran the one-liner then you are surely updated as the updates are just pushed to the same URL
 

The Following 5 Users Say Thank You to thedead1440 For This Useful Post: