<?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=Digiot</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=Digiot"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Digiot"/>
	<updated>2026-04-13T17:57:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Debian:CGI&amp;diff=26449</id>
		<title>Talk:Debian:CGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Debian:CGI&amp;diff=26449"/>
		<updated>2006-01-02T01:45:29Z</updated>

		<summary type="html">&lt;p&gt;Digiot: pointer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've tried the basic instructions for CGI scripts in this article, and get a 404 on the cgi script (&amp;quot;The requested URL /var/www/cgi-bin/navigating-change-workshop.cgi was not found on this server.&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
One difference in my procecure is that I am running several servers under Apache (hnlc.org, hawaiianatolls.org), so cannot place the html form in /var/www as your instructions say; I must put it in a subdirectory (e.g., /var/www/hawaiianatolls). &lt;br /&gt;
&lt;br /&gt;
Do I need to set something in my Apache definitions of these servers to allow each to access /usr/lib/cgi-bin correctly? &lt;br /&gt;
&lt;br /&gt;
My only experience with CGI is under Solaris, now retired. -- DS&lt;br /&gt;
&lt;br /&gt;
:Might try the [http://www.linuxquestions.org/questions/forumdisplay.php?f=26 LQ Debian forum] or [http://www.linuxquestions.org/questions/forumdisplay.php?f=3 networking forum] as that's the more appropriate (and more active) place to get help. However, if you discover a solution, updating the article here would be great. [[User:Digiot|Digiot]] 20:45, Jan 1, 2006 (EST)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=DTD&amp;diff=26448</id>
		<title>DTD</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=DTD&amp;diff=26448"/>
		<updated>2006-01-02T00:08:12Z</updated>

		<summary type="html">&lt;p&gt;Digiot: stub-starting a 'most wanted'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Definition==&lt;br /&gt;
According to the [[W3C]][http://www.w3.org/TR/xhtml1/#general]:&lt;br /&gt;
&lt;br /&gt;
:DTD&lt;br /&gt;
::A DTD, or document type definition, is a collection of [[XML]] markup declarations that, as a collection, defines the legal structure, elements, and attributes that are available for use in a document that complies to the DTD.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Using [[XHTML]] Strict as an example, one would insert the following at the head of the document. This would tell user-agents what sort of document this was and in what terms to interpret it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html &lt;br /&gt;
     PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;&lt;br /&gt;
     &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
Keep in mind that DTDs have nothing to do with browsers and XHTML as such. XHTML is one small family of innumerable DTDs and browsers are just one interpretative application. A spreadsheet file format may be in XML and a spreadsheet application may render that data and so on.&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Run_Levels&amp;diff=22588</id>
		<title>Run Levels</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Run_Levels&amp;diff=22588"/>
		<updated>2006-01-01T22:25:12Z</updated>

		<summary type="html">&lt;p&gt;Digiot: some more consistency tweaks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are run levels?==&lt;br /&gt;
Each of the &amp;lt;!--6 is actually arbitrary)--&amp;gt; '''run levels''' of [[Linux]] is a different &amp;quot;operating mode&amp;quot;. This means that it has different settings, independent of any other run level, allowing it to run different tasks and applications as required. Each  run level can be configured to perform different tasks using a [[configuration file]] in the /etc directory (discussed later). If you are familiar with Microsoft's [[Windows]], it may be helpful to think of the run level system as being similar to the choice between &amp;quot;Safe Mode&amp;quot;, &amp;quot;Safe Mode with Networking&amp;quot;, &amp;quot;Command Prompt&amp;quot;, etc, that you are presented with when the system has shutdown uncleanly - not that Linux needs to be shutdown uncleanly to change run level.&lt;br /&gt;
&lt;br /&gt;
==What does each run level do?==&lt;br /&gt;
As was indicated, a runlevel is defined by the scripts executed in it, thus what a runlevel does is variable. Most frequently,&lt;br /&gt;
&lt;br /&gt;
*Run level 1 provides [[single-user mode]]&lt;br /&gt;
*Run level 2 provides [[single-user mode]] with [[networking]] support&lt;br /&gt;
*Run level 3 provides [[multi-user mode]] with a [[command-line interface]], rather than a graphical [[window manager]]. This is convenient if you wish to work without the overhead of pretty anti-aliased windows&lt;br /&gt;
*Run level 4 has not yet been defined&lt;br /&gt;
*Run level 5 provides [[multi-user mode]] with a graphical [[window manager]]. This is the default run level that is booted on many [[distributions]] and the one that you are most likely to have for everyday use.&lt;br /&gt;
*Run level 6 shuts down the system, closing necessary [[applications]] and [[daemon]]s. For obvious reasons, this run level should not be used if you want to do anything productive.&lt;br /&gt;
&lt;br /&gt;
However, these are the default runlevels in [[Slackware]]:&lt;br /&gt;
:0 = halt&lt;br /&gt;
:1 = single user mode&lt;br /&gt;
:2 = unused (but configured the same as runlevel 3)&lt;br /&gt;
:3 = multiuser mode (default Slackware runlevel)&lt;br /&gt;
:4 = X11 with KDM/GDM/XDM (session managers)&lt;br /&gt;
:5 = unused (but configured the same as runlevel 3)&lt;br /&gt;
:6 = reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And in Gentoo well, Gentoo does something else, but I haven't booted it in awhile and I forget--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ditto :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuring each run level==&lt;br /&gt;
Run levels are not configured so much as ''added to''.  &lt;br /&gt;
&lt;br /&gt;
The run levels are configured in the &amp;lt;tt&amp;gt;/etc/inittab&amp;lt;/tt&amp;gt; config file.  This file tells init what is the default runlevel, and what to do when entering or leaving each runlevel.  That usually consists of executing  &amp;lt;tt&amp;gt;/etc/rc.d/rc ''x''&amp;lt;/tt&amp;gt;, where ''x'' is the runlevel.&lt;br /&gt;
&lt;br /&gt;
This script, then, looks in a runlevel control directory (usually &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt;), where it will find a series of ''symbolic links'' with special names.  The first letter of the name is S (&amp;quot;start&amp;quot;) or K (&amp;quot;kill&amp;quot;).  The next two characters are two digits -- used to control the ''order'' in which the files will be processed -- and the remainder of the name is the name of a particular service.  (''Note:'' what Microsoft calls a &amp;quot;service,&amp;quot; Linux/Unix people call a &amp;quot;daemon,&amp;quot; but the idea is the same so take your pick...)  This simple strategy allows you to make sure that, when one service depends upon another, they will be started and stopped in the proper sequence.&lt;br /&gt;
&lt;br /&gt;
We said that each of these files (in &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt;) is a ''symbolic link,'' which means that it &amp;quot;points to,&amp;quot; or &amp;quot;refers to,&amp;quot; another file located somewhere else.  That &amp;quot;somewhere else&amp;quot; will be the directory &amp;lt;tt&amp;gt;/etc/init.d&amp;lt;/tt&amp;gt;.  The symbolic link will point to a shell command-file which takes a single parameter such as &amp;quot;start&amp;quot; or &amp;quot;stop.&amp;quot;  When init is processing a &amp;quot;S&amp;quot;tart link, it will supply the parameter &amp;quot;start.&amp;quot;  When following a &amp;quot;K&amp;quot;ill link, it will supply &amp;quot;stop.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There can be any number of symbolic-links pointing to the same file, and very frequently there are.  If a service (daemon) needs to be started in more than one runlevel, you simply have a symbolic-link in each of the appropriate &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt; directories.&lt;br /&gt;
&lt;br /&gt;
As a quick example, my http daemon has a script in &amp;lt;tt&amp;gt;/etc/init.d/httpd&amp;lt;/tt&amp;gt; and a symbolic link from each of the 7 run levels:&lt;br /&gt;
&lt;br /&gt;
  /etc/rc.d/rc0.d/K15httpd&lt;br /&gt;
  /etc/rc.d/rc1.d/K15httpd&lt;br /&gt;
  /etc/rc.d/rc2.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc3.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc4.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc5.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc6.d/K15httpd&lt;br /&gt;
&lt;br /&gt;
When my machine enters run level 0, 1 or 6, then, the [[httpd]] process will be killed (&amp;lt;tt&amp;gt;/etc/init.d/httpd stop&amp;lt;/tt&amp;gt; will be run), and rather early on in the process of shutting down (because &amp;quot;15&amp;quot; is a small number).  Likewise, when moving to run levels 2-5, httpd will be started (&amp;lt;tt&amp;gt;/etc/init.d/httpd start&amp;lt;/tt&amp;gt;) somewhat ''late'' in the potential list of scripts that are run (because &amp;quot;85&amp;quot; is a large number).  This usually ensures that httpd is killed ''before'' networking, for instance, and started ''after'' it so that httpd will always have a run-time environment with networking enabled.&lt;br /&gt;
&lt;br /&gt;
''(Note:''  if you are moving ''from'' a runlevel where (say) &amp;lt;tt&amp;gt;httpd&amp;lt;/tt&amp;gt; should be running, ''to'' a runlevel where it also should be running, init may simply leave the service alone, recognizing that there is no need to stop it just to immediately restart it.)&lt;br /&gt;
&lt;br /&gt;
Most often, one can tune the run level configuration via the &amp;lt;tt&amp;gt;[[chkconfig]]&amp;lt;/tt&amp;gt; command, or start and stop these initialization scripts via the &amp;lt;tt&amp;gt;[[service]]&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
  chkconfig --list httpd&lt;br /&gt;
  chkconfig --levels 345 httpd on&lt;br /&gt;
  service httpd start&lt;br /&gt;
  service httpd restart&lt;br /&gt;
  service httpd status&lt;br /&gt;
&lt;br /&gt;
However, in Slackware (and it is closer to this on certain systems like [[Arch]] or the *[[BSD]]s &amp;lt;!-- and Gentoo, IIRC --&amp;gt; than it is to that described above) there are no directories full of numbered symlinks. /etc/rc.d/ contains a few scripts for several of the daemons or subsystems a system may run, and the scripts rc.{0,S,K,M,6}. rc.0 actually is a symlink to the rc.6 script because it's so similar: rc.6 reboots the system except when invoked as rc.0, in which case it halts the system. rc.S is the general system configuration script, rc.K is run for single-user mode, and rc.M is run in multi-user mode. The rc.? scripts do several things directly, as well as running the other scripts. The specialized tools chkconfig and service do not exist on Slackware, where runlevels are administered with &amp;lt;tt&amp;gt;vi&amp;lt;/tt&amp;gt; or other editors. However, there is some [[SysV]] compatibility for programs that aren't intelligent enough to adapt to their environment.&lt;br /&gt;
&lt;br /&gt;
==How to change run level==&lt;br /&gt;
To switch between run levels in the terminal you use the &amp;lt;tt&amp;gt;[[init]]&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
 init [-a] [-s] [-b] [-z xxx] &amp;lt;Run Level Number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or &amp;lt;tt&amp;gt;[[telinit]]&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 telinit [-t sec] &amp;lt;Run Level Number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If already in X and using a graphical login, &amp;lt;!-- at least that's my guess as to why one would need to take the first route described here --&amp;gt; one mechanism to switch between run levels using the keyboard is to first switch to a virtual console with this command:&lt;br /&gt;
 Ctrl+Alt+F&amp;lt;Console Number&amp;gt;&lt;br /&gt;
(For example, to switch to console 1, you use &amp;lt;tt&amp;gt;Ctrl+Alt+F1&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Then you can acquire superuser privileges (.e.g, &amp;lt;tt&amp;gt;su&amp;lt;/tt&amp;gt;) and issue the &amp;lt;tt&amp;gt;init&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;telinit&amp;lt;/tt&amp;gt; commands to change the actual run level.  You can switch run levels from within an xterm while still in X, but you may be surprised when your xterm goes away!  It's less stressful for new people to first switch to the virtual console, but switching while still in X isn't harmful.&lt;br /&gt;
&lt;br /&gt;
If in X having used the 'startx' mechanism, just shut down your window manager and invoke (tel)init or, as stated above, let init do it for you. If already on a virtual terminal, just invoke (tel)init directly.&lt;br /&gt;
&lt;br /&gt;
==Determine the current run level==&lt;br /&gt;
To check the current run level use&lt;br /&gt;
 $ who -r&lt;br /&gt;
This will report the current intended run level.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Integrated_development_environment&amp;diff=19755</id>
		<title>Integrated development environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Integrated_development_environment&amp;diff=19755"/>
		<updated>2006-01-01T22:18:23Z</updated>

		<summary type="html">&lt;p&gt;Digiot: /* See also */ even wikier&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An '''Integrated Development Environment''' ('''IDE''') is a software application designed to help develop new software more quickly and easily. It usually includes a [[source code]] editor (essentially a [[text editor]] with extra features such as syntax highlighting, code completion or structural navigation), a [[compiler]] and a [[debug]]ger. Some more advanced IDEs have features such as [[version control]], automatic [[refactoring]], integration with [[application server]]s, [[GUI]] builder and [[RAD]] tools.&lt;br /&gt;
&lt;br /&gt;
==Popular IDEs==&lt;br /&gt;
&lt;br /&gt;
* [[Anjuta]] ([http://anjuta.sourceforge.net/ Official website])&lt;br /&gt;
* [[Eclipse]] ([http://www.eclipse.org/ Official website])&lt;br /&gt;
* [[NetBeans]] ([http://www.netbeans.org/ Official website])&lt;br /&gt;
* [[Glimmer]] ([http://glimmer.sourceforge.net/ Official website])&lt;br /&gt;
* [[KDevelop]] ([http://www.kdevelop.org/ Official website])&lt;br /&gt;
* [[Emacs]] ([http://www.gnu.org/software/emacs/emacs.html GNU Emacs Official website])&lt;br /&gt;
* [http://dev.mainsoft.com/Default.aspx?tabid=45 Grasshoper]&lt;br /&gt;
* [[Lazarus]] ([http://www.lazarus.freepascal.org/ Official website])&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
* [[Web Design#IDEs for Web Design| IDEs for Web Design]]&lt;br /&gt;
* [http://www.nabble.com/IDE-f788.html IDE Forum]&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Integrated_development_environment&amp;diff=19357</id>
		<title>Integrated development environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Integrated_development_environment&amp;diff=19357"/>
		<updated>2006-01-01T22:08:16Z</updated>

		<summary type="html">&lt;p&gt;Digiot: /* See also */ this is wiki markup; not xhtml strict - using entities on 'br' screws up the wiki parser&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An '''Integrated Development Environment''' ('''IDE''') is a software application designed to help develop new software more quickly and easily. It usually includes a [[source code]] editor (essentially a [[text editor]] with extra features such as syntax highlighting, code completion or structural navigation), a [[compiler]] and a [[debug]]ger. Some more advanced IDEs have features such as [[version control]], automatic [[refactoring]], integration with [[application server]]s, [[GUI]] builder and [[RAD]] tools.&lt;br /&gt;
&lt;br /&gt;
==Popular IDEs==&lt;br /&gt;
&lt;br /&gt;
* [[Anjuta]] ([http://anjuta.sourceforge.net/ Official website])&lt;br /&gt;
* [[Eclipse]] ([http://www.eclipse.org/ Official website])&lt;br /&gt;
* [[NetBeans]] ([http://www.netbeans.org/ Official website])&lt;br /&gt;
* [[Glimmer]] ([http://glimmer.sourceforge.net/ Official website])&lt;br /&gt;
* [[KDevelop]] ([http://www.kdevelop.org/ Official website])&lt;br /&gt;
* [[Emacs]] ([http://www.gnu.org/software/emacs/emacs.html GNU Emacs Official website])&lt;br /&gt;
* [http://dev.mainsoft.com/Default.aspx?tabid=45 Grasshoper]&lt;br /&gt;
* [[Lazarus]] ([http://www.lazarus.freepascal.org/ Official website])&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
&lt;br /&gt;
* [[Web Design#IDEs for Web Design| IDEs for Web Design]]&lt;br /&gt;
* [http://www.nabble.com/IDE-f788.html IDE Forum]&lt;br /&gt;
&lt;br /&gt;
''This article is a [[LQWiki:stub_articles|stub]] and needs to be finished. [[LQWiki:plunging_forward|Plunge forward]] and [[LQWiki:How_to_edit_a_page|help it grow]] !''&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Run_Levels&amp;diff=19358</id>
		<title>Run Levels</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Run_Levels&amp;diff=19358"/>
		<updated>2006-01-01T22:03:47Z</updated>

		<summary type="html">&lt;p&gt;Digiot: added some of 'the other way' in Sec.3 to match Sec.2, plus various tweaks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What are Run Levels?==&lt;br /&gt;
Each of the &amp;lt;!--6 is actually arbitrary)--&amp;gt; '''run levels''' of [[Linux]] is a different &amp;quot;operating mode&amp;quot;. This means that it has different settings, independent of any other run level, allowing it to run different tasks and applications as required. Each  run level can be configured to perform different tasks using a [[configuration file]] in the /etc directory (discussed later). If you are familiar with Microsoft's [[Windows]], it may be helpful to think of the run level system as being similar to the choice between &amp;quot;Safe Mode&amp;quot;, &amp;quot;Safe Mode with Networking&amp;quot;, &amp;quot;Command Prompt&amp;quot;, etc, that you are presented with when the system has shutdown uncleanly - not that Linux needs to be shutdown uncleanly to change run level.&lt;br /&gt;
&lt;br /&gt;
==What does each Run Level do?==&lt;br /&gt;
As was indicated, a runlevel is defined by the scripts executed in it, thus what a runlevel does is variable. Most frequently,&lt;br /&gt;
&lt;br /&gt;
*Run level 1 provides [[single-user mode]]&lt;br /&gt;
*Run level 2 provides [[single-user mode]] with [[networking]] support&lt;br /&gt;
*Run level 3 provides [[multi-user mode]] with a [[command-line interface]], rather than a graphical [[window manager]]. This is convenient if you wish to work without the overhead of pretty anti-aliased windows&lt;br /&gt;
*Run level 4 has not yet been defined&lt;br /&gt;
*Run level 5 provides [[multi-user mode]] with a graphical [[window manager]]. This is the default run level that is booted on many [[distributions]] and the one that you are most likely to have for everyday use.&lt;br /&gt;
*Run level 6 shuts down the system, closing necessary [[applications]] and [[daemon]]s. For obvious reasons, this run level should not be used if you want to do anything productive.&lt;br /&gt;
&lt;br /&gt;
However, these are the default runlevels in [[Slackware]]:&lt;br /&gt;
:0 = halt&lt;br /&gt;
:1 = single user mode&lt;br /&gt;
:2 = unused (but configured the same as runlevel 3)&lt;br /&gt;
:3 = multiuser mode (default Slackware runlevel)&lt;br /&gt;
:4 = X11 with KDM/GDM/XDM (session managers)&lt;br /&gt;
:5 = unused (but configured the same as runlevel 3)&lt;br /&gt;
:6 = reboot&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- And in Gentoo well, Gentoo does something else, but I haven't booted it in awhile and I forget--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ditto :) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Configuring each Run Level==&lt;br /&gt;
Run levels are not configured so much as ''added to''.  &lt;br /&gt;
&lt;br /&gt;
The run levels are configured in the &amp;lt;tt&amp;gt;/etc/inittab&amp;lt;/tt&amp;gt; config file.  This file tells init what is the default runlevel, and what to do when entering or leaving each runlevel.  That usually consists of executing  &amp;lt;tt&amp;gt;/etc/rc.d/rc ''x''&amp;lt;/tt&amp;gt;, where ''x'' is the runlevel.&lt;br /&gt;
&lt;br /&gt;
This script, then, looks in a runlevel control directory (usually &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt;), where it will find a series of ''symbolic links'' with special names.  The first letter of the name is S (&amp;quot;start&amp;quot;) or K (&amp;quot;kill&amp;quot;).  The next two characters are two digits -- used to control the ''order'' in which the files will be processed -- and the remainder of the name is the name of a particular service.  (''Note:'' what Microsoft calls a &amp;quot;service,&amp;quot; Linux/Unix people call a &amp;quot;daemon,&amp;quot; but the idea is the same so take your pick...)  This simple strategy allows you to make sure that, when one service depends upon another, they will be started and stopped in the proper sequence.&lt;br /&gt;
&lt;br /&gt;
We said that each of these files (in &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt;) is a ''symbolic link,'' which means that it &amp;quot;points to,&amp;quot; or &amp;quot;refers to,&amp;quot; another file located somewhere else.  That &amp;quot;somewhere else&amp;quot; will be the directory &amp;lt;tt&amp;gt;/etc/init.d&amp;lt;/tt&amp;gt;.  The symbolic link will point to a shell command-file which takes a single parameter such as &amp;quot;start&amp;quot; or &amp;quot;stop.&amp;quot;  When init is processing a &amp;quot;S&amp;quot;tart link, it will supply the parameter &amp;quot;start.&amp;quot;  When following a &amp;quot;K&amp;quot;ill link, it will supply &amp;quot;stop.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There can be any number of symbolic-links pointing to the same file, and very frequently there are.  If a service (daemon) needs to be started in more than one runlevel, you simply have a symbolic-link in each of the appropriate &amp;lt;tt&amp;gt;/etc/rc.d/rc''X''.d&amp;lt;/tt&amp;gt; directories.&lt;br /&gt;
&lt;br /&gt;
As a quick example, my http daemon has a script in &amp;lt;tt&amp;gt;/etc/init.d/httpd&amp;lt;/tt&amp;gt; and a symbolic link from each of the 7 run levels:&lt;br /&gt;
&lt;br /&gt;
  /etc/rc.d/rc0.d/K15httpd&lt;br /&gt;
  /etc/rc.d/rc1.d/K15httpd&lt;br /&gt;
  /etc/rc.d/rc2.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc3.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc4.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc5.d/S85httpd&lt;br /&gt;
  /etc/rc.d/rc6.d/K15httpd&lt;br /&gt;
&lt;br /&gt;
When my machine enters run level 0, 1 or 6, then, the [[httpd]] process will be killed (&amp;lt;tt&amp;gt;/etc/init.d/httpd stop&amp;lt;/tt&amp;gt; will be run), and rather early on in the process of shutting down (because &amp;quot;15&amp;quot; is a small number).  Likewise, when moving to run levels 2-5, httpd will be started (&amp;lt;tt&amp;gt;/etc/init.d/httpd start&amp;lt;/tt&amp;gt;) somewhat ''late'' in the potential list of scripts that are run (because &amp;quot;85&amp;quot; is a large number).  This usually ensures that httpd is killed ''before'' networking, for instance, and started ''after'' it so that httpd will always have a run-time environment with networking enabled.&lt;br /&gt;
&lt;br /&gt;
''(Note:''  if you are moving ''from'' a runlevel where (say) &amp;lt;tt&amp;gt;httpd&amp;lt;/tt&amp;gt; should be running, ''to'' a runlevel where it also should be running, init may simply leave the service alone, recognizing that there is no need to stop it just to immediately restart it.)&lt;br /&gt;
&lt;br /&gt;
Most often, one can tune the run level configuration via the &amp;lt;tt&amp;gt;[[chkconfig]]&amp;lt;/tt&amp;gt; command, or start and stop these initialization scripts via the &amp;lt;tt&amp;gt;[[service]]&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
  chkconfig --list httpd&lt;br /&gt;
  chkconfig --levels 345 httpd on&lt;br /&gt;
  service httpd start&lt;br /&gt;
  service httpd restart&lt;br /&gt;
  service httpd status&lt;br /&gt;
&lt;br /&gt;
However, in Slackware (and it is closer to this on certain systems like [[Arch]] or the *[[BSD]]s &amp;lt;!-- and Gentoo, IIRC --&amp;gt; than it is to that described above) there are no directories full of numbered symlinks. /etc/rc.d/ contains a few scripts for several of the daemons or subsystems a system may run, and the scripts rc.{0,S,K,M,6}. rc.0 actually is a symlink to the rc.6 script because it's so similar: rc.6 reboots the system except when invoked as rc.0, in which case it halts the system. rc.S is the general system configuration script, rc.K is run for single-user mode, and rc.M is run in multi-user mode. The rc.? scripts do several things directly, as well as running the other scripts. The specialized tools chkconfig and service do not exist on Slackware, where runlevels are administered with &amp;lt;tt&amp;gt;vi&amp;lt;/tt&amp;gt; or other editors. However, there is some [[SysV]] compatibility for programs that aren't intelligent enough to adapt to their environment.&lt;br /&gt;
&lt;br /&gt;
==How to change Run Level==&lt;br /&gt;
To switch between run levels in the terminal you use the &amp;lt;tt&amp;gt;[[init]]&amp;lt;/tt&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
 init [-a] [-s] [-b] [-z xxx] &amp;lt;Run Level Number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or &amp;lt;tt&amp;gt;[[telinit]]&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 telinit [-t sec] &amp;lt;Run Level Number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If already in X and using a graphical login, &amp;lt;!-- at least that's my guess as to why one would need to take the first route described here --&amp;gt; one mechanism to switch between run levels using the keyboard is to first switch to a virtual console with this command:&lt;br /&gt;
 Ctrl+Alt+F&amp;lt;Console Number&amp;gt;&lt;br /&gt;
(For example, to switch to console 1, you use &amp;lt;tt&amp;gt;Ctrl+Alt+F1&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Then you can acquire superuser privileges (.e.g, &amp;lt;tt&amp;gt;su&amp;lt;/tt&amp;gt;) and issue the &amp;lt;tt&amp;gt;init&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;telinit&amp;lt;/tt&amp;gt; commands to change the actual run level.  You can switch run levels from within an xterm while still in X, but you may be surprised when your xterm goes away!  It's less stressful for new people to first switch to the virtual console, but switching while still in X isn't harmful.&lt;br /&gt;
&lt;br /&gt;
If in X having used the 'startx' mechanism, just shut down your window manager and invoke (tel)init or, as stated above, let init do it for you. If already on a virtual terminal, just invoke telinit directly.&lt;br /&gt;
&lt;br /&gt;
==Determine the current run level==&lt;br /&gt;
To check the current run level use&lt;br /&gt;
 $ who -r&lt;br /&gt;
This will report the current intended run level.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Groff&amp;diff=26445</id>
		<title>Groff</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Groff&amp;diff=26445"/>
		<updated>2006-01-01T13:40:00Z</updated>

		<summary type="html">&lt;p&gt;Digiot: kind of a brain dump - cleanups, expansions, corrections welcome - needs more on actual usage, for one&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Unix]] (and [[Multics]]) systems originally printed things with '''roff''' - they would '''r'''un '''off''' a copy on the printer. This was replaced by '''nroff''' ('''n'''ew roff) and '''troff''' (pronounced &amp;quot;t-roff&amp;quot; from '''t'''ypesetter '''roff'''. The new variants were originally written by [[Joseph Ossanna]] around 1973, originally in assembly and then in C, until they were extended and made more device-independent by [[Brian Kernighan]] in 1979. '''GNU roff''' (originally called 'gtroff' before coming to be known as 'groff'), was originally the result of a herculean effort by [[James Clark]] (around 1990) to recreate a compatible but extended [[GPL]] (and [[C_plus_plus|C++]]!) version of the Unix typesetting system.&lt;br /&gt;
&lt;br /&gt;
What groff is, is actually a frontend (in application terms) and an extremely complex language (in user terms). It is a frontend for a host of pre- and post-processors and a language for producing formatted documents. On Linux systems, most people's main contact with groff is through the man pages which are printed on their terminals or terminal emulators. What man pages are, are plain text documents with text interspersed with formatting codes. As an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
$ zcat /usr/man/man1/man.1.gz | sed -n '20,30p'&amp;lt;br&amp;gt;&lt;br /&gt;
.\&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
.TH man 1 &amp;quot;September 2, 1995&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
.LO 1&amp;lt;br&amp;gt;&lt;br /&gt;
.SH NAME&amp;lt;br&amp;gt;&lt;br /&gt;
man \- format and display the on-line manual pages&amp;lt;br&amp;gt;&lt;br /&gt;
.SH SYNOPSIS&amp;lt;br&amp;gt;&lt;br /&gt;
.B man &amp;lt;br&amp;gt;&lt;br /&gt;
.RB [ \-acdfFhkKtwW ]&amp;lt;br&amp;gt;&lt;br /&gt;
.RB [ --path ] &amp;lt;br&amp;gt;&lt;br /&gt;
.RB [ \-m &amp;lt;br&amp;gt;&lt;br /&gt;
.IR system ] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Groff is so low-level and complicated that most work with it is done through ''macro packages''. These simplify the typesetter's task by providing shorthand markup codes that conceal all the complexity of precise specification. They generally begin with a period, followed by a two letter code, or may be done as ''inline escapes''. The first line above is the end of a comment. 'TH' might be read as 'title header', '.LO' might be read as 'let option' which seems to be a form of variable assignment I don't entirely understand, '.SH' defines 'section headings', '.B' specifies the following text is to be 'bold', '.RB' specifies the next arguments (separated by whitespace in the source text, but joined in the output) will be alternating 'r'oman ('r'egular) and 'b'old type, the '.IR' is alternating 'i'talic and 'r'oman, and so on. An example of an inline escape sequence would be '&amp;lt;tt&amp;gt;\fIitalicized text\fRregular text&amp;lt;/tt&amp;gt;' where the backslash is the escape, 'f' indicates a font change, 'I' sets it to 'italic', and 'R' resets it to 'roman', if the alternating macros weren't working out for you and you didn't want to set off a separate '.I' command.&lt;br /&gt;
&lt;br /&gt;
If this seems related to [[TeX]], [[HTML]], [[SGML]], [[XML]], and a host of other markup and typesetting languages, that's because it is. Groff is just one example of all these, but still relatively small (in comparison to TeX), and tried (in comparison to xml), and specially designed for and suited to &amp;quot;the Unix way&amp;quot; of doing things. That being said, it seems to be out of favor compared to the latest frenzy over x[ht]ml.&lt;br /&gt;
&lt;br /&gt;
(As a sidenote on TeX, LaTeX is a popular macro package for TeX which bears a similar relation to it as the 'man', 'mdoc', 'mm', and 'me' macro packages do to groff.)&lt;br /&gt;
&lt;br /&gt;
Groff works as a [[pipe]]line - sometimes a frighteningly long one. While it is possible to invoke it in excruciating detail or even to simply do &amp;lt;tt&amp;gt;zcat manpage | groff -Tlatin1 -man | less&amp;lt;/tt&amp;gt;, there are some even more specialized frontends that let you do &amp;lt;tt&amp;gt;man manpage&amp;lt;/tt&amp;gt; and that's it. With other elements of groff, one may plug [[tbl]] or [[eqn]] or [[pic]] into the pipeline (or have groff invoke them) to format tables or mathematical equations or pictures. An interesting element of groff is its 'device' options, which can output documents (even man pages) to postscript (with further processing to pdf possible) or to html (with remarkably good markup for an automatic converter) or to various other formats such as getting a quick and dirty graphical preview with [[gxditview]].&lt;br /&gt;
&lt;br /&gt;
With the power of macros, it's possible to turn it into a quite readable and easy (easier) to use system. For instance, the 'mom' macros make use of groff's extension beyond earlier *roff's two character command code limit to produce almost plain-English markup.&lt;br /&gt;
&lt;br /&gt;
For further information, documentation and data in the groff package is invaluable, especially the section 7 manual pages. There is also quite a bit of data on the web.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.gnu.org/software/groff/groff.html The groff homepage]&lt;br /&gt;
*[http://lists.gnu.org/archive/html/groff/ Groff Mailing List Archives] - invaluable (people have already enocountered many of your problems. ;) )&lt;br /&gt;
*[http://cm.bell-labs.com/7thEdMan/ Unix 7th Edition Manual] - covers the complete classic system, with some man pages in volume one and many papers regarding *roff in volume two.&lt;br /&gt;
*[http://cm.bell-labs.com/cm/cs/cstr.html Bell Labs Technical Reports] - various papers, many on *roff&lt;br /&gt;
*[http://cm.bell-labs.com/cm/cs/papers.html More papers] - still more&lt;br /&gt;
*[http://www.kohala.com/start/#typesetting W. Richard Stevens' discussions] - how to typeset your own books.&lt;br /&gt;
*[http://www.kohala.com/start/troff/troff W. Richard Stevens' links]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki_talk:Copyrights&amp;diff=24541</id>
		<title>LQWiki talk:Copyrights</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki_talk:Copyrights&amp;diff=24541"/>
		<updated>2006-01-01T12:08:57Z</updated>

		<summary type="html">&lt;p&gt;Digiot: typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typos:&amp;lt;br&amp;gt;&lt;br /&gt;
As of August 17th, 2005''',''' (comma, probably)&amp;lt;br&amp;gt;&lt;br /&gt;
how i'''t''' has been (repeated &amp;quot;is&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
other peoples&amp;lt;b&amp;gt;'&amp;lt;/b&amp;gt; work (possessive apostrophe)&amp;lt;br&amp;gt;&lt;br /&gt;
[[User:Digiot|Digiot]] 07:08, Jan 1, 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
For whatever it is worth at the bottom of each page where it says these pages are under a CC license the word license is misspelled. And sorry if this is the wrong place to put it, I just hope it gets noticed. [[User:Lamb|Lamb]] 00:34, Aug 18, 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
:This has been fixed.  Thanks. [[User:Jeremy|Jeremy]] 10:06, Aug 18, 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
When I contribute am I the author under the creative commons license?&lt;br /&gt;
Who owns the copyright?&lt;br /&gt;
Who is issuing the license?&lt;br /&gt;
When I contribute to wikipedia I give ownership to them and they issue the license.&lt;br /&gt;
The license says to give credit to the author but this can be difficult with a wiki. Maybe you should state that all contributions are considered &amp;quot;work for hire&amp;quot; and therefore linuxquestions.org is the author.&lt;br /&gt;
Maybe you should use the license that wikipedia uses.&lt;br /&gt;
-Jeff&lt;br /&gt;
&lt;br /&gt;
When you contribute, you are the author and the holder of the copyright. You are licensing your work to us under the terms of the [[Creative Commons]] license (the attribution-sharealike varient or by-sa for short). You hold the copyright to the material you contribute (but not the article as a whole if you're editing an existing article) so you can do anything you like with it. A &amp;quot;work for hire&amp;quot; clause might have been considered, but might have interfered with reuse of Creative Commons material (not that there are a lot of Creative Commons material yet to reuse) and discouraged people from contributing. There are reasons that we don't use the [[GFDL]] (the [[copyleft]] licensing that Wikipedia uses), and the main reason that the Wikipedia doesn't use Creative Commons is simply that it hadn't come out yet. (Under the GFDL, reusing a 1-2 page article could mean attaching 12 pages of legalese, with Creative Commons, all you have to do is say who you got it from and that you are releasing it under Creative Commons (by-sa).) [[User:Crazyeddie|Crazyeddie]] 16:29, Jul 26, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
PS: please sign your posts with four tildes (~).&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=19609</id>
		<title>Command</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=19609"/>
		<updated>2006-01-01T11:37:40Z</updated>

		<summary type="html">&lt;p&gt;Digiot: /* External links */ - removed doubly-misplaced item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
A '''command''', in the most general sense, is an executable file or a [[shell]] [[builtin]]. For example, &amp;lt;tt&amp;gt;[[cd]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[ls]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[echo]]&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;mozilla&amp;lt;/tt&amp;gt; are commands.&lt;br /&gt;
&lt;br /&gt;
Specifically for this section of the LQ Wiki, &amp;quot;commands&amp;quot; mean command line tools (or occasionally [[ncurses]] or other console utilities), rather than GUI tools which are covered in the [[Applications]] section.&lt;br /&gt;
&lt;br /&gt;
The commands are presented by two means of organization: an alphabetical list of '''All commands''' to enable quick access to a known command, and a group of categorical topics to enable quick access to the appropriate command for a particular purpose or area of interest.&lt;br /&gt;
&lt;br /&gt;
Additionally, there is a general usage section and sections on learning more.&lt;br /&gt;
&lt;br /&gt;
The list is extensive, but probably always incomplete, and always growing. Additions are needed, with the caution that they shouldn't be simple copies-and-pastes of the man pages. These are intended to be more tutorial, howto, and 'real world usage' oriented, and not intended to assume the extensive knowledge of UNIX and Linux which man pages frequently presuppose.&lt;br /&gt;
&lt;br /&gt;
'''''Note:''' details of commands vary from version to version and available commands vary from [[distribution]] to distribution.''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alphabetical list of commands==&lt;br /&gt;
*[[All Commands]]&lt;br /&gt;
&lt;br /&gt;
==Categorical lists of commands==&lt;br /&gt;
*[[File Commands]]&lt;br /&gt;
*[[Text Editors]]&lt;br /&gt;
*[[Text Viewing and Processing Tools]]&lt;br /&gt;
*[[Directory Commands]]&lt;br /&gt;
*[[User Commands]]&lt;br /&gt;
*[[Compressing files]]&lt;br /&gt;
*[[Uncompressing Files]]&lt;br /&gt;
*[[Cryptography Commands]]&lt;br /&gt;
*[[Disk and Tape Drive Commands]]&lt;br /&gt;
*[[Internet and Network Commands]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Kernel Commands]]&lt;br /&gt;
*[[System Information]]&lt;br /&gt;
*[[Startup/Shutdown Commands]]&lt;br /&gt;
*[[Library-related Commands and Files]]&lt;br /&gt;
*[[Programming-related Commands]]&lt;br /&gt;
*[[Managing Sessions]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Shells]]&lt;br /&gt;
*[[Scripting]]&lt;br /&gt;
&lt;br /&gt;
==General notes on commands==&lt;br /&gt;
Commands may be invoked as ''simple'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or they may be invoked as ''complex'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls -l /bin&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;quot;-l /bin&amp;quot; are a pair of '''arguments''' (separated from each other and the command by [[whitespace]]) and &amp;quot;-l&amp;quot; is specifically an '''option''', since it modifies the behavior of ls (it produces a '''l'''ong listing), while &amp;quot;/bin&amp;quot; simply specifies a target for &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; to act on.&lt;br /&gt;
&lt;br /&gt;
They may also be invoked in multiples where the semi-colon is a '''command separator'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's two commands on one line. You may also execute one long command on two lines by escaping the carriage return with a backslash. (See [[shell script|scripting]] for further details on [[metacharacter]]s and escaping and quoting.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd really long command line \&amp;lt;br&amp;gt;&lt;br /&gt;
that we would like to finish here&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way to invoke multiple commands is conditionally, where (in [[bash]]) &amp;quot;&amp;amp;&amp;amp;&amp;quot; means to execute the second command only if the first returns with an exit code of 0 (i.e., it succeeds).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin &amp;amp;&amp;amp; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the semi-colon command separator, had the change of directory failed, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would still have been invoked and simply listed the contents of the current directory. With the conditional operator, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would not be invoked if &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; had failed.&lt;br /&gt;
&lt;br /&gt;
Similarly, &amp;quot;||&amp;quot; means to execute the second command only if the first returns a non-zero exit code (i.e., it fails).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bing 2&amp;gt;/dev/null || echo 'I kinna do it, Cap'\&amp;lt;nowiki&amp;gt;''&amp;lt;/nowiki&amp;gt;n!'&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; to the directory named &amp;quot;bing&amp;quot; if it in fact exists and the command will exit. Since it probably doesn't, being a typo, the second command will execute and print a somewhat more entertaining error message than is usual. (For an explanation of &amp;quot;2&amp;gt;/dev/null&amp;quot;, see [[shell script|scripting]].)&lt;br /&gt;
&lt;br /&gt;
==Learning about commands with local documentation==&lt;br /&gt;
&lt;br /&gt;
A Linux system should have [[documentation]] in the form of [[man pages]] and possibly [[GNU]] [[info]] pages (see also [[texinfo]]). In a manner similar to this page's alphabetical list, if you know the command you wish to learn more about,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will show you the manual page of ''command''.&lt;br /&gt;
&lt;br /&gt;
If you do not know the command but would like to see commands relevant to a topic, use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ [[apropos]] ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man -k ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find suitable commands.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, while most man pages will be informative and complete, many GNU utilities distribute very sketchy man pages whose primary purpose is to redirect the user to the info system. In that case,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ info ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will invoke that system of documentation.&lt;br /&gt;
&lt;br /&gt;
Many commands have an &amp;quot;-h&amp;quot;, &amp;quot;-H&amp;quot;, &amp;quot;-help&amp;quot;, &amp;quot;--help&amp;quot; option or some combination thereof. Unfortunately, some commands understand other things by &amp;quot;-h&amp;quot; or &amp;quot;-H&amp;quot; so unexpected and possibly unpleasant results may occur.&lt;br /&gt;
&lt;br /&gt;
There are also extensive miscellaneous files usually found in /usr/doc, /usr/local/doc, /usr/src/linux/Documentation (kernel docs), and elsewhere.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://man.linuxquestions.org/ LQ Manual Pages]&lt;br /&gt;
* [http://man-wiki.net/ Linux Man Pages Online]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=19343</id>
		<title>Command</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=19343"/>
		<updated>2006-01-01T11:27:22Z</updated>

		<summary type="html">&lt;p&gt;Digiot: /* General notes on commands */ - fixing an error (unless you monkey around with history settings) - (should probably be removed altogether)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
A '''command''', in the most general sense, is an executable file or a [[shell]] [[builtin]]. For example, &amp;lt;tt&amp;gt;[[cd]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[ls]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[echo]]&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;mozilla&amp;lt;/tt&amp;gt; are commands.&lt;br /&gt;
&lt;br /&gt;
Specifically for this section of the LQ Wiki, &amp;quot;commands&amp;quot; mean command line tools (or occasionally [[ncurses]] or other console utilities), rather than GUI tools which are covered in the [[Applications]] section.&lt;br /&gt;
&lt;br /&gt;
The commands are presented by two means of organization: an alphabetical list of '''All commands''' to enable quick access to a known command, and a group of categorical topics to enable quick access to the appropriate command for a particular purpose or area of interest.&lt;br /&gt;
&lt;br /&gt;
Additionally, there is a general usage section and sections on learning more.&lt;br /&gt;
&lt;br /&gt;
The list is extensive, but probably always incomplete, and always growing. Additions are needed, with the caution that they shouldn't be simple copies-and-pastes of the man pages. These are intended to be more tutorial, howto, and 'real world usage' oriented, and not intended to assume the extensive knowledge of UNIX and Linux which man pages frequently presuppose.&lt;br /&gt;
&lt;br /&gt;
'''''Note:''' details of commands vary from version to version and available commands vary from [[distribution]] to distribution.''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alphabetical list of commands==&lt;br /&gt;
*[[All Commands]]&lt;br /&gt;
&lt;br /&gt;
==Categorical lists of commands==&lt;br /&gt;
*[[File Commands]]&lt;br /&gt;
*[[Text Editors]]&lt;br /&gt;
*[[Text Viewing and Processing Tools]]&lt;br /&gt;
*[[Directory Commands]]&lt;br /&gt;
*[[User Commands]]&lt;br /&gt;
*[[Compressing files]]&lt;br /&gt;
*[[Uncompressing Files]]&lt;br /&gt;
*[[Cryptography Commands]]&lt;br /&gt;
*[[Disk and Tape Drive Commands]]&lt;br /&gt;
*[[Internet and Network Commands]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Kernel Commands]]&lt;br /&gt;
*[[System Information]]&lt;br /&gt;
*[[Startup/Shutdown Commands]]&lt;br /&gt;
*[[Library-related Commands and Files]]&lt;br /&gt;
*[[Programming-related Commands]]&lt;br /&gt;
*[[Managing Sessions]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Shells]]&lt;br /&gt;
*[[Scripting]]&lt;br /&gt;
&lt;br /&gt;
==General notes on commands==&lt;br /&gt;
Commands may be invoked as ''simple'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or they may be invoked as ''complex'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls -l /bin&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;quot;-l /bin&amp;quot; are a pair of '''arguments''' (separated from each other and the command by [[whitespace]]) and &amp;quot;-l&amp;quot; is specifically an '''option''', since it modifies the behavior of ls (it produces a '''l'''ong listing), while &amp;quot;/bin&amp;quot; simply specifies a target for &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; to act on.&lt;br /&gt;
&lt;br /&gt;
They may also be invoked in multiples where the semi-colon is a '''command separator'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's two commands on one line. You may also execute one long command on two lines by escaping the carriage return with a backslash. (See [[shell script|scripting]] for further details on [[metacharacter]]s and escaping and quoting.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd really long command line \&amp;lt;br&amp;gt;&lt;br /&gt;
that we would like to finish here&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way to invoke multiple commands is conditionally, where (in [[bash]]) &amp;quot;&amp;amp;&amp;amp;&amp;quot; means to execute the second command only if the first returns with an exit code of 0 (i.e., it succeeds).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin &amp;amp;&amp;amp; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the semi-colon command separator, had the change of directory failed, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would still have been invoked and simply listed the contents of the current directory. With the conditional operator, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would not be invoked if &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; had failed.&lt;br /&gt;
&lt;br /&gt;
Similarly, &amp;quot;||&amp;quot; means to execute the second command only if the first returns a non-zero exit code (i.e., it fails).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bing 2&amp;gt;/dev/null || echo 'I kinna do it, Cap'\&amp;lt;nowiki&amp;gt;''&amp;lt;/nowiki&amp;gt;n!'&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; to the directory named &amp;quot;bing&amp;quot; if it in fact exists and the command will exit. Since it probably doesn't, being a typo, the second command will execute and print a somewhat more entertaining error message than is usual. (For an explanation of &amp;quot;2&amp;gt;/dev/null&amp;quot;, see [[shell script|scripting]].)&lt;br /&gt;
&lt;br /&gt;
==Learning about commands with local documentation==&lt;br /&gt;
&lt;br /&gt;
A Linux system should have [[documentation]] in the form of [[man pages]] and possibly [[GNU]] [[info]] pages (see also [[texinfo]]). In a manner similar to this page's alphabetical list, if you know the command you wish to learn more about,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will show you the manual page of ''command''.&lt;br /&gt;
&lt;br /&gt;
If you do not know the command but would like to see commands relevant to a topic, use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ [[apropos]] ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man -k ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find suitable commands.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, while most man pages will be informative and complete, many GNU utilities distribute very sketchy man pages whose primary purpose is to redirect the user to the info system. In that case,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ info ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will invoke that system of documentation.&lt;br /&gt;
&lt;br /&gt;
Many commands have an &amp;quot;-h&amp;quot;, &amp;quot;-H&amp;quot;, &amp;quot;-help&amp;quot;, &amp;quot;--help&amp;quot; option or some combination thereof. Unfortunately, some commands understand other things by &amp;quot;-h&amp;quot; or &amp;quot;-H&amp;quot; so unexpected and possibly unpleasant results may occur.&lt;br /&gt;
&lt;br /&gt;
There are also extensive miscellaneous files usually found in /usr/doc, /usr/local/doc, /usr/src/linux/Documentation (kernel docs), and elsewhere.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://man.linuxquestions.org/ LQ Manual Pages]&lt;br /&gt;
* [http://man-wiki.net/ Linux Man Pages Online]&lt;br /&gt;
Some other thing need to bring up is that when you type command into command line right behind shell prompt you must keep in mind the command line accept two types of command, shell built-in command, such as ls, cd and so forth, and an excutable file name. the difference are very tricky in some cases. In later case, an new shell is created and the eecutable file shall run in the new shell context, if you defined some environment variables in the old shell, they may not accessible in new shell.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=File_manager&amp;diff=19600</id>
		<title>File manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=File_manager&amp;diff=19600"/>
		<updated>2006-01-01T11:16:21Z</updated>

		<summary type="html">&lt;p&gt;Digiot: /* Specific applications */ - re-categorized rox (it has no tree pane)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''file manager''' is a character-mode or [[GUI]] interface to common [[CLI]] file and disk management tools, either directly, by serving as a front-end and calling on those tools, or functionally, by performing the same or similar operations internally. Historically, DOS's command line was rather poor and many users sought file managers with some relief. In [[Unix|UNIX]], with its powerful and flexible command line, file managers didn't receive as much focus. Hence, most modern Linux file managers are modeled on DOS file managers (for example, [[Midnight Commander]] on Norton Commander - the classic dual-pane style) or Windows file managers (for example, [[Konqueror]] on Windows Explorer - the tree-style). While no substitute for the command line, they can make basic file management and certain tiresome repetitive operations more enjoyable.&lt;br /&gt;
&lt;br /&gt;
File managers, or at least GUI-based ones, are also called file browsers. File browsers and [[web browser]] share surprising large amounts of code, and file browsers and web browsers are largely interchangeable. (Try typing &amp;lt;nowiki&amp;gt;file:///&amp;lt;/nowiki&amp;gt; into the address bar of your web browser or &amp;lt;nowiki&amp;gt;file:///C:/&amp;lt;/nowiki&amp;gt; if your using windows)&lt;br /&gt;
&lt;br /&gt;
==Specific applications==&lt;br /&gt;
*Norton Commander Style&lt;br /&gt;
**[[Midnight Commander]]&lt;br /&gt;
**[[emelFM]]&lt;br /&gt;
**[[emelFM2]]&lt;br /&gt;
**[[Gnome Commander]]&lt;br /&gt;
**[[Krusader]]&lt;br /&gt;
**[[Tux Commander]]&lt;br /&gt;
**[[X Northern Captain]]&lt;br /&gt;
*Directory Opus/DirMaster Style &lt;br /&gt;
**[[Gentoo file manager]]&lt;br /&gt;
**[[Worker]]&lt;br /&gt;
**[[Filerunner]]&lt;br /&gt;
*Windows Explorer Style&lt;br /&gt;
**[[Nautilus]] (for [[Gnome]])&lt;br /&gt;
**[[Konqueror]] (for [[KDE]])&lt;br /&gt;
**[[Xfe]] (X File Explorer)&lt;br /&gt;
*Unconventional Style&lt;br /&gt;
**[[ROX]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- NB: Gentoo File Manager is used to avoid a name conflict with Gentoo, the distribution--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=18065</id>
		<title>Command</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Command&amp;diff=18065"/>
		<updated>2005-02-28T01:50:37Z</updated>

		<summary type="html">&lt;p&gt;Digiot: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
A '''command''', in the most general sense, is an executable file or a [[shell]] [[builtin]]. For example, &amp;lt;tt&amp;gt;[[cd]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[ls]]&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[[echo]]&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;mozilla&amp;lt;/tt&amp;gt; are commands.&lt;br /&gt;
&lt;br /&gt;
Specifically for this section of the LQ Wiki, &amp;quot;commands&amp;quot; mean command line tools (or occasionally [[ncurses]] or other console utilities), rather than GUI tools which are covered in the [[Applications]] section.&lt;br /&gt;
&lt;br /&gt;
The commands are presented by two means of organization: an alphabetical list of '''All commands''' to enable quick access to a known command, and a group of categorical topics to enable quick access to the appropriate command for a particular purpose or area of interest.&lt;br /&gt;
&lt;br /&gt;
Additionally, there is a general usage section and sections on learning more.&lt;br /&gt;
&lt;br /&gt;
The list is extensive, but probably always incomplete, and always growing. Additions are needed, with the caution that they shouldn't be simple copies-and-pastes of the man pages. These are intended to be more tutorial, howto, and 'real world usage' oriented, and not intended to assume the extensive knowledge of UNIX and Linux which man pages frequently presuppose.&lt;br /&gt;
&lt;br /&gt;
'''''Note:''' details of commands vary from version to version and available commands vary from [[distribution]] to distribution.''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alphabetical list of commands==&lt;br /&gt;
*[[All Commands]]&lt;br /&gt;
&lt;br /&gt;
==Categorical lists of commands==&lt;br /&gt;
*[[File Commands]]&lt;br /&gt;
*[[Text Editors]]&lt;br /&gt;
*[[Text Viewing and Processing Tools]]&lt;br /&gt;
*[[Directory Commands]]&lt;br /&gt;
*[[User Commands]]&lt;br /&gt;
*[[Compressing files]]&lt;br /&gt;
*[[Uncompressing Files]]&lt;br /&gt;
*[[Cryptography Commands]]&lt;br /&gt;
*[[Disk and Tape Drive Commands]]&lt;br /&gt;
*[[Internet and Network Commands]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Kernel Commands]]&lt;br /&gt;
*[[System Information]]&lt;br /&gt;
*[[Startup/Shutdown Commands]]&lt;br /&gt;
*[[Library-related Commands and Files]]&lt;br /&gt;
*[[Programming-related Commands]]&lt;br /&gt;
*[[Managing Sessions]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Shells]]&lt;br /&gt;
*[[Scripting]]&lt;br /&gt;
&lt;br /&gt;
==General notes on commands==&lt;br /&gt;
Commands may be invoked as ''simple'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or they may be invoked as ''complex'' commands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls -l /bin&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;quot;-l /bin&amp;quot; are a pair of '''arguments''' (separated from each other and the command by [[whitespace]]) and &amp;quot;-l&amp;quot; is specifically an '''option''', since it modifies the behavior of ls (it produces a '''l'''ong listing), while &amp;quot;/bin&amp;quot; simply specifies a target for &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; to act on.&lt;br /&gt;
&lt;br /&gt;
They may also be invoked in multiples where the semi-colon is a '''command separator'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That's two commands on one line. You may also execute one long command on two lines by escaping the carriage return with a backslash. (See [[shell script|scripting]] for further details on [[metacharacter]]s and escaping and quoting.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd really long command line \&amp;lt;br&amp;gt;&lt;br /&gt;
that we would like to finish here&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another way to invoke multiple commands is conditionally, where (in [[bash]]) &amp;quot;&amp;amp;&amp;amp;&amp;quot; means to execute the second command only if the first returns with an exit code of 0 (i.e., it succeeds).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bin &amp;amp;&amp;amp; ls&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the semi-colon command separator, had the change of directory failed, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would still have been invoked and simply listed the contents of the current directory. With the conditional operator, &amp;lt;tt&amp;gt;ls&amp;lt;/tt&amp;gt; would not be invoked if &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; had failed.&lt;br /&gt;
&lt;br /&gt;
Similarly, &amp;quot;||&amp;quot; means to execute the second command only if the first returns a non-zero exit code (i.e., it fails).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ cd /bing 2&amp;gt;/dev/null || echo &amp;quot;I kinna do it, Cap'n!&amp;quot;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will &amp;lt;tt&amp;gt;cd&amp;lt;/tt&amp;gt; to the directory named &amp;quot;bing&amp;quot; if it in fact exists and the command will exit. Since it probably doesn't, being a typo, the second command will execute and print a somewhat more entertaining error message than is usual. (For an explanation of &amp;quot;2&amp;gt;/dev/null&amp;quot;, see [[shell script|scripting]].)&lt;br /&gt;
&lt;br /&gt;
==Learning about commands with local documentation==&lt;br /&gt;
&lt;br /&gt;
A Linux system should have [[documentation]] in the form of [[man pages]] and possibly [[GNU]] [[info]] pages (see also [[texinfo]]). In a manner similar to this page's alphabetical list, if you know the command you wish to learn more about,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will show you the manual page of ''command''.&lt;br /&gt;
&lt;br /&gt;
If you do not know the command but would like to see commands relevant to a topic, use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ [[apropos]] ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ man -k ''subject''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to find suitable commands.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, while most man pages will be informative and complete, many GNU utilities distribute very sketchy man pages whose primary purpose is to redirect the user to the info system. In that case,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ info ''command''&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will invoke that system of documentation.&lt;br /&gt;
&lt;br /&gt;
Many commands have an &amp;quot;-h&amp;quot;, &amp;quot;-H&amp;quot;, &amp;quot;-help&amp;quot;, &amp;quot;--help&amp;quot; option or some combination thereof. Unfortunately, some commands understand other things by &amp;quot;-h&amp;quot; or &amp;quot;-H&amp;quot; so unexpected and possibly unpleasant results may occur.&lt;br /&gt;
&lt;br /&gt;
There are also extensive miscellaneous files usually found in /usr/doc, /usr/local/doc, /usr/src/linux/Documentation (kernel docs), and elsewhere.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://man.linuxquestions.org/ LQ Manual Pages]&lt;br /&gt;
* [http://man-wiki.net/ Linux Man Pages Online]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Slackware-FAQ&amp;diff=15069</id>
		<title>Slackware-FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Slackware-FAQ&amp;diff=15069"/>
		<updated>2005-02-20T06:40:28Z</updated>

		<summary type="html">&lt;p&gt;Digiot: expanded on vi elvis vim&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slackware FAQ ==&lt;br /&gt;
&lt;br /&gt;
== Version Specific ==&lt;br /&gt;
&lt;br /&gt;
=== Slackware 8.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware 9.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware 10.0 ===&lt;br /&gt;
----&lt;br /&gt;
====Q) I'm running Slackware 10.0. I updated my kernel to 2.6.X. Where have all my devices gone? Why is 'man XYZ'/'less XYZ' not working and giving me errors?====&lt;br /&gt;
&lt;br /&gt;
A) The 2.6 series of kernels use 'udev' to manage the devices. Unlike the devfs of old, udev works entirely in userspace and only creates nodes for devices that exist (and it does so dynamically, so if you remove the device, the nodes will be removed. Makes /dev a lot a smaller and easier to figure out what's what. For more, information on udev, see the udev FAQ)&lt;br /&gt;
&lt;br /&gt;
udev also allows you to write rules, so that you can, theoretically, assign any name to a device that is plugged in, perhaps based on criteria such as it's name, or description (e.g. my Creative Muvo2 may be /dev/sda or /dev/sdb, but I have a rule that always creates a symlink at /dev/muvo to wherever the device is plugged in)&lt;br /&gt;
&lt;br /&gt;
But what does this have to do with man page or less errors? Unfortunately, one of the rules in the udev-026-i486-1.tgz package that ships with Slackware 10.0 is wrong, causing problems with the terminals that less (which man uses) relies on. Either:&lt;br /&gt;
&lt;br /&gt;
Taken from [http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=260641 this thread]:&lt;br /&gt;
&lt;br /&gt;
In /etc/rc.d/udev.rules change:&lt;br /&gt;
&lt;br /&gt;
KERNEL=&amp;quot;tty[p-za-e][0-9a-f]*&amp;quot;, NAME=&amp;quot;tty/s%n&amp;quot;, SYMLINK=&amp;quot;%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
KERNEL=&amp;quot;tty[p-za-e][0-9a-f]*&amp;quot;, NAME=&amp;quot;pty/s%n&amp;quot;, SYMLINK=&amp;quot;%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Alternatively, upgrade to the udev package in 10.1&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Slackware 10.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware -current ===&lt;br /&gt;
&lt;br /&gt;
== Non Version Specific ==&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I edit text files in a terminal?====&lt;br /&gt;
&lt;br /&gt;
A. Often, you'll be told you need to &amp;quot;edit the file xyz and insert this, that, etc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For system files (those stored in /etc) you need to be root to edit them, so you need to type 'su' in a terminal (either a real terminal, or one of the X terminals, such as xterm, konsole, gnome-terminal, etc) and enter the root password. For files in your home directory, you don't need to be root.&lt;br /&gt;
&lt;br /&gt;
To edit files, Slackware comes with a variety of editors.&lt;br /&gt;
&lt;br /&gt;
*Emacs (GNU Emacs, not XEmacs)&lt;br /&gt;
*Vi clones: elvis (default), vim&lt;br /&gt;
*joe&lt;br /&gt;
*pico (Note: nano is the GPL clone of pico.)&lt;br /&gt;
&lt;br /&gt;
If you're not that comfortable editing files, pico is an excellent tool for making quick, small changes.&lt;br /&gt;
&lt;br /&gt;
Just run it as (without the &amp;lt;&amp;gt; brackets):&lt;br /&gt;
&lt;br /&gt;
''pico &amp;lt;yourfilename&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
Some basic pico commands (In pico, ^Letter means Control + Letter to call that command)&lt;br /&gt;
&lt;br /&gt;
*Control + O to save your changes&lt;br /&gt;
*Control + X to close (if you haven't saved, you'll be prompted to)&lt;br /&gt;
*Control + W to search for a text string (if you want to find a specific thing in the file quickly)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Q) (Related) Why does vi act funny?====&lt;br /&gt;
&lt;br /&gt;
A. Slackware's default editor is elvis, which you can determine for yourself by doing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ ls -l `which vi`&amp;lt;br&amp;gt;&lt;br /&gt;
lrwxrwxrwx  1 root root 5 NNNN-NN-NN NN:NN /usr/bin/vi -&amp;gt; elvis&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can access vim (if that's what you think of as vi) by invoking vim directly. (Slackware ships two versions of vim - a GUI-enabled (gvim) and GUI-disabled (vim) version which you can select at install time by picking either the vim or xvim packages.)&lt;br /&gt;
&lt;br /&gt;
Alternatives are to change the symlink or install yet another vi clone. For further fine tuning, the answer probably boils down to editing your ~.[g]vimrc.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Q) How do I create a new user?====&lt;br /&gt;
&lt;br /&gt;
A) As root, run 'adduser'&lt;br /&gt;
----&lt;br /&gt;
====Q) Which groups do I need to belong to?====&lt;br /&gt;
&lt;br /&gt;
A) &lt;br /&gt;
These groups are those that you will likely need to be a member of. They can be set either whilst creating your user, or by editing /etc/profile as root later and adding your username against them.&lt;br /&gt;
&lt;br /&gt;
*users - the 'main' group that you are a member of&lt;br /&gt;
*disk - for accessing hard drives&lt;br /&gt;
*cdrom - accessing optical media (CD's, DVD's)&lt;br /&gt;
*audio - to access the sound card&lt;br /&gt;
*video - for video devices (e.g. TV tuner. May be needed for OpenOffice.org)&lt;br /&gt;
*wheel - if you plan to use sudo&lt;br /&gt;
&lt;br /&gt;
Most of the other groups are 'special' groups for certain services/daemons to run, and you should not be a member of these.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Q) How do I set up a wheel mouse?====&lt;br /&gt;
&lt;br /&gt;
A) In X, a scroll wheel counts as two buttons - up is one, down is another. Clicking the wheel is a another button.&lt;br /&gt;
&lt;br /&gt;
For any scroll mouse, as root you will need to edit:&lt;br /&gt;
&lt;br /&gt;
/etc/X11/xorg.conf - Slackware 10.0 and above&amp;amp;lt;br /&amp;amp;gt;&lt;br /&gt;
/etc/X11/XF86Config - Slackware 9.1 and below&lt;br /&gt;
&lt;br /&gt;
You then just need to add these two lines under the mouse section (usually 'Identifier &amp;amp;quot;Mouse1&amp;amp;quot;' or something similar).&lt;br /&gt;
&lt;br /&gt;
For a 5 button mouse (3 buttons with a scroll wheel):&lt;br /&gt;
&lt;br /&gt;
''Option &amp;amp;quot;Buttons&amp;amp;quot; &amp;amp;quot;5&amp;amp;quot;&amp;amp;lt;br /&amp;amp;gt;&lt;br /&gt;
Option &amp;amp;quot;ZAxisMapping&amp;amp;quot; &amp;amp;quot;4 5&amp;amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Or, for a 7 button mouse (5 buttons and a scroll wheel):&lt;br /&gt;
&lt;br /&gt;
''Option &amp;amp;quot;Buttons&amp;amp;quot; &amp;amp;quot;7&amp;amp;quot;&amp;amp;lt;br /&amp;amp;gt;&lt;br /&gt;
Option &amp;amp;quot;ZAxisMapping&amp;amp;quot; &amp;amp;quot;6 7&amp;amp;quot;''&lt;br /&gt;
&lt;br /&gt;
For a 7 button mouse, you also need to create the file /etc/X11/xinit/.Xmodmap and put the following in it for the wheel to be mapped onto the right buttons:&lt;br /&gt;
&lt;br /&gt;
''pointer = 1 2 3 6 7 4 5''&lt;br /&gt;
&lt;br /&gt;
If your mouse protocol is set to &lt;br /&gt;
&lt;br /&gt;
''Option &amp;amp;quot;Protocol&amp;amp;quot;    &amp;amp;quot;PS/2&amp;amp;quot;&lt;br /&gt;
&lt;br /&gt;
You may have to change it to:&lt;br /&gt;
&lt;br /&gt;
''Option &amp;amp;quot;Protocol&amp;amp;quot;    &amp;amp;quot;IMPS/2&amp;amp;quot;''&lt;br /&gt;
&lt;br /&gt;
In either case, once the changes are made, restart X to use your scroll wheel.&lt;br /&gt;
&lt;br /&gt;
(For some mice, more specific information can be found here: [http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46 http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46]).&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Q) How do I change my default window manager?====&lt;br /&gt;
&lt;br /&gt;
A) To change the default window manager for all users, as root run xwmconfig.&lt;br /&gt;
&lt;br /&gt;
To change the window manager just for your user, run xwmconfig as your user.&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I get Slackware to boot straight into X?====&lt;br /&gt;
&lt;br /&gt;
A) Edit /etc/inittab and replace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;id:3:initdefault:&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;id:4:initdefault:&amp;lt;/i&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
====Q) My sounds not working - what do I do?====&lt;br /&gt;
&lt;br /&gt;
A) You may have deeper problems, but the first step is to run &amp;lt;tt&amp;gt;alsamixer&amp;lt;/tt&amp;gt; and unmute your soundcard. When you get the settings how you like, run &amp;lt;tt&amp;gt;alsactl store&amp;lt;/tt&amp;gt; as root and they'll be re-stored from then on.&lt;br /&gt;
&lt;br /&gt;
(I can't remember what versions this apply to but somewhere in the 9 and up area.)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Q) What's the best way to upgrade?====&lt;br /&gt;
&lt;br /&gt;
A) Some people like using the unofficial automatic tools and some people have had horrible experiences with them. Outside of those extremes, the best way is to read UPGRADE.TXT on your Slack discs or in the Slack tree of your nearest mirror and follow Pat's tips.&lt;br /&gt;
&lt;br /&gt;
(This is a good general principle - there are many text files in the Slack tree full of useful information.)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Application Specific ==&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Slackware-FAQ&amp;diff=15055</id>
		<title>Slackware-FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Slackware-FAQ&amp;diff=15055"/>
		<updated>2005-02-18T23:31:56Z</updated>

		<summary type="html">&lt;p&gt;Digiot: added alsa/sound and upgrade/UPGRADE.TXT&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slackware FAQ ==&lt;br /&gt;
&lt;br /&gt;
== Version Specific ==&lt;br /&gt;
&lt;br /&gt;
=== Slackware 8.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware 9.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware 10.0 ===&lt;br /&gt;
----&lt;br /&gt;
====Q) I'm running Slackware 10.0. I updated my kernel to 2.6.X. Where have all my devices gone? Why is 'man XYZ'/'less XYZ' not working and giving me errors?====&lt;br /&gt;
&lt;br /&gt;
A) The 2.6 series of kernels use 'udev' to manage the devices. Unlike the devfs of old, udev works entirely in userspace and only creates nodes for devices that exist (and it does so dynamically, so if you remove the device, the nodes will be removed. Makes /dev a lot a smaller and easier to figure out what's what. For more, information on udev, see the udev FAQ)&lt;br /&gt;
&lt;br /&gt;
udev also allows you to write rules, so that you can, theoretically, assign any name to a device that is plugged in, perhaps based on criteria such as it's name, or description (e.g. my Creative Muvo2 may be /dev/sda or /dev/sdb, but I have a rule that always creates a symlink at /dev/muvo to wherever the device is plugged in)&lt;br /&gt;
&lt;br /&gt;
But what does this have to do with man page or less errors? Unfortunately, one of the rules in the udev-026-i486-1.tgz package that ships with Slackware 10.0 is wrong, causing problems with the terminals that less (which man uses) relies on. Either:&lt;br /&gt;
&lt;br /&gt;
Taken from [http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=260641 this thread]:&lt;br /&gt;
&lt;br /&gt;
In /etc/rc.d/udev.rules change:&lt;br /&gt;
&lt;br /&gt;
KERNEL=&amp;quot;tty[p-za-e][0-9a-f]*&amp;quot;, NAME=&amp;quot;tty/s%n&amp;quot;, SYMLINK=&amp;quot;%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
KERNEL=&amp;quot;tty[p-za-e][0-9a-f]*&amp;quot;, NAME=&amp;quot;pty/s%n&amp;quot;, SYMLINK=&amp;quot;%k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Alternatively, upgrade to the udev package in 10.1&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Slackware 10.1 ===&lt;br /&gt;
&lt;br /&gt;
=== Slackware -current ===&lt;br /&gt;
&lt;br /&gt;
== Non Version Specific ==&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I edit text files in a terminal?====&lt;br /&gt;
&lt;br /&gt;
A. Often, you'll be told you need to &amp;quot;edit the file xyz and insert this, that, etc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For system files (those stored in /etc) you need to be root to edit them, so you need to type 'su' in a terminal (either a real terminal, or one of the X terminals, such as xterm, konsole, gnome-terminal, etc) and enter the root password. For files in your home directory, you don't need to be root.&lt;br /&gt;
&lt;br /&gt;
To edit files, Slackware comes with a variety of editors.&lt;br /&gt;
&lt;br /&gt;
*Emacs (GNU Emacs, not XEmacs)&lt;br /&gt;
*Vi clones: elvis (default), vim&lt;br /&gt;
*joe&lt;br /&gt;
*pico (Note: nano is the GPL clone of pico.)&lt;br /&gt;
&lt;br /&gt;
If you're not that comfortable editing files, pico is an excellent tool for making quick, small changes.&lt;br /&gt;
&lt;br /&gt;
Just run it as (without the &amp;lt;&amp;gt; brackets):&lt;br /&gt;
&lt;br /&gt;
''pico &amp;lt;yourfilename&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
Some basic pico commands (In pico, ^Letter means Control + Letter to call that command)&lt;br /&gt;
&lt;br /&gt;
*Control + O to save your changes&lt;br /&gt;
*Control + X to close (if you haven't saved, you'll be prompted to)&lt;br /&gt;
*Control + W to search for a text string (if you want to find a specific thing in the file quickly)&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I set up a wheel mouse?====&lt;br /&gt;
&lt;br /&gt;
A) In X, a scroll wheel counts as two buttons - up is one, down is another. Clicking the wheel is a another button.&lt;br /&gt;
&lt;br /&gt;
For any scroll mouse, as root you will need to edit:&lt;br /&gt;
&lt;br /&gt;
/etc/X11/xorg.conf - Slackware 10.0 and above&amp;lt;br /&amp;gt;&lt;br /&gt;
/etc/X11/XF86Config - Slackware 9.1 and below&lt;br /&gt;
&lt;br /&gt;
You then just need to add these two lines under the mouse section (usually 'Identifier &amp;quot;Mouse1&amp;quot;' or something similiar).&lt;br /&gt;
&lt;br /&gt;
For a 5 button mouse (3 buttons with a scroll wheel):&lt;br /&gt;
&lt;br /&gt;
''Option &amp;quot;Buttons&amp;quot; &amp;quot;5&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Or, for a 7 button mouse (5 buttons and a scroll wheel):&lt;br /&gt;
&lt;br /&gt;
''Option &amp;quot;Buttons&amp;quot; &amp;quot;7&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;6 7&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
For a 7 button mouse, you also need to create the file /etc/X11/xinit/.Xmodmap and put the following in it for the wheel to be mapped onto the right buttons:&lt;br /&gt;
&lt;br /&gt;
''pointer = 1 2 3 6 7 4 5''&lt;br /&gt;
&lt;br /&gt;
In either case, once the changes are made, restart X to use your scroll wheel.&lt;br /&gt;
&lt;br /&gt;
(For some mice, more specfic information can be found here: [http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46 http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46]).&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I change my default window manager?====&lt;br /&gt;
&lt;br /&gt;
A) To change the default window manager for all users, as root run xwmconfig.&lt;br /&gt;
&lt;br /&gt;
To change the window manager just for your user, run xwmconfig as your user.&lt;br /&gt;
----&lt;br /&gt;
====Q) How do I get Slackware to boot straight into X?====&lt;br /&gt;
&lt;br /&gt;
A) Edit /etc/inittab and replace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;id:3:initdefault:&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;id:4:initdefault:&amp;lt;/i&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
====Q) My sounds not working - what do I do?====&lt;br /&gt;
&lt;br /&gt;
A) You may have deeper problems, but the first step is to run &amp;lt;tt&amp;gt;alsamixer&amp;lt;/tt&amp;gt; and unmute your soundcard. When you get the settings how you like, do &amp;lt;tt&amp;gt;alsactl store&amp;lt;/tt&amp;gt; and they'll be re-stored from then on.&lt;br /&gt;
&lt;br /&gt;
(I can't remember what versions this apply to but somewhere in the 9 and up area.)&lt;br /&gt;
----&lt;br /&gt;
====Q) What's the best way to upgrade?====&lt;br /&gt;
&lt;br /&gt;
A) Some people like using the unofficial automatic tools and some people have had horrible experiences with them. Outside of those extremes, the best way is to read UPGRADE.TXT on your Slack disks or in the Slack tree of your nearest mirror and follow Pat's tips.&lt;br /&gt;
&lt;br /&gt;
(This is a good general principle - there are many text files in the Slack tree full of useful information.)&lt;br /&gt;
----&lt;br /&gt;
== Application Specific ==&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Execute_programs&amp;diff=11234</id>
		<title>Execute programs</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Execute_programs&amp;diff=11234"/>
		<updated>2004-08-05T07:34:11Z</updated>

		<summary type="html">&lt;p&gt;Digiot: overhaul - maybe made it worse&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New users sometimes have difficulty '''executing programs''', especially if they have [[compile]]d them from [[source]] or used methods other than their distro's standard [[package]] management routines.&lt;br /&gt;
&lt;br /&gt;
Generally, there is no problem. Most programs install to /usr/local/bin or at least /usr/bin by default and you can declare this when compiling by issuing &amp;lt;tt&amp;gt;./configure --prefix=&amp;lt;i&amp;gt;place/you/want/it&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt;. The [[makefile]] generally displays the defaults and shows the copy targets in the 'install' target and modifies the permissions for you. So it should be a simple matter of issuing &amp;lt;tt&amp;gt;&amp;lt;i&amp;gt;program_name&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt;. If this fails, the following are some things to check.&lt;br /&gt;
&lt;br /&gt;
* First, check to see if it is on your [[path]] and marked executable. Issue &amp;lt;tt&amp;gt;ls -l `which &amp;lt;i&amp;gt;program_name&amp;lt;/i&amp;gt;`&amp;lt;/tt&amp;gt;. If you get no results, it's not on your path and you'll need to add it or find it and [[cd]] to it. (See below.) If you do get a listing, make sure it shows the executable bit(s) are set.&lt;br /&gt;
&lt;br /&gt;
:It should look something like:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;tt&amp;gt;-rwxr-xr-x  1 root root 763468 2004-06-22 07:51 /usr/local/bin/gkrellm&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:where the first 'x' represents 'executable by owner', the second by 'group', the third by 'all'. If you own it, just make sure at least the first is set. If you're in the group, make sure at least the second is set. Otherwise, the third will need to be set. (The usual case.)&lt;br /&gt;
&lt;br /&gt;
* If you got no result, you'll need to find where it went to. As mentioned, you may know if you compiled it and specified the prefix or you may be able to find out from the makefile. Also, the [[find]] and [[locate]] programs can help. (You must update locate first).&lt;br /&gt;
&lt;br /&gt;
* If you did get a result but the permissions/ownership are wrong, you can use the [[chmod]] command. &amp;lt;tt&amp;gt;chmod u+x &amp;lt;i&amp;gt;file_name&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;chmod 700 &amp;lt;i&amp;gt;file_name&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt;) if you are the owner. If you are not the owner, [[su]] and assign ownership as you wish with [[chown]] or get the owner to chmod it if you do not have root access.&lt;br /&gt;
&lt;br /&gt;
* If the [[file permissions]] and ownership are straightened out, you can now execute the program. If it is not on your path, you can issue the command &amp;lt;tt&amp;gt;./&amp;lt;i&amp;gt;program_name&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt; from the program's directory or &amp;lt;tt&amp;gt;&amp;lt;i&amp;gt;/full/path/to/program&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:(The reason for the './' at the beginning is that it specifies 'run the program in the current (.) directory. Most distributions do not put the current directory on the users path by default due to security concerns.)&lt;br /&gt;
&lt;br /&gt;
* You can add it to your path if you want to, so you don't have to put the './' in front of it. For a permanent change, edit ~/.bashrc or ~/.bash_profile to include &amp;lt;tt&amp;gt;export PATH=&amp;quot;$PATH:&amp;lt;i&amp;gt;/path/to/add&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt; (or &amp;lt;tt&amp;gt;&amp;lt;i&amp;gt;&amp;quot;/path/to/add:$PATH&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;/tt&amp;gt; if you wish it to take precedence over other directories).&lt;br /&gt;
&lt;br /&gt;
: Lastly, you can make a [[shortcut]] or a menu entry to it in your favorite [[desktop environment]] or [[window manager]].&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=RAID&amp;diff=10924</id>
		<title>RAID</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=RAID&amp;diff=10924"/>
		<updated>2004-08-05T06:35:18Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This article is a [[LinuxQuestions.org_Wiki:stub_articles|stub]] and needs to be finished. [[LinuxQuestions.org_Wiki:plunging_forward|Plunge forward]] and [[LinuxQuestions.org_Wiki:How_to_edit_a_page|help it grow]] !''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What is RAID? ==&lt;br /&gt;
&lt;br /&gt;
'''RAID''' stands for &amp;quot;Redundant Array of Independent Disks&amp;quot;.  It allows multiple physical hard drives to be used as one device.  There are many different types or &amp;quot;levels&amp;quot; of RAID for different purposes.  &lt;br /&gt;
&lt;br /&gt;
=== Can I use it? ===&lt;br /&gt;
&lt;br /&gt;
RAID capabilities are considered essential for most server-class computers and are widely implemented on servers.  But there is no reason that RAID cannot be used on more basic PCs as well.  Any computer capable of supporting more than one hard-disk can use RAID.&lt;br /&gt;
&lt;br /&gt;
=== Why Might I Want it? ===&lt;br /&gt;
RAID capabilities can provide several benefits:&lt;br /&gt;
* Redundancy -- If one disk fails, one or more others have the same data and can prevent data loss until the failed drive is replaced.&lt;br /&gt;
* Performance -- Data can be written to more than one drive at a time, improving overall transfer rates.&lt;br /&gt;
* Convenience -- The space from several physical disks can be addressed as though it were single device. This can be done without RAID using [[symlink]]s and well designed [[mount point]]s, but may be easier to set up with RAID.&lt;br /&gt;
&lt;br /&gt;
The different RAID levels provide these benefits in different combinations -- A linear RAID (sometime called &amp;quot;concatenation&amp;quot;) provides convenience, but no performance or redundancy benefits. RAID 0 offers performance benefits, but no redundancy.  RAID 1 offers redundancy but no performance benefit. Most other RAID types offer some combination of both performance and redundancy benefits.&lt;br /&gt;
&lt;br /&gt;
=== What is the Difference Between Software and Hardware RAID ===&lt;br /&gt;
RAID can be implemented either by a dedicated hardware device or through software.&lt;br /&gt;
&lt;br /&gt;
In hardware RAID, the drives are attached to a controller card with a dedicated processor chip.  The controller card handles the creation of the RAID and any parity calculations that must be made and presents the storage to the operating system as though each array were a single drive instead of an array of several physical drives.  Using hardware RAID, an operating system does not need to know anything about RAID since it simply sees what it believes to be physical disks.&lt;br /&gt;
&lt;br /&gt;
In software RAID, the creation of the array and all of the calculations involved are handled by the OS.&lt;br /&gt;
&lt;br /&gt;
== Simple RAID Levels ==&lt;br /&gt;
&lt;br /&gt;
There are only a few basic RAID types although they can be combined together to produce combination types.&lt;br /&gt;
&lt;br /&gt;
Basic RAID types supported by Linux software RAID include Linear, RAID-0, RAID-1, RAID-4, and RAID-5&lt;br /&gt;
&lt;br /&gt;
=== Linear ===&lt;br /&gt;
A RAID in Linear mode offers no redundancy benefit and very little performance benefit.  It would be used only because it allows the storage space on multiple physical hard drives to be addressed as a single device.  As shown below, it fills the first device before writing to the next.  &lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 1 &lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data2&lt;br /&gt;
data3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 2&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data4&lt;br /&gt;
data5&lt;br /&gt;
xxxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 3&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
xxxxx&lt;br /&gt;
xxxxx&lt;br /&gt;
xxxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The available space for this type of RAID is the sum of the space available for each of the participating disks.  The disks do not have to be of the same size.  So, if I form a Linear RAID of a 10 GB and two 20 GB disks, the usable size of the array is the full 50 GB.&lt;br /&gt;
&lt;br /&gt;
In the event of a drive failure, only the files stored on the affected drive would be lost.  For example, in the illustration above, if disk 2 failed, only data4 and data5 would be lost.&lt;br /&gt;
&lt;br /&gt;
=== RAID-0 ===&lt;br /&gt;
&lt;br /&gt;
RAID-0 is also known as &amp;quot;striping&amp;quot;.  It spreads data across several hard drives so that the system can be reading from several drives at once, increasing performance.  Like Linear RAID, RAID-0 offers no redundancy.&lt;br /&gt;
&lt;br /&gt;
RAID-0 is popular amongst gamers, for who performance is more important than 7reduced reliability.&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 1 &lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data4&lt;br /&gt;
xxxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 2&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data2&lt;br /&gt;
data5&lt;br /&gt;
xxxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 3&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data3&lt;br /&gt;
xxxxx&lt;br /&gt;
xxxxx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The available space for this type of RAID is the sum of the space available for each of the participating disks.  So, if I form a RAID-0 of three 20 GB disks, the usable size of the array is the full 60 GB. &lt;br /&gt;
&lt;br /&gt;
It is advisable, but not required, to use disks of identical size (the performance benefit to this RAID is reduced if one drive is substantially larger than the rest). In theory the speed of a RAID-0 array is roughly that of the slowest drive times the number of drives, although it will usually be slower in the real world.&lt;br /&gt;
&lt;br /&gt;
In the event of a drive failure, since files can be spread across multiple disks, most or all of the data in the array will probably be lost.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== RAID-1 ===&lt;br /&gt;
&lt;br /&gt;
RAID-1 is also known as &amp;quot;mirroring&amp;quot;.  It creates a duplicate copy of data on another hard drive (or several more) so that if one of the drives fails, no data is lost. This RAID level offers good redundancy, but no performance benefit.  In fact, while read performance is equivalent to that of a single drive, write performance is a bit lower than when using a single drive.&lt;br /&gt;
&lt;br /&gt;
RAID-1 is most commonly implemented using only two drives, but Linux software RAID supports the use of multiple drive -- each an exact copy of the others. &lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 1 &lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data2&lt;br /&gt;
data3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 2&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data2&lt;br /&gt;
data3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 3&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data2&lt;br /&gt;
data3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It is advisable, but not required, to use disks of identical size. However, the array will only use space equal to the size of the smallest drive in the array.&lt;br /&gt;
&lt;br /&gt;
The available space for this type of RAID is the same as the space available on the smallest of the hard drives being used.  So, if I form a RAID-1 of a 10 GB and a 20 GB disk, the usable size of the array is only 10 GB.&lt;br /&gt;
&lt;br /&gt;
Since each disk in the array is an exact copy of the same data, a RAID-1 array can withstand the failure of one or several drives, so long as at least one remains intact.&lt;br /&gt;
&lt;br /&gt;
=== RAID-4 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RAID-4 is also known as &amp;quot;striping with dedicated parity&amp;quot;.  It requires at least three disks to create. One of them is used exclusively for parity data and the rest contain striped data. &lt;br /&gt;
&lt;br /&gt;
This RAID level offers both redundancy and performance benefits, but the performance advantage is not as significant as in RAID-0.  &lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 1 &lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data3&lt;br /&gt;
data5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 2&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data2&lt;br /&gt;
data4&lt;br /&gt;
data6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
Physical&lt;br /&gt;
Disk 3&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
parity1-2&lt;br /&gt;
parity3-4&lt;br /&gt;
parity5-6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It is advisable, but not required, to use disks of identical size. However, the array will only use space equal to the size of the smallest drive in the array.&lt;br /&gt;
&lt;br /&gt;
The available space for this type of RAID is &amp;lt;code&amp;gt; S * (N-1) &amp;lt;/code&amp;gt; where 'S' is the size of the smallest of the hard drives being used and 'N' is the number of disks in the array.  So, if I form a RAID-4 of two 10 GB disks and one 20 GB disk, the usable size of the array is 20 GB.&lt;br /&gt;
&lt;br /&gt;
A RAID-4 can withstand the failure of any single drive without data loss. If the failed drive is the parity drive, the array can continue to function because all of the actual data is still intact on the other drives. If the failed drive is one of the data drives, the array can continue to function by using the parity information and the data on the remaining drive(s) to calculate what data the failed drive should be storing if it were functioning.  Although the array continues to function, performance is significantly reduced and the data is at risk if a second drive should fail before the first failed drive is replaced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== RAID-5 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RAID-5 is also known as &amp;quot;striping with distributed parity&amp;quot;.  It requires at least three disks to create. Each of them is used for both parity data and striped data. &lt;br /&gt;
&lt;br /&gt;
This RAID level offers both redundancy and performance benefits, but the performance advantage is not as significant as in RAID-0.  &lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
| Physical&lt;br /&gt;
Disk 1 &lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data1&lt;br /&gt;
data3&lt;br /&gt;
parity5-6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| Physical&lt;br /&gt;
Disk 2&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
data2&lt;br /&gt;
parity3-4&lt;br /&gt;
data5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
| Physical&lt;br /&gt;
Disk 3&lt;br /&gt;
{| border=2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
parity1-2&lt;br /&gt;
data4&lt;br /&gt;
data6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
It is advisable, but not required, to use disks of identical size. However, the array will only use space equal to the size of the smallest drive in the array.&lt;br /&gt;
&lt;br /&gt;
The available space for this type of RAID is &amp;lt;code&amp;gt; S * (N-1) &amp;lt;/code&amp;gt; where 'S' is the size of the smallest of the hard drives being used and 'N' is the number of disks in the array.  So, if I form a RAID-5 of three 10 GB disks, the usable size of the array is 20 GB.&lt;br /&gt;
&lt;br /&gt;
A RAID-5 can withstand the failure of any single drive without data loss. When any single drive fails the array can continue to function because all of the actual data is either still intact on the other drives or able to be reconstructed from the remaining data plus the parity information on the other drives. Although the array continues to function, performance is significantly reduced and the data is at risk if a second drive should fail before the first failed drive is replaced.&lt;br /&gt;
&lt;br /&gt;
== Combination RAID Levels ==&lt;br /&gt;
Arrays can be built using other arrays just as they can from drives or partitions.  This allows the creation of &amp;quot;nested&amp;quot;, &amp;quot;multiple&amp;quot;, or &amp;quot;combination&amp;quot; RAID types.&lt;br /&gt;
&lt;br /&gt;
Combining simple RAID types with different strengths can often provide the best of both worlds.  For example, RAID 0 offers great performance but no redundancy while RAID 1 offers redundancy but no performance advantage.  Combining them into a RAID 0+1 or a RAID 10 offers both -- with even better redundancy that in a basic RAID 1.&lt;br /&gt;
&lt;br /&gt;
Combinations can be formed of any RAID types supported by Linux, but the most common variations are probably:&lt;br /&gt;
* RAID 0+1 -- Mirroring of strip sets&lt;br /&gt;
* RAID 10 -- Striping across mirror sets&lt;br /&gt;
* RAID 50 -- Striping across RAID 5 sets&lt;br /&gt;
&lt;br /&gt;
=== Naming Conventions ===&lt;br /&gt;
Although usage of these conventions is not always consistent, the general rule is that the first digit in the name describes the RAID type first or at the lowest level.  The second digit describes the RAID type applied second or at the logically higher level.  &lt;br /&gt;
&lt;br /&gt;
For example, a RAID 0+1 (so named to prevent people from assuming that a RAID 01 is the same as a RAID 1) is created by first building two or more stripe sets (identical size and configuration) and then building a mirror from them.&lt;br /&gt;
&lt;br /&gt;
A RAID 10 would be created in the opposite sequence -- building multiple mirrors from paired disks and then creating a strip set across them.&lt;br /&gt;
&lt;br /&gt;
=== RAID 0+1: Mirroring of Stripe sets ===&lt;br /&gt;
&lt;br /&gt;
RAID 0+1 provides better performance than simple RAID 1 along with the redundancy that simple RAID 0 lacks. It requires at least four drives to implement and provides usable space equal to S*N/2 where 'S' is the size of the smallest of the hard drives being used and 'N' is the number of disks in the array. So, if I form a RAID 0+1 of four 10 GB disks, the usable size of the array is 20 GB.&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
| RAID 0+1 (Mirroring of Stripe sets)&lt;br /&gt;
{| border=1&lt;br /&gt;
| First Stripe Set&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data1&lt;br /&gt;
Data4&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 2&lt;br /&gt;
&amp;lt;pre&amp;gt;Data2&lt;br /&gt;
Data5&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 3&lt;br /&gt;
&amp;lt;pre&amp;gt;Data3&lt;br /&gt;
Data6&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
| Second Stripe Set&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 4&lt;br /&gt;
&amp;lt;pre&amp;gt;Data1&lt;br /&gt;
Data4&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 5&lt;br /&gt;
&amp;lt;pre&amp;gt;Data2&lt;br /&gt;
Data5&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 6&lt;br /&gt;
&amp;lt;pre&amp;gt;Data3&lt;br /&gt;
Data6&lt;br /&gt;
xxx&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A RAID 0+1 can withstand the failure of a single drive (or multiple drives, so long as they are all from the same stripe set).&lt;br /&gt;
&lt;br /&gt;
=== RAID 10: Striping across Mirror sets ===&lt;br /&gt;
&lt;br /&gt;
RAID 10 provides better performance than simple RAID 1 along with the redundancy that simple RAID 0 lacks. It requires at least four drives to implement and provides usable space equal to S*N/2 where 'S' is the size of the smallest of the hard drives being used and 'N' is the number of disks in the array. So, if I form a RAID 10 of four 10 GB disks, the usable size of the array is 20 GB. &lt;br /&gt;
&lt;br /&gt;
RAID 0+1 and RAID 10 are very similar but, by most measures of both performance and redundancy, RAID 10 is considered to be preferable.&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
| RAID 10 -- Striping across Mirror sets&lt;br /&gt;
{| border=1&lt;br /&gt;
| Mirror 1&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data1&lt;br /&gt;
Data4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data1&lt;br /&gt;
Data4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| Mirror 2&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 3&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data2&lt;br /&gt;
Data5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 4&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data2&lt;br /&gt;
Data5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
| Mirror 3&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 5&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data3&lt;br /&gt;
Data6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 6&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data3&lt;br /&gt;
Data6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A RAID 10 can withstand the failure of a single drive (or multiple drives, so long as they are NOT in the same mirror set).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== RAID 50: Striping across RAID 5 sets===&lt;br /&gt;
&lt;br /&gt;
RAID 50 provides better write performance and improved redundancy over simple RAID 5 along with the redundancy that simple RAID 0 lacks. It requires at least six drives to implement and (assuming all drives are the same size) provides usable space equal to S * (N-1) * R where 'S' is the size of the smallest of the hard drives being used, 'N' is the number of disks in each RAID 5 array, and 'R' is the number of RAID 5 sets used in the stripe set. So, if I form a RAID 50 of six 10 GB disks, the usable size of the array is 40 GB.&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
| RAID 50 -- Striping across RAID 5 sets&lt;br /&gt;
{| border=1&lt;br /&gt;
| RAID 5&lt;br /&gt;
Set 1&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data1&lt;br /&gt;
Data5&lt;br /&gt;
Parity 9,11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 2&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data3&lt;br /&gt;
Parity 5,7&lt;br /&gt;
Data9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 3&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Parity 1,3&lt;br /&gt;
Data7&lt;br /&gt;
Data11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
| RAID 5&lt;br /&gt;
Set 2&lt;br /&gt;
{| border=1&lt;br /&gt;
| Disk 4&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data2&lt;br /&gt;
Data6&lt;br /&gt;
Parity 10,12&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 5&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Data4&lt;br /&gt;
Parity 6,8&lt;br /&gt;
Data10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Disk 6&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Parity 2,4&lt;br /&gt;
Data8&lt;br /&gt;
Data12&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A RAID 50 can withstand the failure of one drive in each RAID 5.&lt;br /&gt;
&lt;br /&gt;
== Configuring Linux Software RAID ==&lt;br /&gt;
&lt;br /&gt;
Linux software RAID can be configured in several different ways.  Some installation tools allow for the creation of arrays during the OS install.  An older (but still maintained) set of tools known collectively as ''raidtools'' can be used to create or modify an array after the OS install.  A newer tool known as mdadm is considered by some to be easier to use.&lt;br /&gt;
&lt;br /&gt;
Post-installation configuration of Linux software RAID consists of several steps:&lt;br /&gt;
&lt;br /&gt;
* Create partitions for use. Configure them as Linux RAID Automounting partitions (hex code &amp;quot;fd&amp;quot;)&lt;br /&gt;
* Use mdadm to create the array.&lt;br /&gt;
* Create the /etc/raidtab file (lsraid -R -p is useful to generate a template raidtab file, but it may require some editing).&lt;br /&gt;
* Create a filesystem on the partition&lt;br /&gt;
* Mount the partition and/or add the partition to /etc/fstab&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Partition Drives ===&lt;br /&gt;
Partitioning is always a thorny problem. People have trouble with their root and boot file systems running in software RAID configurations, although both are possible. If hardware is managing your RAID, you probably won't be reading this. NB Some so-called RAID controllers are nothing more than a BIOS front for two IDE ports: e.g. [[Promise]] [[FastTrak]]. This is [[Software Raid]], like a [[WinModem]] is a type of modem.&lt;br /&gt;
&lt;br /&gt;
You can use the partition type 'FD' (the hex value) for linux RAID autodetect. If you have the right stuff compiled in or a terribly complicated initrd setup), the arrays should be detected at boot time, then all your configuration is complete and you can refer to the drives as /dev/md*.&lt;br /&gt;
This is better than having post boot init scripts to sort out the raid, and allows the root partition to be raided.&lt;br /&gt;
&lt;br /&gt;
=== Create the RAID ===&lt;br /&gt;
The raidtools/raidtools2 package seems out of date. Use the concise mdadm tool to build your software managed RAID arrays.&lt;br /&gt;
&lt;br /&gt;
=== Create a filesystem on the RAID ===&lt;br /&gt;
Or duplicate one. A common strategy in migrating to RAID is to create matching partitions on the new empty disk, copy the data over, then set up 'degraded' arrays.&lt;br /&gt;
&lt;br /&gt;
mdadm --create /dev/md0 --raid-level=raid1 -n=2 missing /dev/hdg5&lt;br /&gt;
&lt;br /&gt;
where hdg5 is the newly create partition. &amp;quot;MISSING&amp;quot; will be added into the raid array once the configuration of the array is otherwise complete. This allows a lower-risk migration, although backups are essential.&lt;br /&gt;
&lt;br /&gt;
=== Create an &amp;lt;tt&amp;gt;/etc/raidtab&amp;lt;/tt&amp;gt; file ===&lt;br /&gt;
This is not necessary if you have the kernel autodetecting the arrays at boot time&lt;br /&gt;
&lt;br /&gt;
=== Choose or create a mountpoint ===&lt;br /&gt;
&lt;br /&gt;
=== Modify the &amp;lt;tt&amp;gt;/etc/fstab&amp;lt;/tt&amp;gt; file to mount at boot ===&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:SFTP&amp;diff=10738</id>
		<title>Talk:SFTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:SFTP&amp;diff=10738"/>
		<updated>2004-07-30T19:17:34Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'd like to know how to automate sftp interactions.&lt;br /&gt;
&lt;br /&gt;
I'd like to do it properly, without forcing in a response to the password.&lt;br /&gt;
&lt;br /&gt;
That is, I'd like to make a recognized public key using ssh agent, or whatever. I just have no clue where to start.&lt;br /&gt;
&lt;br /&gt;
-- LionKimbro&lt;br /&gt;
&lt;br /&gt;
{{msg:forums}} [[User:Digiot|Digiot]] 15:17, Jul 30, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Template:Forums&amp;diff=10745</id>
		<title>Template:Forums</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Template:Forums&amp;diff=10745"/>
		<updated>2004-07-30T19:17:27Z</updated>

		<summary type="html">&lt;p&gt;Digiot: wikify all links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The appropriate place for interactive help on Linux-related questions is the [http://www.linuxquestions.org/ LQ] [http://www.linuxquestions.org/questions forums]. If you are not already a member of the forums, you can register [http://www.linuxquestions.org/questions/register.php here]. The LQ Wiki is intended as a database for research, as opposed to an interactive help forum, and contributions of knowledge are welcome. For more information about the Wiki, see the [[LinuxQuestions.org Wiki:About|About]] page.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Ld.so.conf&amp;diff=24589</id>
		<title>Talk:Ld.so.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Ld.so.conf&amp;diff=24589"/>
		<updated>2004-07-30T04:43:28Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is this a stub page? Can I expand this out? Or do we really mean to say that Library-related_Commands_and_Files is the only place to talk about this stuff? -- LionKimbro&lt;br /&gt;
&lt;br /&gt;
: Hm. I'd say to knock yourself out and just leave the 'See also'. It's not an actual redirect so it can certainly stand treatment. However, if it would naturally work into the main article you might as well do that. Whichever seems the most appropriate to the material. [[User:Digiot|Digiot]] 00:43, Jul 30, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Floppy_drive&amp;diff=12778</id>
		<title>Floppy drive</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Floppy_drive&amp;diff=12778"/>
		<updated>2004-07-29T02:31:15Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''floppy drive''' is a device that reads [[floppy disk]]ettes. (In the pre- and early- 1990s it used to be a 5&amp;amp;1/4&amp;quot; floppy). Other types of floppy drives can be [[LS120]] drives, and possibly (but less likely to be considered a floppy) [[Zip drive]]s. Floppy drives are just short of obsolescence - floppies are used just enough to justify the presence of a floppy drive on a computer.&lt;br /&gt;
&lt;br /&gt;
Under Linux, a floppy drive is usually assigned to the [[special device file]] /dev/fdd0.&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Main_Page&amp;diff=10690</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=10690"/>
		<updated>2004-07-29T02:31:10Z</updated>

		<summary type="html">&lt;p&gt;Digiot: rolling wikis gather no moss&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Talk:Main Page==&lt;br /&gt;
&lt;br /&gt;
==Suggestions for links==&lt;br /&gt;
* [[Open source operating systems]] BSD, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Comments==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
We need to have a link to the user contributed help page on the main page. maybe user contributed help should get it's own namespace?  e.g.  help:&lt;br /&gt;
&lt;br /&gt;
[[User:Aaron Peterson/Alternate Main Page]]&lt;br /&gt;
&lt;br /&gt;
==Bug Report==&lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
I'm not sure whether I should add bug reports here. However I find it &amp;lt;i&amp;gt;very&amp;lt;/i&amp;gt; disturbing that the adress http://wiki.linuxquestions.org/wiki/Wine and http://wiki.linuxquestions.org/wiki/WINE doesn't take me to the same page just as [[Wine]] and [[WINE]] does.&lt;br /&gt;
&lt;br /&gt;
This time I was lucky not to write a lot on the [[WINE]]-page, but I mean sometime someone will get really upset when they realised that everything they䶥 added to a page was written on a different page!&lt;br /&gt;
&lt;br /&gt;
/Jens&lt;br /&gt;
:I have changed the WINE page to redirect to Wine. [[User:David ross|David ross]] 13:54, Mar 7, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's because an excellent Wine page had already been contributed. You shouldn't be duplicating pages. Contributions are greatly appreciated, but please view all the help and documentation, study the wiki markup and the layout of the top levels, and search to see if your topic has already been covered before diving in. There is no bug - each of those two pairs of addresses goes to each of that pair of pages.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 07:14, Mar 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
On second thought, I was under-valuing the 'plunging forward' aspect. Yeah, better to post twice than not at all. :) My suggestions might be valid, but might have missed the spirit of things a bit.&lt;br /&gt;
&lt;br /&gt;
Still didn't notice a problem with the links though. If there is an issue, reporting the post or possibly leaving a message on an admin's talk page would probably be the best way to go. They'll probably see it here but it's not the most direct way to address them and none of this is relevant to the main page.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 07:41, Mar 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We should always encourage [[LinuxQuestions.org_Wiki:plunging forward|plunging forward]], but we need to make sure that we are not duplicating effort.  The content from the WINE page should be integrated into the Wine page, links updated and WINE removed.&lt;br /&gt;
&lt;br /&gt;
[[User:Jeremy|Jeremy]] 23:37, Mar 1, 2004 (EST)&lt;br /&gt;
==Forum?==&lt;br /&gt;
&lt;br /&gt;
I was just wandering why isn't there a forum of www.linuxquestions.org (one that i can find anyway) for the wiki. I appreciate they are seperate in a way but a forum would be useful.&lt;br /&gt;
&lt;br /&gt;
[[User:Geniarse|generic_genus]] 03:38, Mar 2, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Do you mean a place to discuss issues/directions about the Wiki itself? - if so,  you can check out the new Wiki mailing list here:&lt;br /&gt;
&lt;br /&gt;
http://lists.linuxquestions.org/mailman/listinfo/lqwiki-list&lt;br /&gt;
&lt;br /&gt;
[[User:Skyline|Skyline]] 07:23, Mar 2, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
==Pound sign question==&lt;br /&gt;
&lt;br /&gt;
Hey all, I don't know what to think about the following issue. If you try to type hash(the thing above the number 3), it won't print. Instead, the number 1 apperars in it's place. &lt;br /&gt;
&lt;br /&gt;
But the funny thing is, the sandbox also shows the number 1 instead of # but here, in the discuss page it shows # as #. &lt;br /&gt;
&lt;br /&gt;
Strange...&lt;br /&gt;
&lt;br /&gt;
[[User:Linuxlala|Linuxlala]]&lt;br /&gt;
----&lt;br /&gt;
Linuxlala,&lt;br /&gt;
&lt;br /&gt;
The character # (when it is at the start of a line) is interpreted as the beginning of a numbered list and is replaced with a &amp;quot;1&amp;quot; (or another digit if it is one in a series).  When it is embedded in a sentence (such as the previous sentence) it is rendered as a &amp;quot;#&amp;quot;.  If you want to show use it at the beginning of a line without it being interpreted as a list item, use the &amp;lt;pre&amp;gt; &amp;lt;pre&amp;gt; and &amp;lt;/pre&amp;gt; &amp;lt;/pre&amp;gt; tags around it like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; # this should show as a hash. &amp;lt;/pre&amp;gt;&lt;br /&gt;
# this should begin a numbered list.&lt;br /&gt;
# a second entry in the numbered list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Texastwister|Texastwister]] 15:31, Mar 5, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Right Texastwister,&lt;br /&gt;
&lt;br /&gt;
I had also posted this in the wiki mailing list and jeremy replied explaining the same to me.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
[[User:Linuxlala|Linuxlala]]&lt;br /&gt;
Hi all! Enjoy our summer! RESPECT TO ALL OF YOU FOR YOUR WORK! REALLY. Thhanx. I really appreicate your work! Research has to continue. My biggest respect goes to you. &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 -  [[LinuxQuestions.org_Wiki: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;
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;
: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;
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;
==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>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Main_Page&amp;diff=10683</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=10683"/>
		<updated>2004-07-27T21:17:40Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Talk:Main Page==&lt;br /&gt;
&lt;br /&gt;
==Suggestions for links==&lt;br /&gt;
* [[Open source operating systems]] BSD, etc.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Comments==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
We need to have a link to the user contributed help page on the main page. maybe user contributed help should get it's own namespace?  e.g.  help:&lt;br /&gt;
&lt;br /&gt;
[[User:Aaron Peterson/Alternate Main Page]]&lt;br /&gt;
&lt;br /&gt;
==Bug Report==&lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
I'm not sure whether I should add bug reports here. However I find it &amp;lt;i&amp;gt;very&amp;lt;/i&amp;gt; disturbing that the adress http://wiki.linuxquestions.org/wiki/Wine and http://wiki.linuxquestions.org/wiki/WINE doesn't take me to the same page just as [[Wine]] and [[WINE]] does.&lt;br /&gt;
&lt;br /&gt;
This time I was lucky not to write a lot on the [[WINE]]-page, but I mean sometime someone will get really upset when they realised that everything they䶥 added to a page was written on a different page!&lt;br /&gt;
&lt;br /&gt;
/Jens&lt;br /&gt;
:I have changed the WINE page to redirect to Wine. [[User:David ross|David ross]] 13:54, Mar 7, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's because an excellent Wine page had already been contributed. You shouldn't be duplicating pages. Contributions are greatly appreciated, but please view all the help and documentation, study the wiki markup and the layout of the top levels, and search to see if your topic has already been covered before diving in. There is no bug - each of those two pairs of addresses goes to each of that pair of pages.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 07:14, Mar 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
On second thought, I was under-valuing the 'plunging forward' aspect. Yeah, better to post twice than not at all. :) My suggestions might be valid, but might have missed the spirit of things a bit.&lt;br /&gt;
&lt;br /&gt;
Still didn't notice a problem with the links though. If there is an issue, reporting the post or possibly leaving a message on an admin's talk page would probably be the best way to go. They'll probably see it here but it's not the most direct way to address them and none of this is relevant to the main page.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 07:41, Mar 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We should always encourage [[LinuxQuestions.org_Wiki:plunging forward|plunging forward]], but we need to make sure that we are not duplicating effort.  The content from the WINE page should be integrated into the Wine page, links updated and WINE removed.&lt;br /&gt;
&lt;br /&gt;
[[User:Jeremy|Jeremy]] 23:37, Mar 1, 2004 (EST)&lt;br /&gt;
==Forum?==&lt;br /&gt;
&lt;br /&gt;
I was just wandering why isn't there a forum of www.linuxquestions.org (one that i can find anyway) for the wiki. I appreciate they are seperate in a way but a forum would be useful.&lt;br /&gt;
&lt;br /&gt;
[[User:Geniarse|generic_genus]] 03:38, Mar 2, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Do you mean a place to discuss issues/directions about the Wiki itself? - if so,  you can check out the new Wiki mailing list here:&lt;br /&gt;
&lt;br /&gt;
http://lists.linuxquestions.org/mailman/listinfo/lqwiki-list&lt;br /&gt;
&lt;br /&gt;
[[User:Skyline|Skyline]] 07:23, Mar 2, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
==Pound sign question==&lt;br /&gt;
&lt;br /&gt;
Hey all, I don't know what to think about the following issue. If you try to type hash(the thing above the number 3), it won't print. Instead, the number 1 apperars in it's place. &lt;br /&gt;
&lt;br /&gt;
But the funny thing is, the sandbox also shows the number 1 instead of # but here, in the discuss page it shows # as #. &lt;br /&gt;
&lt;br /&gt;
Strange...&lt;br /&gt;
&lt;br /&gt;
[[User:Linuxlala|Linuxlala]]&lt;br /&gt;
----&lt;br /&gt;
Linuxlala,&lt;br /&gt;
&lt;br /&gt;
The character # (when it is at the start of a line) is interpreted as the beginning of a numbered list and is replaced with a &amp;quot;1&amp;quot; (or another digit if it is one in a series).  When it is embedded in a sentence (such as the previous sentence) it is rendered as a &amp;quot;#&amp;quot;.  If you want to show use it at the beginning of a line without it being interpreted as a list item, use the &amp;lt;pre&amp;gt; &amp;lt;pre&amp;gt; and &amp;lt;/pre&amp;gt; &amp;lt;/pre&amp;gt; tags around it like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; # this should show as a hash. &amp;lt;/pre&amp;gt;&lt;br /&gt;
# this should begin a numbered list.&lt;br /&gt;
# a second entry in the numbered list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Texastwister|Texastwister]] 15:31, Mar 5, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Right Texastwister,&lt;br /&gt;
&lt;br /&gt;
I had also posted this in the wiki mailing list and jeremy replied explaining the same to me.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
[[User:Linuxlala|Linuxlala]]&lt;br /&gt;
Hi all! Enjoy our summer! RESPECT TO ALL OF YOU FOR YOUR WORK! REALLY. Thhanx. I really appreicate your work! Research has to continue. My biggest respect goes to you. &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 -  [[LinuxQuestions.org_Wiki: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;
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;
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;
==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>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Filter&amp;diff=12690</id>
		<title>Filter</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Filter&amp;diff=12690"/>
		<updated>2004-07-27T19:58:27Z</updated>

		<summary type="html">&lt;p&gt;Digiot: This sucks, but I'm in a hurry. ;) (Such a hurry I'm posting backwards)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''filter''' is a program used to transform data in a [[pipe]]. For instance,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ grep -v ^\# $IN | cut -d\/ -f6 | sort -k2 &amp;gt;&amp;gt; $OUT&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Grep]] reads out only the uncommented portion of $IN and [[cut]] selects elements from each line, and [[sort]] processes them in order, resulting in $OUT. Filters are frequently used in Unix text processing, in anything from formatting man pages to preparing documents for printing.&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Redirect&amp;diff=12691</id>
		<title>Redirect</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Redirect&amp;diff=12691"/>
		<updated>2004-07-27T19:57:23Z</updated>

		<summary type="html">&lt;p&gt;Digiot: This *really* sucks, but I'm still in a hurry. (And I could swear this has been done.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''redirect''' is an example of redirection and redirection is, for instance, the mechanism whereby output is sent to a different destination than its default. For instance, [[echo]]'s standard output is directed to the screen whereas the [[shell]], with a [[redirection operator]] can send that to, among other places, a file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;$ echo foo &amp;gt; bar&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
sends foo to bar rather than the screen.&lt;br /&gt;
&lt;br /&gt;
{{msg:stub}}&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Hardware&amp;diff=10672</id>
		<title>Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Hardware&amp;diff=10672"/>
		<updated>2004-07-27T19:39:33Z</updated>

		<summary type="html">&lt;p&gt;Digiot: editing link for a move&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Parent: [[Hardware TOC]]&lt;br /&gt;
==Hardware General==&lt;br /&gt;
===Hardware Compatibility List (HCL)===&lt;br /&gt;
*[[Hardware Compatibility List]]&lt;br /&gt;
*[http://www.linuxquestions.org/hcl/index.php LinuxQuestions.org HCL : Product Reviews].&lt;br /&gt;
===Hardware Recommendations===&lt;br /&gt;
*[[Hardware_Recommendations]]&lt;br /&gt;
===Hardware configuration===&lt;br /&gt;
*[[Hardware configuration]]&lt;br /&gt;
===New Hardware===&lt;br /&gt;
*[[New Hardware]]&lt;br /&gt;
===Linux Laptops===&lt;br /&gt;
*[http://www.linuxlaptops.org Linux Laptops]&lt;br /&gt;
===Linux On Laptops, Notebooks, PDAs and Mobile Phones===&lt;br /&gt;
*TuxMobil: [http://tuxmobil.org/ Linux On Laptops, Notebooks, PDAs and Mobile Phones]&lt;br /&gt;
===Ports of Linux===&lt;br /&gt;
*[http://perso.wanadoo.es/xose/linux/linux_ports.html Ports of Linux]&lt;br /&gt;
&lt;br /&gt;
==Hardware devices==&lt;br /&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;
* [[Open Sound System]]&lt;br /&gt;
* [[Advanced Linux Sound Architecture]]&lt;br /&gt;
&lt;br /&gt;
===Printers===&lt;br /&gt;
* [[Adding local printers]]&lt;br /&gt;
* [[Adding network printers]]&lt;br /&gt;
* [[Troubleshooting 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;
===Scanners===&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;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Troubleshooting&amp;diff=19178</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Troubleshooting&amp;diff=19178"/>
		<updated>2004-07-27T19:39:25Z</updated>

		<summary type="html">&lt;p&gt;Digiot: moved to &amp;quot;Troubleshooting_printers&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Troubleshooting_printers]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Troubleshooting_printers&amp;diff=10756</id>
		<title>Troubleshooting printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Troubleshooting_printers&amp;diff=10756"/>
		<updated>2004-07-27T19:38:59Z</updated>

		<summary type="html">&lt;p&gt;Digiot: formatting, wikification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Note on basics==&lt;br /&gt;
Cables, paper and power: I didn't think I needed to say this but after confusing my card reader [[USB]] cable with my printer USB cable I decided to put in a note about checking the basics.&lt;br /&gt;
&lt;br /&gt;
==Parallel ports==&lt;br /&gt;
If the [[printer]] is connected to a pc via a parallel cable you can test the printer and the cable by sending data directly to the port. A similar technique can be used for printers with other kinds of connections.&lt;br /&gt;
&lt;br /&gt;
If this works with a three page document then it's probably safe to assume the hardware is working. If the printer only prints the first page of a multipage document then it is most likely a cable or [[BIOS]] setting issue. &lt;br /&gt;
&lt;br /&gt;
Because most computers have a single [[parallel port]] your Linux distribution most likely installed it as the file /dev/lp0. The kernel modules parport, parport-pc and lp (character device) are required.&lt;br /&gt;
&lt;br /&gt;
Dot matrix impact, PCL and [[postscript]] printers will usually take plain [[text]] as input. You can also try using a [[filter]] to create a file for these printers. Most programs in Linux create a postscript file when one prints to a file. This file can be sent directly to a postscript printer but most likely will lack any printer specific command such as changing the paper tray. If the commands don't work as a regular user try using them as [[root]] and check the [[permissions]] on the port and your files.&lt;br /&gt;
&lt;br /&gt;
Example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;root# cat test.txt &amp;gt; /dev/lp0&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most printers sold today will not take plain text files and a printer specific file must be created. Read the documentation and [[manpage]]s for the file or filter you are using. It is helpful to make a one line [[shell script]] to contain all the options for your filter. For my printer I have one line (that wraps) in a file. The [[gs]] command is used to convert the postscript file to a raw intermediate file that is then interpretted by the min12xxw filter program to create a file in the secret minolta language.&lt;br /&gt;
&lt;br /&gt;
Note it is a single line. [[Redirect]]ing the postscript file into the pstomin shell script creates file.min which should be renamed to avoid overwriting.&lt;br /&gt;
&lt;br /&gt;
One line shell script for a Minolta Pagepro 1350W:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
root# cat pstomin&amp;lt;br&amp;gt;&lt;br /&gt;
gs -q -dBATCH -dSAFER -dQUIET  -dNOPAUSE  -sPAPERSIZE=letter  -r1200&amp;lt;br&amp;gt; -sDEVICE=pbmraw -sOutputFile=- -| min12xxw -r 1200 &amp;gt; file.min&amp;lt;br&amp;gt;&lt;br /&gt;
root# ./pstomin &amp;lt; threepage.ps&amp;lt;br&amp;gt;&lt;br /&gt;
root# mv file.min threepage.min&amp;lt;br&amp;gt;&lt;br /&gt;
root# cat threepage.min &amp;gt; /dev/lp0&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Progressively try a short one line file, a one page file and a three page file. If the printer works with the shorter files only then most likely you have a cable or physical connection problem.&lt;br /&gt;
&lt;br /&gt;
The original parallel ports were rather simple unidirectional ports. They&lt;br /&gt;
are fine for dot matrix printers and probably work with PCL and Postscript printers however chances are you don't have one of these on your computer&lt;br /&gt;
unless your parallel port is from the early 1980's.&lt;br /&gt;
&lt;br /&gt;
The bidirectional ports allow the device to send data back to the printer&lt;br /&gt;
and our higher speed. Modern computers usually have a setting in the BIOS that&lt;br /&gt;
allows switching of the port mode.&lt;br /&gt;
*SPP is the older slower style.&lt;br /&gt;
*EPP is intended for non-printing devices like scanners.&lt;br /&gt;
*ECP is intended for printers. Most &amp;quot;Windows&amp;quot; printers use this.&lt;br /&gt;
With only a printer connected to your parallel port try ECP first.&lt;br /&gt;
If you have a printer and scanner connected to the same port you can try ECP/EPP.&lt;br /&gt;
&lt;br /&gt;
If a cable does not say ''IEEE1284'' then you can probably assume it is intended for unidirectional communication and will not work with many printers.&lt;br /&gt;
&lt;br /&gt;
If your cable works with one printer and not another then it could be that the cable is not intended for higher speeds.&lt;br /&gt;
&lt;br /&gt;
If the parport module is installed (use [[lsmod]] to check) then software is probably not an issue.&lt;br /&gt;
&lt;br /&gt;
Print server note: A print [[server]] can be &amp;quot;regular&amp;quot; computer connected to the network or a little box with connections for a parallel port and the [[network]]. Using the same parallel cable connect the printer to a pc to test the cable and printer.&lt;br /&gt;
&lt;br /&gt;
==USB ports==&lt;br /&gt;
The method above for sending a file to a parallel port can be used to send a file to a usb port. If you only have one printer the port is most likely /dev/usb/lp0.&lt;br /&gt;
&lt;br /&gt;
Here is an example. pstomin is a little one line shell script for my printer. Your command line will be different. It is a single line.&lt;br /&gt;
&lt;br /&gt;
Example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;&lt;br /&gt;
jjm@debian:~$ cat pstomin&amp;lt;br&amp;gt;&lt;br /&gt;
gs -q -dBATCH -dSAFER -dQUIET  -dNOPAUSE  -sPAPERSIZE=letter  -r1200&amp;lt;br&amp;gt; -sDEVICE=pbmraw -sOutputFile=- -| min12xxw -r 1200 &amp;gt; file.min&amp;lt;br&amp;gt;&lt;br /&gt;
jjm@debian:~$ ./pstomin &amp;lt; resume3.ps&amp;lt;br&amp;gt;&lt;br /&gt;
jjm@debian:~$ mv file.min file3.min&amp;lt;br&amp;gt;&lt;br /&gt;
mv: overwrite `file3.min', overriding mode 0644? y&amp;lt;br&amp;gt;&lt;br /&gt;
jjm@debian:~$ cat file3.min &amp;gt; /dev/usb/lp0&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it as root and check permissions on /dev/usb/lp0 if it doesn't work at all.&lt;br /&gt;
&lt;br /&gt;
Make sure you are sending the kind of file you need for your printer. Many of todays printers will not take a plain text file.&lt;br /&gt;
&lt;br /&gt;
==Serial ports==&lt;br /&gt;
You can cat a file like to the port just like with a parallel or usb port.&lt;br /&gt;
Printers with a serial connection usually use an add on card. Check to see if it is properly installed. You may have to remove a cover plate or the entire case of the printer to get to the card. Check [[dip switches]]. Many serial cables are wired for specific applications and may not be the proper cable for your printer.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[CUPS]]&lt;br /&gt;
*[[LPD]]&lt;br /&gt;
*[[SMB]]&lt;br /&gt;
*[[Adding local printers]]&lt;br /&gt;
*[[Adding network printers]]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=In_the_beginning_was_the_command_line&amp;diff=14355</id>
		<title>In the beginning was the command line</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=In_the_beginning_was_the_command_line&amp;diff=14355"/>
		<updated>2004-07-25T00:04:41Z</updated>

		<summary type="html">&lt;p&gt;Digiot: flip and modify end stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''In the Beginning was the Command Line''''' has been perceived by many as an excellent essay about the history of computing. Written in 1999 by [[hacker]] novelist Neal Stephenson, it's still seen as relevant today, and many would say it should be read by everyone with an interest or involvement in computers.&lt;br /&gt;
&lt;br /&gt;
The orignal essay was written as [[slashdot]] post, and was later expanded by Stephenson into a small commerical book.&lt;br /&gt;
&lt;br /&gt;
===See also:===&lt;br /&gt;
&lt;br /&gt;
* [[command line]]&lt;br /&gt;
* [[history]]&lt;br /&gt;
* [[linux books]]&lt;br /&gt;
&lt;br /&gt;
===External links:===&lt;br /&gt;
&lt;br /&gt;
*[http://www.spack.org/wiki/InTheBeginningWasTheCommandLine The original slashdot essay of &amp;quot;In the beginning was the command line&amp;quot; ''(I think?)'']&lt;br /&gt;
&lt;br /&gt;
*[http://www.cryptonomicon.com/beginning.html The expanded version]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=TuxNES&amp;diff=24452</id>
		<title>TuxNES</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=TuxNES&amp;diff=24452"/>
		<updated>2004-07-24T23:18:51Z</updated>

		<summary type="html">&lt;p&gt;Digiot: format overhaul, general touching up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''TuxNES''' is a work-in-progress. It is designed to emulate NES games on Linux. FreeBSD, NetBSD, and OpenBSD support is coming.&amp;lt;!--Not sure where the period goes with supported platforms - supported on which? Coming for which?--&amp;gt; It only supports the x86 architechture.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
TuxNES has support for CPU overclocking, joysticks, multiple players (on the same machine, network multiplayer is coming), screen captures, battery saving, trainer support, multiple palettes, and has disassembler support. &lt;br /&gt;
&lt;br /&gt;
It can save/read in the iNES file format, read ZIP and GZIP files, has up to 5 sound channels, and features a GUI.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://tuxnes.sourceforge.net/ Main Page]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://tuxnes.sourceforge.net/download.php Download]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://tuxnes.sourceforge.net/screenshots.php Screenshots]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Netscape&amp;diff=15375</id>
		<title>Netscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Netscape&amp;diff=15375"/>
		<updated>2004-07-24T22:27:15Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Netscape''', aka Netscape Communications Corporation, was a company that pioneered the commercial graphical [[Web browser]], following [http://www.w3.org/People/Berners-Lee/FAQ.html#browser other browser]'s graphical pioneering. It has since been bought out by [[AOL]] after it was crushed by [[Microsoft]] in the first [[browser wars]]. After it was realized that they would lose the browser wars against Internet Explorer, Netscape [[open source]]d their Communicator program suite, creating the [[Mozilla]] project. The community discovered that the code base was virtually unusable from the effects of too many hastily added [[feature]]s and [[hack]]ed [[bugfix]]es, so the codebase was scrapped, and work started over. The work finally paid off, years later, and the present day Netscape browser is based on Mozilla instead of the other way around. The Netscape browser has always worked on Linux and other Unix sytems though the current emphasis of the [[Mozilla Foundation]] (with the newer [[Firebird]] browser) is arguably targeted at [[Windows]].&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*http://www.netscape.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
''This article is a [[LQWiki:stub_articles|stub]] and needs to be finished. [[LQWiki:plunging_forward|Plunge forward]] and [[LQWiki:How_to_edit_a_page|help it grow]] !''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Pypanel&amp;diff=10530</id>
		<title>Pypanel</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Pypanel&amp;diff=10530"/>
		<updated>2004-07-24T20:35:45Z</updated>

		<summary type="html">&lt;p&gt;Digiot: init&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''PyPanel''' is a panel (or toolbar/taskbar) written in [[Python]] and [[C]]. Features include a desktop pager, clock, system tray, and task buttons. It also sports a great deal of configurability, including the positions of all those elements (and whether the panel as a whole is at the top or bottom), the colors of text, the presence or absence of icons in the bar as well as transparency and shading. Button actions are also configurable and it can be hidden to the right or left borders. Dependencies are only Python (naturally) and Python X Lib.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/python-xlib Python X Lib]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://pypanel.sourceforge.net/ PyPanel]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Applications&amp;diff=10734</id>
		<title>Applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Applications&amp;diff=10734"/>
		<updated>2004-07-24T20:35:37Z</updated>

		<summary type="html">&lt;p&gt;Digiot: added category&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;
* [[Compiler]]&lt;br /&gt;
* [[Integrated Development Environment]]&lt;br /&gt;
* [[Web development]]&lt;br /&gt;
&lt;br /&gt;
===Multimedia Applications===&lt;br /&gt;
* 3D Graphics&lt;br /&gt;
** [[3D modeling]]&lt;br /&gt;
* 2DGraphics&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;
===Networking===&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;
===Office and Productivity===&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;
===Utilities===&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;
===Miscellaneous===&lt;br /&gt;
* [[Emulation]]&lt;br /&gt;
* [[PVR]]&lt;br /&gt;
* [[Scientific applications]]&lt;br /&gt;
* [[Silly applications]]&lt;br /&gt;
&lt;br /&gt;
===X (GUI)===&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;
* [[Useful Sites]]&lt;br /&gt;
* [[Linux software equivalent to Windows software]]&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Hack&amp;diff=10166</id>
		<title>Hack</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Hack&amp;diff=10166"/>
		<updated>2004-07-10T01:29:33Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''hack''' is usually used to describe any clever bit of coding. It may be used in a negative sense to mean an overly clever or insufficiently refined bit of coding as well (e.g.: this is a hack; I'll fix it later). More commonly in the mass media, a 'hack' is used to describe a means of breaking into a system. The same grouping of ultimately contradictory meanings applies to 'hacker'. And, as a 'black-hat' hacker is more usefully referred to as a '[[crack]]er', so the malicious hack is a crack.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki:FAQ&amp;diff=9955</id>
		<title>LQWiki:FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki:FAQ&amp;diff=9955"/>
		<updated>2004-06-24T03:40:01Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As we get questions we will build a [[FAQ]] here.&lt;br /&gt;
----&lt;br /&gt;
Q: What is the best way to reach administrators? Where can I make suggestions/complaints? Where is general policy decided?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A: The [http://lists.linuxquestions.org/mailman/listinfo/lqwiki-list Mailing-list].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: I need a help link that explains the editing syntax of this wiki. Where is it?&lt;br /&gt;
&lt;br /&gt;
A: [[Wiki markup]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How do you delete a redundant page? I accindentally created a page that was already covered. I now want to remove it. Nothing liks to the page anymore, but it still exists. I could not find it in the Wiki documentation anywhere.&lt;br /&gt;
&lt;br /&gt;
A: Looks like it's an [http://meta.wikipedia.org/wiki/Meta:Deletion_policy admin-only option]. Presumably there's some way to request a deletion. Meantime, I guess you could [http://wiki.linuxquestions.org/wiki/LinuxQuestions.org_Wiki:How_to_use_a_redirect redirect] your accidental page to the existing one. See also http://meta.wikipedia.org/wiki/Redirect redirect for more information.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: What about #REDIRECTS(s) to pages that don't exist send you to that page in edit mode rather than displaying the soon to be redirected away from page with a list of the form:&lt;br /&gt;
&lt;br /&gt;
1. REDIRECT Page To Redirect To?&lt;br /&gt;
&lt;br /&gt;
A: Not sure I understand your question, but hopefully this will help:&lt;br /&gt;
You can create a redirect page to a page that doesn't exist yet. However, it will take you straight to the edit section of the nonexistent page. Until someone either changes the redirect or writes some content in the new page, it'll stay like that.&lt;br /&gt;
&lt;br /&gt;
Note that you can't have a list of options on a redirect page, only one redirect is allowed, otherwise the redirect page is invalid.&lt;br /&gt;
&lt;br /&gt;
See also [[LinuxQuestions.org_Wiki:How_to_use_a_redirect]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: What software is being used for this Wiki?&lt;br /&gt;
&lt;br /&gt;
A: http://sourceforge.net/projects/wikipedia/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: Why are all the articles in the root directory instead of being categorized like http://kb.mozillazine.org does it?&lt;br /&gt;
&lt;br /&gt;
A: Mainly because we haven't set up a guideline for categorizing stuff. mozillazine uses the same software, just a different theme, so it all depends on how the users lay out stuff. If you wanted to categorize your stuff just stick a colon in the title like I did with [[IpodLinux]]'s documentation and screenshots. --[[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How would I highlight code, is there any standard mechanism for highlighting code? (I already checked help pages) --[[User:Flonejek|Flonejek]] 09:25, May 3, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How do I sign my messages?&lt;br /&gt;
&lt;br /&gt;
A: With 4 tildes &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; goes to [[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT). I always stick two dashes in front of mine, I dunno why. --[[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT)&lt;br /&gt;
---- &lt;br /&gt;
Q: Which Wiki Version are you (wiki.linuxquestions.org) using?&lt;br /&gt;
&lt;br /&gt;
A: 1.2.5.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki:Deletion_log&amp;diff=10010</id>
		<title>LQWiki:Deletion log</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki:Deletion_log&amp;diff=10010"/>
		<updated>2004-06-24T03:14:15Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Re: PiC - Just a link shuffle with no actual contents really changed. Free up a redirect slot to switch around redirects.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 18:18, Mar 19, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Re: some file system redirect or another: it began life as a 'see also', became a redirect, has been edited five times and still shows up on the broken redirect page. Now it doesn't. Complete history follows.&lt;br /&gt;
&lt;br /&gt;
    * (cur) (last) . . M 23:38, Mar 19, 2004 . . Digiot&lt;br /&gt;
    * (cur) (last) . . M 01:13, Mar 19, 2004 . . Digiot (broken redirect)&lt;br /&gt;
    * (cur) (last) . . 03:50, Mar 15, 2004 . . Dysprosia (fix redir)&lt;br /&gt;
    * (cur) (last) . . M 03:49, Mar 15, 2004 . . Dysprosia (redir)&lt;br /&gt;
    * (cur) (last) . . 02:23, Mar 15, 2004 . . AaronPeterson (see instead ..filesystems..)&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 23:43, Mar 19, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Removed &amp;quot;Wiki_war&amp;quot; from the main namespace.  Page not needed.&lt;br /&gt;
[[User:Jeremy|Jeremy]] 12:08, Mar 24, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted &amp;quot;Shorewall configuration tool for netfilter&amp;quot; by request - does seem unlikely to be used. :)&lt;br /&gt;
[[User:Digiot|Digiot]] 18:00, Mar 25, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
Deleted &amp;quot;Finn&amp;quot; - like the similarly deleted &amp;quot;America&amp;quot;, geography is just not the point. [[User:Digiot|Digiot]] 18:26, Mar 25, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Oh. I thought I'd already done that, but it was &amp;quot;America&amp;quot; - now deleted &amp;quot;US&amp;quot; and &amp;quot;Philadelphia&amp;quot; and maybe some more geography.&lt;br /&gt;
&lt;br /&gt;
Also a page whose title was a typo. The Nixius whoozits.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 17:46, Mar 26, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Removed &amp;quot;Wiki War I&amp;quot;.  Page not needed. [[User:Digiot|Digiot]] 05:04, Mar 30, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Removed &amp;quot;Back_links&amp;quot;.  Nothing to do with Linux and a duplicate page.&lt;br /&gt;
[[User:Jeremy|Jeremy]] 00:32, Apr 1, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
Removed redundant 'Black hole wiki' - see [http://wiki.linuxquestions.org/wiki/Special:Deadendpages Dead-end Pages].&lt;br /&gt;
[[User:Digiot|Digiot]] 00:43, Apr 1, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Removed &amp;quot;Configuring and using su and sudo&amp;quot; content has been moved to Su&amp;quot;&lt;br /&gt;
[[User:David ross|David ross]] 16:03, Apr 4, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Removed &amp;quot;Basic Linux filesystem permissions&amp;quot; - content dealt with similarly to &amp;quot;Configuring and using su and sudo&amp;quot;&lt;br /&gt;
[[User:Digiot|Digiot]] 03:45, Apr 5, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Removed 'New:software development'. Article is a copy of one from the main namespace (Software development); article creates a new namespace&lt;br /&gt;
[[User:Digiot|Digiot]] 03:48, Apr 5, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
deleted LinuxQuestions.org Wiki:Recentchanges by initiator's request [[User:Digiot|Digiot]] 10:15, Apr 8, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
Removed &amp;quot;Screen shot&amp;quot; - unnecessary duplication of page - the information could quite easily have been incorporated on the existing &amp;quot;Screenshot&amp;quot; page (have made a quick merge onto the existing page so the information is still all there)&lt;br /&gt;
[[User:Skyline|Skyline]] 09:11, Apr 9, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
Deleted 'Wiki Housekeeping'&lt;br /&gt;
&lt;br /&gt;
We have a help page accessible from the main menu with subsections that include&lt;br /&gt;
editing help and a discussion of features. We also have a page to deal with&lt;br /&gt;
section suggestions and anyone's free to create an article. Since these were the&lt;br /&gt;
sole points of the page, I'm deleting it.&lt;br /&gt;
&lt;br /&gt;
Deleted 'Wiki Help'&lt;br /&gt;
&lt;br /&gt;
There is an editing help page with many references to it. The LQ forums are&lt;br /&gt;
accesible via the icon at the top, the root of the navbar at the top, and&lt;br /&gt;
similarly have many references to it. Since these were the sole points of the&lt;br /&gt;
page, I'm deleting it.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 06:42, Apr 20, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted LQO: LQ Central since it didn't have the history of the original Help page, which should be preserved.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 12:12, Apr 25, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Deleted Linux Questions Wiki History: orphaned page whose contents were redundant with LinuxQuestions.org_Wiki:History.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 13:35, Apr 25, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted 'LinuxQuestions.org Wiki:Copyright Information' - merged content with 'Copyrights'.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:20, Apr 26, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
---- &lt;br /&gt;
&lt;br /&gt;
Deleted 'Binary compatability' typo redirect&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:33, Apr 26, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted 'User:Sbsummer' - spam&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 11:40, Apr 28, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted 'User:Seoda' and its talk page - spam&lt;br /&gt;
[[User:Jeremy|Jeremy]] 11:21, May 3, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted &amp;quot;Ppc&amp;quot; - we've already got a page on this from March 9th - any useful content has been merged onto that page - [[User:Skyline|Skyline]] 10:50, May 17, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted some of my old ''demo'' pages on the Wiki markup guide ie Markup 1,2,3 - [[User:Skyline|Skyline]] 22:03, May 21, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Moved the ''content'' from &amp;quot;Housetier&amp;quot; to the member's own User page - more appropriately displayed there - deleted now redundant page - [[User:Skyline|Skyline]] 20:35, May 28, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted page on &amp;quot;Oracle&amp;quot; and left note on member's talk page about this - questions are more appropriate for the forums - content was - ''I installed oracle developer in redhat linux 9 but I have a problem with arabic, arabic data is not coming properly in the forms'' - [[User:Skyline|Skyline]] 03:07, Jun 13, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Deleted a lone FAQ-like question, moving contents to [[LinuxQuestions.org_Wiki:FAQ]] --[[User:Digiot|Digiot]] 23:14, Jun 23, 2004 (EDT)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki:FAQ&amp;diff=9747</id>
		<title>LQWiki:FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki:FAQ&amp;diff=9747"/>
		<updated>2004-06-24T03:12:12Z</updated>

		<summary type="html">&lt;p&gt;Digiot: moved content from deleted 'WikiVersion'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As we get questions we will build a [[FAQ]] here.&lt;br /&gt;
----&lt;br /&gt;
Q: What is the best way to reach administrators? Where can I make suggestions/complaints? Where is general policy decided?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A: The [http://lists.linuxquestions.org/mailman/listinfo/lqwiki-list Mailing-list].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: I need a help link that explains the editing syntax of this wiki. Where is it?&lt;br /&gt;
&lt;br /&gt;
A: [[Wiki markup]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How do you delete a redundant page? I accindentally created a page that was already covered. I now want to remove it. Nothing liks to the page anymore, but it still exists. I could not find it in the Wiki documentation anywhere.&lt;br /&gt;
&lt;br /&gt;
A: Looks like it's an [http://meta.wikipedia.org/wiki/Meta:Deletion_policy admin-only option]. Presumably there's some way to request a deletion. Meantime, I guess you could [http://wiki.linuxquestions.org/wiki/LinuxQuestions.org_Wiki:How_to_use_a_redirect redirect] your accidental page to the existing one. See also http://meta.wikipedia.org/wiki/Redirect redirect for more information.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: What about #REDIRECTS(s) to pages that don't exist send you to that page in edit mode rather than displaying the soon to be redirected away from page with a list of the form:&lt;br /&gt;
&lt;br /&gt;
1. REDIRECT Page To Redirect To?&lt;br /&gt;
&lt;br /&gt;
A: Not sure I understand your question, but hopefully this will help:&lt;br /&gt;
You can create a redirect page to a page that doesn't exist yet. However, it will take you straight to the edit section of the nonexistent page. Until someone either changes the redirect or writes some content in the new page, it'll stay like that.&lt;br /&gt;
&lt;br /&gt;
Note that you can't have a list of options on a redirect page, only one redirect is allowed, otherwise the redirect page is invalid.&lt;br /&gt;
&lt;br /&gt;
See also [[LinuxQuestions.org_Wiki:How_to_use_a_redirect]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: What software is being used for this Wiki?&lt;br /&gt;
&lt;br /&gt;
A: http://sourceforge.net/projects/wikipedia/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: Why are all the articles in the root directory instead of being categorized like http://kb.mozillazine.org does it?&lt;br /&gt;
&lt;br /&gt;
A: Mainly because we haven't set up a guideline for categorizing stuff. mozillazine uses the same software, just a different theme, so it all depends on how the users lay out stuff. If you wanted to categorize your stuff just stick a colon in the title like I did with [[IpodLinux]]'s documentation and screenshots. --[[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How would I highlight code, is there any standard mechanism for highlighting code? (I already checked help pages) --[[User:Flonejek|Flonejek]] 09:25, May 3, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Q: How do I sign my messages?&lt;br /&gt;
&lt;br /&gt;
A: With 4 tildes &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; goes to [[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT). I always stick two dashes in front of mine, I dunno why. --[[User:Flonejek|Flonejek]] 16:38, May 3, 2004 (EDT)&lt;br /&gt;
---- &lt;br /&gt;
Q: Which Wiki Version are you (wiki.linuxquestions.org) using?&lt;br /&gt;
&lt;br /&gt;
A: 1.2.5. Maybe 1.2.6? Somewhere in there.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=12108</id>
		<title>Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=12108"/>
		<updated>2004-06-24T03:11:59Z</updated>

		<summary type="html">&lt;p&gt;Digiot: deleted irrelevant link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mandrake''' Linux was created in 1998 with the goal of making [[Linux]] easier to use for everyone. At that time, Linux was still a developer's [[operating system]] and sound knowledge of the [[CLI]] was a must.&lt;br /&gt;
&lt;br /&gt;
[http://www.mandrakesoft.com MandrakeSoft] (the company which produces the Mandrake [[distribution]]) saw this as an opportunity to integrate the best graphical [[desktop environment]]s and contribute its own graphical configuration utilities and quickly became popular for setting the standard in ease-of-use and functionality. In order to achieve this they forked from [[Red Hat]], retained the [[RPM]]-based [[package]] management, and evolved from there.&lt;br /&gt;
&lt;br /&gt;
It was one of the first distributions to be optimized for [[i586]] [[processor]]s (and superior). It developed a graphical installation process recognized by many as the best available, with advanced and efficient hardware detection. Mandrake Linux was also the first rpm-based distribution to provide automatic resolution of dependencies, with urpmi, which debuted in version 7.2. urpmi is now capable of updating the entire distribution, installing security updates, and many other features. A graphical interface to urpmi is provided in rpmdrake (and the MandrakeUpdate tool specifically for security updates). &lt;br /&gt;
&lt;br /&gt;
The [[GPL]] (General Public License) governs the development and redistribution of Mandrake Linux and Mandrake Linux is community-driven to a large degree. Non-MandrakeSoft contributors have write access to packages in the main distribution, commit access to Mandrake's own tools in [[CVS]], full bug tracking rights in [http://qa.mandrakesoft.com Mandrake's bugzilla] and the [http://qa.mandrakesoft.com/wiki Mandrake Development wiki]. Over half the packages in the entire distribution (combining &amp;quot;main&amp;quot; and &amp;quot;contrib&amp;quot;) are maintained by the community. For non-developers, support is available from the unofficial [http://mandrake.vmlinuz.ca Mandrake community wiki] and the [http://www.mandrakeusers.org Mandrake Users Board].&lt;br /&gt;
&lt;br /&gt;
Although many see Mandrake as only a desktop-oriented distribution (and one of the best [[distribution]]s for the home desktop), a number of features give Mandrake some advantages over other distributions on servers. Successful cases of the use of Mandrake in business settings (in both desktop and server roles) are documented at [http://mandrakebizcases.com/ this site].&lt;br /&gt;
&lt;br /&gt;
Distributions similar to Mandrake include:&lt;br /&gt;
&lt;br /&gt;
*[[Red Hat]] &lt;br /&gt;
*[[SuSE]] &lt;br /&gt;
*[[Lorma]] &lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
&lt;br /&gt;
==Latest major release==&lt;br /&gt;
The latest major release of Mandrakelinux is '''Mandrakelinux 10'''. You can find out more information about this in the [http://www.mandrakelinux.com/en/features.php3 Mandrakelinux 10.0 Presentation &amp;amp; Features].&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.mandrakelinux.com/en-us/ Official website]&lt;br /&gt;
*[http://www.mandrakelinux.com/en-us/concept.php3 Further information]&lt;br /&gt;
*[http://www.madpenguin.org/cms/html/47/1040.html Mandrake 10 review] - from Madpenguin.org&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User_talk:Digiot&amp;diff=21862</id>
		<title>User talk:Digiot</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User_talk:Digiot&amp;diff=21862"/>
		<updated>2004-06-19T23:56:19Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Okay, I think I understand what these pages are for now. [[User_talk:aaa|aaa]]'s got some nice rules but I only ask for &amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; dividers and maybe a &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. I'd appreciate any advice, opinions, corrections, feedback.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 03:40, Feb 25, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Horizontal dividers and Tildes should be sufficient to create readable Talk pages. (nice Unix history)&lt;br /&gt;
&lt;br /&gt;
[[User:Skyline|Skyline]] 11:50, Feb 25, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thanks. :) &lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 20:57, Feb 25, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Could you please delete [[Pi in C]] so [[PiC]] can be moved there in its place? Thanks [[User:Dysprosia|Dysprosia]] 17:43, Mar 19, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I don't know that it really matters which direction a redirect points. But since its two links against one, I guess it might as well be unanimous.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 18:20, Mar 19, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
: Thanks for that. It's generally a matter of what looks better, and consistency - for example, &amp;quot;GoodCProgrammingPractice&amp;quot; or &amp;quot;Good C programming practice&amp;quot;... [[User:Dysprosia|Dysprosia]] 19:33, Mar 19, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
:: I don't understand why people like the first one - I have seen other wikis where this is the norm and to me it looks BizarreAndTotallyUnreadable. [[User:LordK|LordK]] 15:01, Apr 5, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
woah... &lt;br /&gt;
if external hyperlinks are not represented as such.. there is something wrong...&lt;br /&gt;
this wiki has no navigation structure...  we need to keep an unobtrusive method of doing so.. i.e. compact, yet descriptive.&lt;br /&gt;
&lt;br /&gt;
We really need [[back links]] but that doesn't look like it's going to happen...&lt;br /&gt;
&lt;br /&gt;
If your following the Manual Of Style.. then I can't deal with this wiki, it's worthless to me... because of navigation issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dude, you say you're ammeture with some computing stuff in your user page...&lt;br /&gt;
I've been doing wiki's intensly for about 2 years now... we need to have external links shown as such--&amp;gt; full URLs&amp;lt;BR&amp;gt;&lt;br /&gt;
we are wasting a lot of time doing otherwise&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
External hyperlinks are represented with remarkable clarity by labelling them 'External links' as per the MoS. The site has a navigation structure of a topical main page and naturally included links, preferably in the main body of the article where actual ''content'' is presented and, failing that, in the 'See also' section - again, as per the MoS.&lt;br /&gt;
&lt;br /&gt;
I'm sorry we don't meet your needs. Yes, strangely enough, we do follow the MoS that was worked on by several people and checked out with the community at large prior to adoption. It is still a work in progress. Perhaps one day it will suit you.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 05:47, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Nowhere did I say I was new to computing. I suspect I got my first computer before you were born but that's neither here nor there. My computing experience or lack thereof has nothing to do with the fact that I was charged by the owner of this site to help maintain it and I'm ''trying'' to do that and to help you out at '''this''' Wiki.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 05:51, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Amateur. Yes. Amateur does not mean 'new' - it means I do not administer Linux for pay. I do not participate at this site for pay. I do it because I love Linux. Could you please add comments rather than editing them into that single post?&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 05:55, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The power of the wiki comes from our ability to fix errors...  If ya'll wanted a forum, just grab a forum software suite.&lt;br /&gt;
&lt;br /&gt;
The history of the errors is built into the wiki.  It stores diffs. If you want to see what I said in haste, go ahead and view the diff... I know that you can see that, so I tagged a little: &amp;quot;I'm sorry&amp;quot; to my note.&lt;br /&gt;
&lt;br /&gt;
(yes, I make mistakes, and many of them are agrevating, but I like to go fix them)&lt;br /&gt;
&lt;br /&gt;
Note, there is nothing that says you are an administrator on this site from what I've seen... I believe you when you say that you are...   but note, the &amp;quot;owner&amp;quot; of the wiki has placed the responsibility of maintaining the wiki to us all.&lt;br /&gt;
&lt;br /&gt;
: Well, I guess I'd be the &amp;quot;owner&amp;quot; you speak of.  While the power of wiki clear is in the ability for all to contribute, we need to have some sort of a standard format to keeps things readable and useful.  Note that you do not neccessarily have to enter info into the wiki in the MoS format, but it *will* get changed into that format by someone.  [[User:Jeremy|Jeremy]] 11:56, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
I'm sticking to my guns about when to use fully formed links, and when not to.&lt;br /&gt;
note, it's not worth my time to go back continually and fix pages that get broken, neither is it for you.&lt;br /&gt;
&lt;br /&gt;
Thank you for backing down temporarily on the midi page, we can resume this more civily, and I have other wiki's to work on if you don't want me here.  I just know that empty pages well linked to eachother offer way more information to users than  full articles with no navigation&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just so you don't think I'm trying to deceive you: [[LQWiki:Administrators]].&lt;br /&gt;
&lt;br /&gt;
I understand that regarding diffs, but Talk pages are a bit different from article pages. (We ''do'' already have forum software - [http://www.linuxquestions.org/questions/index.php?s= LQ].&lt;br /&gt;
&lt;br /&gt;
It's not at all that you're not wanted here. As I say, it's just a different manner of suggesting changes might be helpful. We want all the contributions we can get. It's not a question of whether this formatting or that formatting is right - yours may well be the better option. But until such time as explicitly stated policies (and we have so few that this not restrictive) are explicitly changed, it's best not to go trying to force those changes. That's my main point.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 06:30, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
wow, you sure protected that markup page fast... but it is asking for fixes! geez.. at least make a clone of all of these protected pages that are editable, and choose from the changes that you like...   it looks like you are blocking all changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;quot;but note, the &amp;quot;owner&amp;quot; of the wiki has placed the responsibility of maintaining the wiki to us all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I forgot to comment on this while trying to find links. Your absolutely right and that's an excellent point. But it's all of us ''together'' - in discussion rather than conflict. :)&lt;br /&gt;
&lt;br /&gt;
As far as the protection, that was only a temporary move. At that point I wasn't sure where things were going. ;) I agree it's not a casual or helpful thing to do in general.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 06:34, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
509 332 7697 (WA USA)  alpeterson@wsu.edu, (IM: incinerated@yahoo.com ICQ 2302806, aaron_pet@hotmail.com )&lt;br /&gt;
&lt;br /&gt;
I need to go to bed, or move along with other projects, feel free to contact me over IM&lt;br /&gt;
--AaronPeterson&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Oh. Okay. I was going to say I'd unprotected the page and was just going to ask that if you see missing things feel free to add them but if you see things you want to explicitly ''change'' - in other words, a principle's already been expressed and you want something different - just please post your suggestions on the Talk page or to the mailing list to get a feel for how everybody else feels before making the change.&lt;br /&gt;
&lt;br /&gt;
Take it easy. I'm going to be heading out, too. :)&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 06:40, Mar 24, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
When you redirected [[Books]] you effectively deleted the content that was there!&lt;br /&gt;
can those books be added to the list?&lt;br /&gt;
&lt;br /&gt;
Forking is not bad!!! having similar names is a way to fork!!!  If you would have just said See Instead: [[Linux Books]]  I would have been totally happy...  this is an example of nuking a page... even though it didnt' hurt anything!&lt;br /&gt;
[[User:AaronPeterson|AaronPeterson]] 22:39, Mar 29, 2004 (EST)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That might be true if there had been any content to delete.&lt;br /&gt;
&lt;br /&gt;
While 'plunging forward' and leaving 'stub pages' is encouraged to an extent, you have to understand that people will be coming here for knowledge. If they click on nothing but a dozen stubs in a row they're going to be rightly annoyed. Similarly, duplication of effort is not good. They don't want to read 16 pages of almost identical content and most of us don't want to write it.&lt;br /&gt;
&lt;br /&gt;
And you can't be carving out your own little kingdom of Aaronland in the continent of LQWiki, Aaron. There is just one LQWiki and we all have to work together on a single collaborative work made up of divergent views. But the point is for those views to converge ultimately in the best Wiki we can make. Not to make a truly 80s Unix-like split of redundancy and incompatibility.&lt;br /&gt;
&lt;br /&gt;
It sounds like you want your own web page rather than a Wiki, but you'll have to do that on your own time and with your own resources and not use this Wiki as a free webhost. Again, this isn't to say you're not welcome and not welcome to express your own opinions. But, as I've said several times, you need to build a consensus behind those opinions, not willfully enact them on your own.&lt;br /&gt;
&lt;br /&gt;
I'm about to go on an editing binge. It is not personal. It is not any 'wiki war'. It is just enacting principles that were established before you got here and which the community has yet to see fit to change and that you've been told about repeatedly.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 05:01, Mar 30, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
We are obiously on line at the same time right now, irc.freenode.net @linuxquestions, we'll make a private chat, I'm MrDarkUser (or some variant there of) or call me 509 332 7697, or IM me, My contact info should be up on this page somewhere, and it's on the list.  It's not right to be flaming without actually talking... call me and do a callerid block if you don't trust me,  or I'll freakin buy you a phone card and you can use a pay phone.&lt;br /&gt;
: This excludes everyone else from the conversation.  That's why we have the mailing list.  [[User:Jeremy|Jeremy]] 13:53, Apr 7, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
See the Sysop mailing list for were we're up to  ;) - Sky&lt;br /&gt;
&lt;br /&gt;
[[User:Skyline|Skyline]] 12:00, Apr 25, 2004 (EDT)&lt;br /&gt;
----&lt;br /&gt;
==Community Commons==&lt;br /&gt;
I've set up a prototype &amp;quot;Community Commons&amp;quot; page that you might want to check out. [[LQWiki:Community Commons]] I'll eventually send an email to the mailing list about it, but it'll be at least Monday before I do. I guess that gives me time to repent ;-) I also made a prototype Village Pump-style Forum: [[LQWiki:Forums]] [[User:Crazyeddie|Crazyeddie]] 01:45, Jun 19, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Interesting stuff. It may well generate some extra work and it somewhat overlaps some other areas of the site, but I can see how it would be useful. Kind of a mix. I left some more comments on the talk page of the Commons page. --[[User:Digiot|Digiot]] 19:56, Jun 19, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki_talk:Community_Commons&amp;diff=9706</id>
		<title>LQWiki talk:Community Commons</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki_talk:Community_Commons&amp;diff=9706"/>
		<updated>2004-06-19T23:56:13Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Who's Who==&lt;br /&gt;
Er, to take pre-emptive action against possible flames regarding a potential gaffe of mine:&lt;br /&gt;
&lt;br /&gt;
After poking around looking for a list of admins, I've come to the conclusion that my categories of admin/mod may differ from everbody else's. By admin, I mean the people who run the actual underlying machinery that keeps the Wiki alive: the web server, the sql database, the wiki code, etc. By mods, I mean the people who cleanup the average contributor's messes. From the mailing-list, I've gotten the impression that Jeremy is at least the main admin, might have some help (Mike possibly?)&lt;br /&gt;
&lt;br /&gt;
Sorry for any confusion. I suppose that my confusion is a good reason for this section.[[User:Crazyeddie|Crazyeddie]] 01:39, Jun 19, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Jeremy's the most exalted supreme cheese. David is the grand vizier. That dynamic duo handles the backend. So they're admins and the rest of the sysops just op the sys.&lt;br /&gt;
&lt;br /&gt;
:I've been kind of out of the loop lately so I don't know how much of this will fly, but I figured I could straighten that much out. And, if I'm wrong, maybe Jeremy or somebody will straighten me out. ;) --[[User:Digiot|Digiot]] 19:56, Jun 19, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=LQWiki:Community_Commons&amp;diff=24295</id>
		<title>LQWiki:Community Commons</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=LQWiki:Community_Commons&amp;diff=24295"/>
		<updated>2004-06-19T23:56:04Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intro==&lt;br /&gt;
&lt;br /&gt;
''This page is a prototype of a Community Commons page. In theory, this page will be locked down as a special page, and pretty-uped with actual html. But for now, feel free to edit it. The purpose of this page is to give a glimpse behind the scenes of the main wiki, and to encourage a feeling of community amongst the contributors. (Not that there isn't plenty already!)''&lt;br /&gt;
&lt;br /&gt;
==Tourist Information==&lt;br /&gt;
&lt;br /&gt;
''A counter of how many articles there are total''&lt;br /&gt;
&lt;br /&gt;
''A link to a list of recent changes, requested articles, etc, in addition to the links from the main page''&lt;br /&gt;
&lt;br /&gt;
==Contacts==&lt;br /&gt;
You can go to our parent site for your Linux questions:&lt;br /&gt;
&lt;br /&gt;
http://LinuxQuestions.org&lt;br /&gt;
&lt;br /&gt;
Or talk to your fellow contributors:&lt;br /&gt;
&lt;br /&gt;
[[LQWiki:Forums]]&lt;br /&gt;
&lt;br /&gt;
Or subscribe to the Wiki's mailing list:&lt;br /&gt;
&lt;br /&gt;
http://lists.linuxquestions.org/mailman/listinfo/lqwiki-list&lt;br /&gt;
&lt;br /&gt;
You can also talk with individual contributors on their personal talk page. ''insert information on how to actually get there''&lt;br /&gt;
&lt;br /&gt;
==Behind the Scenes==&lt;br /&gt;
&lt;br /&gt;
[[LQWiki:Admin's Log]]&lt;br /&gt;
&lt;br /&gt;
''Despite the name, I don't really expect a &amp;quot;fixed bug foo today&amp;quot;. But given that the average contributor has a strong interest in Linux, but might not have much actual real world experience, it might be good if admins could give a look behind the scenes of the wiki, and give the contributors a glimpse of what it's like to be a webadmin/wikiadmin. Assuming of course, they can do this in their, heh, copious spare time.'' [[User:Crazyeddie|Crazyeddie]] 00:48, Jun 19, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
[[LQWiki:History]]&lt;br /&gt;
&lt;br /&gt;
==Who's Who==&lt;br /&gt;
&lt;br /&gt;
===Admins===&lt;br /&gt;
&lt;br /&gt;
*[[User:Jeremy|Jeremy]]&lt;br /&gt;
*[[User:David ross|David ross]]&lt;br /&gt;
&lt;br /&gt;
===SysOps===&lt;br /&gt;
&lt;br /&gt;
*[[User:Jeremy|Jeremy]]&lt;br /&gt;
*[[User:David ross|David ross]]&lt;br /&gt;
*[[User:Digiot|Digiot]]&lt;br /&gt;
*[[User:MikeCapone|MikeCapone]]&lt;br /&gt;
*[[User:Ugen64|Ugen64]]&lt;br /&gt;
*[[User:Skyline|Skyline]]&lt;br /&gt;
*[[User:Dysprosia|Dysprosia]]&lt;br /&gt;
&lt;br /&gt;
===Notable Contributors===&lt;br /&gt;
&lt;br /&gt;
'''Top Contributors''' ''This would be a link to a list of contributors sorted by number of contributions, but this requires a admin or possibly a mod to actually implement.''&lt;br /&gt;
&lt;br /&gt;
'''Oldtimers''' ''A list of active contributors, sorted by when the account was activated.''&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Firewall&amp;diff=10359</id>
		<title>Talk:Firewall</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Firewall&amp;diff=10359"/>
		<updated>2004-06-15T05:43:25Z</updated>

		<summary type="html">&lt;p&gt;Digiot: redirect ;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How do I check if I have a firewall running already? Does Linux (Fedora Core 1 in my case) come with a firewall running out of the box? Or do I have to turn it on?&lt;br /&gt;
&lt;br /&gt;
:I'm unfamiliar with Fedora but the appropriate place for questions is the LQ [http://www.linuxquestions.org/questions/index.php?s= Forums]. You'll get a lot of help there. This is more for knowledge base articles. --[[User:Digiot|Digiot]] 01:43, Jun 15, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=9622</id>
		<title>List of Linux distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=9622"/>
		<updated>2004-06-13T22:08:01Z</updated>

		<summary type="html">&lt;p&gt;Digiot: Oops. It's confusing in there.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://kernel.org Linux] is a [[kernel]], in itself not an extremely useful piece of software, but very important: it provides hardware resources management, and access to the hardware is necessary to get anything done, of course.  To have a fully functional [[operating system]], some basic software is needed as well.  A [[GNU/Linux]] [[distribution]] is the complete package.  Most modern distributions also come with graphical installers to help with the initial setup.&lt;br /&gt;
&lt;br /&gt;
===Special categories===&lt;br /&gt;
*[[Live CD distributions]]&lt;br /&gt;
*[[Source distributions]]&lt;br /&gt;
*[[Firewall distributions]]&lt;br /&gt;
*[[Embedded Linux]]&lt;br /&gt;
&lt;br /&gt;
===Alphabetical distribution listing===&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Ark linux]]&lt;br /&gt;
*[[Aurox]]&lt;br /&gt;
*[[BasicLinux]]&lt;br /&gt;
*[[BioKnoppix]]&lt;br /&gt;
*[[BLAG]]&lt;br /&gt;
*[[Buffalo]]&lt;br /&gt;
*[[cAos]]&lt;br /&gt;
*[[ClusterKnoppix]]&lt;br /&gt;
*[[CollegeLinux]]&lt;br /&gt;
*[[Conectiva]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[DamnSmallLinux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[DragonLinux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Feather]]&lt;br /&gt;
*[[Fedora]]&lt;br /&gt;
*[[Floppix]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*[[Gnoppix]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Kanotix]]&lt;br /&gt;
*[[KnopILS]]&lt;br /&gt;
*[[Knoppix]]&lt;br /&gt;
*[[Kurumin]]&lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
*[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lorma]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*[[Mandrake]]&lt;br /&gt;
*[[Mandows]]&lt;br /&gt;
*[[MEPIS]]&lt;br /&gt;
*[[Morphix]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Peanut]]&lt;br /&gt;
*[[PCLinuxOS]]&lt;br /&gt;
*[[PHLAK]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*[[Slax]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[SOT Linux]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[Sun JDS]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*[[SystemRescue]]&lt;br /&gt;
*[[Thiz]]&lt;br /&gt;
*[[Trustix Secure Linux]]&lt;br /&gt;
*[[TurboLinux]]&lt;br /&gt;
*[[VectorLinux]]&lt;br /&gt;
*[[Whitebox Linux]]&lt;br /&gt;
*[[Yellow Dog Linux]]&lt;br /&gt;
*[[Xandros]]&lt;br /&gt;
&lt;br /&gt;
===Family-Tree distribution listing===&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*#[[DamnSmallLinux]]&lt;br /&gt;
*#[[Floppix]]&lt;br /&gt;
*#[[Knoppix]]&lt;br /&gt;
*##[[BioKnoppix]]&lt;br /&gt;
*##[[ClusterKnoppix]]&lt;br /&gt;
*##[[Feather]]&lt;br /&gt;
*##[[Gnoppix]]&lt;br /&gt;
*##[[Kanotix]]&lt;br /&gt;
*##[[KnopILS]]&lt;br /&gt;
*##[[Kurumin]]&lt;br /&gt;
*##[[MEPIS]]&lt;br /&gt;
*##[[Morphix]]&lt;br /&gt;
*###[[PHLAK]]&lt;br /&gt;
*#[[Libranet]]&lt;br /&gt;
*#[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*#[[Xandros]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*#[[SystemRescue]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*[[Mandrake]]&lt;br /&gt;
*#[[Mandows]]&lt;br /&gt;
*#[[PCLinuxOS]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*#[[Ark linux]]&lt;br /&gt;
*#[[Aurox]]&lt;br /&gt;
*#[[BLAG]]&lt;br /&gt;
*#[[cAos]]&lt;br /&gt;
*#[[Conectiva]]&lt;br /&gt;
*#[[Fedora]]&lt;br /&gt;
*#[[Lorma]]&lt;br /&gt;
*#[[SOT Linux]]&lt;br /&gt;
*#[[Thiz]]&lt;br /&gt;
*#[[Trustix Secure Linux]]&lt;br /&gt;
*#[[TurboLinux]]&lt;br /&gt;
*#[[Whitebox Linux]]&lt;br /&gt;
*#[[Yellow Dog Linux]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*#[[BasicLinux]]&lt;br /&gt;
*#[[CollegeLinux]]&lt;br /&gt;
*#[[DragonLinux]]&lt;br /&gt;
*#[[Peanut]]&lt;br /&gt;
*#[[Slax]]&lt;br /&gt;
*#[[VectorLinux]]&lt;br /&gt;
*##[[Buffalo]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*#[[Sun JDS]]&lt;br /&gt;
&lt;br /&gt;
Don't know what distribution is right for you? See [[Choosing a Linux distribution]].&lt;br /&gt;
&lt;br /&gt;
== Sites with distro lists ==&lt;br /&gt;
*http://www.linux.com&lt;br /&gt;
*http://www.linux.org&lt;br /&gt;
*http://www.linuxiso.org&lt;br /&gt;
*http://www.distrowatch.org&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Choosing_a_Linux_distribution&amp;diff=17120</id>
		<title>Talk:Choosing a Linux distribution</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Choosing_a_Linux_distribution&amp;diff=17120"/>
		<updated>2004-06-13T22:01:07Z</updated>

		<summary type="html">&lt;p&gt;Digiot: question, comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I dunno that I'd recommend Debian to the newbie in the same breath as Mandrake. :D Not until the new installer, anyway.&lt;br /&gt;
&lt;br /&gt;
Somebody know of a micro-distro that '''isn't''' dead? Probably shouldn't have even added them. --[[User:Digiot|Digiot]] 18:01, Jun 13, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=9523</id>
		<title>List of Linux distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=9523"/>
		<updated>2004-06-13T21:59:10Z</updated>

		<summary type="html">&lt;p&gt;Digiot: added some micro-distros&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://kernel.org Linux] is a [[kernel]], in itself not an extremely useful piece of software, but very important: it provides hardware resources management, and access to the hardware is necessary to get anything done, of course.  To have a fully functional [[operating system]], some basic software is needed as well.  A [[GNU/Linux]] [[distribution]] is the complete package.  Most modern distributions also come with graphical installers to help with the initial setup.&lt;br /&gt;
&lt;br /&gt;
===Special categories===&lt;br /&gt;
*[[Live CD distributions]]&lt;br /&gt;
*[[Source distributions]]&lt;br /&gt;
*[[Firewall distributions]]&lt;br /&gt;
*[[Embedded Linux]]&lt;br /&gt;
&lt;br /&gt;
===Alphabetical distribution listing===&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Ark linux]]&lt;br /&gt;
*[[Aurox]]&lt;br /&gt;
*[[BasicLinux]]&lt;br /&gt;
*[[BioKnoppix]]&lt;br /&gt;
*[[BLAG]]&lt;br /&gt;
*[[Buffalo]]&lt;br /&gt;
*[[cAos]]&lt;br /&gt;
*[[ClusterKnoppix]]&lt;br /&gt;
*[[CollegeLinux]]&lt;br /&gt;
*[[Conectiva]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[DamnSmallLinux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[DragonLinux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Feather]]&lt;br /&gt;
*[[Fedora]]&lt;br /&gt;
*[[Floppix]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*[[Gnoppix]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Kanotix]]&lt;br /&gt;
*[[KnopILS]]&lt;br /&gt;
*[[Knoppix]]&lt;br /&gt;
*[[Kurumin]]&lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
*[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lorma]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*[[Mandrake]]&lt;br /&gt;
*[[Mandows]]&lt;br /&gt;
*[[MEPIS]]&lt;br /&gt;
*[[Morphix]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Peanut]]&lt;br /&gt;
*[[PCLinuxOS]]&lt;br /&gt;
*[[PHLAK]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*[[Slax]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[SOT Linux]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[Sun JDS]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*[[SystemRescue]]&lt;br /&gt;
*[[Thiz]]&lt;br /&gt;
*[[Trustix Secure Linux]]&lt;br /&gt;
*[[TurboLinux]]&lt;br /&gt;
*[[VectorLinux]]&lt;br /&gt;
*[[Whitebox Linux]]&lt;br /&gt;
*[[Yellow Dog Linux]]&lt;br /&gt;
*[[Xandros]]&lt;br /&gt;
&lt;br /&gt;
===Family-Tree distribution listing===&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*#[[DamnSmallLinux]]&lt;br /&gt;
*#[[Knoppix]]&lt;br /&gt;
*##[[BioKnoppix]]&lt;br /&gt;
*##[[ClusterKnoppix]]&lt;br /&gt;
*##[[Feather]]&lt;br /&gt;
*##[[Floppix]]&lt;br /&gt;
*##[[Gnoppix]]&lt;br /&gt;
*##[[Kanotix]]&lt;br /&gt;
*##[[KnopILS]]&lt;br /&gt;
*##[[Kurumin]]&lt;br /&gt;
*##[[MEPIS]]&lt;br /&gt;
*##[[Morphix]]&lt;br /&gt;
*###[[PHLAK]]&lt;br /&gt;
*#[[Libranet]]&lt;br /&gt;
*#[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*#[[Xandros]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*#[[SystemRescue]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*[[Mandrake]]&lt;br /&gt;
*#[[Mandows]]&lt;br /&gt;
*#[[PCLinuxOS]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*#[[Ark linux]]&lt;br /&gt;
*#[[Aurox]]&lt;br /&gt;
*#[[BLAG]]&lt;br /&gt;
*#[[cAos]]&lt;br /&gt;
*#[[Conectiva]]&lt;br /&gt;
*#[[Fedora]]&lt;br /&gt;
*#[[Lorma]]&lt;br /&gt;
*#[[SOT Linux]]&lt;br /&gt;
*#[[Thiz]]&lt;br /&gt;
*#[[Trustix Secure Linux]]&lt;br /&gt;
*#[[TurboLinux]]&lt;br /&gt;
*#[[Whitebox Linux]]&lt;br /&gt;
*#[[Yellow Dog Linux]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*#[[BasicLinux]]&lt;br /&gt;
*#[[CollegeLinux]]&lt;br /&gt;
*#[[DragonLinux]]&lt;br /&gt;
*#[[Peanut]]&lt;br /&gt;
*#[[Slax]]&lt;br /&gt;
*#[[VectorLinux]]&lt;br /&gt;
*##[[Buffalo]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*#[[Sun JDS]]&lt;br /&gt;
&lt;br /&gt;
Don't know what distribution is right for you? See [[Choosing a Linux distribution]].&lt;br /&gt;
&lt;br /&gt;
== Sites with distro lists ==&lt;br /&gt;
*http://www.linux.com&lt;br /&gt;
*http://www.linux.org&lt;br /&gt;
*http://www.linuxiso.org&lt;br /&gt;
*http://www.distrowatch.org&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Choosing_a_Linux_distribution&amp;diff=10084</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=10084"/>
		<updated>2004-06-13T21:58:53Z</updated>

		<summary type="html">&lt;p&gt;Digiot: change toc/order; add micro-distros; Gentoo note; stubify&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 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>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Umount&amp;diff=9486</id>
		<title>Umount</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Umount&amp;diff=9486"/>
		<updated>2004-06-11T20:43:14Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''umount''' (''not'' &amp;quot;u'''n'''mount&amp;quot;) detaches a volume from the file hierarchy - unmounting it. For example, if /dev/hdc1 is mounted as /mnt/onedisk then you will be able to browse the contents of hdc1 as though it were just another directory. However, once you &amp;quot;umount&amp;quot; it, it will appear devoid of content. It doesn't mean that there isn't anything on hdc1 - it just means that the kernel is no longer associating /mnt/onedisk with hdc1. This can be remedied by using [[mount]] to restore this association.&lt;br /&gt;
&lt;br /&gt;
A common issue when attempting to unmount devices currently mounted is that umount will refuse, stating that the device is currently busy. One must close the file in all the processes that are using the device (that is, accessing files or using the device directly).  If you don't know what is using the device, see [[lsof]]. Alternatively, if the device is mounted in the filesystem, and you are currently in that filesystem, simply changing directory first will often allow umount to do its work.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--One of the funnier things I've seen lately, paraphrasing from /.: 'why the *bleep* is it 'umount'? Do I really get such a benefit from not typing the 'n'? Well then what's with the other one? Why the *bleep* isn't it 'umout' then?' A parallel case with 'creat()' - why not 'crat()'?--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Internet_Explorer&amp;diff=24245</id>
		<title>Talk:Internet Explorer</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Internet_Explorer&amp;diff=24245"/>
		<updated>2004-06-11T20:43:06Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is Lynx still considered the default browser? Nearly all Linux workstations use desktop environments these days, and most of those include a web browser based on Mozilla. [[User:Sploo22|Sploo22]] 23:13, Jun 8, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Well, workstations are still a minority of Linux installations (I think) and even workstations sometimes have no X. So Lynx is still probably installed on more boxes than any other browser. But, as the article says, that still doesn't make it 'default' - just the closest thing in the sense of being the most widespread - and the article does say Mozilla etc. are 'very popular'. --[[User:Digiot|Digiot]] 16:43, Jun 11, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Rcp&amp;diff=24220</id>
		<title>Rcp</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Rcp&amp;diff=24220"/>
		<updated>2004-06-06T20:52:05Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''rcp''' ('''r'''emote '''c'''o'''p'''y) command is part of the Berkely RPC (&amp;lt;b&amp;gt;R&amp;lt;/b&amp;gt;emote &amp;lt;b&amp;gt;P&amp;lt;/b&amp;gt;rocedure &amp;lt;b&amp;gt;C&amp;lt;/b&amp;gt;all) package. (See rsh and rdist for other examples.) It lets you copy a file from one machine to another, almost as easily as copying a file between two directories.&lt;br /&gt;
&lt;br /&gt;
==Caveat==&lt;br /&gt;
One word of warning, though. The RPC protocols were written in the days when the [[Internet]] consisted of a few hundred people, most of whom knew each other. [[Security]] was never part of the design. The RPC protocols are ok to use on a local [[LAN]]. &amp;lt;b&amp;gt;NEVER&amp;lt;/b&amp;gt; use them across the Internet, especially if you care at all about your data. [[Ssh]] (and it's cousin scp) were partly written to be secure replacements for rsh and rcp. Use them if you have any doubts about how safe your [[network]] is.&lt;br /&gt;
&lt;br /&gt;
==Copying to/from remote machines==&lt;br /&gt;
The basic form of the rcp command is very simple. Say we have a file called &amp;quot;books&amp;quot; that we've edited on our local machine, and we need to give Greta a copy. The sysadmin values utility over everything else, so Greta's machine is called &amp;quot;greta&amp;quot;. We're going to assume we're on a small LAN, so we don't need to worry about a domain name. To copy the file from our home directory on the local machine, to our home directory on Greta's machine, we'd type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rcp books greta:&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let's say we don't have an account on Greta's machine. We could write it to /tmp:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rcp books greta:/tmp&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now let's go the other way. Greta has been doing some work on the file called &amp;quot;tapes&amp;quot; and we want a copy of that for ourselves:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rcp greta:/home/greta/tapes .&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(The &amp;quot;.&amp;quot; means &amp;quot;the current directory).&lt;br /&gt;
&lt;br /&gt;
Finally, just to show what the whole thing looks like, we'll assume we're in our home directory, but we want to copy something to a different directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rcp greta:/usr/acctng/gl/inventory/tapes /usr/acctng/gl/inventory&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you don't put a &amp;quot;/&amp;quot; in front of the file name (but after the colon), it will assume you're in your home directory. If we had run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rcp greta:usr/acctng/gl/inventory/tapes /usr/acctng/gl/inventory&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
it would have tried to go to our home directory, and then the usr/acctng/gl/inventory directory under that. If what you want IS somewhere in your home directory, that's fine. If it's not, be sure to remember to put the &amp;quot;/&amp;quot; right after the colon.&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Hardware_configuration&amp;diff=24217</id>
		<title>Talk:Hardware configuration</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Hardware_configuration&amp;diff=24217"/>
		<updated>2004-06-06T20:51:57Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''The kudzu command checks and modifies the hardware configuration.''&lt;br /&gt;
&lt;br /&gt;
Isn't kudzu an RH-specific tool? Or at least not widely used otherwise. Distro-specific commands need to be described as such.&lt;br /&gt;
&lt;br /&gt;
--[[User:Digiot|Digiot]] 16:21, Jun 5, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Yeah, developed by RH, but also available in other distros. Mentioned that on the Kudzu page. Also moved the stuff from Automatic Hardware Configuration page and redirected.&amp;lt;br /&amp;gt; --[[User:Jor|Jor]] 07:13, Jun 6, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
:: Okay, thanks. I thought it was something like that. [[User:Digiot|Digiot]] 16:51, Jun 6, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Slackware&amp;diff=9394</id>
		<title>Talk:Slackware</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Slackware&amp;diff=9394"/>
		<updated>2004-06-05T20:22:20Z</updated>

		<summary type="html">&lt;p&gt;Digiot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;wouldn't it be helpful to add some tools for slackware.&amp;lt;br&amp;gt;&lt;br /&gt;
e.g. swaret&amp;lt;br&amp;gt;&lt;br /&gt;
helpful pages for newbies:&amp;lt;br&amp;gt;&lt;br /&gt;
e.g. slackware book, linuxpackages, etc.&lt;br /&gt;
&lt;br /&gt;
(-- GEnTi)&lt;br /&gt;
&lt;br /&gt;
:Sure. Don't use swaret myself, but adding anything useful for Slack sounds good to me. :) Don't forget to sign your name on discussion pages with the tildes and to use &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; for line breaks. The last two in this [[LinuxQuestions.org_Wiki:LQ_Central#Guidelines|section]] may help. --[[User:Digiot|Digiot]] 16:22, Jun 5, 2004 (EDT)&lt;/div&gt;</summary>
		<author><name>Digiot</name></author>
	</entry>
</feed>