Difference between revisions of "Fedora"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Cov
Line 24: Line 24:
  
 
==Flash x64==
 
==Flash x64==
 +
 +
[[Category:Linux distributions]]

Revision as of 13:06, 1 March 2010

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'

Wacom Driver

VT Wireless

Flash x64