<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Naoliv</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Naoliv"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/Naoliv"/>
		<updated>2026-09-16T20:54:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Kernel</id>
		<title>Kernel</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Kernel"/>
				<updated>2005-02-03T03:47:25Z</updated>
		
		<summary type="html">&lt;p&gt;Naoliv: Deleted some junk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Kernel Version Numbering ==&lt;br /&gt;
&lt;br /&gt;
All Linux kernel version numbers contain three numbers separated by periods (dots). The first number is the kernel version. We are now on the third kernel version, 2. Some of you may be running a version 1 kernel, and I am aware of at least one running version 0 kernel.&lt;br /&gt;
&lt;br /&gt;
The second number is the kernel major number. Major numbers which are '''even''' numbers (0 is considered an even number) are said to be '''stable'''. That is, these kernels should not have any crippling bugs, as they have been fairly heavily tested. While some contain small bugs, they can usually be upgraded for hardware compatibility or to armor the kernel against system crackers. For example, kernel 2.0.30, shunned by some in favor of 2.0.29 because of reported bugs, contains several patches including one to protect against SYN denial of service attacks. The kernels with odd major numbers are developmental kernels. These have not been tested and often as not will break any software packages you may be running. Occasionally, one works well enough that it will be adopted by users needing the latest and greatest support before the next stable release. This is the exception rather than the rule, and it requires substantial changes to a system.&lt;br /&gt;
&lt;br /&gt;
The last number is the minor number and is increased by one for each release. If you see kernel version 2.0.8, you know it's a kernel 2.0, stable kernel, and it is the ninth release (we begin counting with 0).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See&lt;br /&gt;
&lt;br /&gt;
* [[Last Kernel]]&lt;br /&gt;
* http://wiki.debian.net/index.cgi?Kernel&lt;/div&gt;</summary>
		<author><name>Naoliv</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Using_FAQ</id>
		<title>Using FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Using_FAQ"/>
				<updated>2005-02-03T03:47:20Z</updated>
		
		<summary type="html">&lt;p&gt;Naoliv: Deleted some junk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-German Version: [[Deutsch Using Faq]]&lt;br /&gt;
&lt;br /&gt;
-Versión española: [[Usando Faq]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Q: Knoppix 3.2: Errormessage during booting, when HOME-Directory is saved on HD? ==&lt;br /&gt;
I've saved the date on a FAT-32Partition, as an image and without password. I can't format the partition in a LINUX-Format, since it's used by other data. When I boot KNOPPIX with &amp;quot;knoppix myconfig=... home=....&amp;quot;, a short time later the message appears, that s.th. is not found and I'm asked for a password with at least 20 signs length (but such a password does not exist). It's no difference whether I type &amp;quot;home=scan&amp;quot; or s.th. like &amp;quot;home=/dev/hda5&amp;quot;. Never the less it seems to work fine, when I ignore the password request and negate the further enquiry with &amp;quot;n&amp;quot; for &amp;quot;no&amp;quot;. When I leave out &amp;quot;home=...&amp;quot; Knoppix has forgotton -as expected- the Home-Directory. The behavior is some how unbeautiful. Does anyone know how to avoid the request of that password?&lt;br /&gt;
&lt;br /&gt;
A: I encountered this problem when I placed both the config files and the persistent home on the same partition.If you do not have separate partitons then the config can be located on a floppy( I have not tried this.)&lt;br /&gt;
&lt;br /&gt;
==Q: What is the root password?==&lt;br /&gt;
&lt;br /&gt;
A: There is none; all passwords are locked by default. You can set it by going Knoppix Menu-&amp;gt;Root Shell and typing &amp;quot;passwd&amp;quot;, then enterting a root password, also there are several sections you can read dealing with this subject in KNOPPIX/README_Security.txt.&lt;br /&gt;
You can also type &amp;quot;sudo su&amp;quot; or &amp;quot;sudo -s&amp;quot; in any console window, or use &amp;lt;ctr&amp;gt;-&amp;lt;alt&amp;gt;-F2 to get at the text console with already opened root shell.&lt;br /&gt;
&lt;br /&gt;
Apparently, however, in some versions of Knoppix, if you type 'sudo -s', it will ask for a password. If you simply press return without entering anything, it will tell you 'Authentication Failed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Q: How can I write data on [http://www.wikipedia.org/wiki/NTFS NTFS] partitions?==&lt;br /&gt;
&lt;br /&gt;
A: Don't even think of it unless you have version 3.4 or later. Even then, make sure that you run the 2.6 or later kernel, and install the NTFS drivers using the Captive NTFS script of the Knoppix submenu.  With earlier versions, you can read NTFS, but writing will cause data loss.&lt;br /&gt;
&lt;br /&gt;
==Q: I want to copy files to a windows box over the network==&lt;br /&gt;
&lt;br /&gt;
A: both directions are possible. Either start SAMBA or mount the remote share.&lt;br /&gt;
* &amp;quot;sudo /etc/init.d/samba start&amp;quot;, add users with &amp;quot;smbpasswd -a knoppix&amp;quot;. After this, the home directory of user knoppix will be shared as readonly. If you need other shares, edit /etc/samba/smb.conf and restart samba (replace &amp;quot;start&amp;quot; with &amp;quot;restart&amp;quot;).&lt;br /&gt;
* &amp;quot;mkdir tmp/share; sudo mount -t smbfs -o username=Administrator //otherbox/share /tmp/share&amp;quot; (maybe start samba too to get rid of the warnings, especialy when using &amp;quot;nmblookup&amp;quot;)&lt;br /&gt;
Or you can obtain a lissetup.sh (&amp;quot;wget &amp;lt;nowiki&amp;gt;http://users.volja.net/zejnovi/lissetup.sh&amp;lt;/nowiki&amp;gt;&amp;quot; in console). After doing that, in console, type: &amp;quot;chmod +x lissetup.sh&amp;quot;, and then &amp;quot;./lissetup.sh&amp;quot;. After doing this, you can use the LAN browser in Konqueror.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Q: How can I watch a DVD?==&lt;br /&gt;
&lt;br /&gt;
A: First of all, you have to have Knoppix installed on your hard drive.  You won't be able to execute the following proceedure if you are running it from the CD.&lt;br /&gt;
&lt;br /&gt;
*Add the following lines to your /etc/apt/sources.list:&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://www.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; $(ARCH)/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://www.videolan.org/pub/videolan/debian&amp;lt;/nowiki&amp;gt; sources/&lt;br /&gt;
&lt;br /&gt;
*Then do:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install libdvdcss2&lt;br /&gt;
&lt;br /&gt;
* Play the DVD (e.g. with Xine, Ogle, Videolan, Mplayer etc).&lt;br /&gt;
* If your DVD plays but skips and jumps while playing the dvd, then you probably need to enable dma for the drive.&lt;br /&gt;
* To see if dma is enabled, log in as root and type: &amp;quot;/sbin/hdparm -d &amp;lt;device name&amp;gt;&amp;quot;  For example: &amp;quot;/sbin/hdparm -d /dev/hdc&amp;quot;&lt;br /&gt;
* To enable dma type: &amp;quot;/sbin/hdparm -d 1 /dev/hdc&amp;quot;&lt;br /&gt;
*If you want dma to be enabled automatically then simply add the line &amp;quot;/sbin/hdparm -d 1 /dev/hdc&amp;quot; to any startup script (/etc/init.d/bootmisc.sh for example).&lt;br /&gt;
*Enjoy watching DVD's in Linux :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Q: I've installed Knoppix 3.1 EN 1/20/03 to my hdd and default language and keyboard setting is German.  How do I change to US EN?  I've changed kde by fumbling through what I remembered of KDE Control Center;  but keyboard is still in German with some of the keys in different places.==&lt;br /&gt;
&lt;br /&gt;
A: Right click on the German flag in the system tray of the taskbar and choose configure from the menu and set the keyboard to the layout you want to use.&lt;br /&gt;
&lt;br /&gt;
You can use too KMenu &amp;gt; Settings &amp;gt; Control Panel &amp;gt; Regional &amp;amp; Accessibility &amp;gt; Country/ Region &amp;amp; Language &amp;gt; Locale &amp;gt; Country: &amp;quot;C - Default&amp;quot;, Keyboard: English: US&lt;br /&gt;
&lt;br /&gt;
That does it for KDE, for the rest of the system type dpkg-reconfigure locales&lt;br /&gt;
&lt;br /&gt;
and choose one of the en_US options.  ISO-8859-15 is nice&lt;br /&gt;
(it includes the euro), although there is nothing wrong&lt;br /&gt;
with  ISO-8859-1.&lt;br /&gt;
&lt;br /&gt;
==Q: I've set the default language and keyboard in KDE, but some pages in Mozilla still come up in German instead of English? How do I fix this?==&lt;br /&gt;
&lt;br /&gt;
A: In Mozilla, under Edit &amp;gt;&amp;gt; Preferences...  and check on Language. On the right-hand side of the page you'll see that German is preferred over English in multi-lingual pages. Move English up and it will be the preferred language.&lt;br /&gt;
&lt;br /&gt;
==Q: I think about using Knoppix to make Partition-Images with [http://www.partimage.org partimage] - Did anybody try this out? Thanks in advance! -- http://linuxwiki.de/Brüßler==&lt;br /&gt;
&lt;br /&gt;
A: Yes, it works. -- [http://linuxwiki.de/PartImage LinuxWiki PartImage (in German)]&lt;br /&gt;
&lt;br /&gt;
==Q: How do I save my preferences (language, UI...) at the end of my session, when booting from CD? How do I restore them?==&lt;br /&gt;
&lt;br /&gt;
Go to the K-menu &amp;gt; KNOPPIX &amp;gt; Configuration and choose &amp;quot;save config&amp;quot;, you can save to floppy or to an already existing partition  on the harddrive. (on a windows partition is fine)&lt;br /&gt;
&lt;br /&gt;
To restore it, at the &amp;quot;boot:&amp;quot; prompt type in &amp;quot;knoppix myconfig=scan&amp;quot;, and it should find and restore your saved settings at boot time.&lt;br /&gt;
&lt;br /&gt;
==Q: After Installed knoopix in HD with lang=es, if I remove all the user configuration files in the /home/knoppix directory, the keys &amp;quot;&amp;lt; &amp;gt;&amp;quot; of my spanish keyboard are no longer recognized in the new kde session. What is the configuration file resposible of this behaviour?==&lt;br /&gt;
&lt;br /&gt;
A: Check the small flag in the bottom right corner of the screen, and you have to boot up with lang=es as a kernel parameter for it to work. (check /etc/lilo.conf)&lt;br /&gt;
&lt;br /&gt;
==Q:From where does KNOPPIX start all the scripts at the bootprocess?==&lt;br /&gt;
&lt;br /&gt;
A:The init scripts are located in /etc/init.d and are [[symlink]]ed to&lt;br /&gt;
in the /etc/rcX.d directorys in a sysV like fashion.&lt;br /&gt;
&lt;br /&gt;
==Q: Where can I find where all the boot-time parameters are interpreted???==&lt;br /&gt;
&lt;br /&gt;
A:You can see them in /etc/init.d/knoppix-autoconfig script&lt;br /&gt;
&lt;br /&gt;
==Q: How do I use an USB memory stick to save myconfiguration?==&lt;br /&gt;
&lt;br /&gt;
A: First boot KNOPPIX with the [http://www.wikipedia.org/wiki/keydrive memory stick] inserted. Got to the KNOPPIX menu, Configuration, Save Configuration. When asked, choose /dev/sda1. When booting type '''knoppix myconf=scan home=scan''' at the boot prompt.&lt;br /&gt;
&lt;br /&gt;
==Q: After using KNOPPIX, my Dell computer does not start!==&lt;br /&gt;
&lt;br /&gt;
A: This is an issue with the Dell BIOS. Simply pull out the power cord from your computer for a few seconds, and your computer should start again. You can also try passing &amp;quot;apm=off&amp;quot; or &amp;quot;apm=real-mode-poweroff&amp;quot; to the kernel during startup. apm=real-mode-poweroff is better because it keeps other apm-features (advanced power managment) turned on.&lt;br /&gt;
&lt;br /&gt;
==Q: How can I see a film with subtitles that of course I have, I think Xine is useful but I can't do it?==&lt;br /&gt;
&lt;br /&gt;
A: in a console &amp;quot;xine name_movie.ext#subtitle:name_subtitle.ext&amp;quot; you have to replace .ext with the real extension&lt;br /&gt;
&lt;br /&gt;
==Q: Which program do I use for word processing, spreadcheat calculations, image processing, burning, scanning, surfing, chatting...==&lt;br /&gt;
&lt;br /&gt;
A: Take a look at the [http://www.eleli.de/knoppix/docs/tutorial/english Knoppix Tutorial.]&lt;br /&gt;
&lt;br /&gt;
See also : * [http://www.linuxdevcenter.com/pub/a/linux/2003/11/20/knoppix.html?page=2 Using and Customizing Knoppix]&lt;/div&gt;</summary>
		<author><name>Naoliv</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Root</id>
		<title>Root</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Root"/>
				<updated>2005-02-03T03:40:17Z</updated>
		
		<summary type="html">&lt;p&gt;Naoliv: Deleted some junk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Q: What is the root password? ====&lt;br /&gt;
&lt;br /&gt;
A:&lt;br /&gt;
&lt;br /&gt;
'''Live CD:&lt;br /&gt;
&lt;br /&gt;
From the [[Using FAQ]] : there is none; in Knoppix LiveCD all passwords are locked by default.&lt;br /&gt;
&lt;br /&gt;
You can set root password by going Knoppix Menu-&amp;gt;Root Shell and typing &amp;quot;'''passwd'''&amp;quot;, then enterting a root password, also there are several sections you can read dealing with this subject in KNOPPIX/README_Security.txt. You can also type &amp;quot;'''sudo su'''&amp;quot; or &amp;quot;'''sudo -s'''&amp;quot; in any console window, or use &amp;lt;ctr&amp;gt;-&amp;lt;alt&amp;gt;-F2 to get at the text console with already opened root shell.&lt;br /&gt;
&lt;br /&gt;
Apparently, however, in some versions of Knoppix, if you type 'sudo -s', it will ask for a password. If you simply press return without entering anything, it will tell you 'Authentication Failed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Hard disk installation:&lt;br /&gt;
&lt;br /&gt;
Open a console window (monitor icon on taskbar) and use the command su then enter the root password.&lt;br /&gt;
&lt;br /&gt;
If you added a user but are unable to 'su' or 'sudo' once logged in as a user, you may not have set a 'root' password during the install process. Reboot with the KNOPPIX disc, mount the harddrive partition that contains your freshly installed KNOPPIX files:&lt;br /&gt;
*For me it was&lt;br /&gt;
**'''mount /dev/hda1&lt;br /&gt;
*Change root to harddisk:&lt;br /&gt;
**'''chroot /mnt/hda1&lt;br /&gt;
*Then edit the sudoers file (not 'vi /etc/sudoers' because that's the OS in RAM)&lt;br /&gt;
**'''visudo&lt;br /&gt;
*For an easier editor use:&lt;br /&gt;
**'''EDITOR=mcedit visudo&lt;br /&gt;
*Then change the line:&lt;br /&gt;
 KNOPPIX       ALL=NOPASSWD: ALL&lt;br /&gt;
*to the username you have set up already, example:&lt;br /&gt;
 bob      ALL=NOPASSWD: All&lt;br /&gt;
*Reboot from your harddrive and then create the 'root' password:&lt;br /&gt;
**'''sudo passwd&lt;br /&gt;
*done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*More information:&lt;br /&gt;
&lt;br /&gt;
See : [http://en.wikipedia.org/wiki/Root_(computing) Root (computing) on wikipedia]&lt;br /&gt;
&lt;br /&gt;
==== Q: What is a root directory? ====&lt;br /&gt;
&lt;br /&gt;
A: See [http://en.wikipedia.org/wiki/Root_directory Root directory on wikipedia]&lt;/div&gt;</summary>
		<author><name>Naoliv</name></author>	</entry>

	</feed>