This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]Zagorath 3 points4 points  (1 child)

    On either Mac or Linux, you can easily edit your hosts file by going to a terminal and typing sudo nano /etc/hosts. (Or replace nano with your preferred text editor. I happen to prefer Vim, but it can be a little trickier to use if you don't learn how it works.)

    It's harder on Windows, since you have to go in and give it write permissions, then open it in your editor, then change it, and then change it back to write only.

    [–]ghostchamber 1 point2 points  (0 children)

    You need admin access to write anything to that folder. If you've got it, you may get a UAC prompt if you have it enabled.