Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. cp /etc/hosts ~/.etchosts
  3. cd /tmp
  4. wget http://winhelp2002.mvps.org/hosts.txt
  5. rm /etc/hosts
  6. sudo mv hosts.txt /etc/hosts
  7. cat ~/.etchosts | sudo tee -a /etc/hosts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement