Fedora
Contents
About Fedora
Fedora at Virginia Tech
Tips and Tricks
Edit Hosts file
A hosts file[1] is an easy way to block a wide range of domains (ads, malware, etc). This works in Windows and Mac as well, but the file is in a different location. I found the MVPS hosts file[2] to be nice, but there are others available. You can also edit the file to add domains to block individually.
In Fedora, the hosts file is located in '/etc/hosts'. To edit or replace the file, you must be logged in as root. SELinux will not allow you to do this, so once you've moved your new hosts file, you have to restore the default security context.
su - (your password here) mv /home/(username)/hosts /etc/hosts restorecon -v '/etc/hosts'