<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ShadowCat8</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ShadowCat8"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/ShadowCat8"/>
	<updated>2026-04-10T23:12:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=61065</id>
		<title>File:Hosts</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=61065"/>
		<updated>2017-08-16T01:16:07Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Updated versions of the Windows platform.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''hosts''' file is a text file within an operating system that contains associations of IP addresses, hostnames and aliases for the system and the machines on the network that the system is aware of.  While '''B'''erkeley '''I'''nternet '''N'''ame '''D'''omain ('''[[BIND]]''' a.k.a. [[DNS]]) servers will give the IP addresses for servers on the Internet, and within a local network if one is set up for it, the first systems any computer will know about as it boots are the ones in the hosts file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Creating a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Format of entries==&lt;br /&gt;
The format of entries within a hosts file is written as one line per entry containing the IP address of the host, followed by the host's canonical name followed by any aliases assigned to the host.  &lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		localhost				localhost.localdomain&lt;br /&gt;
192.168.1.15		thiscomputer.example.com		thiscomp&lt;br /&gt;
75.126.162.205		wiki.linuxquestions.org			LQWiki lqwiki&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rules of hosts files==&lt;br /&gt;
&lt;br /&gt;
#The fields within an entry must be separated by some number (greater than 0) of blanks and/or tabs.&lt;br /&gt;
#Host names must begin with an alphabetic character and end with an alphanumeric.&lt;br /&gt;
#Host names must be made up of only alphanumeric characters, minus signs ('-') and periods ('.').&lt;br /&gt;
#If a line contains a hash ('#') character, anything following the hash is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Location of hosts file=&lt;br /&gt;
&lt;br /&gt;
==*nix systems==&lt;br /&gt;
For the majority of Unix-based systems, the location for the hosts file is /etc/hosts.&lt;br /&gt;
&lt;br /&gt;
==Windows 2000/XP/7/8(.1)/10==&lt;br /&gt;
For as much as Microsoft has tried rewriting all of computing and networking their own way, at some point, they had to join the rest of the world.  Using the Microsoft terminology, in Windows 2K/XP/7/8(.1)/10, the hosts file is located at %windir%\system32\drivers\etc\hosts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Uses of the hosts file=&lt;br /&gt;
&lt;br /&gt;
==Booting==&lt;br /&gt;
As written above, when a system is booting up, the first computers it will know about are the ones listed in the hosts file.  For most systems, the entries in the hosts file will contain information about important hosts on the local network for when DNS isn't accessible/available.&lt;br /&gt;
&lt;br /&gt;
==NIS==&lt;br /&gt;
'''N'''etwork '''I'''nformation '''S'''ervice ('''[[NIS]]''') is a network management system developed by Sun Microsystems.  Networks that use NIS take the entries from the hosts files of the systems on the local network to build the NIS host database.  On most NIS networks, every system on the local network will have an entry in their hosts file for every other host on the local network.&lt;br /&gt;
&lt;br /&gt;
==Isolated networks==&lt;br /&gt;
Very small private networks that are isolated from contact with the Internet or any other network use the hosts file instead of DNS.  Since the network is not connected to the Internet, setting up a DNS server on such a small network tends to be more work than it's worth.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Considerations for using a hosts file=&lt;br /&gt;
&lt;br /&gt;
==DNS versus hosts==&lt;br /&gt;
When setting up a hosts file, the question to keep in mind is; Who/What does this machine have to know about?  Who/What is going to tell this machine?  Well, there is a file that tells the machine which to check first when looking for another machine; [[nsswitch.conf]].  This file is also under the /etc/ directory and tells the machine what order it should look at DNS, NIS and the hosts file.&lt;br /&gt;
&lt;br /&gt;
==Updating==&lt;br /&gt;
When using hosts files on a small network, and you have to make a change in a hosts file on one machine on the local network, you need to make sure that the change gets reflected in *all* hosts files on the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Cool things to do with a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Bypass broken/incorrect DNS==&lt;br /&gt;
There are times that a website or server to which you are trying to connect on the internet has incorrect/false entries in the DNS tables.  You know the server is there by IP address, but can't connect to the domain because of DNS entries.  In cases like this, you can just make an entry in your hosts file.  An old example from my hosts file:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;195.56.146.238  www.openwrt.org downloads.openwrt.org wiki.openwrt.org dev.openwrt.org openwrt.org forum.openwrt.org&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
This was an entry I had in my hosts file during a period that the OpenWrt project was moving their servers.  The new DNS had propagated already and where DNS was pointing, there was no server yet.  So, I added the above line to be able to access the server at the previous location.  As of this writing, openwrt.org is correctly responding at 78.24.191.177, so I have since commented out the entry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cut down the amount of irritating banner ads==&lt;br /&gt;
Many folks get tired of those floating flash-banner ads that all but completely cover the screen, forcing you to click to just get to the page you asked for.  Then there are all the banner ads that will also create a bunch of popups on your screen.  Well, when you have at last had enough of those servers, you can stop the receiving of their traffic with a simple entry in your hosts file.  Here's an example:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		irritating.exampleadserver.com		alternate.exampleadserver.com&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
Looping the entry for the offending advertising server back to your localhost will cause the areas mapped for the ads to give 404 errors in those advertising spots on the webpage.&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59444</id>
		<title>User:ShadowCat8</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59444"/>
		<updated>2012-06-11T17:28:34Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Greetings,&lt;br /&gt;
&lt;br /&gt;
My &amp;quot;screenname&amp;quot;/net-name is '''ShadowCat8''' and I have been lurking across the web under that moniker since approximately 1994.&lt;br /&gt;
&lt;br /&gt;
I have been into computers, programming and telecommunications since 1980, starting with my own Commodore 64 and have never lost my love for computing.  In that time, I have created 3 special-use, private builds of linux; 2 out of the [http://www.linuxfromscratch.org/lfs/ Linux From Scratch Project (a.k.a. LFS)] and one based off of [http://www.gentoo.org/ Gentoo Linux].  And, yet, I '''STILL''' don't consider myself an expert.  There's far too much in linux to know and too much being created/updated/changed every day to really &amp;quot;know everything&amp;quot;.  In fact, below you can read one of my taglines that drives that point home.&lt;br /&gt;
&lt;br /&gt;
However, I do like to help others out, so I try to contribute where I can.  I found [http://www.linuxquestions.org LinuxQuestions.org] in the same fashion I think over 75% of folks find it; By having a problem, and searching the web for the answer and one of the search results led me to LQ.  It's a great community and I'm glad to be here.  So, if you have an issue, remember to post your question on [http://www.linuxquestions.org/questions/ the LinuxQuestions.org forums], and if I can help, I will post.&lt;br /&gt;
&lt;br /&gt;
And as [http://www.linuxquestions.org/questions/user/oldwierdal-466325/ oldwierdal] did say: &amp;quot;Linux vobiscum. Et cum source-code tuo.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''POWER TO THE PENGUIN!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
ShadowCat8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;quot;Anyone who tells you that they know EVERYTHING about linux... is lying!&amp;quot;&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59430</id>
		<title>User:ShadowCat8</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59430"/>
		<updated>2012-05-22T16:41:00Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Greetings,&lt;br /&gt;
&lt;br /&gt;
My &amp;quot;screenname&amp;quot;/handle is '''ShadowCat8''' and I have been lurking across the web under that moniker since approximately 1994.&lt;br /&gt;
&lt;br /&gt;
I have been into computers, programming and telecommunications since 1980, starting with my own Commodore 64 and have never lost my love for computing.  In that time, I have created 3 special-use, private builds of linux; 2 out of the [http://www.linuxfromscratch.org/lfs/ Linux From Scratch Project (a.k.a. LFS)] and one based off of [http://www.gentoo.org/ Gentoo Linux].  And, yet, I '''STILL''' don't consider myself an expert.  There's far too much in linux to know and too much being created/updated/changed every day to really &amp;quot;know everything&amp;quot;.  In fact, below you can read one of my taglines that drives that point home.&lt;br /&gt;
&lt;br /&gt;
However, I do like to help others out, so I try to contribute where I can.  I found [http://www.linuxquestions.org LinuxQuestions.org] in the same fashion I think over 75% of folks find it; By having a problem, and searching the web for the answer and one of the search results led me to LQ.  It's a great community and I'm glad to be here.  So, if you have an issue, remember to post your question on [http://www.linuxquestions.org/questions/ the LinuxQuestions.org forums], and if I can help, I will post.&lt;br /&gt;
&lt;br /&gt;
And as [http://www.linuxquestions.org/questions/user/oldwierdal-466325/ oldwierdal] did say: &amp;quot;Linux vobiscum. Et cum source-code tuo.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''POWER TO THE PENGUIN!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
ShadowCat8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;quot;Anyone who tells you that they know EVERYTHING about linux... is lying!&amp;quot;&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59428</id>
		<title>User:ShadowCat8</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:ShadowCat8&amp;diff=59428"/>
		<updated>2012-05-21T23:36:05Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Created page with 'Greetings,  My &amp;quot;screenname&amp;quot;/handle is '''ShadowCat8''' and I have been lurking across the web under that moniker since approximately 1994.  I have been into computers, programmin…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Greetings,&lt;br /&gt;
&lt;br /&gt;
My &amp;quot;screenname&amp;quot;/handle is '''ShadowCat8''' and I have been lurking across the web under that moniker since approximately 1994.&lt;br /&gt;
&lt;br /&gt;
I have been into computers, programming and telecommunications since 1980, starting with my own Commodore 64 and have never lost my love for computing.  In that time, I have created 3 special-use, private builds of linux; 2 out of the [http://www.linuxfromscratch.org/lfs/ Linux From Scratch Project (a.k.a. LFS)] and one based off of [http://www.gentoo.org/ Gentoo Linux].  And, yet, I '''STILL''' don't consider myself an expert.  There's far too much in linux to know and too much being created/updated/changed each and every day to really &amp;quot;know&amp;quot; everything.  In fact, below you can read one of my taglines that drives that point home.&lt;br /&gt;
&lt;br /&gt;
However, I do like to help others out, so I try to contribute where I can.  I found [http://www.linuxquestions.org LinuxQuestions.org] in the same fashion I think over 75% of folks find it; By having a problem, and searching the web for the answer and the search result led me to LQ.  It's a great community and I'm glad to be here.  So, if you have an issue, remember to post your guestion on [http://www.linuxquestions.org/questions/ the LinuxQuestions.org forums], and if I can help, I will post.&lt;br /&gt;
&lt;br /&gt;
And as [http://www.linuxquestions.org/questions/user/oldwierdal-466325/ oldwierdal] did say: &amp;quot;Linux vobiscum. Et cum source-code tuo.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''POWER TO THE PENGUIN!'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
ShadowCat8&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;quot;Anyone who tells you that they know EVERYTHING about linux... is lying!&amp;quot;&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Linux_software_equivalent_to_Windows_software&amp;diff=50820</id>
		<title>Linux software equivalent to Windows software</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Linux_software_equivalent_to_Windows_software&amp;diff=50820"/>
		<updated>2009-11-18T23:23:07Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: /* Office and Productivity */ - added link to Rpm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When [[migrating to Linux from Windows]], a common question is &amp;quot;Where can I get an [[application]] for Linux that is similar to XYZ program on Windows?&amp;quot; Fear not! Listed below are programs that could be considered roughly equivalent to certain popular Windows applications. Note that the Linux programs might not have all the features which can be found in Windows proprietary software, but unless you are an expert in some Windows program this should not be a major obstacle.&lt;br /&gt;
&lt;br /&gt;
= Office and Productivity =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Office, OpenOffice.org&lt;br /&gt;
| [[OpenOffice]], [[KOffice]], [[Siag Office]]&lt;br /&gt;
|Office package&lt;br /&gt;
|-&lt;br /&gt;
| Word &lt;br /&gt;
| [[OOWriter]], [[AbiWord]], [[KWord]], [[LaTeX]]&lt;br /&gt;
|Word processing and typesetting&lt;br /&gt;
|-&lt;br /&gt;
| Notepad, Wordpad, TheGun, EditPlus, SciTE ||&lt;br /&gt;
[[KWrite]],&lt;br /&gt;
[[Kate]], [http://bluefish.openoffice.nl/ BlueFish], [http://en.wikipedia.org/wiki/Leafpad Leafpad], [[Gedit]], [[Joe]] &lt;br /&gt;
| [[text editors]]&lt;br /&gt;
|-&lt;br /&gt;
| Access, dBase, Foxpro, Paradox&lt;br /&gt;
| [[Kexi]], [http://en.wikipedia.org/wiki/OpenOffice.org_Base OOBase]&lt;br /&gt;
| Database&lt;br /&gt;
|-&lt;br /&gt;
| Excel, Lotus123, QuattroPro&lt;br /&gt;
| [[OOCalc]], [[Gnumeric]], [[KSpread]]&lt;br /&gt;
| Spreadsheet&lt;br /&gt;
|-&lt;br /&gt;
| Visio &lt;br /&gt;
| [[Kivio]], [[Dia]], OpenOffice.org [[oodraw]]&lt;br /&gt;
| Diagramming&lt;br /&gt;
|-&lt;br /&gt;
| PowerPoint &lt;br /&gt;
| [[OOImpress]], [[KPresenter]] &lt;br /&gt;
| Presentation&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Project Manager&lt;br /&gt;
| [[MrProject]], [[Imendio Planner]], Kplato&lt;br /&gt;
| Project management&lt;br /&gt;
|-&lt;br /&gt;
| Outlook, Thunderbird + Lightning, Sunbird&lt;br /&gt;
| [[Evolution]], [[Kontact]], [[BALSA]], [[Thunderbird]] + [http://www.mozilla.org/projects/calendar/lightning/ Lightning], [http://www.mozilla.org/projects/calendar/sunbird/ Sunbird]&lt;br /&gt;
| Personal information managers&lt;br /&gt;
|-&lt;br /&gt;
| Alcohol 120%, Discjuggler, Easy CD Creator, Nero Burning ROM ||&lt;br /&gt;
[[K3b]],&lt;br /&gt;
[[XCDRoast]], [[CD/DVD_Burning|''more'']]&lt;br /&gt;
|CD burning&lt;br /&gt;
|-&lt;br /&gt;
| Quicken, Microsoft Money, TurboTax &lt;br /&gt;
| [[GnuCash]], [[KMyMoney]], [http://en.wikipedia.org/wiki/JGnash jGnash], [[MoneyDance]], [http://en.wikipedia.org/wiki/Grisbi Grisbi], [http://www.arachnoid.com/PLCash/ PLCash], [[CrossOver]] Office with Quicken, [http://www.lazy8.nu/ lazy8ledger]&lt;br /&gt;
| Accounting&lt;br /&gt;
|-&lt;br /&gt;
| ActiveSync ||&lt;br /&gt;
[[SynCE]]&lt;br /&gt;
|Synchronization with Windows Mobile devices&lt;br /&gt;
|-&lt;br /&gt;
| WinEdt, TeXnicCenter&lt;br /&gt;
| [[Kile]], [http://en.wikipedia.org/wiki/Texmaker Texmaker], [[LyX]]&lt;br /&gt;
| LaTeX IDEs&lt;br /&gt;
|-&lt;br /&gt;
| Veritas Backup Exec, [http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup] ||&lt;br /&gt;
[[UniSon]], [http://en.wikipedia.org/wiki/Veritas_Netbackup Veritas Netbackup], [[list of backUp applications|''more'']]&lt;br /&gt;
| [[Backup]]&lt;br /&gt;
|-&lt;br /&gt;
| Google Desktop ||&lt;br /&gt;
[[Beagle]], [[Recoll]], [http://desktop.google.com/linux Google Desktop]&lt;br /&gt;
| Desktop Search&lt;br /&gt;
|-&lt;br /&gt;
| Norton Ghost ||&lt;br /&gt;
[[Partition Image]],&lt;br /&gt;
[[g4u]],&lt;br /&gt;
[[Mondo]],&lt;br /&gt;
[[dd]]&lt;br /&gt;
|Disk imaging&lt;br /&gt;
|-&lt;br /&gt;
| Norton Partition Magic ||&lt;br /&gt;
[[QTparted]], [[GParted]], [[Palimpsest]] (in development)&lt;br /&gt;
|Disk partitioning&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.codeproject.com/vb/net/Disk_Size_Explorer.asp Disk Size Explorer]&lt;br /&gt;
|[http://www.methylblue.com/filelight/ File Light], [[Konqueror]]&lt;br /&gt;
| Disk usage analyzers&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.sysinternals.com/Utilities/Filemon.html Filemon], [http://www.sysinternals.com/Utilities/Regmon.html Regmon]&lt;br /&gt;
| [http://syscalltrack.sourceforge.net/ syscalltrack]&lt;br /&gt;
| system call tracking (file monitor &amp;amp; others)&lt;br /&gt;
|-&lt;br /&gt;
| WinMerge, SyncToy ||&lt;br /&gt;
[http://meld.sourceforge.net/ Meld], [[Unison]], [http://synkron.sourceforge.net/ Synkron], [http://samba.anu.edu.au/rsync Rsync]&lt;br /&gt;
| File synchronization&lt;br /&gt;
|-&lt;br /&gt;
| Windows Update, Add/Remove programs|| &lt;br /&gt;
[[apt-get]], [http://aptitude.sourceforge.net/ Aptitude], [[portage]], [[Rpm|rpm]], [[urpmi]], [[yast]], [[yum]], [http://en.wikipedia.org/wiki/Synaptic_Package_Manager Synaptic]&lt;br /&gt;
|Every Linux distribution has an infrastructure to manage installed software which is quite different from Windows. For instance, all updates are handled by a single program. See [[package management]].&lt;br /&gt;
|-&lt;br /&gt;
| WinRunner || [http://hoopajoo.net/projects/xautomation.html xautomation] || automating interactive applications&lt;br /&gt;
|-&lt;br /&gt;
| 7-Zip, Winzip, Winrar ||&lt;br /&gt;
[[Karchiver]],&lt;br /&gt;
[[File Roller]],&lt;br /&gt;
[[ark]],&lt;br /&gt;
[[hjsplit]]; [[packing and unpacking files|''command line tools'']]&lt;br /&gt;
|Archivers&lt;br /&gt;
|-&lt;br /&gt;
| chkdsk || [[fsck]] || check your file system (and the [[hard disk]] beneath it) for errors&lt;br /&gt;
|-&lt;br /&gt;
| Daemon Tools ||&lt;br /&gt;
[[mount]],  [http://tuxenclave.wordpress.com/2007/12/01/gmount-iso-virtual-drive-for-linux/ GMount-ISO]&lt;br /&gt;
|ISO mounting&lt;br /&gt;
|-&lt;br /&gt;
| Disclib ||&lt;br /&gt;
[[gWhere]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Desktop Publishing ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Dreamweaver, NVU, KompoZer ||&lt;br /&gt;
[[OOWeb]],&lt;br /&gt;
[[NVU]],&lt;br /&gt;
[[html editors|more]]&lt;br /&gt;
|[[Web Design]]&lt;br /&gt;
|-&lt;br /&gt;
| Quark, Quark Express, Microsoft Publisher ||&lt;br /&gt;
[http://en.wikipedia.org/wiki/Scribus Scribus],&lt;br /&gt;
OpenOffice.org [[oodraw]]&lt;br /&gt;
|DTP software&lt;br /&gt;
|-&lt;br /&gt;
| Adobe Acrobat PDF Reader ||&lt;br /&gt;
[[Adobe Acrobat Reader]],&lt;br /&gt;
[[Xpdf]],&lt;br /&gt;
[[Kpdf]],&lt;br /&gt;
[[Ghostview]],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Evince Evince]; [[PDF|''more'']]&lt;br /&gt;
|PDF readers&lt;br /&gt;
|-&lt;br /&gt;
| Adobe Acrobat Distiller, PDFCreator ||&lt;br /&gt;
[http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ CUPS-PDF],&lt;br /&gt;
[[OpenOffice.org]],&lt;br /&gt;
kprint -- can fax, convert to pdf, and combine pages. [[PDF|''more'']]&lt;br /&gt;
|PDF authoring&lt;br /&gt;
|-&lt;br /&gt;
| Adobe Acrobat PDF editor ||&lt;br /&gt;
[http://www.accesspdf.com/pdftk pdftk], [http://sourceforge.net/projects/pdfedit pdfedit], [http://www.warwick.ac.uk/go/pdfjam pdfjam], [[PDF|''more'']]&lt;br /&gt;
|PDF editing tools&lt;br /&gt;
|-&lt;br /&gt;
| SilverFast ||&lt;br /&gt;
[[xSane]], [http://www.hamrick.com/vsm.html VueScan]&lt;br /&gt;
| [[scanning]]&lt;br /&gt;
|-&lt;br /&gt;
| FinePrint ||&lt;br /&gt;
[http://wfr.tcl.tk/279 page-crunch], [http://freshmeat.net/projects/mpage/ mpage], Kprinter, [http://www.tardis.ed.ac.uk/~ajcd/psutils/index.html psnup/PSutils], [http://www.warwick.ac.uk/go/pdfjam pdfnup/PDFjam]&lt;br /&gt;
| Document printing/reformatting tools&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Networking =&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Internet Explorer, Firefox, Netscape, Opera, Lynx, etc. || &lt;br /&gt;
[[Firefox]], &lt;br /&gt;
[[Galeon]], &lt;br /&gt;
[[Konqueror]], &lt;br /&gt;
[[Netscape]], &lt;br /&gt;
[[Opera]], [[Browsers|''more'']]&lt;br /&gt;
|Internet browsers for the World Wide Web.&lt;br /&gt;
|-&lt;br /&gt;
| Outlook Express, Outlook, Thunderbird, Pegasus, Lotus Notes ||&lt;br /&gt;
[[Kontact]],&lt;br /&gt;
[[Evolution]],&lt;br /&gt;
[[Thunderbird]],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Claws_mail Claws Mail]&lt;br /&gt;
[[Sylpheed]]&lt;br /&gt;
|Email clients.&lt;br /&gt;
|-&lt;br /&gt;
| ICQ, MSN Messenger, AIM (AOL Instant Messenger), Trillian, Pidgin ||&lt;br /&gt;
[[PidgIn]],&lt;br /&gt;
[[Kopete]],&lt;br /&gt;
[[aMSN]],&lt;br /&gt;
[[Gabber]],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Emesene Emesene (MSN)],&lt;br /&gt;
[[Centericq]]&lt;br /&gt;
| [[Instant messaging]] [[software]].&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Netmeeting ||&lt;br /&gt;
[[Gnomemeeting]]&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft HyperTerminal ||&lt;br /&gt;
[[minicom]]&lt;br /&gt;
|-&lt;br /&gt;
| FileZilla FTP Client, WS FTP, Bullet Proof FTP, CuteFTP ||&lt;br /&gt;
[http://filezilla-project.org/download.php?type=client FileZilla FTP Client],&lt;br /&gt;
[http://www.kftp.org/misc/description KFTP (KFTPGrabber)],&lt;br /&gt;
[[Kasablanca]],&lt;br /&gt;
[[FireFTP]],&lt;br /&gt;
[[Konqueror]],&lt;br /&gt;
[[KBear]],&lt;br /&gt;
[http://www.crossftp.com/ CrossFTP],&lt;br /&gt;
[[Nautilus]]&lt;br /&gt;
|FTP clients. Note that dedicated FTP clients are rarely needed on Linux, since the default file manager can usually browse FTP shares. Several GNOME programs can directly open and edit files on FTP, SFTP and WebDAV shares.&lt;br /&gt;
|-&lt;br /&gt;
| mIRC ||&lt;br /&gt;
[http://en.wikipedia.org/wiki/Konversation Konversation],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Quassel_IRC Quassel],&lt;br /&gt;
[[KVIrc]],&lt;br /&gt;
[[XChat]],&lt;br /&gt;
[[BitchX]]&lt;br /&gt;
| [[IRC Clients]]&lt;br /&gt;
|-&lt;br /&gt;
|[http://ultravnc.sourceforge.net/ UltraVNC], TightVNC, RealVNC, Remote Desktop ||&lt;br /&gt;
[http://www.tightvnc.com/ TightVNC], &lt;br /&gt;
[http://www.realvnc.com/ RealVNC], [http://www.rdesktop.org/ rdesktop],&lt;br /&gt;
[http://freshmeat.net/projects/freenx/ FreeNX],&lt;br /&gt;
[http://freshmeat.net/projects/x11vnc/ x11vnc],&lt;br /&gt;
[http://synergy2.sourceforge.net/ Synergy], &lt;br /&gt;
XDMCP, [[SSH]] with X11 forwarding (-X or -Y option)&lt;br /&gt;
| [[Desktop Sharing]]&lt;br /&gt;
|-&lt;br /&gt;
| MailWasher ||&lt;br /&gt;
[[KShowmail]] &lt;br /&gt;
|-&lt;br /&gt;
|Forte Free Agent, [[Thunderbird]], [[Pan]] ||&lt;br /&gt;
[[Thunderbird]], [[Pan]], [[Sylpheed]], [http://www.newsreaders.com/unix/clients.html See More Clients Here]&lt;br /&gt;
|News Reader (Usenet [[newsgroup]]s)&lt;br /&gt;
|-&lt;br /&gt;
| eMule ||&lt;br /&gt;
[[aMule]]&lt;br /&gt;
|ED2K P2P network clients&lt;br /&gt;
|-&lt;br /&gt;
| [[Azureus]], [http://utorrent.com/ utorrent] ||&lt;br /&gt;
[[Azureus]], [http://en.wikipedia.org/wiki/Qtorrent Qtorrent], [http://en.wikipedia.org/wiki/Ktorrent Ktorrent], [http://en.wikipedia.org/wiki/Bittornado bittornado], [[Deluge]], [[Transmission]]&lt;br /&gt;
|BitTorrent P2P network clients&lt;br /&gt;
|-&lt;br /&gt;
| Skype, Voipbuster ||&lt;br /&gt;
[http://en.wikipedia.org/wiki/Skype Skype], [http://en.wikipedia.org/wiki/Linphone Linphone], [http://en.wikipedia.org/wiki/OpenWengo OPenwenGo], [[Ekiga]]&lt;br /&gt;
|VOIP software&lt;br /&gt;
|-&lt;br /&gt;
| Bitvise Tunnelier ||&lt;br /&gt;
[http://sourceforge.net/projects/gstm/ gSTM]&lt;br /&gt;
|gSTM is a front-end for managing SSH-tunneled port redirects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Server ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
| IIS, [[Apache]] ||&lt;br /&gt;
[[Apache]], [http://en.wikipedia.org/wiki/IPlanet iPlanet], [http://en.wikipedia.org/wiki/Thttpd thttpd], [http://www.lighttpd.net/ lighttpd], [http://yaws.hyber.org/ YAWS] [http://www.zope.org/ ZOPE]&lt;br /&gt;
|HTTP servers&lt;br /&gt;
|-&lt;br /&gt;
| Folder sharing, printer sharing ||&lt;br /&gt;
[[Samba]]&lt;br /&gt;
|Share files and printers between Windows and Linux systems. Installed by default on most distributions.&lt;br /&gt;
|-&lt;br /&gt;
|IIS, [http://filezilla.sourceforge.net/ FileZilla FTP Client &amp;amp; Server]&lt;br /&gt;
|[[proftpd]], [[vsftpd]], [http://en.wikipedia.org/wiki/Pure-ftpd pure-ftpd]&lt;br /&gt;
|FTP servers, for hosting files.&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.netlimiter.com/ NetLimiter] ||&lt;br /&gt;
[http://monkey.org/~marius/pages/?page=trickle Trickle], [http://l7-filter.sourceforge.net/ Level 7 Filter], [http://www.clarkconnect.com/info/index.php ClarkConnect], [http://www.bandwidtharbitrator.com/ Bandwidth Arbitrator], [http://www.mastershaper.org/index.php/Main_Page MasterShaper]&lt;br /&gt;
|Bandwidth shaping and management.&lt;br /&gt;
|-&lt;br /&gt;
| Exchange ||&lt;br /&gt;
[[Citadel]], [http://en.wikipedia.org/wiki/Zimbra zimbra], [[Open-Xchange]]&lt;br /&gt;
|Groupware (sharing of appointments, contacts, e-mail, documents, etc. between members of a group)&lt;br /&gt;
|-&lt;br /&gt;
| Sharepoint ||&lt;br /&gt;
[http://www.knowledgetree.com/opensource KnowledgeTree]&lt;br /&gt;
|Manage and secure documents, collaborate around document creation and editing, full document contents indexing&lt;br /&gt;
|-&lt;br /&gt;
| Norton/McAfee Antivirus, [http://clamwin.com/ ClamWin], AVG, AntiVir ||&lt;br /&gt;
[[ClamAV]], [http://free.avg.com/download?prd=afl AVG Antivirus], [http://www.avast.com/eng/download-avast-for-linux-edition.html Avast Home for Linux]&lt;br /&gt;
| Antivirus software.&lt;br /&gt;
|-&lt;br /&gt;
| ZoneAlarm , Sygate SPF||&lt;br /&gt;
[[Guarddog]], [[Firestarter]], [[GUFW]], [[iptables]]&lt;br /&gt;
| Firewall software&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Multimedia =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.adobe.com/products/photoshop/ Adobe Photoshop],[http://www.corel.com/ Corel Photo-Paint], GIMP, GIMPShop ||&lt;br /&gt;
[[GIMP]],&lt;br /&gt;
[[GIMPShop]],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Krita Krita], [http://www.kanzelsberger.com/pixel/ Pixel (non-free high quality)], &lt;br /&gt;
[http://www.lightcrafts.com/ LightZone (non-free high quality)]&lt;br /&gt;
|Raster graphics editors&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.corel.com/ Corel Draw], [http://www.adobe.com/products/illustrator/ Adobe Illustrator] ||&lt;br /&gt;
[http://www.inkscape.org/ Inkscape]&lt;br /&gt;
|Vector graphics editors&lt;br /&gt;
|-&lt;br /&gt;
| Irfanview, ACDSee ||&lt;br /&gt;
[[XnView]], [[Gqview|GQView]], [http://mirageiv.berlios.de/ Mirage], [[GThumb]]&lt;br /&gt;
|Image viewers&lt;br /&gt;
|-&lt;br /&gt;
| 3D Studio MAX, Blender, [http://www.autodesk.com Maya] ||&lt;br /&gt;
[[Blender]],&lt;br /&gt;
[http://www.autodesk.com Maya],&lt;br /&gt;
[http://www.softimage.com Softimage],&lt;br /&gt;
[[K-3D]]&lt;br /&gt;
|3D modeling software&lt;br /&gt;
|-&lt;br /&gt;
| Windows Media Player, PowerDVD ||&lt;br /&gt;
[[MPlayer]],&lt;br /&gt;
[[Xine]],&lt;br /&gt;
[[Totem]],&lt;br /&gt;
[[Kaffeine]],&lt;br /&gt;
[[VLC]]&lt;br /&gt;
| [[Video Players]]&lt;br /&gt;
|-&lt;br /&gt;
| SIA Smaart Live ||&lt;br /&gt;
[http://sf.net/projects/brp-pacu/ BRP-PACU]&lt;br /&gt;
|-&lt;br /&gt;
| Winamp, Sonique, iTunes, [http://www.atunes.org/ aTunes] ||&lt;br /&gt;
[[amaroK]],&lt;br /&gt;
[http://www.atunes.org/ aTunes],&lt;br /&gt;
[[XMMS]],&lt;br /&gt;
[[Beep media player|BMP]],&lt;br /&gt;
[http://audacious-media-player.org/Main_Page Audacious],&lt;br /&gt;
[[noatun]],&lt;br /&gt;
[[RhythmBox]],&lt;br /&gt;
[[xine]] will play aac and wma, [http://banshee-project.org/index.php/Main_Page Banshee]&lt;br /&gt;
|[[Music Players]]&lt;br /&gt;
|-&lt;br /&gt;
| Windows Movie Maker, Adobe Premiere Elements,[http://www.goldwave.com/mqrelease.php Multiquence] ||&lt;br /&gt;
[[Cinelerra]],&lt;br /&gt;
[[KDenlive]],&lt;br /&gt;
[[LiVES]], &lt;br /&gt;
[[Kino]],&lt;br /&gt;
[http://en.wikipedia.org/wiki/Avidemux AviDemux]&lt;br /&gt;
|Video editing tools&lt;br /&gt;
|-&lt;br /&gt;
| Audacity, Cubase, CoolEdit, [http://www.goldwave.com/ GoldWave] ||&lt;br /&gt;
[[Ardour]],&lt;br /&gt;
[http://www.rosegardenmusic.com/ Rosegarden],&lt;br /&gt;
[[Audacity]],&lt;br /&gt;
[http://www.gnu.org/software/gnusound/ GNUsound],&lt;br /&gt;
[[Beast]]&lt;br /&gt;
|Digital audio workstation software&lt;br /&gt;
|-&lt;br /&gt;
| Audio Catalyst, dbpoweramp, CDex ||&lt;br /&gt;
[[Grip]],&lt;br /&gt;
[[Audacity]]&lt;br /&gt;
|-&lt;br /&gt;
| Cakewalk ||&lt;br /&gt;
[[kmid]],&lt;br /&gt;
[[kmidi]]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.noteworthysoftware.com/ NoteWorthy Composer], MuseScore, LilyPond||&lt;br /&gt;
[http://www.musescore.org/ MuseScore],[http://lilypond.org/web/ LilyPond]&lt;br /&gt;
|Musical score typesetting&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.guitar-pro.com/ GuitarPro], TuxGuitar ||&lt;br /&gt;
[http://www.tuxguitar.com.ar/ TuxGuitar]&lt;br /&gt;
|Guitar tablature editors&lt;br /&gt;
|-&lt;br /&gt;
| Microsoft Paint, Kid Pix, Tux Paint ||&lt;br /&gt;
[[Tux Paint]], [http://en.wikipedia.org/wiki/KolourPaint KolourPaint]&lt;br /&gt;
|Basic raster painting programs&lt;br /&gt;
|-&lt;br /&gt;
| Videora ||&lt;br /&gt;
[http://thinliquidfilm.org/ thinliquidfilm]&lt;br /&gt;
|-&lt;br /&gt;
|TMPGEnc DVD Author, Roxio DVDit ||&lt;br /&gt;
[http://www.bombono.org/ Bombono DVD]&lt;br /&gt;
|DVD authoring software &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Education =&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Windows apps !! Linux apps !! Description&lt;br /&gt;
|-&lt;br /&gt;
|  || [[KTouch]] || Touch typing tutors&lt;br /&gt;
|-&lt;br /&gt;
| Maple, Mathematica || Maple, Mathematica, [http://maxima.sourceforge.net/ Maxima]&lt;br /&gt;
| Computer algebra systems&lt;br /&gt;
|-&lt;br /&gt;
| Matlab ||&lt;br /&gt;
Matlab, [http://www.gnu.org/software/octave/ Octave],&lt;br /&gt;
[http://en.wikipedia.org/wiki/SciLab SciLab]&lt;br /&gt;
| High level numeric computation environments&lt;br /&gt;
|-&lt;br /&gt;
| SPSS, Stata, EViews ||&lt;br /&gt;
[http://www.r-project.org/ R-project],&lt;br /&gt;
[http://www.stata.com/products/unix.html Stata],&lt;br /&gt;
[http://www.gnu.org/software/pspp/pspp.html PSPP],&lt;br /&gt;
[http://en.wikipedia.org/wiki/S-Plus S-Plus]&lt;br /&gt;
| Statistical analysis&lt;br /&gt;
|-&lt;br /&gt;
| Verilog ||&lt;br /&gt;
[http://www.icarus.com/eda/verilog/ iverilog]&lt;br /&gt;
| Verilog Simulator&lt;br /&gt;
|-&lt;br /&gt;
| Google Earth, NASA World Wind, Celestia, Stellarium ||&lt;br /&gt;
[http://earth.google.com/download-earth.html Google Earth], [http://www.shatters.net/celestia/ Celestia], [http://www.stellarium.org/ Stellarium], [http://edu.kde.org/marble/ Marble], [http://www.geody.com/ Geody]&lt;br /&gt;
| Geography and astronomy&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Please add new applications to this list. A good resource is the [http://www.nawaz.org/wiki/index.php?title=Table_of_Equivalents BeetleSpace Windows/Linux Software Table of Equivalents], which is GNU FDL licensed.''&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* [[running windows software]]&lt;br /&gt;
* [http://www.linuxrsp.ru/win-lin-soft/table-eng.html The table of equivalents / replacements / analogs of Windows software in Linux.] (''www.linuxrsp.ru'')&lt;br /&gt;
* [https://wiki.ubuntu.com/SoftwareEquivalents Ubuntu software equivalents's page] (''wiki.ubuntu.com'')&lt;br /&gt;
* [http://www.linuxeq.com/ The Linux Equivalent Project] (''www.linuxeq.com'')&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=50819</id>
		<title>User talk:ThorstenStaerk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=50819"/>
		<updated>2009-11-18T21:27:13Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: /* How do you get a new page recognized? */ - Added author info and date/time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vandalism ==&lt;br /&gt;
&lt;br /&gt;
There's a guy by the name of &amp;quot;Linux&amp;quot; going around and blanking all the pages.  Can you block him and clean it up please?  [[User:Linux|Linux]] 19:02, June 7, 2007 (EDT)&lt;br /&gt;
: why ? In most cases, your blanked pages are better than the blahblah before. And if you want to stop, I do not need to block you, just quit. --[[User:ThorstenStaerk|ThorstenStaerk]] 08:04, June 8, 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Proper Way To Start Sysadmin Page ==&lt;br /&gt;
&lt;br /&gt;
What do you recommend as a starting point for sysadmin, just pick a topic and write it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Cmnorton|Cmnorton]] 15:25, March 24, 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Comparison of Linux distributions ==&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk, it didn't seem to be significant to me, but I can see what you mean about the small details. Perhaps it would be better stated as something like &amp;quot;Includes many common shortcuts to save time (such as the 'll' command, etc.)&amp;quot; - [[User:Blackice|Blackice]] 18:21, October 1, 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== beep ==&lt;br /&gt;
&lt;br /&gt;
i added the author's name to distinguish it from the normal system beep or 'printf(&amp;quot;\a&amp;quot;)'.  &lt;br /&gt;
&lt;br /&gt;
Couple questions:  &lt;br /&gt;
&lt;br /&gt;
first, is this the right place to ask you something? or is there a message link i'm missing&lt;br /&gt;
&lt;br /&gt;
second, was removing the redirect for previous 'beep' -&amp;gt; 'Turn off system beep' ok?  I included it in the new beep article in 'see also' because I thought it was still relevant.&lt;br /&gt;
&lt;br /&gt;
i'm discovering there are a lot of programs out there called beep!&lt;br /&gt;
&lt;br /&gt;
I'm new to wwiki so please let me know if i ever do anything taboo or whatever, i'm just killing time and helping where i can&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk: I know you've seen me darting around editing stuff, but now I'm running out of ideas, I'm not techy, and I'm a linux newbie.  if you know of something, even boring stuff, that needs done, please offer suggestions and I'll get right to it.  I kill time while at work, read, edit where I know a little about it, learning lots.  have a good week  -Scott&lt;br /&gt;
&lt;br /&gt;
Thank you for the ideas, and thanks for having LiVES in your favorite list - I had not heard of that software - I compiled it from source with no problems and having fun editing some video now :]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hi, biorezonanta is not spam , can i edit please.&lt;br /&gt;
thank you &lt;br /&gt;
biorezonanta&lt;br /&gt;
&lt;br /&gt;
== How do you get a new page recognized? ==&lt;br /&gt;
&lt;br /&gt;
A quick question:&lt;br /&gt;
&lt;br /&gt;
How can you get a new file recognized as having been written?  &lt;br /&gt;
I ask because of the submission I made for [[File:Hosts]] is still showing up on the [[Special:WantedPages|Most Wanted]] list.&lt;br /&gt;
&lt;br /&gt;
TIA.&lt;br /&gt;
&lt;br /&gt;
[[User:ShadowCat8|ShadowCat8]] 21:27, November 18, 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=50818</id>
		<title>User talk:ThorstenStaerk</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:ThorstenStaerk&amp;diff=50818"/>
		<updated>2009-11-18T21:24:14Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: /* How do you get a new page recognized? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vandalism ==&lt;br /&gt;
&lt;br /&gt;
There's a guy by the name of &amp;quot;Linux&amp;quot; going around and blanking all the pages.  Can you block him and clean it up please?  [[User:Linux|Linux]] 19:02, June 7, 2007 (EDT)&lt;br /&gt;
: why ? In most cases, your blanked pages are better than the blahblah before. And if you want to stop, I do not need to block you, just quit. --[[User:ThorstenStaerk|ThorstenStaerk]] 08:04, June 8, 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Proper Way To Start Sysadmin Page ==&lt;br /&gt;
&lt;br /&gt;
What do you recommend as a starting point for sysadmin, just pick a topic and write it?&lt;br /&gt;
&lt;br /&gt;
--[[User:Cmnorton|Cmnorton]] 15:25, March 24, 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Comparison of Linux distributions ==&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk, it didn't seem to be significant to me, but I can see what you mean about the small details. Perhaps it would be better stated as something like &amp;quot;Includes many common shortcuts to save time (such as the 'll' command, etc.)&amp;quot; - [[User:Blackice|Blackice]] 18:21, October 1, 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== beep ==&lt;br /&gt;
&lt;br /&gt;
i added the author's name to distinguish it from the normal system beep or 'printf(&amp;quot;\a&amp;quot;)'.  &lt;br /&gt;
&lt;br /&gt;
Couple questions:  &lt;br /&gt;
&lt;br /&gt;
first, is this the right place to ask you something? or is there a message link i'm missing&lt;br /&gt;
&lt;br /&gt;
second, was removing the redirect for previous 'beep' -&amp;gt; 'Turn off system beep' ok?  I included it in the new beep article in 'see also' because I thought it was still relevant.&lt;br /&gt;
&lt;br /&gt;
i'm discovering there are a lot of programs out there called beep!&lt;br /&gt;
&lt;br /&gt;
I'm new to wwiki so please let me know if i ever do anything taboo or whatever, i'm just killing time and helping where i can&lt;br /&gt;
&lt;br /&gt;
Hi ThorstenStaerk: I know you've seen me darting around editing stuff, but now I'm running out of ideas, I'm not techy, and I'm a linux newbie.  if you know of something, even boring stuff, that needs done, please offer suggestions and I'll get right to it.  I kill time while at work, read, edit where I know a little about it, learning lots.  have a good week  -Scott&lt;br /&gt;
&lt;br /&gt;
Thank you for the ideas, and thanks for having LiVES in your favorite list - I had not heard of that software - I compiled it from source with no problems and having fun editing some video now :]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hi, biorezonanta is not spam , can i edit please.&lt;br /&gt;
thank you &lt;br /&gt;
biorezonanta&lt;br /&gt;
&lt;br /&gt;
== How do you get a new page recognized? ==&lt;br /&gt;
&lt;br /&gt;
A quick question:&lt;br /&gt;
&lt;br /&gt;
How can you get a new file recognized as having been written?  &lt;br /&gt;
I ask because of the submission I made for [[File:Hosts]] is still showing up on the [[Special:WantedPages|Most Wanted]] list.&lt;br /&gt;
&lt;br /&gt;
TIA.&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Gentoo_tips_%26_tricks&amp;diff=50817</id>
		<title>Gentoo tips &amp; tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Gentoo_tips_%26_tricks&amp;diff=50817"/>
		<updated>2009-11-18T21:02:33Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: /* Masked packages */ - Updated with a bit more specific info &amp;amp; corrected minor errors (typos)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of '''tips &amp;amp; tricks''' for the peculiarities of [[Gentoo]].&lt;br /&gt;
&lt;br /&gt;
== Use flags ==&lt;br /&gt;
[[USE flags]] are the way Gentoo organizes the compile time options. This is a feature that sets Gentoo apart from other distributions. While USE flags are set during the install, you can go back and change them at anytime. If you do, make sure that you use Portage to recompile any programs that might take advantage of any USE flag changes. Also, when using Portage to install new programs, you can request it to compile that program with a USE flag specifically for it, or make an entry in /etc/portage/package.use for that package and/or version. You have a list of them in your /etc/make.conf for your overall system. See the external links below for more information.&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
ufed = USE flag editor, emerge ufed, then run ufed as root&lt;br /&gt;
&lt;br /&gt;
A problem with ufed, is that it organizes your useflags alphabetically, So if you added an experimental one by hand in your make.conf, it will be hidden amongst your countless others.&lt;br /&gt;
&lt;br /&gt;
=== Files ===&lt;br /&gt;
/etc/[[make.conf]] has a USE flag section in it for general package building on a system.  &lt;br /&gt;
/usr/portage/profiles/use.desc and /usr/portage/profiles/use.local.desc contain lists of all valid USE flags with brief descriptions of what each flag does.&lt;br /&gt;
&lt;br /&gt;
=== Rebuilding what needs to be rebuilt ===&lt;br /&gt;
If you've added a new USE flag to your make.conf then just run&lt;br /&gt;
 emerge --update --newuse world&lt;br /&gt;
&lt;br /&gt;
== Masked packages ==&lt;br /&gt;
A lot of times you'll want to emerge a masked package (or a masked version of one). One short way to do this is &amp;lt;code&amp;gt;ACCEPT_KEYWORDS=&amp;quot;~x86&amp;quot; emerge &amp;lt;i&amp;gt;package&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; (replace x86 with your architecture). A slightly shorter way is to create a file called &amp;lt;code&amp;gt;/usr/sbin/expmerge&amp;lt;/code&amp;gt;, with the following contents:&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
ACCEPT_KEYWORDS=&amp;quot;~x86&amp;quot; emerge $*&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then just &amp;lt;code&amp;gt;expmerge &amp;lt;i&amp;gt;package&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
Mixing unstable with stable packages can lead to problems, so it's recommended you pick one type and use it all the time. This is more important for libraries rather then programs.&lt;br /&gt;
&lt;br /&gt;
NOTE: The aforementioned method of emerging masked packages is deprecated and unsupported. Please use the /etc/portage/package.keywords file to unmask a particular package. (man portage, man emerge) This is done by using the following command: &lt;br /&gt;
&amp;lt;pre&amp;gt; $ echo &amp;quot;package-category/package-name ~x86&amp;quot; &amp;gt;&amp;gt; /etc/portage/package.keywords&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emerge tips ==&lt;br /&gt;
*emerge sync -- syncs portage with the lateset tree&lt;br /&gt;
*emerge world -uDp, -- list things to be updated&amp;lt;BR&amp;gt;&lt;br /&gt;
*emerge world -uD -- get almost everything updated&amp;lt;BR&amp;gt;&lt;br /&gt;
*revdep-rebuild  -- check for packages that break by rebuilding a dependancy&lt;br /&gt;
*'''WARNING''' emerge -U -- will break your system guaranteed&lt;br /&gt;
&lt;br /&gt;
==Gentoo &amp;amp; KDE==&lt;br /&gt;
Remember - when installing [[KDE]] on Gentoo, you don't have to install every kde package. Instead, you can simply choose to install a &amp;quot;small&amp;quot; subset of them - ''for example'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# emerge kdebase kdeartwork&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Prior to this, if you want to check out what packages would be installed, use the --pretend option - ''for example'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# emerge --pretend kdebase kdeartwork | less&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(As a useful alternative to --pretend, you could use the --ask option - see ''man emerge'' for more information).&lt;br /&gt;
&lt;br /&gt;
N.B - As of KDE 3.4 onwards, you will be able to utilise ''split ebuilds'' - this approach enables you to install individual KDE applications, without a plethora of other KDE apps automatically being installed (as in the monolithic approach).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[GenToo]]&lt;br /&gt;
* [[Installing Slackware and Gentoo]]&lt;br /&gt;
* [[USE flags]]&lt;br /&gt;
* [[Make.conf]]&lt;br /&gt;
* [[emerge]]&lt;br /&gt;
* [[paludis]]&lt;br /&gt;
* [[Common tasks]]&lt;br /&gt;
* [[Distribution specific tips and tricks]]&lt;br /&gt;
* [[Gentoo and distcc]]&lt;br /&gt;
&lt;br /&gt;
== External links==&lt;br /&gt;
* [http://forums.gentoo.org/viewtopic.php?t=157851 A sorted list of useflags for make.conf] (''forums.gentoo.org'').&lt;br /&gt;
* [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;amp;chap=1 Gentoo Portage Documentation] (''www.gentoo.org'')&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Gentoo_tips_%26_tricks&amp;diff=50816</id>
		<title>Gentoo tips &amp; tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Gentoo_tips_%26_tricks&amp;diff=50816"/>
		<updated>2009-11-18T20:47:59Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: /* Use flags */  - Updated with a bit more specific info &amp;amp; corrected minor errors (typos)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of '''tips &amp;amp; tricks''' for the peculiarities of [[Gentoo]].&lt;br /&gt;
&lt;br /&gt;
== Use flags ==&lt;br /&gt;
[[USE flags]] are the way Gentoo organizes the compile time options. This is a feature that sets Gentoo apart from other distributions. While USE flags are set during the install, you can go back and change them at anytime. If you do, make sure that you use Portage to recompile any programs that might take advantage of any USE flag changes. Also, when using Portage to install new programs, you can request it to compile that program with a USE flag specifically for it, or make an entry in /etc/portage/package.use for that package and/or version. You have a list of them in your /etc/make.conf for your overall system. See the external links below for more information.&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
ufed = USE flag editor, emerge ufed, then run ufed as root&lt;br /&gt;
&lt;br /&gt;
A problem with ufed, is that it organizes your useflags alphabetically, So if you added an experimental one by hand in your make.conf, it will be hidden amongst your countless others.&lt;br /&gt;
&lt;br /&gt;
=== Files ===&lt;br /&gt;
/etc/[[make.conf]] has a USE flag section in it for general package building on a system.  &lt;br /&gt;
/usr/portage/profiles/use.desc and /usr/portage/profiles/use.local.desc contain lists of all valid USE flags with brief descriptions of what each flag does.&lt;br /&gt;
&lt;br /&gt;
=== Rebuilding what needs to be rebuilt ===&lt;br /&gt;
If you've added a new USE flag to your make.conf then just run&lt;br /&gt;
 emerge --update --newuse world&lt;br /&gt;
&lt;br /&gt;
== Masked packages ==&lt;br /&gt;
A lot of times you'll want to emerge a masked package (or a masked version of one). One short way to do this is &amp;lt;code&amp;gt;ACCEPT_KEYWORDS=&amp;quot;~x86&amp;quot; emerge &amp;lt;i&amp;gt;package&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; (replace x86 with your architecture). A slightly shorter way is to create a file called &amp;lt;code&amp;gt;/usr/sbin/expmerge&amp;lt;/code&amp;gt;, with the following contents:&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
ACCEPT_KEYWORDS=&amp;quot;~x86&amp;quot; emerge $*&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then just &amp;lt;code&amp;gt;expmerge &amp;lt;i&amp;gt;package&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
Mixing unstable with stable packages can lead to problems, so it's recommended you pick one type and use it all the time. This is more important for libraries rather then programs.&lt;br /&gt;
&lt;br /&gt;
NOTE: the aforementioned method of emerging masked packages is deprecated and unsupported. please use /etc/portage/ (man portage, man emerge) This is used by: &lt;br /&gt;
&amp;lt;pre&amp;gt;echo &amp;quot;package-category/package-name&amp;quot; &amp;gt;&amp;gt; /etc/portage/package.keywords&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Emerge tips ==&lt;br /&gt;
*emerge sync -- syncs portage with the lateset tree&lt;br /&gt;
*emerge world -uDp, -- list things to be updated&amp;lt;BR&amp;gt;&lt;br /&gt;
*emerge world -uD -- get almost everything updated&amp;lt;BR&amp;gt;&lt;br /&gt;
*revdep-rebuild  -- check for packages that break by rebuilding a dependancy&lt;br /&gt;
*'''WARNING''' emerge -U -- will break your system guaranteed&lt;br /&gt;
&lt;br /&gt;
==Gentoo &amp;amp; KDE==&lt;br /&gt;
Remember - when installing [[KDE]] on Gentoo, you don't have to install every kde package. Instead, you can simply choose to install a &amp;quot;small&amp;quot; subset of them - ''for example'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# emerge kdebase kdeartwork&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Prior to this, if you want to check out what packages would be installed, use the --pretend option - ''for example'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# emerge --pretend kdebase kdeartwork | less&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(As a useful alternative to --pretend, you could use the --ask option - see ''man emerge'' for more information).&lt;br /&gt;
&lt;br /&gt;
N.B - As of KDE 3.4 onwards, you will be able to utilise ''split ebuilds'' - this approach enables you to install individual KDE applications, without a plethora of other KDE apps automatically being installed (as in the monolithic approach).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[GenToo]]&lt;br /&gt;
* [[Installing Slackware and Gentoo]]&lt;br /&gt;
* [[USE flags]]&lt;br /&gt;
* [[Make.conf]]&lt;br /&gt;
* [[emerge]]&lt;br /&gt;
* [[paludis]]&lt;br /&gt;
* [[Common tasks]]&lt;br /&gt;
* [[Distribution specific tips and tricks]]&lt;br /&gt;
* [[Gentoo and distcc]]&lt;br /&gt;
&lt;br /&gt;
== External links==&lt;br /&gt;
* [http://forums.gentoo.org/viewtopic.php?t=157851 A sorted list of useflags for make.conf] (''forums.gentoo.org'').&lt;br /&gt;
* [http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;amp;chap=1 Gentoo Portage Documentation] (''www.gentoo.org'')&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Compiz&amp;diff=50720</id>
		<title>Talk:Compiz</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Compiz&amp;diff=50720"/>
		<updated>2009-11-12T17:41:33Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Created page with 'As a note: Wasn't Compiz part of that development project that Novell started right after they bought '''SuSE'''?  The project that gave birth to '''XGL'''?'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As a note: Wasn't Compiz part of that development project that Novell started right after they bought '''[[SuSE]]'''?  The project that gave birth to '''[[XGL]]'''?&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Compiz&amp;diff=50719</id>
		<title>Compiz</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Compiz&amp;diff=50719"/>
		<updated>2009-11-12T17:35:52Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Minor spelling and grammatical corrections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Compiz''' is a composite [[window manager]] with very little desktop capabilities (no iconbar, application menus, etc). It is designed to be used as a drop-in replacement for other window managers in today's [[desktop environment]]s, such as [[KDE]] and [http://en.wikipedia.org/wiki/GNOME GNOME], which provide these desktop utilities.&lt;br /&gt;
&lt;br /&gt;
As a composite window manager, Compiz allows the mangling of the windows themselves. This is accomplished by use of 3D, and as such, Compiz requires 3D acceleration, as well as a supported X server (either one that uses [[AIGLX]] or the [[XGL]] server). Even the most basic of 3D acceleration is likely to be enough to run Compiz in a acceptable manner, although some visual effects may not be usable. All the effects that Compiz can perform are implemented as plug-ins, and the window decorations are handled by a 'window decorator' rather than Compiz itself. All the plug-ins can be activated or de-activated separately, and have actions bound to various key-combinations (which most plug-ins use to activate or de-activate their effects, at the very least). All key-combinations are customizable, along with various other preferences.&lt;br /&gt;
&lt;br /&gt;
'''Compiz Fusion''' is a community project spawned out of Compiz's history. It contains its own window decorator, called Emerald, and several plug-ins. Both projects are currently (as of 2008) being developed, with Compiz handling the core functionality, and Compiz Fusion being more user-orientated and developing add-on plug-ins, themes, etc, in a effort to make things more user-friendly.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* http://en.wikipedia.org/wiki/Compiz&lt;br /&gt;
* [http://www.compiz.org/ Compiz]&lt;br /&gt;
* [http://www.compiz-fusion.org/ Compiz Fusion]&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=File_talk:Hosts&amp;diff=50718</id>
		<title>File talk:Hosts</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=File_talk:Hosts&amp;diff=50718"/>
		<updated>2009-11-12T17:25:34Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Created page with 'How do I get rid of the following line at the top of the page? &amp;quot;No file by this name exists, but you can upload one.&amp;quot;  It's not available to delete from the edit page.'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How do I get rid of the following line at the top of the page?&lt;br /&gt;
&amp;quot;No file by this name exists, but you can upload one.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It's not available to delete from the edit page.&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=50667</id>
		<title>File:Hosts</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=50667"/>
		<updated>2009-11-10T17:38:15Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Re-save&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''hosts''' file is a text file within an operating system that contains associations of IP addresses, hostnames and aliases for the system and the machines on the network that the system is aware of.  While '''B'''erkeley '''I'''nternet '''N'''ame '''D'''omain ('''[[BIND]]''' a.k.a. [[DNS]]) servers will give the IP addresses for servers on the Internet, and within a local network if one is set up for it, the first systems any computer will know about as it boots are the ones in the hosts file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Creating a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Format of entries==&lt;br /&gt;
The format of entries within a hosts file is written as one line per entry containing the IP address of the host, followed by the host's canonical name followed by any aliases assigned to the host.  &lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		localhost				localhost.localdomain&lt;br /&gt;
192.168.1.15		thiscomputer.example.com		thiscomp&lt;br /&gt;
75.126.162.205		wiki.linuxquestions.org			LQWiki lqwiki&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rules of hosts files==&lt;br /&gt;
&lt;br /&gt;
#The fields within an entry must be separated by some number (greater than 0) of blanks and/or tabs.&lt;br /&gt;
#Host names must begin with an alphabetic character and end with an alphanumeric.&lt;br /&gt;
#Host names must be made up of only alphanumeric characters, minus signs ('-') and periods ('.').&lt;br /&gt;
#If a line contains a hash ('#') character, anything following the hash is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Location of hosts file=&lt;br /&gt;
&lt;br /&gt;
==*nix systems==&lt;br /&gt;
For the majority of Unix-based systems, the location for the hosts file is /etc/hosts.&lt;br /&gt;
&lt;br /&gt;
==Windows 2000/XP==&lt;br /&gt;
For as much as Microsoft has tried rewriting all of computing and networking their own way, at some point, they had to join the rest of the world.  Using the Microsoft terminology, in Windows XP/2K, the hosts file is located at %windir%\system32\drivers\etc\hosts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Uses of the hosts file=&lt;br /&gt;
&lt;br /&gt;
==Booting==&lt;br /&gt;
As written above, when a system is booting up, the first computers it will know about are the ones listed in the hosts file.  For most systems, the entries in the hosts file will contain information about important hosts on the local network for when DNS isn't accessible/available.&lt;br /&gt;
&lt;br /&gt;
==NIS==&lt;br /&gt;
'''N'''etwork '''I'''nformation '''S'''ervice ('''[[NIS]]''') is a network management system developed by Sun Microsystems.  Networks that use NIS take the entries from the hosts files of the systems on the local network to build the NIS host database.  On most NIS networks, every system on the local network will have an entry in their hosts file for every other host on the local network.&lt;br /&gt;
&lt;br /&gt;
==Isolated networks==&lt;br /&gt;
Very small private networks that are isolated from contact with the Internet or any other network use the hosts file instead of DNS.  Since the network is not connected to the Internet, setting up a DNS server on such a small network tends to be more work than it's worth.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Considerations for using a hosts file=&lt;br /&gt;
&lt;br /&gt;
==DNS versus hosts==&lt;br /&gt;
When setting up a hosts file, the question to keep in mind is; Who/What does this machine have to know about?  Who/What is going to tell this machine?  Well, there is a file that tells the machine which to check first when looking for another machine; [[nsswitch.conf]].  This file is also under the /etc/ directory and tells the machine what order it should look at DNS, NIS and the hosts file.&lt;br /&gt;
&lt;br /&gt;
==Updating==&lt;br /&gt;
When using hosts files on a small network, and you have to make a change in a hosts file on one machine on the local network, you need to make sure that the change gets reflected in *all* hosts files on the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Cool things to do with a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Bypass broken/incorrect DNS==&lt;br /&gt;
There are times that a website or server to which you are trying to connect on the internet has incorrect/false entries in the DNS tables.  You know the server is there by IP address, but can't connect to the domain because of DNS entries.  In cases like this, you can just make an entry in your hosts file.  An old example from my hosts file:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;195.56.146.238  www.openwrt.org downloads.openwrt.org wiki.openwrt.org dev.openwrt.org openwrt.org forum.openwrt.org&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
This was an entry I had in my hosts file during a period that the OpenWrt project was moving their servers.  The new DNS had propagated already and where DNS was pointing, there was no server yet.  So, I added the above line to be able to access the server at the previous location.  As of this writing, openwrt.org is correctly responding at 78.24.191.177, so I have since commented out the entry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cut down the amount of irritating banner ads==&lt;br /&gt;
Many folks get tired of those floating flash-banner ads that all but completely cover the screen, forcing you to click to just get to the page you asked for.  Then there are all the banner ads that will also create a bunch of popups on your screen.  Well, when you have at last had enough of those servers, you can stop the receiving of their traffic with a simple entry in your hosts file.  Here's an example:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		irritating.exampleadserver.com		alternate.exampleadserver.com&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
Looping the entry for the offending advertising server back to your localhost will cause the areas mapped for the ads to give 404 errors in those advertising spots on the webpage.&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=50666</id>
		<title>File:Hosts</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=File:Hosts&amp;diff=50666"/>
		<updated>2009-11-10T17:32:29Z</updated>

		<summary type="html">&lt;p&gt;ShadowCat8: Initial submission&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The '''hosts''' file is a text file within an operating system that contains associations of IP addresses, hostnames and aliases for the system and the machines on the network that the system is aware of.  While '''B'''erkeley '''I'''nternet '''N'''ame '''D'''omain ('''[[BIND]]''' a.k.a. [[DNS]]) servers will give the IP addresses for servers on the Internet, and within a local network if one is set up for it, the first systems any computer will know about as it boots are the ones in the hosts file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Creating a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Format of entries==&lt;br /&gt;
The format of entries within a hosts file is written as one line per entry containing the IP address of the host, followed by the host's canonical name followed by any aliases assigned to the host.  &lt;br /&gt;
Examples:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		localhost				localhost.localdomain&lt;br /&gt;
192.168.1.15		thiscomputer.example.com		thiscomp&lt;br /&gt;
75.126.162.205		wiki.linuxquestions.org			LQWiki lqwiki&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rules of hosts files==&lt;br /&gt;
&lt;br /&gt;
#The fields within an entry must be separated by some number (greater than 0) of blanks and/or tabs.&lt;br /&gt;
#Host names must begin with an alphabetic character and end with an alphanumeric.&lt;br /&gt;
#Host names must be made up of only alphanumeric characters, minus signs ('-') and periods ('.').&lt;br /&gt;
#If a line contains a hash ('#') character, anything following the hash is ignored.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Location of hosts file=&lt;br /&gt;
&lt;br /&gt;
==*nix systems==&lt;br /&gt;
For the majority of Unix-based systems, the location for the hosts file is /etc/hosts.&lt;br /&gt;
&lt;br /&gt;
==Windows 2000/XP==&lt;br /&gt;
For as much as Microsoft has tried rewriting all of computing and networking their own way, at some point, they had to join the rest of the world.  Using the Microsoft terminology, in Windows XP/2K, the hosts file is located at %windir%\system32\drivers\etc\hosts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Uses of the hosts file=&lt;br /&gt;
&lt;br /&gt;
==Booting==&lt;br /&gt;
As written above, when a system is booting up, the first computers it will know about are the ones listed in the hosts file.  For most systems, the entries in the hosts file will contain information about important hosts on the local network for when DNS isn't accessible/available.&lt;br /&gt;
&lt;br /&gt;
==NIS==&lt;br /&gt;
'''N'''etwork '''I'''nformation '''S'''ervice ('''[[NIS]]''') is a network management system developed by Sun Microsystems.  Networks that use NIS take the entries from the hosts files of the systems on the local network to build the NIS host database.  On most NIS networks, every system on the local network will have an entry in their hosts file for every other host on the local network.&lt;br /&gt;
&lt;br /&gt;
==Isolated networks==&lt;br /&gt;
Very small private networks that are isolated from contact with the Internet or any other network use the hosts file instead of DNS.  Since the network is not connected to the Internet, setting up a DNS server on such a small network tends to be more work than it's worth.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Considerations for using a hosts file=&lt;br /&gt;
&lt;br /&gt;
==DNS versus hosts==&lt;br /&gt;
When setting up a hosts file, the question to keep in mind is; Who/What does this machine have to know about?  Who/What is going to tell this machine?  Well, there is a file that tells the machine which to check first when looking for another machine; [[nsswitch.conf]].  This file is also under the /etc/ directory and tells the machine what order it should look at DNS, NIS and the hosts file.&lt;br /&gt;
&lt;br /&gt;
==Updating==&lt;br /&gt;
When using hosts files on a small network, and you have to make a change in a hosts file on one machine on the local network, you need to make sure that the change gets reflected in *all* hosts files on the network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Cool things to do with a hosts file=&lt;br /&gt;
&lt;br /&gt;
==Bypass broken/incorrect DNS==&lt;br /&gt;
There are times that a website or server to which you are trying to connect on the internet has incorrect/false entries in the DNS tables.  You know the server is there by IP address, but can't connect to the domain because of DNS entries.  In cases like this, you can just make an entry in your hosts file.  An old example from my hosts file:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;195.56.146.238  www.openwrt.org downloads.openwrt.org wiki.openwrt.org dev.openwrt.org openwrt.org forum.openwrt.org&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
This was an entry I had in my hosts file during a period that the OpenWrt project was moving their servers.  The new DNS had propagated already and where DNS was pointing, there was no server yet.  So, I added the above line to be able to access the server at the previous location.  As of this writing, openwrt.org is correctly responding at 78.24.191.177, so I have since commented out the entry.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cut down the amount of irritating banner ads==&lt;br /&gt;
Many folks get tired of those floating flash-banner ads that all but completely cover the screen, forcing you to click to just get to the page you asked for.  Then there are all the banner ads that will also create a bunch of popups on your screen.  Well, when you have at last had enough of those servers, you can stop the receiving of their traffic with a simple entry in your hosts file.  Here's an example:&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;127.0.0.1		irritating.exampleadserver.com		alternate.exampleadserver.com&amp;lt;/PRE&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
Looping the entry for the offending advertising server back to your localhost will cause the areas mapped for the ads to give 404 errors in those advertising spots on the webpage.&lt;/div&gt;</summary>
		<author><name>ShadowCat8</name></author>
	</entry>
</feed>