<?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=Koody</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=Koody"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Koody"/>
	<updated>2026-04-16T22:18:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Lirc_with_REALmagic&amp;diff=25518</id>
		<title>Lirc with REALmagic</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Lirc_with_REALmagic&amp;diff=25518"/>
		<updated>2005-02-19T00:50:07Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sigma Designs' Hollywood+ comes with a nice remote control and a serialport dongle. They have the word REALmagic stamped all over them.&lt;br /&gt;
&lt;br /&gt;
Lirc supports them. What you want to do to get them working (at least on debian):&lt;br /&gt;
&lt;br /&gt;
Serial ports on linux are named /dev/ttySx where x is the number of the serial port. So when I have my dongle connected on the first serialport, the device is naturally /dev/ttyS0&lt;br /&gt;
&lt;br /&gt;
I used &amp;lt;code&amp;gt;less -f /dev/ttyS0&amp;lt;/code&amp;gt; to check if that was the correct port. If it is the correct port a red light should blink in the dongle as you use your port.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;cp /usr/share/doc/lirc/remotes/sigma_designs/lircd.conf.realmagic /etc/lirc/lircd.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you edit the /etc/lirc/hardware.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LIRCD_ARGS=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#Don't start lircmd even if there seems to be a good config file&lt;br /&gt;
#START_LIRCMD=false&lt;br /&gt;
&lt;br /&gt;
#Try to load appropriate kernel modules&lt;br /&gt;
#LOAD_MODULES=true&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;lircd --driver=help&amp;quot; for a list of supported drivers.&lt;br /&gt;
DRIVER=&amp;quot;pixelview&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be&lt;br /&gt;
# automatically used instead&lt;br /&gt;
DEVICE=&amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
#MODULES=&amp;quot;lirc_dev lirc_serial&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Default configuration files for your hardware if any&lt;br /&gt;
LIRCD_CONF=&amp;quot;/etc/lirc/lircd.conf&amp;quot;&lt;br /&gt;
LIRCMD_CONF=&amp;quot;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that if you start lircd manually it won't read hardware.conf, that's done by the /etc/init.d/lirc script. &lt;br /&gt;
&lt;br /&gt;
Also notice that lircd wont open the port and the light wont blink until some client wants to read it. For this a handy tool is &amp;lt;code&amp;gt;irw&amp;lt;/code&amp;gt; that will spit out the names of the buttons you are pressing.&lt;br /&gt;
&lt;br /&gt;
Notice that you need NO SPECIAL KERNEL MODULES and you DON'T NEED TO USE SETSERIAL. There are a lot of false information on the &amp;quot;interweb&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Lirc_with_REALmagic&amp;diff=15049</id>
		<title>Lirc with REALmagic</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Lirc_with_REALmagic&amp;diff=15049"/>
		<updated>2005-02-19T00:49:25Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sigma Designs' Hollywood+ comes with a nice remote control and a serialport dongle. They have the word REALmagic stamped all over them.&lt;br /&gt;
&lt;br /&gt;
Lirc supports them. What you want to do to get them working (at least on debian):&lt;br /&gt;
&lt;br /&gt;
Serial ports on linux are named /dev/ttySx where x is the number of the serial port. So when I have my dongle connected on the first serialport, the device is naturally /dev/ttyS0&lt;br /&gt;
&lt;br /&gt;
I used &amp;lt;code&amp;gt;less -f /dev/ttyS0&amp;lt;/code&amp;gt; to check if that was the correct port. If it is the correct port a red light should blink in the dongle as you use your port.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cp /usr/share/doc/lirc/remotes/sigma_designs/lircd.conf.realmagic /etc/lirc/lircd.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you edit the /etc/lirc/hardware.conf&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
LIRCD_ARGS=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#Don't start lircmd even if there seems to be a good config file&lt;br /&gt;
#START_LIRCMD=false&lt;br /&gt;
&lt;br /&gt;
#Try to load appropriate kernel modules&lt;br /&gt;
#LOAD_MODULES=true&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;lircd --driver=help&amp;quot; for a list of supported drivers.&lt;br /&gt;
DRIVER=&amp;quot;pixelview&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be&lt;br /&gt;
# automatically used instead&lt;br /&gt;
DEVICE=&amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
#MODULES=&amp;quot;lirc_dev lirc_serial&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Default configuration files for your hardware if any&lt;br /&gt;
LIRCD_CONF=&amp;quot;/etc/lirc/lircd.conf&amp;quot;&lt;br /&gt;
LIRCMD_CONF=&amp;quot;&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that if you start lircd manually it won't read hardware.conf, that's done by the /etc/init.d/lirc script. &lt;br /&gt;
&lt;br /&gt;
Also notice that lircd wont open the port and the light wont blink until some client wants to read it. For this a handy tool is &amp;lt;code&amp;gt;irw&amp;lt;/code&amp;gt; that will spit out the names of the buttons you are pressing.&lt;br /&gt;
&lt;br /&gt;
Notice that you need NO SPECIAL KERNEL MODULES and you DON'T NEED TO USE SETSERIAL. There are a lot of false information on the &amp;quot;interweb&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=SSL_proxy&amp;diff=25408</id>
		<title>SSL proxy</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=SSL_proxy&amp;diff=25408"/>
		<updated>2005-01-15T20:12:53Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Let's say your university has a campus network, and some websites are only available from within that network. Unfortunately you don't live on the campus, but you'd like to browse those sites. &lt;br /&gt;
&lt;br /&gt;
While you could start up the browser and tunnel it through the SSL connection, that would be very slow and painful. Instead what you want to do is just forward all your browsers connections, through the ssl pipe so that they appear on the campus network. This is done using SSL tunneling to the campus proxy.&lt;br /&gt;
The command to establish the tunnel is:&lt;br /&gt;
&amp;lt;pre&amp;gt;ssh username@sslserver.university.edu -L 8080:wwwproxy.university.edu:80&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you need to change your local browsers proxy setting to using the host:localhost and the port 8080.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Debian_package_management_tricks&amp;diff=25407</id>
		<title>Debian package management tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Debian_package_management_tricks&amp;diff=25407"/>
		<updated>2005-01-15T20:05:25Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To find what program provides the installed file /bin/ls:&lt;br /&gt;
&amp;lt;pre&amp;gt;dpkg --search /bin/ls&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;dpkg --search `which ls`&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find what program would provide the file Xlib.h:&lt;br /&gt;
&amp;lt;pre&amp;gt;auto-apt search Xlib.h&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Debian_package_management_tricks&amp;diff=14438</id>
		<title>Debian package management tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Debian_package_management_tricks&amp;diff=14438"/>
		<updated>2005-01-15T20:04:58Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To find what program provides the installed file /bin/ls:&lt;br /&gt;
dpkg --search /bin/ls&lt;br /&gt;
or&lt;br /&gt;
dpkg --search `which ls`&lt;br /&gt;
&lt;br /&gt;
To find what program would provide the file Xlib.h:&lt;br /&gt;
auto-apt search Xlib.h&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Debian&amp;diff=15862</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Debian&amp;diff=15862"/>
		<updated>2005-01-15T20:03:04Z</updated>

		<summary type="html">&lt;p&gt;Koody: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Debian''' is a free and complete [[operating system]]. Debian uses the Linux [[kernel]] (the core of an operating system), but most of the basic OS tools come from the [[GNU]] project; hence the name [[GNU/Linux]].&lt;br /&gt;
&lt;br /&gt;
Although it is a non-commercial project Debian is one of the most popular and well-respected Linux [[distributions]].  Advanced users are attracted to its stability, powerful [[package]] management and pure [[Open Source]] stance.&lt;br /&gt;
&lt;br /&gt;
It also supports the most number of hardware [[platforms]] - a total of 11. As well as standard [[PC]]s, Debian versions are often used on [[Macs]] ([[M68k]] and [[PPC]]), and systems from [[SUN]] ([[SPARC]]).&lt;br /&gt;
&lt;br /&gt;
Debian systems currently use the Linux kernel, however, work is in progress to provide Debian for other kernels, primarily for the [[Hurd]]. The Hurd is a collection of servers that run on top of a microkernel (such as Mach) to implement different features. The Hurd is free software produced by the GNU project.  Aside from Debian/Hurd, enterprising people can try out Debian/FreeBSD and Debian/NetBSD.&lt;br /&gt;
&lt;br /&gt;
The base system contains very little -- typically just enough to download the rest of whatever is needed for the system -- and users may use [[Apt]] to get most packages, such as the [[X Window System]].  This format allows Debian to be installed on many older computers where space is scarce, and only the packages that will be used need be installed.  While CD images for Woody Stable exist, the preferred method for systems with an internet connection is to use the base system (which can be downloaded in the form of a [[netinst]] CD for Woody or Sarge), and install whatever is necessary over the network using Apt.  There are several front-ends to Apt to make the job easier (or at least to help you guess what packages are named), the most common of which is &amp;lt;tt&amp;gt;[[dselect]]&amp;lt;/tt&amp;gt; since it is always on every Debian distribution (and even predates Apt). Other Debian package management tools: [[aptitude]], [[synaptic]]&lt;br /&gt;
&lt;br /&gt;
Debian was begun in August 1993 by Ian Murdock, as a new distribution which would be made openly, in the spirit of Linux and GNU. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Debian&amp;quot; is pronounced &amp;lt;i&amp;gt;deb ee in&amp;lt;/i&amp;gt; and rhymes with &amp;quot;simian&amp;quot;. It comes from the names of the creator of Debian, Ian Murdock, and his wife, Debra.&lt;br /&gt;
&lt;br /&gt;
==Stable, Testing, Unstable, and Experimental==&lt;br /&gt;
&amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt;, &amp;lt;i&amp;gt;Testing&amp;lt;/i&amp;gt;, and &amp;lt;i&amp;gt;Unstable&amp;lt;/i&amp;gt; releases are available, currently codenamed &amp;quot;Woody&amp;quot;, &amp;quot;Sarge&amp;quot;, and &amp;quot;Sid&amp;quot; respectively.  When the current testing cycle ends, Sarge will become &amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt;, and a new name will be chosen for Testing.  Under current policy, Sid will remain Sid forever because someone noticed that not only is it named after the neighbor kid in &amp;quot;Toy Story&amp;quot; who breaks toys, but it also stands for &amp;lt;b&amp;gt;S&amp;lt;/b&amp;gt;till &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;n &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;evelopment.  &amp;lt;i&amp;gt;Experimental&amp;lt;/i&amp;gt; is non-complete distribution used for testing highly experimental software.  Debian follows very strict guidelines regarding which [[package]]s are allowed in each version, and this is what makes &amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt; stable.  These guidelines are spelled out in the [http://www.debian.org/doc/debian-policy/ Debian Policy Manual], which includes the Debian Free Software Guidelines.  &lt;br /&gt;
&lt;br /&gt;
To upgrade from one of Debian's branches to another, see [[Upgrading to a different Debian branch]]&lt;br /&gt;
&lt;br /&gt;
===Stable===&lt;br /&gt;
The current Stable release is named &amp;quot;Woody&amp;quot;. The stable release is not called stable because it crashes less, but because only [[bugfix]]es are [[backport]]ed to it. This means that any programs or scripts that were developed for the Stable release are unlikely to break. But this comes at a price: the Woody release is currently 2+ years old. This misunderstanding over the purpose of the stable release contributes to the perception of Debian being more primitive than other distributions. The installer for Woody is called [[Boot-floppies]].&lt;br /&gt;
&lt;br /&gt;
===Testing===&lt;br /&gt;
The current Testing release is named &amp;quot;Sarge&amp;quot;. The testing release starts as a copy of the new stable release, and then has new features added to it from Sid. At any given time, the testing release is about as stable as an x.0 release of any other distribution. Because of this, the testing release, not the stable release, is better choice for most individual users. However, the Debian development team is a bit slower about releasing security updates for the testing branch. The installer for Sarge is called [[debian-installer]], and is currently (2004-7-10) in beta 4 release. Unlike the testing branch itself, it still has a few bugs in it, be sure to check out the errata sheet.&lt;br /&gt;
&lt;br /&gt;
===Unstable===&lt;br /&gt;
Under current policy, Sid will remain Sid forever because someone noticed that not only is it named after the neighbor kid in &amp;quot;Toy Story&amp;quot; who breaks toys, but it also stands for &amp;lt;b&amp;gt;S&amp;lt;/b&amp;gt;till &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;n &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;evelopment.  It is not recommended that you use Sid unless you enjoy filling out bug reports.&lt;br /&gt;
&lt;br /&gt;
===Experimental===&lt;br /&gt;
The experimental distribution is a special distribution.  It is not a full (self-contained) distribution- it is meant to be a temporary staging area for highly experimental software.  Dependencies missing are most likely found in unstable (SID).  Debian warns that these packages are likely &amp;lt;B&amp;gt;unstable or buggy&amp;lt;/b&amp;gt; and are to be used at your own risk.  If you decide to use packages from experimental, you are encouraged to contact the package maintainers directly in case of problems.&lt;br /&gt;
&lt;br /&gt;
==Debian-specific Installation, Configuration, Commands, and Files==&lt;br /&gt;
* Installation&lt;br /&gt;
** [[Debian install tips]], [[boot-floppies]], [[debian-installer]]&lt;br /&gt;
** [[netinst]]&lt;br /&gt;
** [[netboot]]&lt;br /&gt;
** [[jigdo]]&lt;br /&gt;
&lt;br /&gt;
* Configuration&lt;br /&gt;
** [[Debian:Fonts|Fonts]]&lt;br /&gt;
&lt;br /&gt;
** System&lt;br /&gt;
*** [[debconf]], [[dpkg-reconfigure]]&lt;br /&gt;
*** [[modconf]]&lt;br /&gt;
*** [[update-rc.d]], [[rcconf]]&lt;br /&gt;
*** [[update-alternatives]]&lt;br /&gt;
&lt;br /&gt;
** [[Debian:CGI|CGI]]&lt;br /&gt;
&lt;br /&gt;
* Package Management&lt;br /&gt;
** [[dpkg]], [[dpkg-deb]]&lt;br /&gt;
** [[apt]], [[apt-get]], [[apt-cache]], [[apt-setup]], [[apt-cdrom]], [[apt-listchanges]], [[auto-apt]]&lt;br /&gt;
** The apt [[sources.list]] file&lt;br /&gt;
** [[aptitude]], [[synaptic]], [[dselect]]&lt;br /&gt;
** [[netselect]], [[apt-spy]]&lt;br /&gt;
&lt;br /&gt;
* Hardware detection&lt;br /&gt;
** [[discover]]&lt;br /&gt;
** [[hotplug]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Obtaining security updates]] -- Security information is available in the Debian section&lt;br /&gt;
*[[Debian package management tricks]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.debian.org Official website]&lt;br /&gt;
*[http://wiki.debian.net Debian wiki]&lt;br /&gt;
*[http://people.debian.org/~debacle/refcard/refcard.pdf Debian Reference Card]&lt;br /&gt;
*[http://www.nl.debian.org/doc/manuals/securing-debian-howto/ Securing Debian Manual]&lt;br /&gt;
*[http://www.togaware.com/linux/survivor/ Debian GNU/Linux Desktop Survival Guide]&lt;br /&gt;
*[http://uclinux.info/wiki/index.php/Using_a_Sound_Blaster_Live_Sound_Card_with_Debian Using a Sound Blaster Live Sound Card with Debian]&lt;br /&gt;
&lt;br /&gt;
==Forums==&lt;br /&gt;
*[http://www.debianforum.de Debian German Forum, very good]&lt;br /&gt;
*[http://www.debianplaza.net The unofficial Debian Forums]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Auto-apt&amp;diff=15816</id>
		<title>Auto-apt</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Auto-apt&amp;diff=15816"/>
		<updated>2005-01-15T20:02:05Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A really neat tool that knows useful tricks. Say you have downloaded the source code for a program off the net and you want to build it, but the build fails due to missing headers. auto-apt can search what package wuold provide the header files.&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
apt-get install auto-apt&lt;br /&gt;
auto-apt update &amp;amp;&amp;amp; auto-apt updatedb &amp;amp;&amp;amp; auto-apt update-local&lt;br /&gt;
&lt;br /&gt;
Seach for a header file:&lt;br /&gt;
auto-apt search Xlib.h&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Debian&amp;diff=14437</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Debian&amp;diff=14437"/>
		<updated>2005-01-15T19:59:15Z</updated>

		<summary type="html">&lt;p&gt;Koody: /* Debian-specific Installation, Configuration, Commands, and Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Debian''' is a free and complete [[operating system]]. Debian uses the Linux [[kernel]] (the core of an operating system), but most of the basic OS tools come from the [[GNU]] project; hence the name [[GNU/Linux]].&lt;br /&gt;
&lt;br /&gt;
Although it is a non-commercial project Debian is one of the most popular and well-respected Linux [[distributions]].  Advanced users are attracted to its stability, powerful [[package]] management and pure [[Open Source]] stance.&lt;br /&gt;
&lt;br /&gt;
It also supports the most number of hardware [[platforms]] - a total of 11. As well as standard [[PC]]s, Debian versions are often used on [[Macs]] ([[M68k]] and [[PPC]]), and systems from [[SUN]] ([[SPARC]]).&lt;br /&gt;
&lt;br /&gt;
Debian systems currently use the Linux kernel, however, work is in progress to provide Debian for other kernels, primarily for the [[Hurd]]. The Hurd is a collection of servers that run on top of a microkernel (such as Mach) to implement different features. The Hurd is free software produced by the GNU project.  Aside from Debian/Hurd, enterprising people can try out Debian/FreeBSD and Debian/NetBSD.&lt;br /&gt;
&lt;br /&gt;
The base system contains very little -- typically just enough to download the rest of whatever is needed for the system -- and users may use [[Apt]] to get most packages, such as the [[X Window System]].  This format allows Debian to be installed on many older computers where space is scarce, and only the packages that will be used need be installed.  While CD images for Woody Stable exist, the preferred method for systems with an internet connection is to use the base system (which can be downloaded in the form of a [[netinst]] CD for Woody or Sarge), and install whatever is necessary over the network using Apt.  There are several front-ends to Apt to make the job easier (or at least to help you guess what packages are named), the most common of which is &amp;lt;tt&amp;gt;[[dselect]]&amp;lt;/tt&amp;gt; since it is always on every Debian distribution (and even predates Apt). Other Debian package management tools: [[aptitude]], [[synaptic]]&lt;br /&gt;
&lt;br /&gt;
Debian was begun in August 1993 by Ian Murdock, as a new distribution which would be made openly, in the spirit of Linux and GNU. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Debian&amp;quot; is pronounced &amp;lt;i&amp;gt;deb ee in&amp;lt;/i&amp;gt; and rhymes with &amp;quot;simian&amp;quot;. It comes from the names of the creator of Debian, Ian Murdock, and his wife, Debra.&lt;br /&gt;
&lt;br /&gt;
==Stable, Testing, Unstable, and Experimental==&lt;br /&gt;
&amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt;, &amp;lt;i&amp;gt;Testing&amp;lt;/i&amp;gt;, and &amp;lt;i&amp;gt;Unstable&amp;lt;/i&amp;gt; releases are available, currently codenamed &amp;quot;Woody&amp;quot;, &amp;quot;Sarge&amp;quot;, and &amp;quot;Sid&amp;quot; respectively.  When the current testing cycle ends, Sarge will become &amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt;, and a new name will be chosen for Testing.  Under current policy, Sid will remain Sid forever because someone noticed that not only is it named after the neighbor kid in &amp;quot;Toy Story&amp;quot; who breaks toys, but it also stands for &amp;lt;b&amp;gt;S&amp;lt;/b&amp;gt;till &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;n &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;evelopment.  &amp;lt;i&amp;gt;Experimental&amp;lt;/i&amp;gt; is non-complete distribution used for testing highly experimental software.  Debian follows very strict guidelines regarding which [[package]]s are allowed in each version, and this is what makes &amp;lt;i&amp;gt;Stable&amp;lt;/i&amp;gt; stable.  These guidelines are spelled out in the [http://www.debian.org/doc/debian-policy/ Debian Policy Manual], which includes the Debian Free Software Guidelines.  &lt;br /&gt;
&lt;br /&gt;
To upgrade from one of Debian's branches to another, see [[Upgrading to a different Debian branch]]&lt;br /&gt;
&lt;br /&gt;
===Stable===&lt;br /&gt;
The current Stable release is named &amp;quot;Woody&amp;quot;. The stable release is not called stable because it crashes less, but because only [[bugfix]]es are [[backport]]ed to it. This means that any programs or scripts that were developed for the Stable release are unlikely to break. But this comes at a price: the Woody release is currently 2+ years old. This misunderstanding over the purpose of the stable release contributes to the perception of Debian being more primitive than other distributions. The installer for Woody is called [[Boot-floppies]].&lt;br /&gt;
&lt;br /&gt;
===Testing===&lt;br /&gt;
The current Testing release is named &amp;quot;Sarge&amp;quot;. The testing release starts as a copy of the new stable release, and then has new features added to it from Sid. At any given time, the testing release is about as stable as an x.0 release of any other distribution. Because of this, the testing release, not the stable release, is better choice for most individual users. However, the Debian development team is a bit slower about releasing security updates for the testing branch. The installer for Sarge is called [[debian-installer]], and is currently (2004-7-10) in beta 4 release. Unlike the testing branch itself, it still has a few bugs in it, be sure to check out the errata sheet.&lt;br /&gt;
&lt;br /&gt;
===Unstable===&lt;br /&gt;
Under current policy, Sid will remain Sid forever because someone noticed that not only is it named after the neighbor kid in &amp;quot;Toy Story&amp;quot; who breaks toys, but it also stands for &amp;lt;b&amp;gt;S&amp;lt;/b&amp;gt;till &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt;n &amp;lt;b&amp;gt;D&amp;lt;/b&amp;gt;evelopment.  It is not recommended that you use Sid unless you enjoy filling out bug reports.&lt;br /&gt;
&lt;br /&gt;
===Experimental===&lt;br /&gt;
The experimental distribution is a special distribution.  It is not a full (self-contained) distribution- it is meant to be a temporary staging area for highly experimental software.  Dependencies missing are most likely found in unstable (SID).  Debian warns that these packages are likely &amp;lt;B&amp;gt;unstable or buggy&amp;lt;/b&amp;gt; and are to be used at your own risk.  If you decide to use packages from experimental, you are encouraged to contact the package maintainers directly in case of problems.&lt;br /&gt;
&lt;br /&gt;
==Debian-specific Installation, Configuration, Commands, and Files==&lt;br /&gt;
* Installation&lt;br /&gt;
** [[Debian install tips]], [[boot-floppies]], [[debian-installer]]&lt;br /&gt;
** [[netinst]]&lt;br /&gt;
** [[netboot]]&lt;br /&gt;
** [[jigdo]]&lt;br /&gt;
&lt;br /&gt;
* Configuration&lt;br /&gt;
** [[Debian:Fonts|Fonts]]&lt;br /&gt;
&lt;br /&gt;
** System&lt;br /&gt;
*** [[debconf]], [[dpkg-reconfigure]]&lt;br /&gt;
*** [[modconf]]&lt;br /&gt;
*** [[update-rc.d]], [[rcconf]]&lt;br /&gt;
*** [[update-alternatives]]&lt;br /&gt;
&lt;br /&gt;
** [[Debian:CGI|CGI]]&lt;br /&gt;
&lt;br /&gt;
* Package Management&lt;br /&gt;
** [[dpkg]], [[dpkg-deb]]&lt;br /&gt;
** [[apt]], [[apt-get]], [[apt-cache]], [[apt-setup]], [[apt-cdrom]], [[apt-listchanges]], [[auto-apt]]&lt;br /&gt;
** The apt [[sources.list]] file&lt;br /&gt;
** [[aptitude]], [[synaptic]], [[dselect]]&lt;br /&gt;
** [[netselect]], [[apt-spy]]&lt;br /&gt;
&lt;br /&gt;
* Hardware detection&lt;br /&gt;
** [[discover]]&lt;br /&gt;
** [[hotplug]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Obtaining security updates]] -- Security information is available in the Debian section&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.debian.org Official website]&lt;br /&gt;
*[http://wiki.debian.net Debian wiki]&lt;br /&gt;
*[http://people.debian.org/~debacle/refcard/refcard.pdf Debian Reference Card]&lt;br /&gt;
*[http://www.nl.debian.org/doc/manuals/securing-debian-howto/ Securing Debian Manual]&lt;br /&gt;
*[http://www.togaware.com/linux/survivor/ Debian GNU/Linux Desktop Survival Guide]&lt;br /&gt;
*[http://uclinux.info/wiki/index.php/Using_a_Sound_Blaster_Live_Sound_Card_with_Debian Using a Sound Blaster Live Sound Card with Debian]&lt;br /&gt;
&lt;br /&gt;
==Forums==&lt;br /&gt;
*[http://www.debianforum.de Debian German Forum, very good]&lt;br /&gt;
*[http://www.debianplaza.net The unofficial Debian Forums]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Java_in_Debian&amp;diff=19337</id>
		<title>Java in Debian</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Java_in_Debian&amp;diff=19337"/>
		<updated>2005-01-11T14:19:21Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you are using sarge the following should work. If you are using unstable you can just add the new repository and apt-get install.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://ftp.debian.org/debian/pool/contrib/j/java-package/sun-j2sdk1.5debian_0.18_all.deb&lt;br /&gt;
dpkg -i sun-j2sdk1.5debian_0.18_all.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It will report an error but don't worry, we'll fix it soon&lt;br /&gt;
&lt;br /&gt;
Add &lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://linley.Informatik.TU-Cottbus.DE/debian/ kso main&amp;lt;/pre&amp;gt;&lt;br /&gt;
to /etc/apt/sources.conf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update &amp;amp;&amp;amp; apt-get install sun-j2sdk1.5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=IMAP&amp;diff=17042</id>
		<title>IMAP</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=IMAP&amp;diff=17042"/>
		<updated>2004-10-15T16:47:38Z</updated>

		<summary type="html">&lt;p&gt;Koody: =See also=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''IMAP''' ('''I'''nternet '''M'''essage '''A'''ccess '''P'''rotocol) is a [[protocol]] used by [[email client]]s in communicating with email [[server]]s. Using IMAP an email client program can not only retrieve email but can also manipulate message stored on the server, without having to actually retrieve the messages.&lt;br /&gt;
&lt;br /&gt;
==IMAP daemons==&lt;br /&gt;
*[[Courier Mail Server]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[POP3]]&lt;br /&gt;
*[[Configuring IMAP]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.imap.org/ The IMAP connection]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Main_Page&amp;diff=14312</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Main_Page&amp;diff=14312"/>
		<updated>2004-10-15T16:46:10Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some older posts have been moved here: [[Talk:Main Page (archive)]] for purposes of readablity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Suggestions for links==&lt;br /&gt;
* [[Open source operating systems]] BSD, etc.&lt;br /&gt;
* [[HOWTO]] section&lt;br /&gt;
&lt;br /&gt;
* Where's the best place for cronic hardware/kernel problems?  There is a largish problem revolving around APIC (not ACPI) timing issues under various linux kernels that cause the machine to freeze up hard.  I'd like to add information about that, and I'm sure there are other cronic issues that deserve to have some space in the WIKI as well.  -Scott Miller  (5mi11er)&lt;br /&gt;
&lt;br /&gt;
I'll answer in reverse order. I'd suggest creating a new hardware-and-kernel page, link to it from both the hardware and kernel page, and then link to your (new) APIC page. Your guess is as good as mine though, I've never even ''heard'' of APIC before. (I'm just barely miss being a Linux noob - the Dilbert Principle at work I guess :-)). &lt;br /&gt;
&lt;br /&gt;
As for new links from the Main Page - the moderator's council (or whatever you want to call it) is currently discussing ways to implement Featured Pages. We've noticed that the Wikipedia (the uber-wiki) has a hierarchial, quasi-Table of Contents area which is similar to our current front page. However, this area is far towards the bottom of the front page, and I doubt it gets much use. What we think happened is that they started out with a quasi-TOC front page like ours, but then moved toward the current Featured Pages-dominated version of today. A quasi-TOC front page provides a skeleton for a young wiki to grow on, but as a wiki matures, it becomes harder to link to important articles. This is where Featured Pages comes in. The front page of a wiki is not a TOC, but rather a hub page that links out to the most important pages of the wiki.&lt;br /&gt;
&lt;br /&gt;
So we're not ruling out new front page links by any means, but it might be wise to consider wether or not you would like a page as a Featured Page or a permament link. I will pass your suggestion along to the rest of the council. Any other moderators want to weigh in?&lt;br /&gt;
&lt;br /&gt;
Anyway, welcome to the LQwiki. A obviously experienced Linux user like yourself is a welcome addition. You might want to sign your posts with four tildes - the wiki engine will translate it to a link to your userpage and a timestamp. [[User:Crazyeddie|Crazyeddie]] 03:03, Aug 25, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Spam links==&lt;br /&gt;
Just deleted what appeared to be spam links to german horoscope sites. If those were legit, someone let me know. [[User:Crazyeddie|Crazyeddie]] 03:19, Jul 3, 2004 (EDT)&lt;br /&gt;
:That's ok - In order to assess the appropriateness of material, all content must currently be in English, and any external sites which are linked to must also be English language based -  [[LQWiki:Policies#General_policies|General policies]] &lt;br /&gt;
&lt;br /&gt;
:-- [[User:Skyline|Skyline]] 06:23, Jul 3, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Advocacy article==&lt;br /&gt;
Should there be an Advocacy section linked from the Main Page?&lt;br /&gt;
--[[User:Bunyip|Bunyip]] 08:52, Jul 23, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Importing Advocacy article from Linux Documentation Project===&lt;br /&gt;
[[User:Crazyeddie|Crazyeddie]] 11:54, Jul 23, 2004 (EDT):Perhaps, but an Advocacy article doesn't exist yet. There's an advocacy article over at the [[Linux Documentation Project]], but we would have to get permission from the author of the article, because it looks like their license is not compatible with Creative Commons. Here's the copyright info: &lt;br /&gt;
&lt;br /&gt;
===TLDP Advocacy HOWTO's copyright information===&lt;br /&gt;
This mini-HOWTO is Copyright © 1996-2000 by Paul L. Rogers. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
A verbatim copy may be reproduced or distributed in any medium physical or electronic without permission of the author. Translations are similarly permitted without express permission if it includes a notice on who translated it.&lt;br /&gt;
&lt;br /&gt;
Short quotes may be used without prior consent by the author. Derivative work and partial distributions of the Advocacy mini-HOWTO must be accompanied with either a verbatim copy of this file or a pointer to the verbatim copy.&lt;br /&gt;
&lt;br /&gt;
Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions.&lt;br /&gt;
&lt;br /&gt;
In short, we wish to promote dissemination of this information through as many channels as possible. However, we do wish to retain copyright on the HOWTO documents, and would like to be notified of any plans to redistribute the HOWTOs.&lt;br /&gt;
&lt;br /&gt;
We further want that all information provided in the HOWTOs is disseminated. If you have questions, please contact Tim Bynum, the Linux HOWTO coordinator, at linux-howto@sunsite.unc.edu.&lt;br /&gt;
&lt;br /&gt;
===Responses===&lt;br /&gt;
: The &amp;quot;Derivative work and partial distributions of the Advocacy mini-HOWTO must be accompanied with either a verbatim copy of this file or a pointer to the verbatim copy&amp;quot; bit would seem to indicate that we could add the HOWTO(s) to the wiki (it would become a &amp;quot;Derivative work&amp;quot; after the first edit), as long as we include a link to the original verbatim copy, which should not be a problem.&lt;br /&gt;
: [[User:Jeremy|Jeremy]] 15:27, Jul 23, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yes, but could we in good faith release it under the Creative Commons and let others reuse it from us? I think you might be right, but I would feel better if we got explicit permission from the author. At least there is a single author, unlike most Wikipedia articles. I was planning on trying to incorporate TLDP HOWTOs, as soon as I got to a certain point in the [[Jargon File]] incorporation, so I've had some time to think about this. Do you have any contacts at TLDP, or should I just email the guy myself? [[User:Crazyeddie|Crazyeddie]] 18:34, Jul 23, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
===TLDP manifesto===&lt;br /&gt;
:: Looking at http://www.tldp.org/manifesto.html I see:&lt;br /&gt;
&amp;quot;5. LICENSE REQUIREMENTS&lt;br /&gt;
&lt;br /&gt;
Anyone may copy and distribute (sell or give away) LDP documents (or other LDP works) in any media and/or format. No fees are required to be paid to the authors. It is not required that the documents be modifiable, but it is encouraged.&lt;br /&gt;
&lt;br /&gt;
You can come up with your own license terms that satisfy these conditions, or you can use a previously prepared license. The LDP has a boilerplate license that you can use if you wish. Some people like to use the GPL, while others write their own. There is a project underway to create a special GPL license just for documents and this may turn out to be a good choice.&lt;br /&gt;
&lt;br /&gt;
The copyright for each document should be in the name of the principal authors. &amp;quot;The Linux Documentation Project&amp;quot; isn't a formal entity and thus can't be used as a copyright owner. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Responses===&lt;br /&gt;
::This seems to fit exactly in with what we want to do.  I'll contact TLDP just to verify, however.  I'll post the outcome here.&lt;br /&gt;
:: [[User:Jeremy|Jeremy]] 00:53, Jul 24, 2004 (EDT)&lt;br /&gt;
::: After discussing this with TLDP, I am going to revisit the ability to add GFDL items to the LQ Wiki.  Stay tuned.  [[User:Jeremy|Jeremy]] 12:17, Jul 25, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
How would that work? I thought that the Creative Commons/GFDL incompatibility was pretty well established. &amp;quot;East is East and West is West, and ne'er the twain shall meet.&amp;quot; As the GFDL and the CC are presently written, material under one can't be released under the other without the permission of the copyright holder (the original author in most cases). There's rumors that the FSF and the Creative Commons people are working on that issue, but until then, we're pretty well stuck with just asking for permission. Not that I would ''mind'' an easier solution, but I just don't think it's possible.[[User:Crazyeddie|Crazyeddie]] 16:40, Jul 26, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:It would work something like this.  When you enter in a doc, there would be a &amp;quot;this is GFDL&amp;quot; checkbox.  That doc would then be under the GFDL and *not* the CC.  There are a few problems with this, and it could get complicated quite quickly, so It's not a definite addition at this point, just somehting we are exploring. [[User:Jeremy|Jeremy]] 17:50, Jul 26, 2004 (EDT) &lt;br /&gt;
&lt;br /&gt;
Hmmm. That would be possible if it was a new article, and that the changes made to it were also GFDLed. But it would lead to some articles being GFDL, some being CC. A hack, but we're kinda in a corner. I think we'd still be better off contacting the original authors and getting CC permission, since this would increase the number of options available to downstream users (they would be able to use our version under the CC and the original under the GFDL), but I'd be willing to go along if there is consensus for it. [[User:Crazyeddie|Crazyeddie]] 15:32, Jul 27, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
Jeremy, if you're still seriously considering dual-licensing, you might want to look at this first: http://en.wikipedia.org/wiki/Wikipedia_talk:Creative_commons_migration Keep in mind that I did not seriously expect this to be accepted, I was more trying to raise awareness of the problem. I would not have even suggested it if I hadn't (which I still do!) believed that the Creative Commons by-sa license is superior to the GFDL. [[User:Crazyeddie|Crazyeddie]] 19:06, Aug 2, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
How about changing the notice at the bottom of each edit page to ... &amp;quot;WITHOUT PERMISSION from the authors to post under LQWiki's [http://creativecommons.org/licenses/by-sa/1.0/ Creative Commons] license.&amp;quot;  You should add that each page is owned by the authors listed in its history.  [[User:TomFrayne|TomFrayne]] 09:58, Jul 24, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
===Crazyeddie's extended post===&lt;br /&gt;
(added sectioning for readability) That would be an ugly hack. I think I'd rather roll our own HOWTOs than go through that. Anyway, I'm looking at this from the point of view of a general solution rather than just importing this one article. Some reasons I think we should contact the article authors and ask for explicit permission:&lt;br /&gt;
#The Manifesto is a suggestion or a guideline for the TLDP contributors to use when deciding what licensing scheme to use. It doesn't look like they're too big on enforcing it, or at least a few of the older articles didn't even bother appending a license. It is not a license in and of itself.&lt;br /&gt;
#Even if the contributors do follow the Manifesto's guidelines, they don't have to allow modifications.&lt;br /&gt;
#They may have released in under a copyleft modifiable license that isn't compatible with the Creative Commons such as the GFDL. I'm not sure, but I don't think the GPL is Creative Commons compatible either.&lt;br /&gt;
#Like the manifesto says, the LDP is not the copyright holder, so they can't unilaterally give permission.&lt;br /&gt;
#Even if we could use an article without permission, it would be good form to tell the author about it. For example, if the author can no longer maintain or host the original, he or she could tell their users where they could go to get an updated copy. It occurs to me that the LDP could see us as competition. It might be a good idea to stress that they can backport any changes under the Creative Commons. Anybody else have any ideas that might smooth the path?&lt;br /&gt;
#Letting an experienced technical writer know about this wiki is a Good Thing. This subproject gives us a good excuse.&lt;br /&gt;
&lt;br /&gt;
:If you would like to start contacting authors of articles you think should be added, please feel free to do so.  If you need anything from our end, let me know.  [[User:Jeremy|Jeremy]] 17:54, Jul 26, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Okay.  I'll use [[Talk:Linux Documentation Project]] as a sort of improvised &amp;quot;command center&amp;quot; in case somebody else wants to help out/take over. A good first step would be to send off a general email to their mailing list. (I'll make sure that I mention that I'm doing this as my own intiative, not as an 'offical' LQwiki project.) If you don't think it's confidental or something, could you send me a copy of the correspondence you had with them? After the general email, I'll try contacting the Advocacy HOWTO's author. If anybody has suggestions on what to incorporate next, head over to the LDP talk and let me know. [[User:Crazyeddie|Crazyeddie]] 15:23, Jul 27, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:I have a draft email up on [[Talk:Linux Documentation Project]]. Please go idiotproof it everybody! [[User:Crazyeddie|Crazyeddie]] 16:14, Jul 27, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Seems completely idiotless. :) [[User:Digiot|Digiot]] 17:17, Jul 27, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
I'm placing the email on hold until I can rewrite it, to reflect my promotion to moderator. (Since I'm now moderator, it pretty much has to be an offical LQwiki project.) Also, it occurs to me that Grokdoc might want in on this. [[User:Crazyeddie|Crazyeddie]] 19:10, Aug 2, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Have a list of LDP howtos up over at [[Talk:Linux Documentation Project]]. Take a look over and let me know if there is a howto you want me to put on the to-do list. [[User:Crazyeddie|Crazyeddie]] 18:50, Jul 28, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
::Seems like to me the best principle would just be to prioritize them into 'niche interest' and 'outdated for a reason' and then take the remaining generally important and relevant topics and do them in chronological order. A major problem is outdated data and attacking that first would probably be most useful and most suited to wikification. Also, those authors who have abandoned or rarely update their topics might be the most receptive to passing on the maintenance of them, including relicensing or whatever it takes. [[User:Digiot|Digiot]] 22:31, Jul 28, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:But on the other hand, abandoned or rarely updated documents also will be the hardest to get permission for. But I get your drift. I'll go over the list myself tomorrow, but I would like to know if there is any particular ones people want. This is going to take long enough that there is no reason to stick to any particular method if there's one that somebody really wants. I'll rig up some sort of voting system I suppose. I've already taken off some &amp;quot;removed for review&amp;quot; entries and I'm going to go back and remove some internationilization howtos, since those are usually written in a different language. (I'll also replace the sectioning with bullet points - didn't realize how ugly it would look until I was halfway through.) [[User:Crazyeddie|Crazyeddie]] 01:31, Jul 29, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
Okay, voting is setup (kinda). [[User:Crazyeddie|Crazyeddie]] 19:10, Aug 2, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Disclaimer==&lt;br /&gt;
A bit off the main topic, but one thing I noticed over at the TLDP... It might be wise to have a &amp;quot;No Warranty, As Is&amp;quot; type notice at the bottom of the page, down in the copyright notices. Unlike the Wikipedia (who have a similar notice, but a bit more buried) we're handing out documentation which could cause serious damage if used improperly, or if it is incorrect. In addition to it being a just plain good idea, some of the TLDP articles have that as their sole condition for modification and redistribution. If we actually do have something like that already, well, my friends don't call me &amp;quot;Captain Oblivious&amp;quot; for nothing. [[User:Crazyeddie|Crazyeddie]] 13:24, Jul 24, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Good idea - a disclaimer has been added.  Thanks.  [[User:Jeremy|Jeremy]] 12:41, Jul 25, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
I've edited it to include contributors under the &amp;quot;don't sue us!&amp;quot; umbrella. [[User:Crazyeddie|Crazyeddie]] 18:48, Aug 2, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Forum Revisited==&lt;br /&gt;
Several people have asked about a general LQwiki discussion forum. Does anybody have any objections to using this talk page as such a forum? [[User:Crazyeddie|Crazyeddie]] 14:02, Jul 24, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Common_Tasks&amp;diff=12615</id>
		<title>Common Tasks</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Common_Tasks&amp;diff=12615"/>
		<updated>2004-10-15T16:43:21Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Desktop Linux is still under heavy development. While we all wish Linux was so intuitive nobody needed instructions, currently that isn't always the case. This section is meant for '''notes and quick guides''' on how to perform common tasks on Linux. &lt;br /&gt;
&lt;br /&gt;
If a section isn't yet written and you are able to write it, please do so!&lt;br /&gt;
&lt;br /&gt;
== General user tasks ==&lt;br /&gt;
&lt;br /&gt;
===Productivity===&lt;br /&gt;
====Browsing, Burning, Emailing, Office, Scanning, Viewing====&lt;br /&gt;
* [[Browsing tasks]] - browsing the WWW and downloading safely&lt;br /&gt;
* [[Burning a CDROM]] - some pointers on how to write CDs.&lt;br /&gt;
* [[Emailing tasks]] - sending and receiving emails, setting up different mail applications&lt;br /&gt;
* [[Office tasks]] - word processing, spreadsheet, presentation, image manipulation and other&lt;br /&gt;
* [[Scanning]] - use a [[Scanner]] to convert you paper documents or images to an electronic format&lt;br /&gt;
* [[Viewing files]] - various ways to view the contents of files&lt;br /&gt;
&lt;br /&gt;
===Fun===&lt;br /&gt;
====Gaming, Multimedia, Talking====&lt;br /&gt;
* [[Gaming]] - pass some time, ''not'' working&lt;br /&gt;
* [[Multimedia tasks]] - listen to music, extract CDs, watch videos and DVDs&lt;br /&gt;
* [[Talking to friends online]] - how to access common instant messaging networks, see also [[IM]].&lt;br /&gt;
&lt;br /&gt;
===Technical===&lt;br /&gt;
==== Commands, Connecting, GRUB ====&lt;br /&gt;
* [[Command Line User Interface]] - Techniques for better experience&lt;br /&gt;
* [[Set up modem]] - using your modem/network connection to get online&lt;br /&gt;
* [[GRUB Menu]] - Single Task - Removing  old kernel entries from your GRUB Menu boot up selections.&lt;br /&gt;
* [http://home.gagme.com/greg/linux/usbcamera.php How to Connect a Digital Camera to Linux (external link)] - an excellent how-to on connecting digital cameras to Linux.&lt;br /&gt;
* [[Installing Software]] - how to find and manage additional software on a running Linux system&lt;br /&gt;
* [[Installing Windows fonts]] - installing your Windows fonts so they work with your Linux install.&lt;br /&gt;
* [[screenshots|Taking screenshots]] - You want to show somebody your desktop? There are tools that will help you make a [[screenshots | screenshot]] and [[record your desktop]] so that you can send movie-files of how nice your desktop looks.&lt;br /&gt;
* [[Running Windows software]] - for that simply must-have program&lt;br /&gt;
&lt;br /&gt;
== Power user tasks ==&lt;br /&gt;
=== Compiling kernel, Configure, IRC help, GRUB, Drivers, Recover, Remote connection ===&lt;br /&gt;
&lt;br /&gt;
* [[Compiling a Kernel]] - here is a guide for compiling a kernel&lt;br /&gt;
* [[Configure Storage Devices]] - how to partition a hard drive, add a new hard drive, use software RAID, or use LVM (logical volume management).&lt;br /&gt;
* [[Creating startup scripts]] - scripts that automatically run when the computer starts&lt;br /&gt;
* [[Getting help from IRC]] - LinuxQuestions is a great forum, but it isn't the only one. If you know how, the IRC chat networks can also be a useful resource.&lt;br /&gt;
* [[GRUB boot menu]] - Configuration Guide.&lt;br /&gt;
* [[Installing NVIDIA drivers]] - Information on installing the newer (but closed-source) drivers released by NVIDIA. These drivers are sometimes required to run some games, like Unreal or Quake.&lt;br /&gt;
* [[Recover a Terminal Session]] - What to do if your screen's garbaged.&lt;br /&gt;
* [[Remote Desktop Connection|Access your System Remotely]] - Access your Linux system from another computer (running Linux, or some other OS) or use your Linux box to access another computer (running Linux, or some other OS).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Distro specific ===&lt;br /&gt;
* [[Distro specific tips &amp;amp; tricks]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Installing_Windows_fonts&amp;diff=12602</id>
		<title>Installing Windows fonts</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Installing_Windows_fonts&amp;diff=12602"/>
		<updated>2004-10-15T16:41:48Z</updated>

		<summary type="html">&lt;p&gt;Koody: =DEB=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some Linux users install the Microsoft Windows 'core' fonts on their machines. You do not need MS fonts to open Word documents in [[OpenOffice]], but the formatting might be slightly off if you don't. Also, some web site authors (who do not completely follow [[W3C]] recomendations) specify only Windows fonts by name. You can still use this content, most programs deal with it by using the nearest avaliable, so the difference in text positioning is usually only a few [[pixel | pixels]].&lt;br /&gt;
&lt;br /&gt;
In the past Microsoft provided these fonts as a no-cost download and allowed unmodified redistribution. Although the files are no longer available directly from MS, several websites still offer the fonts for download. You can, of course, get them (except the Tahoma fonts) from any computer running Windows. (Tahoma fonts require a valid Windows license for legal use. If have ever bought any version of Windows you should be fine)&lt;br /&gt;
&lt;br /&gt;
The Microsoft fonts are high quality, but require agreement with Microsoft's [[EULA]][http://corefonts.sourceforge.net/eula.htm], so, compared to most of your Linux system, there are more stringent restrictions on altering them and such alterations may not be redistributed. One alternative is to use the Bitstream Vera fonts that come with most distributions, which are [[GPL]] and also very good.&lt;br /&gt;
&lt;br /&gt;
Although there is no technical incompatibility between Linux and Microsoft fonts, [[Windows]] displays at 72dpi where [[X11]] would tend to use 75dpi. This shouldn't be a major problem, but if you have a 75dpi screen it is quite likely Vera will look better, especially with sub-pixel hinting.&lt;br /&gt;
&lt;br /&gt;
==GNOME users==&lt;br /&gt;
&lt;br /&gt;
In [[GNOME]] 2.4 and above, this is very easy. Simply open a file manager window to fonts:// and open another one to your mounted Windows directory (/mnt/windows for example). Navigate to the Windows folder, then the Fonts folder. Select any fonts that you would like and drag and drop them to the fonts:// window.&lt;br /&gt;
&lt;br /&gt;
Note: This should be done as [[root]] otherwise it may not work. Also, try restarting your computer if it does not work.&lt;br /&gt;
&lt;br /&gt;
==Distribution packages==&lt;br /&gt;
===RPM===&lt;br /&gt;
:Users of [[rpm]]-based distributions can install the Windows fonts from the packages msfonts-1.2.1-1.noarch.rpm and msfonts-style-1.2.1-1.noarch.rpm [http://ftp.yars.free.net/pub/software/unix/platforms/linux/x/fonts/MS_fonts_for_Linux/].&lt;br /&gt;
&lt;br /&gt;
===DEB===&lt;br /&gt;
:Package name is &amp;lt;tt&amp;gt;msttcorefonts&amp;lt;/tt&amp;gt;, included in the [[Debian]] repository called non-free.&lt;br /&gt;
:These will download (or specify a location if you already have them) the fonts and install them.&lt;br /&gt;
:Just write apt-get install msttcorefonts&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*MS Corefonts [http://corefonts.sourceforge.net/ project page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11969</id>
		<title>Networking</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11969"/>
		<updated>2004-08-24T15:57:06Z</updated>

		<summary type="html">&lt;p&gt;Koody: 2nd typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Networking''' computers is often easier than people think.  This section is dedicated to helping with basic network and network application setup.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;i&amp;gt;Please refrain from just copy-pasting [[HOWTO]]s or reference documentation. But if you do that anyway, please apply formatting or your pasted text will look horribly broken!&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Networking basics]] - Setting up your first network can be tricky. Here are some tips that can help.&lt;br /&gt;
**[[Network Addressing]]&lt;br /&gt;
***Typical [[Port numbers|port numbers]] for services&lt;br /&gt;
**[[Set up modem|Setting up your modem]]&lt;br /&gt;
**[[Set up DSL|Setting up broadband]]&lt;br /&gt;
***[[Set up PPoE|Setting up broadband using PPoE]]&lt;br /&gt;
***[[Set up PPTP|Setting up broadband using PPTP client]]&lt;br /&gt;
***[[Set up NTL|Specifics for NTL:home]] &lt;br /&gt;
* [[Advanced Networking]] - Networking for the more adventurous.&lt;br /&gt;
* [[Services under inetd and xinetd|inetd and xinetd configuration]] - internet services daemons.&lt;br /&gt;
* [[Wireless networking]] - Setting up your linux box to access a wireless network.&lt;br /&gt;
* [[Web server]]s - Looking to set up a webserver?  Take a look here.&lt;br /&gt;
* [[Samba]] - Information on sharing files and printers between linux and Windows machines.&lt;br /&gt;
* [[Remote Desktop Connection]] - Connect to other computers with VNC, XDCMP, SSH or telnet.&lt;br /&gt;
* [[Netatalk]] - Information on sharing files and printers between Linux and Macintosh machines.&lt;br /&gt;
* [[Mail services]]&lt;br /&gt;
** [[SMTP services]]&lt;br /&gt;
** [[POP3 services]]&lt;br /&gt;
** [[IMAP services]]&lt;br /&gt;
* [[The Domain Name System (DNS)]]&lt;br /&gt;
&lt;br /&gt;
* [[Networking and USB - Some hints and notes]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11268</id>
		<title>Networking</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11268"/>
		<updated>2004-08-24T15:56:40Z</updated>

		<summary type="html">&lt;p&gt;Koody: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Networking''' computers is often easier than people think.  This section is dedicated to helping with basic network and network application setup.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;i&amp;gt;Please refrain from just copy-pasting [[HOWTO]]s or reference documentation. But if you do that anyway, please apply formatting or your pasted text will look horribly broken!&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Networking basics]] - Setting up your first network can be tricky. Here are some tips that can help.&lt;br /&gt;
**[[Network Addressing]]&lt;br /&gt;
***Typical [[Port numbers]|port numbers]] for services&lt;br /&gt;
**[[Set up modem|Setting up your modem]]&lt;br /&gt;
**[[Set up DSL|Setting up broadband]]&lt;br /&gt;
***[[Set up PPoE|Setting up broadband using PPoE]]&lt;br /&gt;
***[[Set up PPTP|Setting up broadband using PPTP client]]&lt;br /&gt;
***[[Set up NTL|Specifics for NTL:home]] &lt;br /&gt;
* [[Advanced Networking]] - Networking for the more adventurous.&lt;br /&gt;
* [[Services under inetd and xinetd|inetd and xinetd configuration]] - internet services daemons.&lt;br /&gt;
* [[Wireless networking]] - Setting up your linux box to access a wireless network.&lt;br /&gt;
* [[Web server]]s - Looking to set up a webserver?  Take a look here.&lt;br /&gt;
* [[Samba]] - Information on sharing files and printers between linux and Windows machines.&lt;br /&gt;
* [[Remote Desktop Connection]] - Connect to other computers with VNC, XDCMP, SSH or telnet.&lt;br /&gt;
* [[Netatalk]] - Information on sharing files and printers between Linux and Macintosh machines.&lt;br /&gt;
* [[Mail services]]&lt;br /&gt;
** [[SMTP services]]&lt;br /&gt;
** [[POP3 services]]&lt;br /&gt;
** [[IMAP services]]&lt;br /&gt;
* [[The Domain Name System (DNS)]]&lt;br /&gt;
&lt;br /&gt;
* [[Networking and USB - Some hints and notes]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11267</id>
		<title>Networking</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Networking&amp;diff=11267"/>
		<updated>2004-08-24T15:55:47Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Networking''' computers is often easier than people think.  This section is dedicated to helping with basic network and network application setup.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;i&amp;gt;Please refrain from just copy-pasting [[HOWTO]]s or reference documentation. But if you do that anyway, please apply formatting or your pasted text will look horribly broken!&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Networking basics]] - Setting up your first network can be tricky. Here are some tips that can help.&lt;br /&gt;
**[[Network Addressing]]&lt;br /&gt;
***Typical [[Port numbers]|port numbers] for services&lt;br /&gt;
**[[Set up modem|Setting up your modem]]&lt;br /&gt;
**[[Set up DSL|Setting up broadband]]&lt;br /&gt;
***[[Set up PPoE|Setting up broadband using PPoE]]&lt;br /&gt;
***[[Set up PPTP|Setting up broadband using PPTP client]]&lt;br /&gt;
***[[Set up NTL|Specifics for NTL:home]] &lt;br /&gt;
* [[Advanced Networking]] - Networking for the more adventurous.&lt;br /&gt;
* [[Services under inetd and xinetd|inetd and xinetd configuration]] - internet services daemons.&lt;br /&gt;
* [[Wireless networking]] - Setting up your linux box to access a wireless network.&lt;br /&gt;
* [[Web server]]s - Looking to set up a webserver?  Take a look here.&lt;br /&gt;
* [[Samba]] - Information on sharing files and printers between linux and Windows machines.&lt;br /&gt;
* [[Remote Desktop Connection]] - Connect to other computers with VNC, XDCMP, SSH or telnet.&lt;br /&gt;
* [[Netatalk]] - Information on sharing files and printers between Linux and Macintosh machines.&lt;br /&gt;
* [[Mail services]]&lt;br /&gt;
** [[SMTP services]]&lt;br /&gt;
** [[POP3 services]]&lt;br /&gt;
** [[IMAP services]]&lt;br /&gt;
* [[The Domain Name System (DNS)]]&lt;br /&gt;
&lt;br /&gt;
* [[Networking and USB - Some hints and notes]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Music_player&amp;diff=18218</id>
		<title>Music player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Music_player&amp;diff=18218"/>
		<updated>2004-08-11T16:48:59Z</updated>

		<summary type="html">&lt;p&gt;Koody: =GUI/X=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Various programs exist to play music under Linux: audio CDs, [[MP3]] files or [[Ogg Vorbis]] audio.  The most well-known is [[XMMS]], a WinAmp-alike music player.  &lt;br /&gt;
&lt;br /&gt;
Though the MP3 format still reigns supreme, Ogg support is growing quickly, and even some hardware &amp;quot;MP3 players&amp;quot; can handle Ogg audio.&lt;br /&gt;
&lt;br /&gt;
==Specific applications==&lt;br /&gt;
&lt;br /&gt;
===GUI/X===&lt;br /&gt;
* [[XMMS]] -- Media player modeled after Winamp&lt;br /&gt;
* [[RhythmBox]] -- A music player and manager for the [[GNOME]] desktop&lt;br /&gt;
* [[JuK]] -- an audio jukebox that supports collections of files for [[KDE]]&lt;br /&gt;
* [[AmoroK]] -- an new audio player/jukebox for [[KDE]] with better useablity and can use the GStreamer backend&lt;br /&gt;
* [[grip]] -- can be used for playing and ripping audio CDs with ease&lt;br /&gt;
* [[Beep media player]] -- XMMS based media player, uses [[GTK]]2&lt;br /&gt;
* [[GQmpeg]] -- [[GTK]]1 based player&lt;br /&gt;
* [[Noatun]] - A [[KDE]] music player, although not as elaborate as some of the others&lt;br /&gt;
&lt;br /&gt;
===Console/text-based===&lt;br /&gt;
*[[mpg123]] -- Command line MP3 player&lt;br /&gt;
*[[mpg321]] -- [[free]] mpg123 clone&lt;br /&gt;
*[[ogg123]] -- [[Ogg vorbis]] command line player&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Multimedia tasks]]&lt;br /&gt;
* [[FreeDB]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=A_useable_example_desktop&amp;diff=24682</id>
		<title>A useable example desktop</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=A_useable_example_desktop&amp;diff=24682"/>
		<updated>2004-08-11T14:58:50Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an example, and as such does not necessarily suit everyone and the viewpoint reflects that of the author.&lt;br /&gt;
&lt;br /&gt;
==Goal==&lt;br /&gt;
A coherent useable desktop that has all the programs a typical user will need. Focus on useability before coherance. Daily tasks should be handled by a program with a GUI. No such requirement for solving more complex issues.&lt;br /&gt;
&lt;br /&gt;
Tasks:&lt;br /&gt;
 * Surf the web&lt;br /&gt;
 * Write an essay&lt;br /&gt;
 * Watch movies&lt;br /&gt;
 * Listen to music&lt;br /&gt;
&lt;br /&gt;
==Distribution==&lt;br /&gt;
What distribution to use is a matter of personal preference and experience. There are more than enough to chose from, and most will be up for the job.&lt;br /&gt;
&lt;br /&gt;
I'll use Debian Sarge as the base.&lt;br /&gt;
&lt;br /&gt;
Pros:&lt;br /&gt;
* Ease of package management&lt;br /&gt;
* Size of repositories&lt;br /&gt;
* Stability&lt;br /&gt;
* Security&lt;br /&gt;
* Very recent versions of programs&lt;br /&gt;
&lt;br /&gt;
Cons:&lt;br /&gt;
* The programs will be in the same version until next Debian release.&lt;br /&gt;
* Lack of eye-candy added in by distribution.&lt;br /&gt;
* No automatic mounting of removable media&lt;br /&gt;
* No prelinking&lt;br /&gt;
&lt;br /&gt;
Neutral:&lt;br /&gt;
* Ease of installation&lt;br /&gt;
&lt;br /&gt;
==Desktop environment/Window manager==&lt;br /&gt;
If you have any experience with linux you'll probably know that there are two large DE (KDE &amp;amp; GNOME) one smaler (xfce) and a lot of window managers that just handle your desktop without including any programs.&lt;br /&gt;
&lt;br /&gt;
The target user has probably used an operating system by Microsoft before, so facilitating the transfer I opted for KDE. However KDE comes with so many programs and will easily overwhelm even someone not a complete novice, so it is best to start by installing just the core and eyecandy. My choice of theme is Plastik.&lt;br /&gt;
&lt;br /&gt;
==User's main programs==&lt;br /&gt;
The wealth of choice is overwhelming, and making logical and good defaults is very important.&lt;br /&gt;
&lt;br /&gt;
===Office Suite===&lt;br /&gt;
OpenOffice.org is the choice here. Unfortunately [http://kde.openoffice.org/ KDE integration with OpenOffice] is very limited and not included in Debian, so the look and feel of OpenOffice will not be optimal. This is a known compromize.&lt;br /&gt;
&lt;br /&gt;
===Browser===&lt;br /&gt;
Here it is a matter of deciding if Konqueror is good enough as a browser or if Firefox is integrated enough. I chose Firefox with the Chrystal Plastik theme to go along side konqueror. Since konqueror is used as the file manager, it will be installed anyway. This is the rare case where the user is given a choice :-) Remember to install relevant plugins.&lt;br /&gt;
&lt;br /&gt;
===Video player===&lt;br /&gt;
The choice here is between xine and mplayer (VLC is nice but not as complete as the two other candidates). The respective kde front-ends are Kaffeine and KPlayer. This is a tough choice, that is hard to exaplain. My choice is to go with plain xine with a theme that the user will like (crystal).&lt;br /&gt;
&lt;br /&gt;
===Music player===&lt;br /&gt;
Check out AmaroK. Unfortunately Debian doesn't have it yet in the repositories, so JuK is the natural choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
We want to make common task easy and possible. Also any and all files should be accessible by a gui.&lt;br /&gt;
&lt;br /&gt;
* A calculator is heavily used, so kCalc is a must&lt;br /&gt;
* Opening comressed files is often not something a novice will want to do from the command line, so ark is a good utilitie.&lt;br /&gt;
* Changing the volume is important, and KMix makes that possible.&lt;br /&gt;
* A small text file editor is nice but not absolutely necessary, once choice would be kEdit.&lt;br /&gt;
* A PDF viewer is very important, so either install Acrobat reader, XPDF or kpdf.&lt;br /&gt;
* An Image viewer is important. Either use konqueror or install gwenview wich will integrate very nicelyf in to konqueror&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Applications&amp;diff=11153</id>
		<title>Applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Applications&amp;diff=11153"/>
		<updated>2004-08-11T12:01:53Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Use the pages leading from this section to collect notes and information on common Linux software!&lt;br /&gt;
Please read the [[LinuxQuestions.org Wiki:Do's and Dont's]] before editing this page.&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Development&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
*[[Compiler]]&lt;br /&gt;
*[[Integrated Development Environment]]&lt;br /&gt;
*[[Web development]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Multimedia applications==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Multimedia applications&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* 3D Graphics&lt;br /&gt;
** [[3D modeling]]&lt;br /&gt;
* 2D Graphics&lt;br /&gt;
** [[Image browser]]&lt;br /&gt;
** [[Image manipulation]]&lt;br /&gt;
* Audio&lt;br /&gt;
** [[Music player]]&lt;br /&gt;
** [[Sound server]]&lt;br /&gt;
** [[Midi]]&lt;br /&gt;
** [[Audio editor]]&lt;br /&gt;
** [[Synthesis]]&lt;br /&gt;
* Video&lt;br /&gt;
** [[Video capture]]&lt;br /&gt;
** [[Video editor]]&lt;br /&gt;
** [[Video player]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Networking==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Networking&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* Client&lt;br /&gt;
** [[Email client]]&lt;br /&gt;
** [[Instant Messaging]]&lt;br /&gt;
** [[Internet Relay Chat]]&lt;br /&gt;
** [[Web browser]]&lt;br /&gt;
&lt;br /&gt;
*Server&lt;br /&gt;
** [[Web Server]]&lt;br /&gt;
** [[Mail Server]]&lt;br /&gt;
** [[FTP Server]]&lt;br /&gt;
** [[Proxy Server]]&lt;br /&gt;
&lt;br /&gt;
*Peer to peer&lt;br /&gt;
** [[File sharing]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Office and Productivity==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Office and Productivity&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Citation Management]]&lt;br /&gt;
* [[Database]]&lt;br /&gt;
* [[Database tools]]&lt;br /&gt;
* [[Editor|Text Editor]]&lt;br /&gt;
* [[Office suite]]&lt;br /&gt;
* [[Personal Information Management]]&lt;br /&gt;
* [[Spreadsheet]]&lt;br /&gt;
* [[Text processing]]&lt;br /&gt;
* [[Word processor]]&lt;br /&gt;
* [[Presentation]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Utilities&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Backup]]&lt;br /&gt;
* [[CD/DVD Burning]]&lt;br /&gt;
* [[File manager]]&lt;br /&gt;
* [[Installing Software]]&lt;br /&gt;
* [[System configuration]]&lt;br /&gt;
* [[System Statistics]]&lt;br /&gt;
* [[Terminal emulator]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Emulation]]&lt;br /&gt;
* [[PVR]]&lt;br /&gt;
* [[Scientific applications]]&lt;br /&gt;
* [[Silly applications]]&lt;br /&gt;
* [[Useful Sites]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X (GUI)==&lt;br /&gt;
{| border=1&lt;br /&gt;
! X (GUI)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Desktop environment]]s&lt;br /&gt;
* [[Window manager]]s&lt;br /&gt;
* [[X utilities]]&lt;br /&gt;
&lt;br /&gt;
* '''[[X Window System]]'''&lt;br /&gt;
**[[General Tips]]&lt;br /&gt;
**[[Programming in X]]                &amp;lt;!--Formatted like this a subsections rather--&amp;gt;&lt;br /&gt;
**[[Configuring X|Configuring]]                &amp;lt;!--app list, so should look different      --&amp;gt;&lt;br /&gt;
**[[Screenshots]]&lt;br /&gt;
**[[Remote desktop connection]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Linux/Windows equivalent software==&lt;br /&gt;
{| border=1&lt;br /&gt;
! Linux/Windows equivalent software&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Linux software equivalent to Windows software]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Useful Sites]]&lt;br /&gt;
*[[A useable example desktop|An example desktop's program listing for Debian Sarge]]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Crazyeddie&amp;diff=11038</id>
		<title>User:Crazyeddie</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Crazyeddie&amp;diff=11038"/>
		<updated>2004-08-08T12:45:23Z</updated>

		<summary type="html">&lt;p&gt;Koody: Hi Eddie!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intro==&lt;br /&gt;
&lt;br /&gt;
My screen name, crazyeddie, comes from a alien culture hero from the science fiction novel &amp;quot;Mote in God's Eye&amp;quot; by Larry Niven and Jerry Pournelle. My real name is Dan Marshall. By day, I'm the owner and sole employee of Freelance Computer Repair, a small computer shop which has quite recently become profitable (woot!). By night I (still) work as a janitor at a local factory. Also, I'm an moderator here. (I prefer that term to sysop, since I'm not opping any sys.)&lt;br /&gt;
&lt;br /&gt;
(I've decided to quit the volunteer sysadmin position - business has picked up and I can't spend the time on it that I need to. Haven't told them yet, but I don't think they took it too seriously anyway.)&lt;br /&gt;
&lt;br /&gt;
==Linux Experience==&lt;br /&gt;
&lt;br /&gt;
I'm not quite a linux [[noob]], but I'm not far from it. I still use Windows about 90% of the time. I started Linux with [[Slackware]] (version 9.1 I think), but I found the lack of package management limiting. I then went to [[Mandrake]] 9.1, and now I'm going with [[Debian]] (started out with Woody, currently working with Sarge). I've also installed Mandrake 9.2, but didn't use it much. I've attempted to install [[Gentoo]] and [[LFS]], but didn't make it all the way through. (I'm not sure, but I think LFS might actually have a more user-friendly install than Gentoo :-p) I have quite a bit of experience with [[Knoppix]], but somehow, that doesn't seem to count.&lt;br /&gt;
&lt;br /&gt;
Since my business serves Windows customers, I'm constantly on the look out for [[libre]] programs for Windows.&lt;br /&gt;
&lt;br /&gt;
==LQwiki Stuff==&lt;br /&gt;
&lt;br /&gt;
I'm currently working on incorporating the [[Jargon File]] into the wiki. It is a public domain source, consisting of [[hacker]] folklore going back to the [[elder days]]. However, a lot of it is off topic, so I'm about to take a break so the Jargon File material doesn't overwhelm the rest of the wiki.&lt;br /&gt;
&lt;br /&gt;
I'm also about to begin a effort to incorporate material from the [[Linux Documentation Project]] into the wiki. Unlike the Jargon File, the LDP material ''is'' on topic. Unfortunately, unlike the Jargon File, the material, for the most part, ''isn't'' public domain. Instead, it is available underneath a variety of [[copyleft]] and/or [[libre]] licenses, most of which aren't Creative-Commons compatible. So we (meaning me, currently) have to ask each individual author for permission to release their material under the attribution share-alike variant of the Creative Commons.&lt;br /&gt;
&lt;br /&gt;
Other than that, I bounce around the wiki at random, adding my two cents where it will help.&lt;br /&gt;
&lt;br /&gt;
I'm also the one to blame for the [[Hardware Compatibility List]]. I'm thinking about scrapping it, provided nobody wants to keep it. It's just too difficult to maintain. Your distribution's web page should have that information anyway.&lt;br /&gt;
&lt;br /&gt;
''Note to self: link [[killing sockets]] as soon as someone writes a socket article.''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hi Eddie. Yeah, I use this site as an information dump of sorts. Every time I do something that I don't think I'll remember next time I need it, I'll post it here. I read that you are also a debian user :-) I think Debian was the second distro I ever installed, it was potato. I've used many distros since but I always crawl back to debian. I'm currently working on a debian project. You might want to chek it out [[Installing woody|here]]. Well, anyways, thanks for the welcome! - [[User:Koody|Koody]] 08:45, Aug 8, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Lspci&amp;diff=11848</id>
		<title>Lspci</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Lspci&amp;diff=11848"/>
		<updated>2004-08-08T12:23:16Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Member Of: [[commands]]&lt;br /&gt;
Relating To: [[Hardware]]&lt;br /&gt;
&lt;br /&gt;
Lists all pci devices. Similar to 'cat /proc/pci' for gathering information about PCI devices found on the present system.&lt;br /&gt;
&lt;br /&gt;
example: lspci -l&lt;br /&gt;
&lt;br /&gt;
Note to [[Gentoo]] users, lspci is part of the [[pciutils]] ebuild available in [[portage]].&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Linux_installation&amp;diff=10950</id>
		<title>Linux installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Linux_installation&amp;diff=10950"/>
		<updated>2004-08-07T12:33:03Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As installation varies so much, you are best advised to look at the details for your chosen distribution.&lt;br /&gt;
&lt;br /&gt;
Some [[Live CD distributions]], such as [[Knoppix]] allow you to test-drive before you install, and have a very good automatic detection and configuration system.&lt;br /&gt;
&lt;br /&gt;
Most distributions autodetect your hardware, although [[WiFi]] is still a sticking point.&lt;br /&gt;
&lt;br /&gt;
A [[Source_distributions|source based distribution]] such as [[Gentoo]] encourages people to get to grips with Linux by making you configure, compile and set up everything from scratch. It's really worth doing if you have the time to learn that way, and the learning method and quality of the documentation set it apart from most other distros.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
&lt;br /&gt;
There are hardly default hardware requirements. It depends a lot on the used [[Distributions|distribution]] and how much you are willing to tweak it. Most Linux [[distributions]] are rather modest with their hardware requirements so running any of them on a modern computer will not pose any problems.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Of course if you require to run Linux on a pre Pentium machine you might get in trouble using the latest [[Mandrake]], [[Fedora]], etc. because they may not support every processor type and require a certain amount of system memory.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
On the other hand using the latest technology may confront you with a lack of drivers and propper support.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A happy medium is probably the best solution.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Choosing a distribution==&lt;br /&gt;
===How to decide which distribution to use?===&lt;br /&gt;
&lt;br /&gt;
'''Always use the same [[distribution]] as the [[guru]] next door!''' This way you have somebody around to question and ask for help.&lt;br /&gt;
&lt;br /&gt;
In general if you don't need special features or have exotic hardware requirements and little or no [[Linux]] knowledge you are on the safe side using one of the major [[distributions]], i.e. [[Fedora]], [[Mandrake]], [[Suse]], [[Red_Hat]]. All them are equipped with a graphical installation, preconfigured desktop and graphical configuration tools.&lt;br /&gt;
&lt;br /&gt;
If you just want to try [[Linux]] your best choice is one of the [[Live_CD_distributions | Live CD distributions]] which run from one CD and don't need to be installed at all.&lt;br /&gt;
&lt;br /&gt;
Special hardware requirements and/or curiosity may lead you to other [[distributions]] like [[VectorLinux]] for sparse hardware which is based on [[Slackware]].&lt;br /&gt;
&lt;br /&gt;
Probably every [[distribution]] would be worth mentioning but believe me as I said before: '''The best [[distribution]] is the one your personal [[guru]] has!'''&lt;br /&gt;
&lt;br /&gt;
For more information about how to choose a distribution, see [[Choosing a Linux distribution]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Distribution specific guides===&lt;br /&gt;
A comprehensive list of [[Distributions]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===How to get a Distribution?===&lt;br /&gt;
&lt;br /&gt;
* Buy a boxed [[Distributions|distribution]] online or in a store. This way you get user guides specific to your distribution and support from the distributor. If you buy an official copy some of the money will help maintain the distribution.&lt;br /&gt;
* Download the [[ISO]] files and burn your own CD set. The ISO files can be found at the main [[Distributions|distribution]] site or on countless mirrors. If the option exists, downloading from a distributed [[p2p]] network such as [[BitTorrent]] is preferable. Using p2p the download is likely to be faster, especially at busy times, and the cost to the distributor is far less than over [[ftp]].&lt;br /&gt;
* Download only a small installation CD or floppy image and install your system directly per [[FTP Install]] or [[HTTP Install]]. Only the selected software is downloaded which is in most cases faster than downloading the whole CD set. But not every [[Distributions|distribution]] supports this installation type.&lt;br /&gt;
* Sometimes magazines add partial or even complete [[distributions]], occasionally before they are made available online.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===How to solve problems with your distribution===&lt;br /&gt;
&lt;br /&gt;
* Do it yourself, using [[man]] pages, local documents, the web&lt;br /&gt;
* Get help.  See [[Linux support options]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===How to keep a distribution up to date===&lt;br /&gt;
&lt;br /&gt;
* Use a package manager like [[apt-get]], [[Synaptic]], [[up2date]] ... to download, install, and upgrade applications, and to find applications that will meet your needs.  For a cookbook on how to use Synaptic, see [[Fedora, Synaptic Package Manager, finding Repositories, listing RPMs, previously installed]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Configuring Linux==&lt;br /&gt;
* [[Networking]]&lt;br /&gt;
* [[Security]]&lt;br /&gt;
* [[Hardware]]&lt;br /&gt;
* [[Booting]]&lt;br /&gt;
* [[Finding configuration parameters]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==What next? How to make the most of Linux.==&lt;br /&gt;
* List of Linux [[Applications]]&lt;br /&gt;
* List of Linux [[Commands]]&lt;br /&gt;
* [[Common Tasks]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
* [[Gaming]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Installation Guides==&lt;br /&gt;
(guides to install distros at linuxquestions.org)&lt;br /&gt;
*[[ipodlinux:documentation|ipodlinux]]&lt;br /&gt;
*[[installing_woody|Debian woody on a 100MHz Pentium]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
(links to guides etc.)&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Xinerama_for_Radeon_9200&amp;diff=24459</id>
		<title>Xinerama for Radeon 9200</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Xinerama_for_Radeon_9200&amp;diff=24459"/>
		<updated>2004-07-20T23:20:48Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have two identical monitors and a Radeon 9200 64MB card.&lt;br /&gt;
&lt;br /&gt;
My nforce2 motherboard tells me that my AGP card is in PCI:3:0:0 but this is motherboard specific so you might want to check out yours by issuing 'lspci -v'&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;tt&amp;gt;&amp;lt;CODE&amp;gt;&amp;lt;PRE&amp;gt;&lt;br /&gt;
# XF86Config-4 (XFree86 X Window System server configuration file)&lt;br /&gt;
#&lt;br /&gt;
# This file was generated by dexconf, the Debian X Configuration tool, using&lt;br /&gt;
# values from the debconf database.&lt;br /&gt;
#&lt;br /&gt;
# Edit this file with caution, and see the XF86Config-4 manual page.&lt;br /&gt;
# (Type &amp;quot;man XF86Config-4&amp;quot; at the shell prompt.)&lt;br /&gt;
#&lt;br /&gt;
# This file is automatically updated on xserver-xfree86 package upgrades *only*&lt;br /&gt;
# if it has not been modified since the last upgrade of the xserver-xfree86&lt;br /&gt;
# package.&lt;br /&gt;
#&lt;br /&gt;
# If you have edited this file but would like it to be automatically updated&lt;br /&gt;
# again, run the following commands as root:&lt;br /&gt;
#&lt;br /&gt;
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom&lt;br /&gt;
#   md5sum /etc/X11/XF86Config-4 &amp;gt; /var/lib/xfree86/XF86Config-4.md5sum&lt;br /&gt;
#   dpkg-reconfigure xserver-xfree86&lt;br /&gt;
Section &amp;quot;Module&amp;quot;&lt;br /&gt;
	Load	&amp;quot;GLcore&amp;quot;&lt;br /&gt;
	Load	&amp;quot;bitmap&amp;quot;&lt;br /&gt;
	Load	&amp;quot;dbe&amp;quot;&lt;br /&gt;
	Load	&amp;quot;ddc&amp;quot;&lt;br /&gt;
#No dri with xinerama&lt;br /&gt;
#	Load	&amp;quot;dri&amp;quot;&lt;br /&gt;
	Load	&amp;quot;extmod&amp;quot;&lt;br /&gt;
	Load	&amp;quot;freetype&amp;quot;&lt;br /&gt;
	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
	Load	&amp;quot;int10&amp;quot;&lt;br /&gt;
	Load	&amp;quot;record&amp;quot;&lt;br /&gt;
	Load	&amp;quot;speedo&amp;quot;&lt;br /&gt;
	Load	&amp;quot;type1&amp;quot;&lt;br /&gt;
	Load	&amp;quot;vbe&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Generic Keyboard&amp;quot;&lt;br /&gt;
	Driver		&amp;quot;keyboard&amp;quot;&lt;br /&gt;
	Option		&amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
	Option		&amp;quot;XkbRules&amp;quot;	&amp;quot;xfree86&amp;quot;&lt;br /&gt;
	Option		&amp;quot;XkbModel&amp;quot;	&amp;quot;pc105&amp;quot;&lt;br /&gt;
	Option		&amp;quot;XkbLayout&amp;quot;	&amp;quot;fi&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
	Driver		&amp;quot;mouse&amp;quot;&lt;br /&gt;
	Option		&amp;quot;CorePointer&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Device&amp;quot;		&amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Protocol&amp;quot;		&amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Emulate3Buttons&amp;quot;	&amp;quot;true&amp;quot;&lt;br /&gt;
	Option		&amp;quot;ZAxisMapping&amp;quot;		&amp;quot;4 5&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Radeon0&amp;quot;&lt;br /&gt;
	Driver		&amp;quot;radeon&amp;quot;&lt;br /&gt;
	BoardName	&amp;quot;ATI Radeon 9200&amp;quot;&lt;br /&gt;
	Screen 		0&lt;br /&gt;
	ChipId		0x5157 #&amp;lt;-So that xfree thinks it's 7500&lt;br /&gt;
	Option          &amp;quot;SWcursor&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
	Option		&amp;quot;MonitorLayout&amp;quot; &amp;quot;CRT,CRT&amp;quot;&lt;br /&gt;
	BusId		&amp;quot;PCI:3:0:0&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Radeon1&amp;quot;&lt;br /&gt;
        Driver          &amp;quot;radeon&amp;quot;&lt;br /&gt;
        BoardName       &amp;quot;ATI Radeon 9200&amp;quot;&lt;br /&gt;
	Screen		1&lt;br /&gt;
        ChipId          0x5157 #&amp;lt;-So that xfree thinks it's 7500&lt;br /&gt;
	Option 	        &amp;quot;SWcursor&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
        BusId           &amp;quot;PCI:3:0:0&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Dell&amp;quot;&lt;br /&gt;
	HorizSync	30-107&lt;br /&gt;
	VertRefresh	50-85&lt;br /&gt;
	Option		&amp;quot;DPMS&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
	Identifier 	&amp;quot;Dell1&amp;quot;&lt;br /&gt;
	HorizSync 	30-107&lt;br /&gt;
	VertRefresh	50-85&lt;br /&gt;
	Option		&amp;quot;DPMS&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Screen0&amp;quot;&lt;br /&gt;
	Device		&amp;quot;Radeon0&amp;quot;&lt;br /&gt;
	Monitor		&amp;quot;Dell&amp;quot;&lt;br /&gt;
	DefaultDepth	16&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		1&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		4&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		8&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		15&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		16&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
		Depth		24&lt;br /&gt;
		Modes		&amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
	EndSubSection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
        Identifier      &amp;quot;Screen1&amp;quot;&lt;br /&gt;
        Device          &amp;quot;Radeon1&amp;quot;&lt;br /&gt;
        Monitor         &amp;quot;Dell1&amp;quot;&lt;br /&gt;
        DefaultDepth    16&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           1&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           4&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           8&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           15&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           16&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Depth           24&lt;br /&gt;
                Modes           &amp;quot;1600x1200&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1280x960&amp;quot; &amp;quot;1152x864&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#No dri with xinerama&lt;br /&gt;
#Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
#       Mode    0666&lt;br /&gt;
#EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Default Layout&amp;quot;&lt;br /&gt;
	Screen 		0 &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
	Screen		1 &amp;quot;Screen1&amp;quot; RightOf &amp;quot;Screen0&amp;quot;&lt;br /&gt;
	InputDevice	&amp;quot;Generic Keyboard&amp;quot;&lt;br /&gt;
	InputDevice	&amp;quot;Configured Mouse&amp;quot;&lt;br /&gt;
	Option		&amp;quot;Xinerama&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/tt&amp;gt;&amp;lt;/CODE&amp;gt;&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Using_multiple_monitors&amp;diff=12461</id>
		<title>Using multiple monitors</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Using_multiple_monitors&amp;diff=12461"/>
		<updated>2004-07-20T23:11:13Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is often called [[DualHead]] or [[MultiHead]].&lt;br /&gt;
All information descibed here only applies to [[XFree86]] 4.x.x versions, not the older 3.3.6 versions.&lt;br /&gt;
&lt;br /&gt;
==Different methods==&lt;br /&gt;
There are a couple of different layouts possible:&lt;br /&gt;
#Clone mode -- Every monitors output the exact same thing.&lt;br /&gt;
#'Normal' MultiHead -- Every monitor has a different seperate X screen and session&lt;br /&gt;
#Combined mode -- The different monitors are combined into one big virtual screen. There are a couple different implementations for this:&lt;br /&gt;
##[[Xinerama]] -- The XFree86 extension&lt;br /&gt;
##Nvidia's [[TwinView]] -- What the Nvidia drivers call it&lt;br /&gt;
##ATI's [[Big Desktop]] -- What the ATI drivers call it&lt;br /&gt;
##[[MergedFB]] -- New method supported in some xfree86 drivers, currently mga,sis,ati drivers (These last two only in recent experimental/CVS versions)&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
===Hardware===&lt;br /&gt;
Obviously multiple [[monitor]]s are needed.&lt;br /&gt;
For the videocards different methods are available:&lt;br /&gt;
#Using multiple seperate [[videocard]]s&lt;br /&gt;
#Using a single multihead capable videocard (this needs special support in the XFree86 driver)&lt;br /&gt;
#A combination of the two above.&lt;br /&gt;
Note: It's also possible to use the voodoo1/2 3d-only add-on cards as an extra output, see the glide driver manual page&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
An [[XFree86]] 4.x.x. version.&lt;br /&gt;
A window manager that supports you're chosen multihead method.&lt;br /&gt;
Especially for Xinerama it's required that the window manager supports this extension (both [[KDE]] and [[Gnome]] support it).&lt;br /&gt;
For TwinView and MergedFB it's not needed, because these methods 'fake' one big desktop for the xserver itself.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
This section contains some quick info to configure the multihead setups.&amp;lt;br&amp;gt;&lt;br /&gt;
Some basic knowledge of the config file is needed for this. The [[XF86Config]] page should describe it.&lt;br /&gt;
&lt;br /&gt;
===Multihead===&lt;br /&gt;
Each videocard should have a working 'Device' section. (Test this by using it as the single output).&lt;br /&gt;
Add a matching BusID option to each Device section so it knows which driver to use for each physical device.&lt;br /&gt;
The proper BusID can be found by using [[lspci]] or &amp;lt;tt&amp;gt;XFree86 -scanpci&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Example BusID line looks like this:&amp;lt;br&amp;gt;&lt;br /&gt;
 BusID &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
(Note that even [[AGP]] cards use the 'PCI:' prefix)&amp;lt;br&amp;gt;&lt;br /&gt;
For single videocards that support multihead it depends on the used driver. In most cases these cards have a second entry in lspci/scanpci.&lt;br /&gt;
Each head on the card should have a seperate Device section, each with the same 'Driver' option but different 'Identifier and'BusID' options.&lt;br /&gt;
A special option needs to be added for multihead configuration. Each Device sections needs a 'Screen' option with a number. For example: &amp;lt;br&amp;gt;&lt;br /&gt;
 Screen &amp;quot;0&amp;quot;&lt;br /&gt;
This would indicate that this particular device section if for the primary head, the other device sections should have a similar option, but with the number  increased. The other configuration options of the driver should be only used in the device section of the primary head.&lt;br /&gt;
&lt;br /&gt;
Each monitor should have a working 'Monitor' section. (Also test these as single output).&lt;br /&gt;
Now create a 'Screen' section for every monitor-videocard combination.&lt;br /&gt;
&lt;br /&gt;
After this it's time to set up a multihead 'Layout' section in the [[XF86Config]].&lt;br /&gt;
To get normal Multihead, just add Screen options to your normal Layout. Example: &amp;lt;br&amp;gt;&lt;br /&gt;
 Screen 0 &amp;quot;Normal&amp;quot;&lt;br /&gt;
 Screen 1 &amp;quot;TV&amp;quot;&lt;br /&gt;
 Screen 2 &amp;quot;Fridge-LCD&amp;quot;&lt;br /&gt;
etc.&amp;lt;br&amp;gt;&lt;br /&gt;
Now if you start up X, you should have seperate X sessions running on each screen.&lt;br /&gt;
&lt;br /&gt;
===Xinerama===&lt;br /&gt;
Almost the same as above. Only need to enable the Xinerama extension.&lt;br /&gt;
This can be done either  by starting XFree86 with the '+xinerama' option, or adding 'Option &amp;quot;Xinerama&amp;quot; &amp;quot;On&amp;quot; to the 'ServerFlags' section of the [[XF86Config]].&amp;lt;br&amp;gt;&lt;br /&gt;
And you need to specify the position of the screen relative to another. This can be done in the 'Layout' section.&lt;br /&gt;
Choices are: LeftOf,RightOf,Above,Below,Absolute X,Y, Relative X Y&lt;br /&gt;
Example: &amp;lt;br&amp;gt;&lt;br /&gt;
 Screen 0 &amp;quot;Main&amp;quot;&lt;br /&gt;
 Screen 1 &amp;quot;Secondary&amp;quot; LeftOf &amp;quot;Main&amp;quot;&lt;br /&gt;
 Screen 2 &amp;quot;TV&amp;quot; relative &amp;quot;Main&amp;quot; 0 2000&lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
===Nvidia TwinView===&lt;br /&gt;
If you are using an NVIDIA card, the README for the Linux drivers on the NVIDIA.com website have excellent instructions on how to set up Xinerama (currently Appendix I in the README). Also see [[Installing_NVIDIA_drivers]]&lt;br /&gt;
&lt;br /&gt;
===ATI Big Desktop===&lt;br /&gt;
Easiest way is to let the fglrxconfig app generate a config file for you. Select 'Big Desktop' in the screen layout question.&lt;br /&gt;
&lt;br /&gt;
===MergedFB===&lt;br /&gt;
To enable [[MergedFB]] one only has to add some options to the Device section of the multihead video card. Multiple 'Device','Screen' and 'Monitor' sections  aren't needed. It's also not needed the change the 'Layout' section. Everthing is configured in the 'Device' section of the videocard. These options can normally be found in the manual page of the driver. And example piece out of a 'Device' section:&lt;br /&gt;
 Option &amp;quot;MergedFB&amp;quot; &amp;quot;On&amp;quot;&lt;br /&gt;
 Option &amp;quot;CRT2HSync&amp;quot; &amp;quot;30-70&amp;quot;&lt;br /&gt;
 Option &amp;quot;CRT2VRefresh&amp;quot; &amp;quot;50-150&amp;quot;&lt;br /&gt;
 Option &amp;quot;CRT2Position&amp;quot; &amp;quot;LeftOf&amp;quot;&lt;br /&gt;
These options can differ between card drivers, since this is a relatively new method and there isn't a standard option set for it yet.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
[[Xinerama for Radeon 9200]]&lt;br /&gt;
#Maybe some links to working XF86Config files?&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Cedega&amp;diff=24369</id>
		<title>Cedega</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Cedega&amp;diff=24369"/>
		<updated>2004-07-07T18:18:30Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Cedega''' is a commercial version of [[wine]] that is geared towards games. It was previously known as WineX, but changed its name with version 4.0 to Cedega. It features a very large database of games, and forums. It comes with excellent support for paying customers, and good support for non-game applications.&lt;br /&gt;
&lt;br /&gt;
It is produced by [http://www.transgaming.com/ Transgaming Technologies] and forked from wine years ago. It currently uses the Aladding Source License making [[port]]ing code between Cedega and wine very hard (wine is under a more liberal license known as [[LGPL]]). &lt;br /&gt;
&lt;br /&gt;
Transgaming does provide support and binary releases to paying customers. Otherwise as with wine what you get is the current CVS.&lt;br /&gt;
&lt;br /&gt;
See the [[wine]] page for further information, or [[Gaming via Wine or WineX]] for information on playing games under Cedega.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Gaming]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.linuxlookup.com/modules.php?op=modload&amp;amp;name=Reviews&amp;amp;file=index&amp;amp;req=showcontent&amp;amp;id=60 WineX 4.0 (Cedega) review]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=WineX&amp;diff=22404</id>
		<title>WineX</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=WineX&amp;diff=22404"/>
		<updated>2004-07-07T18:15:32Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''WineX''' is known as [[Cedega]] since version 4.0&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Port_(networking)&amp;diff=10908</id>
		<title>Port (networking)</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Port_(networking)&amp;diff=10908"/>
		<updated>2004-07-07T18:12:44Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''1)'''&lt;br /&gt;
In [[TCP/IP]] [[network]]s, '''ports''' are used for incoming and outgoing connections to/from [[service]]s running on a given [[host]] or [[node]]. [[TCP]] and [[UDP]] are the two [[protocol]]s that typically use this system. For instance, [[BIND]]'s implementation of [[DNS]] runs as the [[named]] service and by default listens on [[UDP]] port 53 (zone transfers use [[TCP]] port 53). The [[HTTP]] [[protocol]] typically listens on [[TCP]] port 80.&lt;br /&gt;
&lt;br /&gt;
'''2)'''&lt;br /&gt;
The verb ''to '''port''''' refers to the process of translating a computer program so that it can run in another environment (typically on a different [[platform]]). Taking the linux [[kernel]] as an example: this might mean that a bugfix for the 2.4 kernel is ported to the 2.6 version, or (more often) the kernel is made to work on an architecture previously not supported.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Port_(networking)&amp;diff=10088</id>
		<title>Port (networking)</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Port_(networking)&amp;diff=10088"/>
		<updated>2004-07-07T18:11:50Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[TCP/IP]] [[network]]s, '''ports''' are used for incoming and outgoing connections to/from [[service]]s running on a given [[host]] or [[node]]. [[TCP]] and [[UDP]] are the two [[protocol]]s that typically use this system. For instance, [[BIND]]'s implementation of [[DNS]] runs as the [[named]] service and by default listens on [[UDP]] port 53 (zone transfers use [[TCP]] port 53). The [[HTTP]] [[protocol]] typically listens on [[TCP]] port 80.&lt;br /&gt;
&lt;br /&gt;
The verb ''to '''port''''' refers to the process of translating a computer program so that it can run in another environment (typically on a different [[platform]]). Taking the linux [[kernel]] as an example: this might mean that a bugfix for the 2.4 kernel is ported to the 2.6 version, or (more often) the kernel is made to work on an architecture previously not supported.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Backport&amp;diff=10091</id>
		<title>Backport</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Backport&amp;diff=10091"/>
		<updated>2004-07-07T18:08:52Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A backporting means the when a bug is fixed in a newer version, the bugfix is [[port]]ed to the older version. The benefit of this is that since only the bug is fixed, no new features are added, the change from the earlier version is minimal, lowering the chances of new bug or incompatabilities.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10129</id>
		<title>Choosing a Linux distribution</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10129"/>
		<updated>2004-07-07T18:05:52Z</updated>

		<summary type="html">&lt;p&gt;Koody: =What distribution for a server=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One of the first questions that you probably have about Linux is &amp;quot;What [[distribution]] do I use?&amp;quot; Indeed, this is one of the most frequently asked questions on our [http://www.linuxquestions.org/questions/ forums].&lt;br /&gt;
&lt;br /&gt;
The question is a little harder to answer than it looks. Linux distributions (or ''distros'') come in a wide variety of packages, each with their own quirks and specialties. Some are designed for ease-of-use, some for the power user or [[hacker]], some for powerful computers with lots of [[RAM]] and some for older hardware with slow [[CPU]]s.&lt;br /&gt;
&lt;br /&gt;
Some of the possible answers to this question are:&lt;br /&gt;
&lt;br /&gt;
* Try a few distributions and see what you like&lt;br /&gt;
* Use the distribution that the Linux [[guru]] next door uses, so if you have any problems you can ask him or her for help&lt;br /&gt;
* (other possible answers?)&lt;br /&gt;
&lt;br /&gt;
==Introductory and general purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distro for just trying Linux out? ===&lt;br /&gt;
&lt;br /&gt;
If you aren't yet prepared to set aside a portion of your hard drive for Linux, or if you just want to take Linux for a spin without any long-term commitments, try one of the [[Live CD distributions]] like [[Knoppix]] or [[DamnSmallLinux]], or the [[Suse]] 9.1 evaluation CD. These can be booted and run directly from a CD, and are a great way to see what Linux can do without affecting any existing operating systems you may have installed. Such distributions tend to run more slowly than a fully-installed Linux, however, so if you are thinking of using Linux regularly, you may want to consider doing a real installation. Many Live CD distributions can be installed to the hard drive if you so choose.&lt;br /&gt;
&lt;br /&gt;
=== What distro for a total newbie? ===&lt;br /&gt;
&lt;br /&gt;
If you are very new to the Linux world and have no interest in learning a lot of technical details just to get it running, you may want to go with one of the mainstream distributions such as [[Mandrake]], [[Fedora]], [[SuSE]] or [[Debian]]. If you can spare the money, it may be worthwhile to purchase a commercial version, since you may get tech support from the vendor.&lt;br /&gt;
&lt;br /&gt;
=== What distro for the power user? ===&lt;br /&gt;
&lt;br /&gt;
If you consider yourself a power user, and would like to learn a lot of technical details about Linux as you are installing and using it, you would be well served to try out one of the more do-it-yourself distributions. [[Gentoo]] and [[Slackware]] might be among your choices here. If you are already an experienced Linux user and really want to get your hands dirty, there is [[Linux From Scratch]], which is not really a distribution so much as a set of instructions for building your own distribution (though this isn't recommended unless you already know what you are doing).&lt;br /&gt;
&lt;br /&gt;
==Special purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distribution for a server ===&lt;br /&gt;
&lt;br /&gt;
Many system administrators have come to trust [[Debian]] with their servers. Debian's security policy and strict packaging rules make it an attractive choice for a non-commercial solution. All security fixes are [[backport]]ed ensuring that the production environment remains the same and breakage will not occur. For a commercial solution people tend to lean towards [[Redhat]]'s Advanced Server line.&lt;br /&gt;
&lt;br /&gt;
=== What distro for an old computer? ===&lt;br /&gt;
&lt;br /&gt;
There are a number of minimalistic distributions, such as [[VectorLinux]] and [[Peanut]] that are designed for computers without much hard drive space or CPU speed. It's quite possible to install Linux on an early 386 with 2 to 4 [[megabytes]] of [[RAM]], though if you hope to install a [[GUI]] you may need a bit more memory or CPU; a 486 with 8MB RAM is probably the lowest you can go with [[XFree86]]. For acting as a [[firewall]], [[e-mail]] client, or basic machine for text editing and scripting, this might be the way to go. However, distributions like Vector and Peanut, while minimal, are not &amp;quot;micro&amp;quot; - they still require 100+ MB hard drives and really need a 586 or fast 486. For even smaller distributions that may run in under 100MB (or even from floppy) on a 386/486, distros like [[BasicLinux]], [[muLinux]], [[Floppix]], and others may be suitable.&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
=== What distro for games? ===&lt;br /&gt;
&lt;br /&gt;
Gentoo has modified kernels and other elements that probably make it a good gaming platform. &amp;lt;!-- Yes? I don't game but my Gentoo beats Slack's fps and I can't figure out how. :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10086</id>
		<title>Choosing a Linux distribution</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10086"/>
		<updated>2004-07-07T18:05:19Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One of the first questions that you probably have about Linux is &amp;quot;What [[distribution]] do I use?&amp;quot; Indeed, this is one of the most frequently asked questions on our [http://www.linuxquestions.org/questions/ forums].&lt;br /&gt;
&lt;br /&gt;
The question is a little harder to answer than it looks. Linux distributions (or ''distros'') come in a wide variety of packages, each with their own quirks and specialties. Some are designed for ease-of-use, some for the power user or [[hacker]], some for powerful computers with lots of [[RAM]] and some for older hardware with slow [[CPU]]s.&lt;br /&gt;
&lt;br /&gt;
Some of the possible answers to this question are:&lt;br /&gt;
&lt;br /&gt;
* Try a few distributions and see what you like&lt;br /&gt;
* Use the distribution that the Linux [[guru]] next door uses, so if you have any problems you can ask him or her for help&lt;br /&gt;
* (other possible answers?)&lt;br /&gt;
&lt;br /&gt;
==Introductory and general purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distro for just trying Linux out? ===&lt;br /&gt;
&lt;br /&gt;
If you aren't yet prepared to set aside a portion of your hard drive for Linux, or if you just want to take Linux for a spin without any long-term commitments, try one of the [[Live CD distributions]] like [[Knoppix]] or [[DamnSmallLinux]], or the [[Suse]] 9.1 evaluation CD. These can be booted and run directly from a CD, and are a great way to see what Linux can do without affecting any existing operating systems you may have installed. Such distributions tend to run more slowly than a fully-installed Linux, however, so if you are thinking of using Linux regularly, you may want to consider doing a real installation. Many Live CD distributions can be installed to the hard drive if you so choose.&lt;br /&gt;
&lt;br /&gt;
=== What distro for a total newbie? ===&lt;br /&gt;
&lt;br /&gt;
If you are very new to the Linux world and have no interest in learning a lot of technical details just to get it running, you may want to go with one of the mainstream distributions such as [[Mandrake]], [[Fedora]], [[SuSE]] or [[Debian]]. If you can spare the money, it may be worthwhile to purchase a commercial version, since you may get tech support from the vendor.&lt;br /&gt;
&lt;br /&gt;
=== What distro for the power user? ===&lt;br /&gt;
&lt;br /&gt;
If you consider yourself a power user, and would like to learn a lot of technical details about Linux as you are installing and using it, you would be well served to try out one of the more do-it-yourself distributions. [[Gentoo]] and [[Slackware]] might be among your choices here. If you are already an experienced Linux user and really want to get your hands dirty, there is [[Linux From Scratch]], which is not really a distribution so much as a set of instructions for building your own distribution (though this isn't recommended unless you already know what you are doing).&lt;br /&gt;
&lt;br /&gt;
==Special purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distribution for a server ===&lt;br /&gt;
&lt;br /&gt;
Many system administrators have come to trust [[Debian]] with their servers. Debian's security policy and strict packaging rules make it an attractive choice for a non-commercial solution. All security fixes are backported ensuring that the production environment remains the smae and breakage will not occur. For a commercial solution people tend to lean towards [[Redhat]]'s Advanced Server line.&lt;br /&gt;
&lt;br /&gt;
=== What distro for an old computer? ===&lt;br /&gt;
&lt;br /&gt;
There are a number of minimalistic distributions, such as [[VectorLinux]] and [[Peanut]] that are designed for computers without much hard drive space or CPU speed. It's quite possible to install Linux on an early 386 with 2 to 4 [[megabytes]] of [[RAM]], though if you hope to install a [[GUI]] you may need a bit more memory or CPU; a 486 with 8MB RAM is probably the lowest you can go with [[XFree86]]. For acting as a [[firewall]], [[e-mail]] client, or basic machine for text editing and scripting, this might be the way to go. However, distributions like Vector and Peanut, while minimal, are not &amp;quot;micro&amp;quot; - they still require 100+ MB hard drives and really need a 586 or fast 486. For even smaller distributions that may run in under 100MB (or even from floppy) on a 386/486, distros like [[BasicLinux]], [[muLinux]], [[Floppix]], and others may be suitable.&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
=== What distro for games? ===&lt;br /&gt;
&lt;br /&gt;
Gentoo has modified kernels and other elements that probably make it a good gaming platform. &amp;lt;!-- Yes? I don't game but my Gentoo beats Slack's fps and I can't figure out how. :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10085</id>
		<title>Choosing a Linux distribution</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10085"/>
		<updated>2004-07-07T18:04:47Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One of the first questions that you probably have about Linux is &amp;quot;What [[distribution]] do I use?&amp;quot; Indeed, this is one of the most frequently asked questions on our [http://www.linuxquestions.org/questions/ forums].&lt;br /&gt;
&lt;br /&gt;
The question is a little harder to answer than it looks. Linux distributions (or ''distros'') come in a wide variety of packages, each with their own quirks and specialties. Some are designed for ease-of-use, some for the power user or [[hacker]], some for powerful computers with lots of [[RAM]] and some for older hardware with slow [[CPU]]s.&lt;br /&gt;
&lt;br /&gt;
Some of the possible answers to this question are:&lt;br /&gt;
&lt;br /&gt;
* Try a few distributions and see what you like&lt;br /&gt;
* Use the distribution that the Linux [[guru]] next door uses, so if you have any problems you can ask him or her for help&lt;br /&gt;
* (other possible answers?)&lt;br /&gt;
&lt;br /&gt;
==Introductory and general purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distro for just trying Linux out? ===&lt;br /&gt;
&lt;br /&gt;
If you aren't yet prepared to set aside a portion of your hard drive for Linux, or if you just want to take Linux for a spin without any long-term commitments, try one of the [[Live CD distributions]] like [[Knoppix]] or [[DamnSmallLinux]], or the [[Suse]] 9.1 evaluation CD. These can be booted and run directly from a CD, and are a great way to see what Linux can do without affecting any existing operating systems you may have installed. Such distributions tend to run more slowly than a fully-installed Linux, however, so if you are thinking of using Linux regularly, you may want to consider doing a real installation. Many Live CD distributions can be installed to the hard drive if you so choose.&lt;br /&gt;
&lt;br /&gt;
=== What distro for a total newbie? ===&lt;br /&gt;
&lt;br /&gt;
If you are very new to the Linux world and have no interest in learning a lot of technical details just to get it running, you may want to go with one of the mainstream distributions such as [[Mandrake]], [[Fedora]], [[SuSE]] or [[Debian]]. If you can spare the money, it may be worthwhile to purchase a commercial version, since you may get tech support from the vendor.&lt;br /&gt;
&lt;br /&gt;
=== What distro for the power user? ===&lt;br /&gt;
&lt;br /&gt;
If you consider yourself a power user, and would like to learn a lot of technical details about Linux as you are installing and using it, you would be well served to try out one of the more do-it-yourself distributions. [[Gentoo]] and [[Slackware]] might be among your choices here. If you are already an experienced Linux user and really want to get your hands dirty, there is [[Linux From Scratch]], which is not really a distribution so much as a set of instructions for building your own distribution (though this isn't recommended unless you already know what you are doing).&lt;br /&gt;
&lt;br /&gt;
==Special purpose==&lt;br /&gt;
&lt;br /&gt;
=== What distribution for a server ===&lt;br /&gt;
&lt;br /&gt;
Many system administrators have come to trust [[Debian]] with their servers. Debian's security policy and strict packaging rules make it an attractive choice for a non-commercial solution. All security fixes are backported ensuring that the production environment remains the smae and breakage will not occur. For a commercial solution people tend to lean towards [[RedHat]]'s Advanced Server line.&lt;br /&gt;
&lt;br /&gt;
=== What distro for an old computer? ===&lt;br /&gt;
&lt;br /&gt;
There are a number of minimalistic distributions, such as [[VectorLinux]] and [[Peanut]] that are designed for computers without much hard drive space or CPU speed. It's quite possible to install Linux on an early 386 with 2 to 4 [[megabytes]] of [[RAM]], though if you hope to install a [[GUI]] you may need a bit more memory or CPU; a 486 with 8MB RAM is probably the lowest you can go with [[XFree86]]. For acting as a [[firewall]], [[e-mail]] client, or basic machine for text editing and scripting, this might be the way to go. However, distributions like Vector and Peanut, while minimal, are not &amp;quot;micro&amp;quot; - they still require 100+ MB hard drives and really need a 586 or fast 486. For even smaller distributions that may run in under 100MB (or even from floppy) on a 386/486, distros like [[BasicLinux]], [[muLinux]], [[Floppix]], and others may be suitable.&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
=== What distro for games? ===&lt;br /&gt;
&lt;br /&gt;
Gentoo has modified kernels and other elements that probably make it a good gaming platform. &amp;lt;!-- Yes? I don't game but my Gentoo beats Slack's fps and I can't figure out how. :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''More to be written''&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10097</id>
		<title>Aptitude</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10097"/>
		<updated>2004-07-07T17:55:10Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Aptitude''' is a very useful curses-based front-end to the [[apt]] toolset. It is generally considered better than dselect and has features like multithreading, the ability to undo changes and you can even play minesweeper while you are downloading.&lt;br /&gt;
&lt;br /&gt;
See also: [[Synaptic]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
If you don't close aptitude properly, it might not delete the locks it has created. This would result in that next time you use it you get an &amp;quot;Could not lock the cache file&amp;quot; error. On Debian this can be fixed by removing the locks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
rm /var/cache/apt/archives/lock&amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/aptitude/lock &amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/dpkg/lock &amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/apt/lists/lock&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10082</id>
		<title>Aptitude</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10082"/>
		<updated>2004-07-07T17:50:32Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Aptitude''' is a curses-based front-end to the [[apt]] toolset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
If you don't close aptitude properly, it might not delete the locks it has created. This would result in that next time you use it you get an &amp;quot;Could not lock the cache file&amp;quot; error. On Debian this can be fixed by removing the locks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
rm /var/cache/apt/archives/lock&amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/aptitude/lock &amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/dpkg/lock &amp;lt;br&amp;gt;&lt;br /&gt;
rm /var/lib/apt/lists/lock&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10081</id>
		<title>Aptitude</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Aptitude&amp;diff=10081"/>
		<updated>2004-07-07T17:50:02Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Aptitude''' is a curses-based front-end to the [[apt]] toolset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
If you don't close aptitude properly, it might not delete the locks it has created. This would result in that next time you use it you get an &amp;quot;Could not lock the cache file&amp;quot; error. On Debian this can be fixed by removing the locks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
rm /var/cache/apt/archives/lock &lt;br /&gt;
rm /var/lib/aptitude/lock &lt;br /&gt;
rm /var/lib/dpkg/lock &lt;br /&gt;
rm /var/lib/apt/lists/lock&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Using_Linux_to_quieten_your_computer&amp;diff=17146</id>
		<title>Using Linux to quieten your computer</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Using_Linux_to_quieten_your_computer&amp;diff=17146"/>
		<updated>2004-06-30T16:45:24Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Optical drives==&lt;br /&gt;
Modern CD- and DVD-rom drives spin very rapidly causing much noise. Compromising speed to lower the noise can be done by lowering the drive's speed. There are a few ways of doing this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;hdparm -E [speed] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo current_speed:4 &amp;gt; /proc/ide/[cdrom device]/settings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;setcd -x [speed] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way is increasing the readahead. Note that adjusting this is tricky since it might result in the drive spinning down after a read just to spin up again. This acceleration could cause a lot more noise then the drive simply continuously reading the disk.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;hdparm -a[sector readahead] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo file_readahead:[bytes to read] &amp;gt; /proc/ide/[cdrom device]/settings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Durono/Athlon (XP) processors==&lt;br /&gt;
Due to some odd and mysterious reason AMD's cpus don't save power when they are idle (at least not as much as possible) unless you explicitly tell them too.&lt;br /&gt;
&lt;br /&gt;
These processors can run A LOT cooler if you ask them too. The intricate instructions and explanations are found in the [http://www.tldp.org/HOWTO/Athlon-Powersaving-HOWTO/ Athlon Powersaving HOWTO], or you could just use [http://members.jcom.home.ne.jp/jacobi/linux/softwares.html athcool]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Using_Linux_to_quieten_your_computer&amp;diff=9918</id>
		<title>Using Linux to quieten your computer</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Using_Linux_to_quieten_your_computer&amp;diff=9918"/>
		<updated>2004-06-13T22:34:41Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Optical drives==&lt;br /&gt;
Modern CD- and DVD-rom drives spin very rapidly causing much noise. Compromising speed to lower the noise can be done by lowering the drive's speed. There are a few ways of doing this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;hdparm -E [speed] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo current_speed:4 &amp;gt; /proc/ide/[cdrom device]/settings&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;setcd -x [speed] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way is increasing the readahead. Note that adjusting this is tricky since it might result in the drive spinning down after a read just to spin up again. This acceleration could cause a lot more noise then the drive simply continuously reading the disk.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;hdparm -a[sector readahead] [cdrom device]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;echo file_readahead:[bytes to read] &amp;gt; /proc/ide/[cdrom device]/settings&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Hardware&amp;diff=9680</id>
		<title>Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Hardware&amp;diff=9680"/>
		<updated>2004-06-13T22:21:17Z</updated>

		<summary type="html">&lt;p&gt;Koody: Adding quieting subtopic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Input devices==&lt;br /&gt;
* [[Configuring mice (Serial, PS/2, USB)]]&lt;br /&gt;
* [[Configuring keyboards]]&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
* [[3D graphics acceleration]]&lt;br /&gt;
* [[framebuffer]] device&lt;br /&gt;
* [[Configuring TV out]]&lt;br /&gt;
* [[Using multiple monitors with XFree86]]&lt;br /&gt;
* [[Video For Linux]]&lt;br /&gt;
&lt;br /&gt;
==Sound==&lt;br /&gt;
* [[OSS]]&lt;br /&gt;
* [[ALSA]]&lt;br /&gt;
&lt;br /&gt;
==Printers==&lt;br /&gt;
* [[Adding local printers]]&lt;br /&gt;
* [[Adding network printers]]&lt;br /&gt;
&lt;br /&gt;
==Disks/Volumes==&lt;br /&gt;
* [[IDE]] vs [[SCSI]] vs [[SATA]]&lt;br /&gt;
* [[IDE Tree Mapping]]&lt;br /&gt;
* [[IDE CD Writer]] (ATAPI)&lt;br /&gt;
* [[LVM]]&lt;br /&gt;
* [[RAID]]&lt;br /&gt;
* [[File Systems]]&lt;br /&gt;
* [[USB Flash drive]]&lt;br /&gt;
&lt;br /&gt;
==Busses==&lt;br /&gt;
* [[PCI]]&lt;br /&gt;
* [[PCMCIA]] (laptops addon cards)&lt;br /&gt;
* [[MCA]] (Micro Channel Architecture, old IBM PS2s)&lt;br /&gt;
* [[Firewire]] (400 and 800)&lt;br /&gt;
* [[ADB]] (old macintosh)&lt;br /&gt;
* [[Sun Peripherals]] type 3 type 4 type 5&lt;br /&gt;
* [[USB]] Universal Serial Bus&lt;br /&gt;
* [[AGP]] Accelerated Graphics Port&lt;br /&gt;
* [[IDE bus]] / [[ATA]] and [[ATAPI]].&lt;br /&gt;
&lt;br /&gt;
==[[Power Management]]==&lt;br /&gt;
* [[ACPI]]&lt;br /&gt;
* [[APM]]&lt;br /&gt;
&lt;br /&gt;
==Misc.==&lt;br /&gt;
* [[Scanners]]&lt;br /&gt;
&lt;br /&gt;
== Tools/Tips ==&lt;br /&gt;
*[[lspci]]&lt;br /&gt;
*[[scanpci]]&lt;br /&gt;
*[[Hotplug|Hotplugging]] hardware&lt;br /&gt;
*[[Automatic Hardware Configuration]] tools.&lt;br /&gt;
*[[Quieting linux]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Hardware_Recommendations]]&lt;br /&gt;
*[[Hardware Compatibility List]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.linuxquestions.org/hcl/index.php LinuxQuestions.org HCL : Product Reviews].&lt;br /&gt;
*[http://www.linuxlaptops.org Linux Laptops]&lt;br /&gt;
*TuxMobil: [http://tuxmobil.org/ Linux On Laptops, Notebooks, PDAs and Mobile Phones]&lt;br /&gt;
*[http://perso.wanadoo.es/xose/linux/linux_ports.html Ports of Linux]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Ifconfig&amp;diff=8615</id>
		<title>Ifconfig</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Ifconfig&amp;diff=8615"/>
		<updated>2004-03-29T20:56:40Z</updated>

		<summary type="html">&lt;p&gt;Koody: Some additional info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ifconfig''' = '''I'''nter'''f'''ace '''Config'''uration. The [[UNIX]] [[command]] for configuring a network interface. Usually given in the form of &amp;quot;ifconfig &amp;lt;i&amp;gt;interface name&amp;lt;/i&amp;gt; -&amp;lt;i&amp;gt;options&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: ifconfig eth0 192.168.0.1 netmask 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
Just typing ifconfig will show information of all the currently configured network interfaces.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Grub_version_1&amp;diff=8694</id>
		<title>Grub version 1</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Grub_version_1&amp;diff=8694"/>
		<updated>2004-03-24T23:06:07Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''GRUB''' (short for '''GR'''and '''U'''nified '''B'''oot Loader) is a [[boot loader]], similar in overall function to [[LILO]].  It is the standard way to boot into an [[operating system]] (or several) used by most recent [[Linux]] [[distributions]], but capable of being loaded on any Linux distro.&lt;br /&gt;
&lt;br /&gt;
==Advocacy==&lt;br /&gt;
GRUB has several advantages over [[LILO]]:&lt;br /&gt;
* You can change your boot menu entries by editing a file ONLY (in LILO, you need to update the copy of LILO sitting in your [[MBR]] by executing `lilo` after every changes to /etc/lilo.conf&lt;br /&gt;
* You can &amp;quot;test&amp;quot; your boot menu entries in an interpreted environment. This MAY prevent some minor changes that renders the system unbootable.&lt;br /&gt;
&lt;br /&gt;
==GRUB boot menu==&lt;br /&gt;
The grub menu configuration file is called ''menu.lst'', default location is in ''/boot/grub/menu.lst''. It contains some configuration options (like color, timeout and password settings) and a list off menu entries. The file is often managed by some tool from the [[distribution]] itself, so when kernels are installed or removed the boot menu list gets automatically updated.&lt;br /&gt;
&lt;br /&gt;
===Manual configuration===&lt;br /&gt;
Full documentation of the format of the ''menu.lst'' file can be found in the GRUB [[info]] pages. But for a quick start, here are a couple of example entries to get you going.&amp;lt;br&amp;gt;&lt;br /&gt;
Basic entry to boot a linux kernel located on the first disk:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title           Linux kernel 2.6.4 &lt;br /&gt;
root            (hd0,0)&lt;br /&gt;
kernel          /vmlinuz-2.6.4 root=/dev/hda1 ro&lt;br /&gt;
savedefault&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And one to boot from a windows partition:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title Win&lt;br /&gt;
root (hd0,0)&lt;br /&gt;
makeactive&lt;br /&gt;
chainloader +1&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Debian===&lt;br /&gt;
[[Debian]] manages the menu file with ''update-grub'', this script checks which kernels are located in /boot/ and generates a menu entry for them. It adds it's own configuration options to the menu.lst file, these concern the options that are given to the generated menu entries. Usually update-grub is automatically run after a kernel packages has been installed or removed (at least it's the default configuration for the sarge/testing disribution). If not, update-grub can be added as a postinst_hook and a postrm_hook in the ''/etc/kernel-img.conf'' file.&lt;br /&gt;
&lt;br /&gt;
===RedHat===&lt;br /&gt;
[[RedHat]] also manages the menu.lst file itself, it should be updated automatically when a kernel rpm is installed/removed&lt;br /&gt;
==Errors and solutions==&lt;br /&gt;
===Error 18===&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Error 18&amp;lt;/b&amp;gt;: Selected cylinder exceeds maximum supported by BIOS&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
This error is returned when a read is attempted at a linear block address beyond the end of the BIOS translated area. This generally happens if your disk is larger than the BIOS can handle (512MB for (E)IDE disks on older machines or larger than 8GB on others.). &amp;lt;p&amp;gt;&lt;br /&gt;
In more practical terms this means the BIOS is unable to start executing the kernel because the kernel is not located within the block it can access at boot up time.&amp;lt;p&amp;gt;&lt;br /&gt;
This can be circumvented by creating a boot partition at the beginning of the disk that is completely within the first 1023 cylinders of the harddrive. This partition will contain the kernel. &lt;br /&gt;
&amp;lt;p&amp;gt;The kernel it self does not suffer from the same limitations as the BIOS so after the BIOS has loaded the kernel the kernel will have no problem accessing the whole harddrive.&amp;lt;p&amp;gt;&lt;br /&gt;
Newer BIOSes will automatically translate the harddrives size in a way that it can be completely contained within the first 1023 cylinders and hence modern computers do not suffer from this problem.&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
For an awesome resource for troubleshooting just about any Grub problem (on any [[OS]]), see this thread on Gentoo's forums: [http://forums.gentoo.org/viewtopic.php?t=122656&amp;amp;highlight=grub+error+collection Gentoo Forums: Grub Error Collection]&lt;br /&gt;
&lt;br /&gt;
===Booting Windows/DOS from a non-first harddisk===&lt;br /&gt;
This is a common problem of people dual-booting that want Linux to be on their first disk and Windows on some other one. [[Windows]] only wants to boot from partitions on first disk in the system. But Grub can trick Windows with the ''map'' command, an example entry would look like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title Win&lt;br /&gt;
map (hd0) (hd1)&lt;br /&gt;
map (hd1) (hd0)&lt;br /&gt;
root (hd1,0)&lt;br /&gt;
makeactive&lt;br /&gt;
chainloader +1&lt;br /&gt;
boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Shutdown the machine from the menu===&lt;br /&gt;
Another menu entry that can be handy is one to shutdown the machine:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
title Halt!&lt;br /&gt;
halt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Securing GRUB]]&lt;br /&gt;
*[[MBR]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.gnu.org/software/grub/ Project website]&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5804</id>
		<title>Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5804"/>
		<updated>2004-03-21T21:47:38Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Simply, an access code. Volumes have been written about the dangers of password reuse and of using weak passwords. Statistically, the leading cause of computer [[intrusion]]s is password reuse and/or the use of weak passwords.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Weak passwords versus strong passwords====&lt;br /&gt;
An example of a very weak password would be &amp;lt;code&amp;gt;password&amp;lt;/code&amp;gt; or if a user named Johnny would have the word &amp;lt;code&amp;gt;johnny&amp;lt;/code&amp;gt; as his password.&lt;br /&gt;
&lt;br /&gt;
Examples of other bad passwords are &amp;lt;code&amp;gt;abc123&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;qwerty123&amp;lt;/code&amp;gt; and words like &amp;lt;code&amp;gt;microsoft&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dell&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;george&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Good passwords are never words or names. Nor are thay anything people can guess like birthdates or lisence plates. An example of a good password that would be hard to crack could be.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;etMwhlws2g&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Even though that looks like it would be difficult to remember it is not. It is derived from the poem Mary had a little lamb. The second verse goes something like &amp;quot;everywhere that Mary went her lamb was sure to go&amp;quot;. Just take the first letter of each word and replace the word &amp;quot;to&amp;quot; with the number 2 and the password is now difficult to guess but easy to remember.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5797</id>
		<title>Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5797"/>
		<updated>2004-03-21T21:47:26Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Simply, an access code. Volumes have been written about the dangers of password reuse and of using weak passwords. Statistically, the leading cause of computer [[intrusion]]s is password reuse and/or the use of weak passwords.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Weak passwords versus strong passwords====&lt;br /&gt;
An example of a very weak password would be &amp;lt;code&amp;gt;password&amp;lt;/code&amp;gt; or if a user named Johnny would have the word &amp;lt;code&amp;gt;johnny&amp;lt;/code&amp;gt; as his password.&lt;br /&gt;
&lt;br /&gt;
Examples of other bad passwords are &amp;lt;code&amp;gt;abc123&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;qwerty123&amp;lt;/code&amp;gt; and words like &amp;lt;code&amp;gt;microsoft&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dell&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;george&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Good passwords are never words or names. Nor are thay anything people can guess like birthdates or lisence plates. An example of a good password that would be hard to crack could be.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;etMwhlws2g&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Even though that looks like it would be difficult to remember it is not. It is derived from the poem Mary had a little lamb. The second verse goes something like &amp;quot;everywhere that Mary went her lamb was sure to go&amp;quot;. Just take the first letter of each word and replace the word &amp;quot;to&amp;quot; with the number 2 and the password is now difficult to guess but easy to remember.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5796</id>
		<title>Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Password&amp;diff=5796"/>
		<updated>2004-03-21T21:47:09Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Simply, an access code. Volumes have been written about the dangers of password reuse and of using weak passwords. Statistically, the leading cause of computer [[intrusion]]s is password reuse and/or the use of weak passwords.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Weak passwords versus strong passwords===&lt;br /&gt;
An example of a very weak password would be &amp;lt;code&amp;gt;password&amp;lt;/code&amp;gt; or if a user named Johnny would have the word &amp;lt;code&amp;gt;johnny&amp;lt;/code&amp;gt; as his password.&lt;br /&gt;
&lt;br /&gt;
Examples of other bad passwords are &amp;lt;code&amp;gt;abc123&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;qwerty123&amp;lt;/code&amp;gt; and words like &amp;lt;code&amp;gt;microsoft&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dell&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;george&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Good passwords are never words or names. Nor are thay anything people can guess like birthdates or lisence plates. An example of a good password that would be hard to crack could be.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;etMwhlws2g&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Even though that looks like it would be difficult to remember it is not. It is derived from the poem Mary had a little lamb. The second verse goes something like &amp;quot;everywhere that Mary went her lamb was sure to go&amp;quot;. Just take the first letter of each word and replace the word &amp;quot;to&amp;quot; with the number 2 and the password is now difficult to guess but easy to remember.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Lsmod&amp;diff=5711</id>
		<title>Lsmod</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Lsmod&amp;diff=5711"/>
		<updated>2004-03-21T10:59:15Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Member Of: [[Commands]] : [[Kernel Commands]]&lt;br /&gt;
&lt;br /&gt;
Relating To: [[Kernel module|Kernel Modules]] and [[Functionality]]&lt;br /&gt;
&lt;br /&gt;
A linux [[kernel]] can have [[modules]] for drivers or other functionality. To keep the size of the kernel small, the modules will be loaded only when specified and as opposed to built in modules will not bloat the kernel if e.g. the driver modules hardware isn't present. &lt;br /&gt;
&lt;br /&gt;
lsmod lists the moddules that are  currently loaded.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Kernel_2.6&amp;diff=8648</id>
		<title>Kernel 2.6</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Kernel_2.6&amp;diff=8648"/>
		<updated>2004-03-21T10:55:51Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Kernel 2.6''' series is the latest series of the stable linux&lt;br /&gt;
kernels.&lt;br /&gt;
&lt;br /&gt;
The latest version is 2.6.4 and available [http://www.kernel.org/pub/linux/kernel/v2.6/ here].&lt;br /&gt;
&lt;br /&gt;
It includes the most modern kernel features like&lt;br /&gt;
&lt;br /&gt;
*built-in [[cryptography]]&lt;br /&gt;
*best [[SMP]]&lt;br /&gt;
*improved [[real-time]] features&lt;br /&gt;
*[[NUMA]] architecture&lt;br /&gt;
*[[ALSA]] support&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The numbering scheme follows the following convention. &lt;br /&gt;
Each version has a unique number x.y.z. where &lt;br /&gt;
* x = major&lt;br /&gt;
* y = minor&lt;br /&gt;
* z = patch&lt;br /&gt;
&lt;br /&gt;
The minor number has the additional meaning that on a stable kernel it is always even. Development is done on a development kernel with is identified by the minor number being odd. For example 2.2, 2.4, 2.6 and the latest release 2.6.4 are stable while 2.5.32 was a development kernel. The 2.5 brach became the stable 2.6 kernel and someday soon a new branch called 2.7 will open that will lead to the new 2.8 (or possibly 3.0) kernel.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Kernel_2.6&amp;diff=5655</id>
		<title>Kernel 2.6</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Kernel_2.6&amp;diff=5655"/>
		<updated>2004-03-21T10:47:00Z</updated>

		<summary type="html">&lt;p&gt;Koody: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Kernel 2.6''' series is the latest series of the stable linux&lt;br /&gt;
kernels (remember, all the even minor numbers 2.2, 2.4, 2.6 are stable,&lt;br /&gt;
the odd numbers (e.g. 2.3, 2.5) are for developers only).&lt;br /&gt;
&lt;br /&gt;
The latest version is 2.6.4 and available [http://www.kernel.org/pub/linux/kernel/v2.6/ here].&lt;br /&gt;
&lt;br /&gt;
It includes the most modern kernel features like&lt;br /&gt;
&lt;br /&gt;
*built-in [[cryptography]]&lt;br /&gt;
*best [[SMP]]&lt;br /&gt;
*improved [[real-time]] features&lt;br /&gt;
*[[NUMA]] architecture&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mission-critical_reliability&amp;diff=4337</id>
		<title>Mission-critical reliability</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mission-critical_reliability&amp;diff=4337"/>
		<updated>2004-03-13T15:33:48Z</updated>

		<summary type="html">&lt;p&gt;Koody: Note about five nines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The term &amp;quot;Mission-Critical Reliability&amp;quot; refers to a very high level of reliability, a necessary trait for key servers in corporate and government environments.  Since mission-critical elements of a project cannot be delayed without delaying the overall project, servers which support these key elements must have very high reliability.  A server with 99.9% uptime is on the low end of mission-critical reliability.&lt;br /&gt;
&lt;br /&gt;
When discussing the reliability of servers the 'five nines' rule is often referenced. This means 99.999% availability. In practical terms this means 5 minutes of downtime ''per year''.&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Chalupamaster92&amp;diff=22560</id>
		<title>User:Chalupamaster92</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Chalupamaster92&amp;diff=22560"/>
		<updated>2004-03-13T14:57:51Z</updated>

		<summary type="html">&lt;p&gt;Koody: fixing layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I suppose you wonder why I call myself the master of the chalupa.  Frankly,  so do I.&lt;br /&gt;
&lt;br /&gt;
The name's Bryce.  Comp sci major at the University of Utah.  Been toying with Linux on and off since 1999,  primarily due to the influence of Slashdot.  &lt;br /&gt;
&lt;br /&gt;
I think this is a cool and useful project,  and I'd like to contribute.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Especially a master of the the chalupa of the 92nd degree. Wow. That's some chalupa-mastery. :)&lt;br /&gt;
&lt;br /&gt;
Nah, the reason I post: I noticed you ask about making indents - check out [[LQWiki:Wiki_markup|markup help]], and welcome.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 01:57, Mar 7, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I wish I mastered Chalupa like this guy. The C_plus_plus template looks good - could you add the same for [[C]] and [[Java]]?&lt;br /&gt;
&lt;br /&gt;
[[User:MHouliston|MHouliston]] 18:26, Mar 7, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I stumbled across the C++ tutorial template. ''You crazy bastard!'' &amp;lt;br&amp;gt;&lt;br /&gt;
Just kidding ;-) Nice work. I just hope someone starts writing to it so that it begins to grow. Problem is that I'm too lazy to start doing it now.&lt;br /&gt;
&lt;br /&gt;
[[User:Koody|Koody]] 09:55, Mar 13, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Chalupamaster92&amp;diff=4334</id>
		<title>User:Chalupamaster92</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Chalupamaster92&amp;diff=4334"/>
		<updated>2004-03-13T14:55:34Z</updated>

		<summary type="html">&lt;p&gt;Koody: Greetings &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I suppose you wonder why I call myself the master of the chalupa.  Frankly,  so do I.&lt;br /&gt;
&lt;br /&gt;
The name's Bryce.  Comp sci major at the University of Utah.  Been toying with Linux on and off since 1999,  primarily due to the influence of Slashdot.  &lt;br /&gt;
&lt;br /&gt;
I think this is a cool and useful project,  and I'd like to contribute.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Especially a master of the the chalupa of the 92nd degree. Wow. That's some chalupa-mastery. :)&lt;br /&gt;
&lt;br /&gt;
Nah, the reason I post: I noticed you ask about making indents - check out [[LinuxQuestions.org_Wiki:Wiki_markup|markup help]], and welcome.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 01:57, Mar 7, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I wish I mastered Chalupa like this guy. The C_plus_plus template looks good - could you add the same for [[C]] and [[Java]]?&lt;br /&gt;
&lt;br /&gt;
[[User:MHouliston|MHouliston]] 18:26, Mar 7, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I stumbled across the C++ tutorial template. You crazy bastard! Just kidding ;-) Nice work. I just hope someone starts writing to it so that it begins to grow. Problem is that I'm too lazy to start doing it now.&lt;br /&gt;
[[User:Koody|Koody]] 09:55, Mar 13, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Touch&amp;diff=4071</id>
		<title>Touch</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Touch&amp;diff=4071"/>
		<updated>2004-03-11T14:49:59Z</updated>

		<summary type="html">&lt;p&gt;Koody: added time date info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Touch''' quite simply creates an empty file with the supplied name or changes the time stamp for an existing file to the current date and time. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;touch thesky&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
creates a file called &amp;quot;thesky&amp;quot; in the current directory. If the file already exists its time and date will change to reflect the current time and date.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;touch .hushlogin&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
creates a .hushlogin file in one's home directory, which suppresses the display of /etc/motd on login&lt;/div&gt;</summary>
		<author><name>Koody</name></author>
	</entry>
</feed>