<?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=203.158.221.227</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=203.158.221.227"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/203.158.221.227"/>
		<updated>2026-09-18T03:51:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Indonesian_downloading_FAQ</id>
		<title>Indonesian downloading FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Indonesian_downloading_FAQ"/>
				<updated>2008-07-15T04:09:10Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: dronrelva&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lileto&lt;br /&gt;
----&lt;br /&gt;
Kembali ke [[Indonesian Knoppix FAQ]]&lt;br /&gt;
----&lt;br /&gt;
:Tips: Pakailah CD-RW jangan CD-R sebisa mungkin - simpan uang anda dan selamatkan lingkungan!&lt;br /&gt;
&lt;br /&gt;
==T: Bagaimana caranya mendapatkan CD versi aktual/beta?==&lt;br /&gt;
&lt;br /&gt;
J: Ada beberapa kemungkinan:&lt;br /&gt;
*  Download dari salah satu mirror terdaftar di [http://www.knoppix.net/get.php The Knoppix Download Page] . Cobalah pilih mirror terdekat dengan anda untuk hasil terbaik.&lt;br /&gt;
*  Download dengan [[Bittorrent]] dari [http://torrent.unix-ag.uni-kl.de/ The Unix-AG BitTorrent Tracker]&lt;br /&gt;
*  Jika download 700Mb terlalu besar untuk bandwith anda, anda bisa meng-order CD terbaru dari retailer di [http://knoppix.net/get.php The Knoppix Order Page]&lt;br /&gt;
&lt;br /&gt;
==T: Dapatkah anda men-download Knoppix dalam beberapa bagian jika anda hanya punya bandwith kecil (28.8 Kbps) seperti menghentikan download sementara dan melanjutkannya di lain hari?==&lt;br /&gt;
&lt;br /&gt;
J: Ya, [[Bittorrent]] mendukung cara tersebut, dan juga banyak ftp client seperti wget (gunakan wget -c) atau ncftp.&lt;br /&gt;
Anda dapat memakai yang lain juga [http://www.wikipedia.org/wiki/download download managers].&lt;br /&gt;
&lt;br /&gt;
==T: Apa gunanya file MD5 yang menyertai image ISO dari CD?==&lt;br /&gt;
&lt;br /&gt;
J: file dengan ekstensi .md5 mengandung checksums untuk CD yang aktual&lt;br /&gt;
[http://www.wikipedia.org/wiki/iso ISO images]. Checksum adalah &amp;quot;nomor yang cocok&amp;quot; untuk mengecek file. Anda dapat memastikan bahwa file sudah cocok dengan yang orisinil sampai ke detail yang paling kecil. Ketika anda men-download kedua file: image ISO untuk CD dan  file .md5 yang berkesesuaian, anda dapat memastikan bahwa download anda sudah komplet dan bahwa isinya tidak berubah dengan mengetik &amp;quot;md5sum -c filename.md5&amp;quot; dalam Linux/Unix.&lt;br /&gt;
&lt;br /&gt;
Information lebih jauh mengenai MD5 dan program untuk berbagai macam OS dapat ditemukan di [http://www.linuxiso.org/viewdoc.php/verifyiso.html LinuxISO.org] dan [http://www.fourmilab.ch/md5/ The MD5 Protocol Documentation]. Anda dapat men-download  versi Windows&amp;amp;trade di [http://www.toast442.org/md5gui.shtml this site].&lt;br /&gt;
&lt;br /&gt;
==T: Apa gunanya file ASC yang menyertai image ISO dari CD dan file MD5?==&lt;br /&gt;
&lt;br /&gt;
j: file dengan ekstension .asc adalah pesan tandatangan PGP yang mengandung md5sum digunakan untuk memastikan image dari ISO CD. Dengan menggunakan ini anda bisa meyakinkan image ISO dan file MD5 yang menyertainya adalah asli, karena file .asc berisi MD5 yang ditandai kunci PGP milik Klaus Knopper. Ini hanya bisa dikompromikan jika seseorang mendapat kunci rahasia yang digunakan untuk menandai pesan. Untuk memastikan file, anda perlu mengimpor kunci PGP ID 0xBA8F038D dari keyserver favorit anda, kemudian dalam Linux anda dapat mengetik &amp;quot;gpg --verify KNOPPIX_Vxxxxxxxxxxxxxxxxx.iso.md5.asc&amp;quot;. Kemudian anda harus mengecek bahwa MD5 checksum dalam file .asc adalah sama dengan MD5 checksum dalam file .md5.&lt;br /&gt;
&lt;br /&gt;
Jika anda ingin memastikan file md5 yang ditandai dan file ISO dalam satu langkah, anda dapat mengetik:&lt;br /&gt;
 gpg --decrypt  KNOPPIX_Vxxxxxxxxxxxx.iso.md5.asc | md5sum -c -&lt;br /&gt;
&lt;br /&gt;
==T: Saya sudah men-download file ISO, sekarang bagaimana?==&lt;br /&gt;
&lt;br /&gt;
J: Beberapa kemungkinan lagi:&lt;br /&gt;
&lt;br /&gt;
*Linux: anda dapat menggunakan command:&lt;br /&gt;
 cdrecord -v speed=4 dev=0,3,0 filename&lt;br /&gt;
:dimana dev=0,3,0 adalah cdwriter anda&lt;br /&gt;
&lt;br /&gt;
:('''Perhatian''', pakai &amp;quot;cdrecord -scanbus&amp;quot; sebelum cdrecord untuk meyakinkan bahwa dev=0,3,0 adalah cd-writer anda. Jika anda punya SCSI hds, anda dapat kehilangan semua data dari satu hd ketika anda memakai cdrecord dengan dev=(controler,id,partiton) yang salah!)&lt;br /&gt;
&lt;br /&gt;
*Windows jawaban pendek: anda membutuhkan satu CD kosong 700Mb. Gunakan program seperti Nero burning rom. Anda bisa mendapatkan versi free trial di [http://www.nero.com/en/index.html free trial of Nero from their site].  Untuk membakar dengan program ini, lewati wizard dan pilih File&amp;gt;Burn Image.  Pilih file KNOPPIX_Vxxxxxxxxxxxxxxxxx.iso,&amp;gt;Burn. (perhatikan, Nero 6 mempunyai bug yang mencegahnya membakar image besar, untuk patchnya lihat: [http://www.knoppix.net/forum/viewtopic.php?t=4974#23520 this forum discussion])&lt;br /&gt;
&lt;br /&gt;
*Windows jawaban panjang: tentu saja jawaban tergantung dari masing-masing program yang anda pakai untuk membakar CD, tapi semua prgram CD-Writing yang umum dipakai mendukung pilihan membakar image ISO yang bisa boot, anda mungkin hanya harus menemukan pilihan menu yang tepat. Di alamat [http://www.knopper.net/knoppix/docs/ for Knoppix documentation] dan di beberapa mirror KNOPPIX di dalam direktori dengan nama yang sama, anda bisa menemukan beberapa contoh tertulis sebagai dokumen step-by-step yang pendek dari pengguna yang sudah berhasil menyelesaikan prosedur. KNOPPIX_Vxxxxxxxxxxxxxxxxx.iso -files adalah image ISO, yang menggunakan  &amp;quot;El Torito&amp;quot;-Specification  ([http://www.phoenix.com/resources/specs-cdrom.pdf documented here]).&lt;br /&gt;
&lt;br /&gt;
Dalam image ISO tidak hanya ada data user, tetapi juga informasi mengenai struktur file dari CD itu sendiri. Jika anda ingin melihat struktur file, coba lihat di [http://www.isobuster.com/ Isobuster].&lt;br /&gt;
&lt;br /&gt;
Untuk mendapatkan file image dalam CD gunakan mode RAW dari software pembakar anda (lihat Bild 1 WinOnCD German Edition).&lt;br /&gt;
&lt;br /&gt;
*Pilih KNOPPIX_Vxxxxxxxxxxxxxxxxx.iso sebagai nama file dari image.&lt;br /&gt;
*Pilih 2048 Bytes/Sector sebagai format data yang benar (see Bild 2 WinOnCD German Edition).&lt;br /&gt;
&lt;br /&gt;
Bakar CD anda sebagai '''&amp;quot;Single Session CD&amp;quot; atau pilih finalize'''.&lt;br /&gt;
Mode '''&amp;quot;Disk at once&amp;quot;''' atau '''&amp;quot;Track at once&amp;quot;''' seharusnya tidak relevan untuk data-CD (Lihat Online-Help dari software pembakar anda).&lt;br /&gt;
Jika CD mem-boot, tetapi terbaca error, coba '''&amp;quot;Disk at once&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
==== T: Komputer saya tidak mau boot dari CD. Apa yang bisa saya lakukan? ====&lt;br /&gt;
&lt;br /&gt;
J: Lihat BIOS komputer anda [http://www.wikipedia.org/wiki/BIOS BIOS] (di kebanyakan komputer anda perlu menekan tombol &amp;quot;delete&amp;quot; atau tombol F1 saat POST) untuk melihat apakah booting diset dari CD. Jika ini sudah diset, komputer anda mungkin saja tidak bisa membaca CD (beberapa notebook punya masalah dengan CD yang dilindungi dengan lapisan hitam sebagai contoh). Beberapa komputer hanya akan memakai setting BIOS yang baru setelah hard reset.&lt;br /&gt;
&lt;br /&gt;
J: Jika komputer anda tidak mendukung booting dari CD, anda dapat membuat bootfloppy menggunakan [http://www.wikipedia.org/wiki/rawrite &amp;quot;rawrite&amp;quot;] atau lebih baik lagi program file mkfloppy.bat dalam direktori &amp;quot;KNOPPIX&amp;quot; di CD.&lt;br /&gt;
&lt;br /&gt;
J: Gunakan Smart Boot Manager, dan install ke floppy, ini akan membolehkan anda mem-boot dari CD apapun yang punya kemampuan booting. http://btmgr.sourceforge.net/ . Jika anda ingin meng-install dari windows, download sbminst.exe dan jalankan dari Command Prompt seperti :&lt;br /&gt;
'''sbminst.exe -d 0''' untuk menginstallnya ke drive floppy.&lt;br /&gt;
&lt;br /&gt;
==== T: Saya mendownload KNOPPIX melalui WWW/FTP atau mendapat versi download dari seorang teman. PC saya bisa mem-boot-nya, tetapi bootup-nya berhenti setelah beberapa saat atau saya hanya melihat gambar background, dan selain itu tidak ada lagi yang terjadi. Ada apa gerangan? ====&lt;br /&gt;
&lt;br /&gt;
J: Kemungkinan anda hanya mendapat sebagian download, atau download telah diinterupsi tanpa diketahui. Jika ini yang terjadi image ISO sudah rusak, dan data dari bagian yang hilang tidak dapat diakses (kadang-kadang seseorang bahkan dapat &amp;quot;mendengar&amp;quot;nya karena adanya suara dari drive CD-ROM disebabkan adanya usaha untuk membaca berkali-kali). Ini fatal sebab cabang direktori ditulis di bagian awal CD, jadi selalu komplet. Dengan demikian, anda dapat membaca cabang direktori dari CD dengan tepat. Namun demikian, membaca isi aktual dari bagian yang hilang adalah tidak mungkin sama sekali (dengan kata lain, akses ke isi gagal dilakukan). Beberapa kemungkinan solusi dapat ditemukan di bagian &amp;quot;Apa gunanya file MD5?&amp;quot; and &amp;quot;Bagaimana caranya mendapatkan CD?&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== T: Setelah menggunakan KNOPPIX, OS saya yang &amp;quot;lain&amp;quot; tiba-tiba memperlihatkan layar biru (blue screen) dengan pesan &amp;quot;File kernel.exe not found or defective&amp;quot; dan &amp;quot;reinstall...&amp;quot; beberapa saat setelah booting. ====&lt;br /&gt;
&lt;br /&gt;
J: Keluarkan saja CD KNOPPIX dari drive CD-Rom dan start ulang komputer.&lt;br /&gt;
&lt;br /&gt;
==== T: Saya melihat partisi hard disk saya di desktop dan dapat mengakses isinya ketika saya meng-klik-nya, tetapi jika saya ingin menulis ke hard disk saya selalu mendapat pesan error &amp;quot;access denied&amp;quot;. Bagaimana caranya saya dapat menulis di partisi saya yang sudah ada? ====&lt;br /&gt;
&lt;br /&gt;
J: Filosofi umum KNOPPIX adalah dengan membolehkan sesedikit mungkin akses tulis. Untuk alasan ini, partisi yang sudah ada, bisa tidak di-mount atau hanya mount tetapi &amp;quot;read only/hanya boleh dibaca saja&amp;quot;. Jika anda meng-klik dengan tombol kanan mouse pada icon, atribut &amp;quot;read-only&amp;quot; dibawah item &amp;quot;device&amp;quot; dapat tidak di-cek/dipilih. Setelah itu, partisi dapat di-mount &amp;quot;read-write&amp;quot; (untuk partisi yang sudah di-mount, pertama klik di &amp;quot;unmount&amp;quot;!). PERHATIAN: menulis ke partisi NTFS dapat menyebabkan kehilangan data, karena Linux tidak benar-benar mendukung sistem file ini! Namun demikian, sistem file DOS and FAT32 aman digunakan untuk akses tulis. Tips: dalam shell, command &amp;quot;mount -o remount,rw /mnt/&amp;quot; dapat mengijinkan sistem file yang sudah di-mount menjadi &amp;quot;bisa ditulis/made writeable&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== T: Saya punya akses yang cepat ke mirror Knoppix. Bagaimana caranya membakar file ISO ini dengan GNU/Linux langsung ke CD-RW? ====&lt;br /&gt;
&lt;br /&gt;
: - mkfifo KNOPPIX.fifo  # mkfifo membuat file fifo &lt;br /&gt;
: - screen ftp mirror ....# screen membuat banyak shell dalam satu terminal (portabel!) ftp menyambungkannya mirror anda...&lt;br /&gt;
: get KNOPPIX-3.10-EN.iso KNOPPIX.fifo #command untuk mengkopi session ftp anda &lt;br /&gt;
: - C-a C-c # screen akan membuat shell baru&lt;br /&gt;
: - cdrecord dev=(your burner) speed=4 KNOPPIX.fifo # ftp mulai mendapat data ketika cdrecord mulai membaca dari fifo&lt;br /&gt;
: wait; exit; rm KNOPPIX.fifo; exit&lt;br /&gt;
(Perhatian, gunakan &amp;quot;cdrecord -scanbus&amp;quot; sebelum cdrecord untuk menemukan device cd-writer yang benar. Jika anda punya SCSI hds, anda dapat kehilangan semua data dari sebuah hd ketika anda memakai cdrecord dengan dev=(controller,id,partiton) yang salah!)&lt;br /&gt;
&lt;br /&gt;
=== ATAU ===&lt;br /&gt;
''Ini berfungsi baik dan jauh lebih sederhana:''&lt;br /&gt;
wget -O - URL''OF''IMAGE | cdrecord -v speed=4 -eject -&lt;br /&gt;
&lt;br /&gt;
==== T: Haruskah saya membakar Knoppix di CD-RW supaya bisa men-tes-nya? ====&lt;br /&gt;
J: Ketika anda menjalankan sistem GNU/Linux yang lain, anda dapat mengkopi isi dari file Iso ke hd anda dan bootinglah langsung dari hd. Lihat [[Hd Based HowTo]].&lt;br /&gt;
&lt;br /&gt;
==== T: Bagaimana caranya membakar image ke CD dengan memakai B Recorder Gold dari BHA? ====&lt;br /&gt;
J: Tutup dialog Wizard jika tampil ketika anda memulai applikasi. Drag file KNOPPIX-'''*'''.iso ke wilayah bawah KANAN dari applikasi window. Ini akan dibayangi warna kuning dan punya titel &amp;quot;Track Type&amp;quot;(Icon dengan note musik dan sebuah folder akan terlihat di tengah panel). Klik kanan wilayah kiri dimana terlihat  &amp;quot;)1 DATA -mode1 dan dari menu popup pilih properties. Pilih &amp;quot;ISO compatible&amp;quot; and &amp;quot;create from standard bootable disk image&amp;quot; dalam dua pilihan boks. Kemudian tekan tombol record (Atas kiri), pilih pilihan anda, dan Voila - satu CD KNOPPIX yang bisa diboot jadi milik anda!.&lt;br /&gt;
&lt;br /&gt;
==== T:Kenapa 750 MB bisa cukup untuk CD audio tapi hanya bisa 650 MB ke CD data? ====&lt;br /&gt;
&lt;br /&gt;
J: Sebuah sector dari sebuah CD terdiri dari 2352 bytes. Untuk CD audio, Semuanya dipakai untuk informasi audio. Untuk CD data, sebuah tambahan koreksi fault dimasukkan, dan kapasitas yang bisa dipakai menciut menjadi 2048 bytes. CD dengan kapasitas 74 menit terdiri dari 74x60x75 = 333000 sector. Dengan 2048 bytes per sector, Kapasitas yang bisa dipakai adalah sekitar 650.1 MB, dengan 2352 bytes per sector kapasitas yang diberikan sekitar 746.6 MB. Oleh sebab itu juga akan menghasilkan data rate yang berbeda untuk reading/writing: 172 kbps untuk audio dan 150 kbps untuk data.&lt;br /&gt;
&lt;br /&gt;
==== T: Kenapa writer/software saya tidak dapat menulis ke CD-R ukuran 80 menit? ====&lt;br /&gt;
&lt;br /&gt;
J: Beberapa writer atau software writer yang versi lama tidak dapat mengenali ukuran panjang yang baru, sebab kemampuan geraknya lebih sempit. Cek hardware anda dan pembuat software untuk melihat kalau media yang lebih baru ini sudah didukung. Dalam banyak hal, dengan mengupdate firmware dari software writer (cek web site dari pembuat software) akan memecahkan masalah ini.&lt;br /&gt;
&lt;br /&gt;
*http://www.cdmediaworld.com/hardware/cdrom/cd_firmwares.shtml&lt;br /&gt;
&lt;br /&gt;
==== T: Apa yang dilakukan jika saya tidak mendapat cukup ruang dalam CD untuk membakar Knoppix ?- ====&lt;br /&gt;
J: Anda dapat membakarnya lagi (http://www.wikipedia.org/wiki/CD ).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Kembali ke [[Indonesian Knoppix FAQ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User_interface</id>
		<title>User interface</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User_interface"/>
				<updated>2008-07-15T03:59:57Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: sitpasvi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;racdel&lt;br /&gt;
The [[user interface]] is the part of a system exposed to a user. The system can be any kind of machine, also computerized systems and software. As for software, the user interface is usually the only part a user ever sees. The user interacts with a system through its user interface.&lt;br /&gt;
&lt;br /&gt;
The design of the user interface is relevant for the user's understanding (also called the mental model) of the system and thus for the system's usability or user-friendliness.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Cat</id>
		<title>Cat</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Cat"/>
				<updated>2008-07-15T03:06:52Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: zelacbocbasn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ouchisitdarl&lt;br /&gt;
cat: Concatenate&lt;br /&gt;
&lt;br /&gt;
cat filename...&lt;br /&gt;
where filename... may be one or more files.&lt;br /&gt;
cat displays the content of filename... on the standard output. If more than one file is used, they are displayed one after the other creating a larger file.&lt;br /&gt;
&lt;br /&gt;
Output redirection may be used to copy the contents of files into another file. An example is&lt;br /&gt;
 &lt;br /&gt;
 cat *.c &amp;gt; tot.cprog&lt;br /&gt;
This will copy the contents of all files ending with .c, into file tot.cprog. The order of the files within tot.cprog will be alphabetical.&lt;br /&gt;
&lt;br /&gt;
cat can be used to append one file to another:&lt;br /&gt;
 &lt;br /&gt;
 cat file2 &amp;gt;&amp;gt; file1&lt;br /&gt;
will append file2 to file1.&lt;br /&gt;
&lt;br /&gt;
The [[cat]] command can also be used in pipe sequences or used to create files in shell scripts.&lt;br /&gt;
 cat - &amp;gt; mynewfile.txt &amp;lt;&amp;lt; CATEOF&lt;br /&gt;
 line 1&lt;br /&gt;
 line 2&lt;br /&gt;
 line 3&lt;br /&gt;
 CATEOF&lt;br /&gt;
The -, dash, is used to take input from the keyboard or in the case of this shell script example from all the lines following the [[cat]] line.  Notice how '''&amp;lt;&amp;lt; CATEOF''' is used.  The '''&amp;lt;&amp;lt;'' tells the shell script to that input is going to be taking from lines in the shell script while the -, dash, tells [[cat]] to read from the stdin. '''CATEOF''' is just some sequence of characters that you invent.  The token name means [[cat]] End Of File.  In this example, the script starts to look for a matching '''CATEOF''' search token.  The closing search token must start at the first character on the line.&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Customizing_environment_using_4.0.2CD</id>
		<title>Customizing environment using 4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Customizing_environment_using_4.0.2CD"/>
				<updated>2008-07-15T01:48:22Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ricricleto&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;outaeltta&lt;br /&gt;
These are the steps I use to customize my Knoppix 4.0.2 environment.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
WonderfulCheck This Amazing Site! Informative,&lt;br /&gt;
&lt;br /&gt;
= Installing Microsoft's True Type fonts =&lt;br /&gt;
Installing Microsoft's True Type fonts using apt-get at the command line&lt;br /&gt;
 sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install msttcorefonts&lt;br /&gt;
Change the fonts in KDE:&lt;br /&gt;
* open &amp;quot;K &amp;gt; Control Center&amp;quot;&lt;br /&gt;
* open &amp;quot;Appearance &amp;amp; Themes &amp;gt; Fonts&amp;quot;&lt;br /&gt;
* click &amp;quot;Adjust All Fonts&amp;quot;&lt;br /&gt;
* check &amp;quot;Font&amp;quot;&lt;br /&gt;
* highlight &amp;quot;Bitstream Vera Sans&amp;quot;&lt;br /&gt;
* click &amp;quot;OK&amp;quot;&lt;br /&gt;
* click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* select &amp;quot;File &amp;gt; Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Customizing the tool bar =&lt;br /&gt;
== Mozilla Firefox ==&lt;br /&gt;
Firefox uses the globe icon instead of the icon with the firefox.  I like to change the icon to the Firefox icon.&lt;br /&gt;
* right click the Firefox icon in the toolbar&lt;br /&gt;
* click on Properties&lt;br /&gt;
* click on the icon&lt;br /&gt;
* in the search box, type &amp;quot;fire&amp;quot;&lt;br /&gt;
* double-click on the FireFox icon&lt;br /&gt;
* click OK&lt;br /&gt;
= Customizing the K menu =&lt;br /&gt;
== Run KSysV as root ==&lt;br /&gt;
* click on &amp;quot;K &amp;gt; System&amp;quot;&lt;br /&gt;
* right-click on &amp;quot;KSysV (SysV-Init Editor)&amp;quot;&lt;br /&gt;
* click on &amp;quot;Edit Item&amp;quot;&lt;br /&gt;
* in the Command text field, add sudo to the front of the command&lt;br /&gt;
 sudo ksysv -caption &amp;quot;%c&amp;quot; %i %m&lt;br /&gt;
* uncheck &amp;quot;Run as different user&amp;quot;&lt;br /&gt;
* click on &amp;quot;File &amp;gt; Save&amp;quot;&lt;br /&gt;
* click on &amp;quot;File &amp;gt; Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Changing the background image =&lt;br /&gt;
Change the background image to Debian Blue:&lt;br /&gt;
* open &amp;quot;K &amp;gt; Control Center&amp;quot;&lt;br /&gt;
* open &amp;quot;Appearance &amp;amp; Themes &amp;gt; Background&amp;quot;&lt;br /&gt;
* click the radio button &amp;quot;Picture&amp;quot;&lt;br /&gt;
* choose &amp;quot;Debian Blue&amp;quot; from the drop-down menu&lt;br /&gt;
* click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* select &amp;quot;File &amp;gt; Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Changing the splash screen =&lt;br /&gt;
Change the splash screen to &amp;quot;Redmond&amp;quot;:&lt;br /&gt;
* open &amp;quot;K &amp;gt; Control Center&amp;quot;&lt;br /&gt;
* open &amp;quot;Appearance &amp;amp; Themes &amp;gt; Splash Screen&amp;quot;&lt;br /&gt;
* click on Redmond&lt;br /&gt;
* click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* select &amp;quot;File &amp;gt; Quit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Setting up and starting services =&lt;br /&gt;
== Setting up webmin ==&lt;br /&gt;
 # test&lt;br /&gt;
 lynx -dump http://localhost:10000/&lt;br /&gt;
 # install/setup&lt;br /&gt;
 sudo -i&lt;br /&gt;
 passwd&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install webmin&lt;br /&gt;
 rm /etc/rc?.d/*webmin&lt;br /&gt;
 update-rc.d webmin start 30 2 3 4 5 . stop 70 0 1 6 .&lt;br /&gt;
 /etc/init.d/webmin stop&lt;br /&gt;
 /etc/init.d/webmin start&lt;br /&gt;
 # test&lt;br /&gt;
 lynx -dump http://localhost:10000/&lt;br /&gt;
&lt;br /&gt;
== Setting up the apache webserver ==&lt;br /&gt;
 # test&lt;br /&gt;
 lynx -dump http://localhost/&lt;br /&gt;
 # install/setup&lt;br /&gt;
 sudo -i&lt;br /&gt;
 update-rc.d apache start 40 2 3 4 5 . stop 60 0 1 6 .&lt;br /&gt;
 /etc/init.d/apache stop&lt;br /&gt;
 /etc/init.d/apache start&lt;br /&gt;
 # test&lt;br /&gt;
 lynx -dump http://localhost/&lt;br /&gt;
&lt;br /&gt;
setting up webmin-apache&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install webmin-apache&lt;br /&gt;
 #&lt;br /&gt;
 # test connection to apache module and configure (I choose the defaults)&lt;br /&gt;
 lynx https://localhost:10000/apache/index.cgi&lt;br /&gt;
&lt;br /&gt;
== Setting up the SSH server ==&lt;br /&gt;
 # test&lt;br /&gt;
 ssh knoppix@localhost&lt;br /&gt;
 # install/setup&lt;br /&gt;
 sudo -i&lt;br /&gt;
 passwd knoppix&lt;br /&gt;
 update-rc.d ssh start 35 2 3 4 5 . stop 65 0 1 6 .&lt;br /&gt;
 perl -i -plne 's/(^PermitRootLogin) yes/$1 no/' /etc/ssh/sshd_config&lt;br /&gt;
 /etc/init.d/ssh stop&lt;br /&gt;
 /etc/init.d/ssh start&lt;br /&gt;
 # test&lt;br /&gt;
 ssh knoppix@localhost&lt;br /&gt;
&lt;br /&gt;
setting up webmin-ssh&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install webmin-sshd&lt;br /&gt;
 #&lt;br /&gt;
 # test connection to sshd module&lt;br /&gt;
 https://localhost:10000/sshd/index.cgi&lt;br /&gt;
&lt;br /&gt;
== Setting up the MySQL server ==&lt;br /&gt;
 # test&lt;br /&gt;
 mysql --no-defaults -h localhost -u root mysql -e 'status'&lt;br /&gt;
 # install/setup&lt;br /&gt;
 sudo -i&lt;br /&gt;
 update-rc.d mysql start 35 2 3 4 5 . stop 65 0 1 6 .&lt;br /&gt;
 perl -i -plne 's/(^old_pass)/# $1/' /etc/mysql/my.cnf &lt;br /&gt;
 /etc/init.d/mysql stop&lt;br /&gt;
 /etc/init.d/mysql start&lt;br /&gt;
 # test&lt;br /&gt;
 mysql --no-defaults -h localhost -u root mysql -e 'status'&lt;br /&gt;
&lt;br /&gt;
configuring MySQL root account&lt;br /&gt;
 # set a root password&lt;br /&gt;
 mysqladmin --no-defaults -h localhost -u root password 123456&lt;br /&gt;
 # unset the root password&lt;br /&gt;
 mysqladmin --no-defaults -h localhost -u root -p123456 password ''&lt;br /&gt;
&lt;br /&gt;
setting up webmin-mysql&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install webmin-mysql&lt;br /&gt;
 #&lt;br /&gt;
 # test connection to MySQL module&lt;br /&gt;
 lynx https://localhost:10000/mysql/index.cgi&lt;br /&gt;
&lt;br /&gt;
== Setting up Mediawiki ==&lt;br /&gt;
 # test&lt;br /&gt;
 lynx -dump http://localhost/mediawiki/&lt;br /&gt;
&lt;br /&gt;
 # install&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install mediawiki&lt;br /&gt;
&lt;br /&gt;
 # enable index.php&lt;br /&gt;
 perl -i -plne '$rep=&amp;quot;\n\tDirectoryIndex index.html index.htm &amp;quot; .&lt;br /&gt;
     &amp;quot;index.shtml index.cgi index.php&amp;quot; ;&lt;br /&gt;
      s#(^.*/mediawiki/&amp;gt;)#$1$rep#' /etc/mediawiki/apache.conf&lt;br /&gt;
 /etc/init.d/apache reload&lt;br /&gt;
&lt;br /&gt;
 # configure -- Fill in form&lt;br /&gt;
 lynx http://localhost/mediawiki/&lt;br /&gt;
&lt;br /&gt;
 # If configuring worked, move the config files around &lt;br /&gt;
 ( set -x&lt;br /&gt;
   mv /var/lib/mediawiki/config/LocalSettings.php /etc/mediawiki/LocalSettings.php &amp;amp;&amp;amp;&lt;br /&gt;
   chmod 600 /etc/mediawiki/LocalSettings.php &amp;amp;&amp;amp;&lt;br /&gt;
   rm -rf /var/lib/mediawiki/config/&lt;br /&gt;
 )&lt;br /&gt;
 /etc/init.d/apache reload&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User_Harry_Kuhman!Kuhman</id>
		<title>User Harry Kuhman!Kuhman</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User_Harry_Kuhman!Kuhman"/>
				<updated>2008-07-14T18:19:34Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: aceldargets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;olodoms&lt;br /&gt;
&lt;br /&gt;
[http://northwestairlines.bravehost.com Northwest Airlines]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Talk:Knoppix_Remastering_Howto</id>
		<title>Talk:Knoppix Remastering Howto</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Talk:Knoppix_Remastering_Howto"/>
				<updated>2008-07-14T09:25:42Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: nobasracacro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trocouracba&lt;br /&gt;
Tips around apt-get to install/update/remove applications:&lt;br /&gt;
&lt;br /&gt;
* Get '''apt-spy''' and use it to modify the sources.list file with the best mirrors for your particular region. This will speed up the downloading. Backup the original '''sources.list''' just in case.&lt;br /&gt;
* Use '''apt-get update''' to get the lists with the latest releases and patches. Do not update a package if you don't need to, it may lead to the use of additional disk space (precious commodity when you want to keep everything below 700MB) and you may brake something else without knowing. Abuse the '''-s''' option to simulate the installation.&lt;br /&gt;
* Before doing the update, I modified my default releases to '''testing''', that means that the software I'll be using will have a good balance of stability and features. Knoppix uses '''unstable''' by default, which is too risky for my personal taste.&lt;br /&gt;
* Get '''[apt-get install] locale''' and configure it with the locales you are going to use. It will save lots of space when downloading applications with plenty of locale modules.&lt;br /&gt;
* I use '''aptitude''' to get/remove applications, it is character based so it works character mode. As you mark packages for install/update/removal, it will tell you how much disk space you will save/use, try to solve depencies problems and give you plenty control to fix them manually when possible.&lt;br /&gt;
* When installing applications it is likely that your '''/etc/rc?.d''' directories will have new entries, many of them unwanted or unplanned. Make sure you check them and remove the new entries based on your preferences. I usually leave '''/etc/rc2.d''' and '''/etc/rc5.d''' as close as the originals and modify '''/etc/rc3.d''' and '''/etc/rc4.d''' to test new stuff.&lt;br /&gt;
Example: You may want to have ntfs installed, but not necessarily running unless you need. Same with apache, mysql and many others.&lt;br /&gt;
* When removing/purging applications, they may leave behind non-empty directories. Usually this is announced by aptitude, apt-get or any other package you are using. Make sure to check the messages.&lt;br /&gt;
&lt;br /&gt;
* The bug in '''apt-get''' is also mentioned here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=191309 (More of a bug in apt-get that it assumes /dev/ is active rather than checking?)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* I'm having trouble remastering the 5.1.1 CD. I've done it twice. The first time it has trouble loading the isolinux information, and the second time isolinux has an error about the checksum... (Slythfox)&lt;br /&gt;
* Has anyone remastered the 5.01 DVD?  I'm having trouble following the remaster guidelines.  What boot loader is it using?  How do I switch bootloaders or add an additional kernel?&lt;br /&gt;
* I'm having some problems with remastering 5.01, too.... For me, the compressed image created via &amp;quot;create_compressed_fs&amp;quot; is not found during bootup. Any ideas why this could be? (MadusI)&lt;br /&gt;
* The howto needs to be edited in a few places where scripts on one line go past the printable area.  No problem if you cut/past script from here, but it is if you print for reading offline. (step 13 under Setting Up for Remastering, the long dpkg-query under the  APT section, the sample Grub entry in the section on Test Remastered Version).  I have a couple of other lines that split when printing under Windows (printing at work).  Maybe there could be a link to a printable version like many of the news sites use. (ripcrd)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I do not know whether it is really necessary, but in order to edit the 5.3.1 DVD, I mounted KNOPPIX and KNOPPIX2 into an UnionFS and then - after umounting that FS - created two separate compressed FS using the third of the commands on the main page, once with KNOPPIX and once with KNOPPIX2.&lt;br /&gt;
&lt;br /&gt;
== why -r and -a? ==&lt;br /&gt;
&lt;br /&gt;
What's the advantage of using both -r (or -R) and -a in cp command? AFAIK, -r/-R means recursively copying, while -a means archively copying. I'm using Debian lenny, I don't know if Knoppix use another version of cp (coreutils).&lt;br /&gt;
&lt;br /&gt;
according to &amp;quot;man cp&amp;quot; -a equals -dpR (in Knoppix 5.1.1).&lt;br /&gt;
&lt;br /&gt;
== Remastering the LiveCD ISO ==&lt;br /&gt;
&lt;br /&gt;
Somehow things have changed from boot.img to balder.img and isolinux. I am no expert, so correct my where I'm wrong. My impression is that in order to remaster with a new kernel one has to copy the kernel to boot/isolinux/linux instead of implementing it in the boot.img. Also what used to be miniroot.gz is now called minirt.gz.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Compression</id>
		<title>Compression</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Compression"/>
				<updated>2008-07-14T05:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: eltboacels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cazelacc4&lt;br /&gt;
[[Compression]] is a handy feature.  A large bundle of files or one large single file can be shrunk to save disk space.  Sometimes the file will then be able to be sent through email.  In the case of [[Knoppix]] [[compression]] is used to put more applications and data on the [[Knoppix]] [[ISO |ISO Image]] that is burned to a CD-R disk.  The Cloop file system has [[compression]] at its heart.&lt;br /&gt;
&lt;br /&gt;
Here are some ideas to compare.&lt;br /&gt;
* Tar is a packager.&lt;br /&gt;
* Commandline options to tar allow you to choose two compression formats: gzip and bzip2.&lt;br /&gt;
&lt;br /&gt;
One can compress and uncompress files using [[File Roller]] application.  Later releases of Nautilus have [[File Roller]] available as a right click option.&lt;br /&gt;
&lt;br /&gt;
{{page-stub}}&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Kernel_image</id>
		<title>Kernel image</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Kernel_image"/>
				<updated>2008-07-14T00:06:56Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: talili&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eroucnaa&lt;br /&gt;
The kernel is the core of the operating system. It's primary functions are controlling execution of processes, handling memory management, providing a filesystem, and providing a portable interface through which programs may communicate with hardware.&lt;br /&gt;
&lt;br /&gt;
A [[kernel image]] is a compiled and usually compressed &amp;amp; self-extracting kernel (generally with the name of '''bzImage'''). In the linux distributions, it is copied from  /usr/src/linux/arch/i386/boot/ to /boot .&lt;br /&gt;
&lt;br /&gt;
The uncompiled kernel source can be obtained from [http://www.kernel.org] in .tar.gz or tar.bze format . To compile the system one uses &amp;quot;make xconfig&amp;quot; in XWindows environment and later make dep; make clean; make bzImage; to compile the modules make modules make modules_install.&lt;br /&gt;
&lt;br /&gt;
The kernel image is booted changing  [[http://www.wikipedia.org/wiki/lilo Lilo]] /etc/lilo.conf :&lt;br /&gt;
&lt;br /&gt;
*image=/boot/X.X.XX&lt;br /&gt;
*label=KernelX.X.XX8&lt;br /&gt;
*read-only&lt;br /&gt;
*alias=2&lt;br /&gt;
&lt;br /&gt;
See also [[kernel panic]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Smoe</id>
		<title>User:Smoe</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Smoe"/>
				<updated>2008-07-13T23:42:50Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: lapaspas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;getmonbo&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Cheat_Codes_French</id>
		<title>Cheat Codes French</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Cheat_Codes_French"/>
				<updated>2008-07-13T23:23:43Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: alalacr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;rolchi&lt;br /&gt;
Version Anglaise: [[Cheat Codes]] / Version Allemande: [[Cheat Codes Deutsch]] / [[Cheat Codes Spanish]]]&lt;br /&gt;
----&lt;br /&gt;
Note: la traduction de cette page n'est pas encore complÃ©tÃ©e. Allez, faites votre part :) -&amp;gt; traduction effectuÃ©e et complÃ©tÃ©e (28/12/2003) par contre la mise en page... ;)&lt;br /&gt;
Avis aux experts du wiki :)&lt;br /&gt;
&lt;br /&gt;
Les Cheatcodes sont utilisÃ©s pour passer des valeurs a KNOPPIX, pour l'aider Ã  fonctionner sur de l'Ã©quipement difficile. Ils sont entrÃ©s au boot screen. Le format est &amp;quot;kernel opt opt opt&amp;quot;. En gÃ©nÃ©ral &amp;quot;knoppix&amp;quot; est la bonne sÃ©lection pour le &amp;quot;kernel&amp;quot;, les options sont Ã©numÃ©rÃ©s ci-dessous.&lt;br /&gt;
Exemple: &amp;quot;knoppix xvrefresh=60 screen=800x600 noscsi floppyconfig&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Incide: En utilisant l'image par dÃ©faut DE-bootimage, SYSLINUX boot avec le clavier franÃ§ais. Le '=' se trouve avec Shift-0 avec ce clavier.&lt;br /&gt;
&lt;br /&gt;
==== Options de dÃ©marrage ====&lt;br /&gt;
&lt;br /&gt;
'''Si votre machine dÃ©marre sur le CD-Rom''' vous devriez au moins obtenir une invite de dÃ©marrage '''boot:'''&lt;br /&gt;
&lt;br /&gt;
Vous pouvez ici spÃ©cifier le noyau ainsi que des options, paramÃ¨tres appelÃ©s Cheatcodes.&lt;br /&gt;
&lt;br /&gt;
'''Si votre machine dÃ©marre sur le CD mais que vous n'arrivez pas sur votre bureau''': &lt;br /&gt;
* notez les derniÃ¨res lignes avant que le processus Ã©choue et s'arrÃªte&lt;br /&gt;
* vÃ©rifier votre cd avec: '''knoppix testcd'''&lt;br /&gt;
* vÃ©rifier la signature md5 l'image ISO avant de la graver&lt;br /&gt;
* si tous ces tests sont positifs essayez de passer en paramÃ¨tre:&lt;br /&gt;
&lt;br /&gt;
'''knoppix acpi=off pnpbios=off noapic pci=bios'''&lt;br /&gt;
&lt;br /&gt;
Suivant l'arrÃªt&lt;br /&gt;
'''knoppix vga=normal noacpi noapic nosmp screen=800x600 xvrefresh=60''' &lt;br /&gt;
&lt;br /&gt;
(ou au moins ''knoppix vga=normal noacpi noapic nosmp'' --&amp;gt; ca va dÃ©ja Ãªtre assez sportif avec un clavier Qwerty :p&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pour le clavier azerty, le LUG Linux-Azur met Ã  disposition [http://kaella.linux-azur.org/ Kaella]  Knoppix Linux Azur aprÃ©s et depuis chaque nouvelle Knoppix. &amp;lt;br&amp;gt;N'oubliez pas le [http://forums.knoppix-fr.org forum francophone] pour le support francophone (forum, irc, doc ...)&lt;br /&gt;
&lt;br /&gt;
Les cheatcodes francisÃ©s sur le wiki de [http://doc.linucie.net/Knoppix/Cheatcodes Linucie]&lt;br /&gt;
&lt;br /&gt;
=== Liste des cheatcodes ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''lang=bg|be|ch|cn|cs|cz|da|de|dk|es|fi|fr|it|ja|nl|pl|ru|sk|tr|tw|uk|us''' : spÃ©cifie langage/clavier&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''keyboard=fr''' : spÃ©cifie le clavier console&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''xkeyboard=fr''' : spÃ©cifie le clavier X&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''desktop=fluxbox|icewm|kde|larswm|twm|wmaker|xfce''' : utilise le WM spÃ©cifiÃ© au lieu de KDE&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''screen=1280x1024''' : utiliser la rÃ©solution spÃ©cifiÃ©e pour X (utilisez un &amp;quot;x&amp;quot; minuscule)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''xvrefresh=60''' ou '''vsync=60''': utiliser une frÃ©quence de raffraichissement verticale de 60 Hz pour X (serveur d'affichage).&amp;lt;br&amp;gt;&lt;br /&gt;
'''xhrefresh=80''' ou '''hsync=80''': utiliser une frÃ©quence de raffraichissement horizontale de 80 Hz pour X.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''xserver=XFree86|XF86_SVGA''' : utiliser le serveur X spÃ©cifiÃ©&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''xmodule=ati|radeon|fbdev|vesa|savage|s3|nv|i810|mga|svga''' : utiliser le module XFree4 spÃ©cifiÃ©&lt;br /&gt;
* pour les cartes Ã  base de processeur graphique Nvidia, pour les cartes plus rÃ©centes pas encore supportÃ©es par le module nv, se reporter sur le site du fondeur pour obtenir un pilote (module).&amp;lt;br&amp;gt;''Ps: Ce dernier ne peut etre intÃ©grÃ© Ã  KNOPPIX pour des raisons de licence.''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''wheelmouse''' : la souris a une roulette - plus nÃ©cessaire depuis 2003-04-15&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''nowheelmouse''' : souris PS/2 sans roulette - depuis 2003-04-15&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''2''' : Runlevel 2, mode texte/console seulement&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''floppyconfig''':Lancer &amp;quot;knoppix.sh&amp;quot; depuis la disquette. L'option &amp;quot;floppyconfig&amp;quot; permet la reconfiguration du systÃ¨me aprÃ¨s l'autoconfig, ou d'installer vos propres fichiers de configuration, en montant la disquette et lanÃ§ant un script bourneshell appellÃ© &amp;quot;knoppix.sh&amp;quot; du rÃ©pertoire racine de cette disquette.&lt;br /&gt;
* Il existe une interface (GUI) permettant de crÃ©er une telle disquette de configuration appelÃ© &amp;quot;saveconfig&amp;quot; (situÃ©e dans le menu de KDE --&amp;gt; &amp;quot;KNOPPIX&amp;quot;), les experts peuvent cependant crÃ©er leur propre script shell. &amp;lt;br&amp;gt;Un fichier nommÃ© &amp;quot;knoppix.sh&amp;quot;, s'il est situÃ© Ã  la racine (&amp;quot;toplevel&amp;quot;) du rÃ©pertoire KNOPPIX du CD, sera executÃ© au dÃ©marrage. Cela permet ainsi de crÃ©er simplement une version &amp;quot;customisÃ©e&amp;quot; sans avoir Ã  modifier le systeme de fichier compressÃ© KNOPPIX/KNOPPIX.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''myconf=/dev/sda1''': Execute &amp;quot;knoppix.sh&amp;quot; Ã  partir d'une partition (ici /dev/sda1 est souvent un periphÃ©rique amovible telles les clÃ©s USB ou disques dur externes firewire).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''myconf=scan''' (ou '''config=scan'''): essai de trouver le script &amp;quot;knoppix.sh&amp;quot; automatiquement&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''home=scan''' ou'''/dev/sda1'''ou '''/dev/hda1'''etc..:Precise le rÃ©pertoire personnel.&lt;br /&gt;
*'scan' recherche knoppix.img dans l'arborescence de toutes les partitons. &lt;br /&gt;
*'home=/dev/hda1'ou 'home=/mnt/hda1'(pour prÃ©ciser la partition contenant votre rÃ©pertoire personnel)&lt;br /&gt;
*'home=/dev/sda1/knoppix.img':Monte un fichier loopback comme /home/knoppix (rÃ©pertoire personnel)&lt;br /&gt;
''Nota: sur la version 3.2 MIB de Michel Buissou'':le fichier knoppix.img a l'attribut cachÃ©, la commande devient donc:home=/dev/hda1/.knoppix.img'' (Ã  adapter en fonction du peripherique de stockage)&lt;br /&gt;
&lt;br /&gt;
**Pour crÃ©er un rÃ©pertoire persistant: menu K -&amp;gt; Knoppix -&amp;gt; Configure -&amp;gt; Create persistant home directory.&lt;br /&gt;
''Faites attention lors de la crÃ©ation de ce rÃ©pertoire personnel, n'utilisez pas la partition dans son intÃ©gralitÃ© Ã  moins que vous sachiez ce que vous faites.''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''noapic noapm noagp nodma nomce nofirewire nopcmcia noscsi noswap nousb nosmp noaudio''':Permet de ne pas faire dÃ©tecter certains matÃ©riels, dans le cas d'un Ã©chec de l'autodÃ©tection, essayez de dÃ©marrer avec une des &amp;quot;no-&amp;quot; options (cf liste prÃ©cedente),&lt;br /&gt;
* par exemple: '''knoppix noagp noapm noapic nodma nopcmcia noscsi nousb''' pour passer les parties critiques du systeme d'autodetection.&amp;lt;br&amp;gt;&lt;br /&gt;
L'option &amp;quot;noswap&amp;quot; est utilisÃ©e pour ne pas utiliser les partitions swap (d'echange) existantes tout en permettant leur recherche (&amp;quot;for a forensic analysis without touching existing swap partitions&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
noapic noapm concernent les modules de gestion de l'energie.&amp;lt;br&amp;gt;&lt;br /&gt;
nodma pour ne pas activer la gestion de la memoire (Direct Memory Access) (par defaut cf: option dma pour l' activer)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''pci=irqmask=0x0e98''':Notebook si la souris PS/2 ne fonctionne pas,  essayez &amp;quot;knoppix pci=irqmask=0x0e98&amp;quot; si (vous avez un notebook et) votre souris PS/2 ne fonctionne pas. (&amp;quot;Possibly cautiliserd by a BIOS-flaw on your board&amp;quot; ~dÃ» probablement Ã  une erreur du bios de votre carte.)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''ide2=0x180 nopcmia''' : dÃ©marrage Ã  partir d'un CD en pcmcia (Transmeta notebooks)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''pci=biosirq''' :Forcera l'utilisation de l'assignation par le Bios des requÃªtes d'interruptions (IRQ) du nus PCI. Solution possible pour du matÃ©riel ne fonctionnant pas. Utile pour des problemes de conflits d'IRQ. Utilisez les commandes '''dmesg''' et '''cat /proc/pci''' afin de trouver si vous Ãªtes concernÃ©s...&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''mem=128M''': spÃ©cifie la taille de la mÃ©moire vive en MByte, certaines cartes ne passent apparemment pas la bonne taille de mÃ©moire au noyau Linux. Cela peut engendrer le message &amp;quot;Panic cannot mount root file system&amp;quot;, le systeme se figeant alors. Utilisez &amp;quot;knoppix mem=128M&amp;quot; pour rÃ©soudre ce probleme si votre systeme dispose de 128 MByte de mÃ©moire (attention un &amp;quot;M&amp;quot; majuscule doit etre utilisÃ© dans ce cas).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''noeject''':Ne pas ejecter le Cd aprÃ©s l'arret du systeme&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''nodhcp''':Ne pas utiliser la detection d'un service DHCP par broadcast (envoi trame sur tout le reseau local)Nb: DHCP permet de se voir dotÃ© d'une adresse IP par un serveur DHCP (cas de certains routeurs).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''gmt'''|'''uce''':L'horloge de la machine est rÃ©glÃ©e sur GMT/UCE&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''vga=normal''':Pas de mode framebuffer, mais X (mode graphique)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''vga=ext''':Mode texte (50-lignes)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''dma''' : activer le DMA pour tous les pÃ©riphÃ©riques IDE&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''blind''':Demarre un terminal Braille (pas de X)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''brltty=type,port,table''':ParamÃ¨tres pour les pÃ©riphÃ©riques Braille&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''alsa''':Configuration automatique de alsa pour une carte son pci (nb si mal reconnue)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''alsa=es1938''':Configure ALSA ( The Advanced Linux Sound Architecture - ALSA ) utilisant le module snd-es1938.o relatif Ã  la carte son pci.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''testcd''': VÃ©rifie l'intÃ©gritÃ© des donnÃ©es du CD, &lt;br /&gt;
* si votre CD Ã©met des sons Ã©tranges lors du dÃ©marrage, ou que vous pouvez lire de nombreuses erreurs telles &amp;quot;cloop read error&amp;quot;, ou que les programmes de votre bureau KDE ont tendance Ã  se fermer alÃ©atoirement, votre image du CD (image ISO) est probablement dÃ©fectueuse ou incomplete, ou votre graveur de CD a crÃ©Ã© un CD defectueux (mauvaise vitesse de gravure ou support enregistrable de mauvaise qualitÃ© ou defectueux). &amp;lt;br&amp;gt;&lt;br /&gt;
* Ceci est l'erreur la plus souvent reportÃ©e. SVP dÃ©marrer en utilisant '''knoppix testcd''' pour vÃ©rifier que le CD est correct, et/ou d'une meilleur maniere et dans la mesure du possible, vÃ©rifiez la signature numÃ©rique MD5 (MD5 checksums) qui sont prÃ©sent sur les mirroirs de tÃ©lÃ©chargement avant de graver le CD. Lisez aussi la KNOPPIX-FAQ.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''splash''':DÃ©marrer avec un Ã©cran de dÃ©marrage &amp;quot;fantaisie&amp;quot; ou tout au moins personalisÃ©.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''toram''':Copie le CD dans la mÃ©moire vive, KNOPPIX est dÃ©marrÃ© de cet emplacement. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''tohd=/dev/hda1''':Copie le CD sur une partition du disque dur (dans ce cas /dev/hda1 = premiere partition du disque master du premier canal IDE soit IDE0), KNOPPIX est dÃ©marrÃ© de cet emplacement.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''fromhd=/dev/hda1''':DÃ©marre Ã  partir d'une image du CD prÃ©cedement copiÃ©e sur le disque dur. (possible de copier le fichier /KNOPPIX/KNOPPIX sur une partition dans une rÃ©pertoire /KNOPPIX).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Kernels (noyaux) ====&lt;br /&gt;
'''knoppix'''  Parametres par defaut&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''knoppix-txt'''  Pas de framebuffer au dÃ©marrage&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''fb1024x768'''  prÃ©ciser la dimension d'affichage du framebuffer&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''fb800x600'''  prÃ©ciser la dimension d'affichage du framebuffer&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''failsafe'''  DÃ©marrer avec (presque) aucune dÃ©tection matÃ©rielle.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''expert''' : Configuration interactive pour experts, le mode &amp;quot;expert&amp;quot; fournit une interface simple mais cependant pas testÃ©e en profondeur pour permettre de charger des modules supplÃ©mentaires dans le noyau (Kernel) Ã  partir d'une disquette (format ext2 ou vfat), ainsi qu'une configuration interactive des souris/clavier/carte son/serveur X (d'affichage). Le mode &amp;quot;expert&amp;quot; supporte les mÃªme options de dÃ©marrage que &amp;quot;knoppix&amp;quot;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''knoppix -b''' DÃ©marrage rapide et simpliste, sans dÃ©tection de pÃ©riphÃ©riques, seulement 1 VT (terminal virtuel); presser &amp;quot;enter&amp;quot; Ã  l'invite du mot de passe root et vous pouvez executez vos commandes. Pratique pour uniquement utiliser fdisk sur les pÃ©riphÃ©riques IDE, activer l'amorce sur une partition differente, DD stuff, permet ainsi de redemarrer rapidement '''Real Fast''' une fois votre tÃ¢che terminÃ©e. &lt;br /&gt;
* '''Nb''': Vous pouvez presser ALT-Impr Ã©cran Syst-B en toute sÃ©curitÃ© pour rebooter immediatement sans vous inquiÃ©tez d'Ã©teindre proprement le systeme, en effet rien n'est montÃ© en lecture/ecriture ni mÃªme le swap. &lt;br /&gt;
Fonctionne aussi d'ailleurs sur les autres distributions Linux.&lt;br /&gt;
&lt;br /&gt;
==== Tips&amp;amp;Tricks/Trucs &amp;amp; Astuces ====&lt;br /&gt;
'''Si vous avez un vieux moniteur (VGA)''' essayez &amp;quot;knoppix-txt xvrefresh=60&amp;quot; ou &amp;quot;fb800x600&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La plupart des options de dÃ©marrage sont analysÃ©e dans le fichier /etc/init.d/knoppix-autoconfig et le reste peut etre trouvÃ© dans /KNOPPIX/boot.img -&amp;gt; miniroot.gz -&amp;gt; linuxrc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Si vous souhaitez remasteriser le CD''', n'oubliez pas de specifier:&lt;br /&gt;
&amp;lt;br&amp;gt;*-b KNOPPIX/boot.img&lt;br /&gt;
&amp;lt;br&amp;gt;pour la version allemande de la disquette de boot (dÃ©marrage) ou&lt;br /&gt;
&amp;lt;br&amp;gt;*-b KNOPPIX/boot-en.img&lt;br /&gt;
&amp;lt;br&amp;gt;pour la version anglo-saxonne, comme option pour mkisofs. &lt;br /&gt;
&amp;lt;br&amp;gt;Autrement votre CD ne sera pas &amp;quot;bootable&amp;quot; (&amp;quot;auto-amorcable&amp;quot;).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Le repertoire KNOPPIX, contenant le fichier compressÃ© &amp;quot;KNOPPIX&amp;quot;, doit etre placÃ© au niveau supÃ©rieur du CD.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
/!\ '''ATTENTION: X-Screensaver''': Ne lancez pas xlock ou autre ecran de veille (screensaver) qui reqiert un mot de passe.&amp;lt;br&amp;gt;&lt;br /&gt;
Il n'y a pas de mot de passe de dÃ©finit par dÃ©faut dans KNOPPIX, c.a.d. que tous les comptes utilisateurs (accounts) sont LOCKED (&amp;quot;bloquÃ©s&amp;quot;/&amp;quot;vÃ©rouillÃ©s&amp;quot;) Ã  moins que vous ne specifiez un mot de passe.&amp;lt;br&amp;gt;&lt;br /&gt;
Voyez ainsi le fichier README_Security.txt Ã  ce propos.&amp;lt;br&amp;gt;&lt;br /&gt;
Si vous executez malencontreusement l'ecran de veille de KDE, passez sur une console texte en pressant par exemple les touches CTRL+ALT+F1 et tuez (kill) le processus de l'ecran de veille (ou bien prÃ©cisez un mode de passe pour l'utilisateur knoppix).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Si vous dÃ©sirez '''editer la configuration de votre serveur d'affichage''' (ou serveur X -&amp;gt; X-Server) (/etc/X11/XF86Config-4 pour XFree86 V4.x), &amp;lt;br&amp;gt;&lt;br /&gt;
utilisez &amp;quot;knoppix 2&amp;quot; Ã  l'invite boot: afin de dÃ©marrer en niveau d'execution 2 (runlevel 2 = mode texte, sans affichage graphique),&amp;lt;br&amp;gt;&lt;br /&gt;
Apres avoir changÃ© la configuration de X, dÃ©marrer l'environnement avec la commande &amp;quot;init 5&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
Nb: vous pouvez toujours quitter l' environnement graphique avec &amp;quot;init 2&amp;quot;, et le redÃ©marrer plus tard avec &amp;quot;init 5&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mise Ã  jour:&amp;lt;br&amp;gt; ====&lt;br /&gt;
Updated for Knoppix 3.1 2003-01-05&amp;lt;br&amp;gt;&lt;br /&gt;
;Updated for Knoppix 3.2 : desktop=gnome n'est plus disponible&lt;br /&gt;
&lt;br /&gt;
[[Category: Cheat Codes]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Talk:Cloop</id>
		<title>Talk:Cloop</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Talk:Cloop"/>
				<updated>2008-07-13T20:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: orcalisit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trtari&lt;br /&gt;
I'm trying to follow these instructions and I don't understand this line:&lt;br /&gt;
&lt;br /&gt;
make KERNEL_DIR=/path/to/linux-kernel/sources&lt;br /&gt;
&lt;br /&gt;
Where are the linux kernel sources? (I guess that's a stupid question)&lt;br /&gt;
&lt;br /&gt;
smauleon&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Help_talk:Contents</id>
		<title>Help talk:Contents</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Help_talk:Contents"/>
				<updated>2008-07-13T19:38:43Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: videltroc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dronrolbasbo&lt;br /&gt;
'''&amp;lt;font color=red&amp;gt;Do not use this page to post requests for help on Knoppix.&amp;lt;/font&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
==About this help page==&lt;br /&gt;
This page is the wiki discussion page under the wiki help section. It is intended for discussion about the wiki, not about Knoppx problems, and is not the place to post individual requests for help downloading, burning, booting or using Knoppix. That place is the '''forums''', reached by clicking on the '''forum''' link near the top of the Knoppix.net home page or this page. The forums are actually a much better choice for posting questions about the wiki too, as regular users see new forum posts each time they visit this website, but only see see changes to the wiki if they search them out.&lt;br /&gt;
&lt;br /&gt;
Before posting a question in the forums it is advised to look at the different subjects the forum is sub-divided into and to read through some of the posts in the forum that best seems to fit your subject. You can also use the search feature to search the forums, you might find your question has been answered many times already with one or two simple keyword searches, and you will get a response much faster that way.&lt;br /&gt;
&lt;br /&gt;
Also, before you post, try to pick the forum that is the best fit for your question, and use a meaningful subject line that relates to the problem. Don't use subject lines like &amp;quot;I'm new, help me&amp;quot;. The forums would be a useless mess if everyone did that.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
I have now copied this text to the Help page, where it should be =) [[User:Qwerty|Qwerty]] 17:18, 19 Oct 2006 (GMT)&lt;br /&gt;
==Whitt posted a question==&lt;br /&gt;
Whitt posted a question here. I've tried to reach you through the forum private message feature but you have not created a forum account yet, so I cannot do so.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Talk:Philippine_Knoppix_FAQ</id>
		<title>Talk:Philippine Knoppix FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Talk:Philippine_Knoppix_FAQ"/>
				<updated>2008-07-13T19:08:07Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: orccositzelv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;olodar&lt;br /&gt;
== KNOPPIX 4 WI-FI Connection ==&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User_talk:Dr_Kludge</id>
		<title>User talk:Dr Kludge</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User_talk:Dr_Kludge"/>
				<updated>2008-07-13T18:48:37Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: errotado&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;erolovita&lt;br /&gt;
Hey, Dr Kludge! I was wanting to use [http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Image:PhpWebSiteOnion.png your diagram] on Wikipedia, but in order for Wikipedia to accept it, it needs to be under a free license of some type. Would you please license it under the [[:Wikipedia:Template:GFDL|GFDL]] or release it into the public domain?&lt;br /&gt;
Thank you! --[[User:Jecowa|Jecowa]] 03:53, 8 Sep 2006 (GMT)&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bugs/5.1.1CD</id>
		<title>Bugs/5.1.1CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bugs/5.1.1CD"/>
				<updated>2008-07-13T18:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: nororo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;elpase&lt;br /&gt;
==GRUB Configuration Error==&lt;br /&gt;
There are two problems with option label dos for loading FreeDos balder.img. There is no memdisk file in /boot/isolinux folder and the isolinux.cfg sintax is wrong&lt;br /&gt;
&lt;br /&gt;
The correct syntax is&lt;br /&gt;
&lt;br /&gt;
 LABEL dos&lt;br /&gt;
 KERNEL /boot/isolinux/memdisk&lt;br /&gt;
 APPEND initrd=/boot/isolinux/balder.img&lt;br /&gt;
==Mouse Configuration Default Error==&lt;br /&gt;
KNOPPIX incorrectly guesses that my serial mouse uses the &amp;quot;Microsoft&amp;quot; protocol, with the result that my mouse pointer hops around almost at random. It works correctly if I edit /etc/X11/xorg.conf replacing the mouse protocol &amp;quot;Microsoft&amp;quot; with &amp;quot;MouseSystems&amp;quot; or &amp;quot;auto&amp;quot;. Since the &amp;quot;auto&amp;quot; protocol would presumably work with a &amp;quot;Microsoft&amp;quot; mouse, too, that would seem to be a  better default for KNOPPIX to use.&lt;br /&gt;
&lt;br /&gt;
''(see discussion by clicking &amp;quot;discussion&amp;quot; above)''&lt;br /&gt;
&lt;br /&gt;
==Default myconfig error==&lt;br /&gt;
Knoppix 5.1.1's knoppix-autoconfig script has an error with regard to &amp;quot;default&amp;quot; myconfig.&lt;br /&gt;
In the case where knoppix has been remastered with knoppix.sh and configs.tbz in the &lt;br /&gt;
CD root (/) the test for knoppix.sh is wrong.  Line 1310 should be changed from:&lt;br /&gt;
&lt;br /&gt;
 MYCONFIG=&amp;quot;$(ls -1d /cdrom/KNOPPIX/[Kk][Nn][Oo][Pp][Pp][Ii][Xx].[Ss][Hh] 2&amp;gt;/dev/null)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to:&lt;br /&gt;
&lt;br /&gt;
 MYCONFIG=&amp;quot;$(ls -1d /KNOPPIX/[Kk][Nn][Oo][Pp][Pp][Ii][Xx].[Ss][Hh] 2&amp;gt;/dev/null)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This will allow a default myconfig (e.g. if the myconfig= argument is not given) &lt;br /&gt;
to detect the presence of the knoppix.sh script.&lt;br /&gt;
&lt;br /&gt;
--[[User:Hanumant|Hanumant]] 16:04, 14 Jun 2007 (UTC)&lt;br /&gt;
==Timezone setting error==&lt;br /&gt;
Knoppix 5.1.1's knoppix-autoconfig script has an omission with regard to setting the timezone.&lt;br /&gt;
The script set /etc/local time around line 557.  It should also update the file /etc/timezone:&lt;br /&gt;
  rm -f /etc/timezone&lt;br /&gt;
  echo &amp;quot;$TZ&amp;quot; &amp;gt; /etc/timezone&lt;br /&gt;
&lt;br /&gt;
--[[User:Hanumant|Hanumant]] 16:06, 14 Jun 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==fstab error==&lt;br /&gt;
rebuildfstab adds the following garbage to /etc/fstab on a system with no hard drive:&lt;br /&gt;
  # Added by KNOPPIX&lt;br /&gt;
     noauto,users,exec 0 0&lt;br /&gt;
Here is a fix:&lt;br /&gt;
  --- /usr/sbin/rebuildfstab.orig       2007-06-26 09:16:54.972750170 -0400&lt;br /&gt;
  +++ /usr/sbin/rebuildfstab    2007-06-26 09:17:42.095435539 -0400&lt;br /&gt;
  @@ -75,2 +75,3 @@&lt;br /&gt;
   count=0&lt;br /&gt;
  +scanpartitions | \&lt;br /&gt;
   while read device mountpoint fstype relax; do&lt;br /&gt;
  @@ -98,5 +99,3 @@&lt;br /&gt;
      echo &amp;quot;$device $mountpoint $fstype $options 0 0&amp;quot;; }&lt;br /&gt;
  -done &amp;gt;&amp;gt;&amp;quot;$TMP&amp;quot; &amp;lt;&amp;lt;EOT&lt;br /&gt;
  -$(scanpartitions)&lt;br /&gt;
  -EOT&lt;br /&gt;
  +done &amp;gt;&amp;gt;&amp;quot;$TMP&amp;quot;&lt;br /&gt;
--[[User:Johntobey|Johntobey]] 13:32, 26 Jun 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==TestDisk error==&lt;br /&gt;
TestDisk refers to an old version of libntfs. As a result, when you start it, it gives this error:&lt;br /&gt;
 testdisk: error while loading shared libraries: libntfs.so.9: cannot open shared object file: No such file or directory&lt;br /&gt;
Solution: create a symlink to the new version of the library:&lt;br /&gt;
 ln -s libntfs.so.10 /usr/lib/libntfs.so.9&lt;br /&gt;
--[[User:131.215.166.100|131.215.166.100]] 01:09, 19 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== No Unicode support ==&lt;br /&gt;
&lt;br /&gt;
Knoppix has no UTF-8 support. This means that files in hard drives (especially NTFS) that use characters other than those of ISO-1 encoding are not accessible for Knoppix (they don't show up at all).&lt;br /&gt;
&lt;br /&gt;
--[[User:193.219.94.166|193.219.94.166]] 12:08, 23 March 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Bash</id>
		<title>Bash</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Bash"/>
				<updated>2008-07-13T17:44:32Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: delbasc4tvil&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;rolrelpas&lt;br /&gt;
'''Bash''' is a [[Unix command shell]] written for the [[GNU]] project. Its name is an acronym for &amp;quot;Bourne-Again SHell&amp;quot;: a pun on the Bourne shell sh, which was the original Unix shell. The Bash command syntax is largely backward-compatible with sh, and includes ideas drawn from ksh and csh, such as the command history, the directory stack, the $RANDOM variable, and the POSIX form of command substitution, &amp;lt;tt&amp;gt;'$('&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The original Bourne shell was written by Stephen Bourne. Bash was primarily written by Brian Fox and Chet Ramey.&lt;br /&gt;
&lt;br /&gt;
Bash is the default shell on most GNU/Linux systems, and it can be run on most Unix-like operating systems. It has also been ported to Microsoft Windows by the Cygwin project.&lt;br /&gt;
&lt;br /&gt;
Bash is distributed under the GNU General Public License. It is available for download from many sites on the Internet, including the GNU project FTP site. The latest released version is 2.05Î².&lt;br /&gt;
&lt;br /&gt;
The complex bash script bashforth shows several bash programming techniques, by implementing a version of the extensible programming language Forth&lt;br /&gt;
&lt;br /&gt;
==== External link ====&lt;br /&gt;
*[[http://www.gnu.org/manual/bash-2.02 The Bash Reference Manual]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Debian</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Debian"/>
				<updated>2008-07-13T16:46:06Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ouorta&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;boctrli&lt;br /&gt;
Knoppix is based on Debian Linux &lt;br /&gt;
See http://www.debian.org/&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Baby_Gimp</id>
		<title>Baby Gimp</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Baby_Gimp"/>
				<updated>2008-07-13T16:30:17Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: nodomc4tc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;orelto&lt;br /&gt;
[[Baby Gimp | Babygimp]] is an iconeditor, written in PERL.&lt;br /&gt;
&lt;br /&gt;
The web site is located at http://babygimp.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
{{page-stub}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Open Source Applications]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Hardware_FAQ_Spanish</id>
		<title>Hardware FAQ Spanish</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Hardware_FAQ_Spanish"/>
				<updated>2008-07-13T15:40:41Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ricbool&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;delouorelt&lt;br /&gt;
trchitabasre&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Krellan</id>
		<title>User:Krellan</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Krellan"/>
				<updated>2008-07-13T12:35:23Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: clieltre&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;roelboboc&lt;br /&gt;
Hey, it's [http://krellan.com/ me]....&lt;br /&gt;
&lt;br /&gt;
I'm Krellan2 on the forums here (not Krellan, there was some glitch during registration and I had to create a second account).&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/FAQ_Instalando_en_Disco_Duro</id>
		<title>FAQ Instalando en Disco Duro</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/FAQ_Instalando_en_Disco_Duro"/>
				<updated>2008-07-13T10:06:18Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: alacelchic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;c4taltrocze&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/How_to_Theme_KDE</id>
		<title>How to Theme KDE</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/How_to_Theme_KDE"/>
				<updated>2008-07-13T09:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ricchiletoca&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;c4tlic&lt;br /&gt;
Hi everyone, it's me again, and I know that I've asked for a TON of help and gotten lots with the help of this forum, but I feel that it is now my turn to help. My most recent problem has been with themes, styles, window decorations, etc. I have asked numerous times for help, but it seems that almost nobody has successfully installed them, and if they did, they did not have time to give others the proper help they have needed. That's where I step in. After getting many different scraps of help, searching other sites with google.com, and finding out some stuff on my own, I bring you the FIRST (as far as I can tell) MINI-tutorial for installing these maddening mishaps of mayhem that are one of the curses of KDE 3.2 and up. Exclamation&lt;br /&gt;
Now, I say KDE 3.2 and up because I have absolutely NO experience with the older, now obsolete versions of KDE. Also KDE 3.2 and 3.3 are EXTREMELY similar when it comes to this &amp;quot;theming&amp;quot; technology. This tutorial is based on the END of FILENAMES (which will be explained in stunning clarity in a moment). So when you go in search of that perfect theme on KDE-LOOK.org, you know which part of this tutorial to use.&lt;br /&gt;
NO successes based on these instructions are guarenteed, but having successfully followed these instructions myself, and seeing the very little other help that is out there, I HIGHLY suggest at least trying these instructions.&lt;br /&gt;
&lt;br /&gt;
Step number ONE: What do I actually want to download and install?&lt;br /&gt;
If you would like to change the &amp;quot;bar&amp;quot; on the top of your programs( the one with the maximize, minimize, and exit buttons), you are yearning for a WINDOW DECORATION.&lt;br /&gt;
If you would like to change the scroll bar( the thing that scrolls through the entire page or screen of a program or browser, commonly located on the far right side of the program, the colors of the buttons and the patterns or colors of any &amp;quot;white space&amp;quot; that is just there in a program (take a look at Konqueror. open it up and look at the space between the buttons on the second toolbar from the top, and the &amp;quot;K&amp;quot; icon that moves when you are loading a page, most likely white or tinted gray or a tinted white color now)- YOU WANT A STYLE!&lt;br /&gt;
If you want to change EVERYTHING (Window Decorations and the Styles + text and other oddities like wallpaper), you want an ALL IN ONE THEME! *nOTe!!!- There is a &amp;quot;theme manager&amp;quot; separate download for KDE 3.2, and a theme manager in KDE 3.3 [&amp;quot;K&amp;quot; icon on taskbar, settings, control center]. BUT the theme manager does very little at this point. It only installs themes with a .kth extension, and I've found only ONE theme with that extension, so most themes can probably also be installed by source code(a bit advanced NOT TOO HARD) or a .deb package.&lt;br /&gt;
&lt;br /&gt;
Step number TWO: Let's change my desktop!&lt;br /&gt;
This is the installation phase. Please note that to avoid some problems, you should install from the ROOT user's desktop. Although I suspect that this will work with a regular account too. Also PLEASE NOTE!!! ONLY KNOPPIX hd- installed users can install themes or any other thing for that matter. The CD live version cannot install anything.&lt;br /&gt;
---but first---&lt;br /&gt;
When you find the theme/style/window decoration that you want to install PLEASE, you MUST save the file to your HOME directory[&amp;quot;k&amp;quot; icon on the taskbar, quick browser, 'home folder'] that way you will have ZERO problems.&lt;br /&gt;
Now, Im not going to tell you how to install a specific thing like how to install a Window Decoration (this is where the end of the filenames/filetypes come into play). Go to KDE-look.org and find WHAT YOU WANT. Click the &amp;quot;download&amp;quot; link. This may take you to another page ( usually the author's homepage) to download or will begin downloading IMMEDIATELY. When the dialogue box pops up, LOOK AT THE END OF THE FILENAME THAT IT IS ASKING YOU TO SAVE. [ filename.{this is the filetype}] Such as: crystal08.tgz - .tgz is the filetype. That's what you need to look for as you download to make sure you install it correctly. Now, ONTO THE INSTALLING.&lt;br /&gt;
*Also. If you are not in the root user account, you must get into a root console by clicking[ session, new root console] in the Konsole.&lt;br /&gt;
&lt;br /&gt;
--COMPILING-- for .tar.gz, .tgz, .tar.bz2 files&lt;br /&gt;
Yes, indeed the hardest one comes first. IF your file has one of the filename- endings (filetypes) mentioned above, you must compile. People say that compiling is extremely hard- I say NO. Here we go:&lt;br /&gt;
1. &amp;quot;Unpack&amp;quot; your file after you've downloaded it into your home directory. [right click the file, click actions, extract here] This will create a folder in your home directory&lt;br /&gt;
2. Open a 'terminal program' or 'console' ( the little black computer screen with some symbols on it on the taskbar, or the &amp;quot;K&amp;quot; menu, System, and Terminal Program (Konsole) program is what you select. A rectangular window should appear. wait for some letters and symbols to appear in the window. Such as, (but text may vary) root@box:~# .&lt;br /&gt;
3. Type&lt;br /&gt;
Code:&lt;br /&gt;
cd [filename]&lt;br /&gt;
Where [filename] is your EXTRACTED file's folder name ( no brackets of course, and DO NOT GIVE ITS LOCATION, like (/home/filename). NONONONONONONO! That is not correct. No filetypes.&lt;br /&gt;
4. So, after you've done that, the text in the box should have moved down a line and say:&lt;br /&gt;
Code:&lt;br /&gt;
root@box:~/acqua-3.2#&lt;br /&gt;
&lt;br /&gt;
Demo Konsole view:&lt;br /&gt;
Code:&lt;br /&gt;
root@box:~# cd acqua-3.2&lt;br /&gt;
root@box:~/acqua-3.2#&lt;br /&gt;
&lt;br /&gt;
acqua-3.2 was the name of the folder that was created after the &amp;quot;extract here&amp;quot;&lt;br /&gt;
NOW TYPE:&lt;br /&gt;
Code:&lt;br /&gt;
./configure  --prefix=`kde-config --prefix`&lt;br /&gt;
(it probably would be better to copy and paste this code directly from this page. OR type:&lt;br /&gt;
Code:&lt;br /&gt;
./configure&lt;br /&gt;
&lt;br /&gt;
5. that will run and cause the Konsole to madly execute different commands, which will show up on the screen as never ending words- WAIT for about 5 minutes.&lt;br /&gt;
6. then, type at the prompt:&lt;br /&gt;
Code:&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
7. then:&lt;br /&gt;
Code:&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
8. The install should finish. These are generic instructions, remember, so if something goes wrong, or if you get an error, please copy and paste the error into a reply to this post. Sometimes, the theme/style, etc. needs stuff like qt version 3.3 or so which you don't have. in that case, try another. (ON KDE-LOOK.ORG, THE AUTHORS OFTEN TELL YOU WHAT YOU NEED FOR THE INSTALL TO WORK) Look for your installed theme/style/windowdec in the appropriate location in the Control Center.&lt;br /&gt;
&lt;br /&gt;
--AHA! DEBIAN PACKAGES-- .deb files&lt;br /&gt;
These are incredibly simple to install.&lt;br /&gt;
1. Open a Konsole as described above, and type&lt;br /&gt;
Code:&lt;br /&gt;
dpkg -i [filename.deb]&lt;br /&gt;
This time, it's a bit different. YOU DO include the filetype at the end in the filename, and once again, NO BRACKETS. Look for your installed thing in the appropriate location in the Control Center.&lt;br /&gt;
&lt;br /&gt;
--aha!- i found a suse .rpm package!-- .rpm files&lt;br /&gt;
1. THIS iS not a method that has been tested! Try anyway, can't hurt Wink&lt;br /&gt;
2. OPen the Konsole.&lt;br /&gt;
3. type:&lt;br /&gt;
Code:&lt;br /&gt;
alien [filename.rpm]&lt;br /&gt;
&lt;br /&gt;
OR if not in a root console&lt;br /&gt;
Code:&lt;br /&gt;
fakeroot alien [filename.rpm]&lt;br /&gt;
&lt;br /&gt;
4. Then perform the same steps you would as with a Debian Package.(above)&lt;br /&gt;
&lt;br /&gt;
--Theme Manager-- .kth&lt;br /&gt;
There is only one theme i found for that. If you find any others, just download it to ANYPLACE on your harddrive, open the control center, and go to appearance, theme manager, install new theme.&lt;br /&gt;
If you want to install the theme manager and have KDE 3.2, download the manager from http://developer.kde.org/~lukas/kthememanager/ and compile using the above instructions for compiling. Restart the computer, and it should appear under appearance in the control center.&lt;br /&gt;
&lt;br /&gt;
I hope this helps all who once were confused like me. And remember, if you run into problems, stick with this:&lt;br /&gt;
1. Download to the HOME directory, much easier&lt;br /&gt;
2. Make sure your computer matches the requirements the author specifies on KDE-look.org&lt;br /&gt;
3. Run in root&lt;br /&gt;
4. Send me a Private Message or reply to this forum.&lt;br /&gt;
I also would like feedback if these instructions WORKED in addition to if it didn't work. I will also post a list of themes/styles/Windowdecorations that worked for me from KDE look soon.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Indonesian_Customizing_FAQ</id>
		<title>Indonesian Customizing FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Indonesian_Customizing_FAQ"/>
				<updated>2008-07-13T07:15:20Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: trocalv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;rolviracr&lt;br /&gt;
bocactroctav&lt;br /&gt;
----&lt;br /&gt;
Kembali ke [[Indonesian Knoppix FAQ]]&lt;br /&gt;
----&lt;br /&gt;
== Cara Remastering Knoppix ==&lt;br /&gt;
[[Knoppix Remastering Howto Indonesian]]&lt;br /&gt;
&lt;br /&gt;
== Script pengkostumisasi CD KNOPPIX ==&lt;br /&gt;
http://www.ing-buero-unger.de/prj/knx/index.html&lt;br /&gt;
&lt;br /&gt;
== Pengoptimalan Kecepatan ==&lt;br /&gt;
Knoppix orisinil sudah dioptimalkan kecepatannya (Anda dapat membayangkannya seperti &amp;quot;defragmentasi untuk CD&amp;quot;). Hampir semua Remastering FAQ dan script belum mengoptimalkan kecepatan remaster. Jadi, Knoppix yang orisinil berjalan lebih cepat dari CD daripada kebanyakan remaster! http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-January/001593.html&lt;br /&gt;
&lt;br /&gt;
== Pertanyaan Yang Sering Diajukan ==&lt;br /&gt;
&lt;br /&gt;
# Saya sudah membaca HOWTO, tapi tidak disebutkan bagaimana caranya mengkostumisasi desktop KDE, panel, dan program startup. Saya sudah menemukan bahwa setelah saya chroot, saya dapat melihat KDE saya berubah dalam '''/ramdisk/home/knoppix/.kde/''' dan saya kopikan ke '''/etc/skel/.kde/''' dan ke '''/home/knoppix/.kde/''' tapi tampaknya tidak dihiraukan. Apa yang perlu saya lakukan?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Lihat juga:&lt;br /&gt;
* CD Knoppix yang sudah dikostumisasi untuk download di [[Knoppix Customizations]]&lt;br /&gt;
* http://www.linuxdevcenter.com/pub/a/linux/2003/11/20/knoppix.html?page=2&lt;br /&gt;
----&lt;br /&gt;
kembali ke [[Indonesian Knoppix FAQ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Gimp</id>
		<title>Gimp</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Gimp"/>
				<updated>2008-07-13T06:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: aceloutade&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;c4tricge&lt;br /&gt;
The [[Gimp | GIMP]] is a bitmap graphics editor. [[Gimp | GIMP]] stands for [[GNU]] Image Manipulation Program.  [[Gimp | GIMP]] is an application program for creating and processing raster graphics. It also has some support for vector graphics.&lt;br /&gt;
&lt;br /&gt;
=External links=&lt;br /&gt;
&lt;br /&gt;
* [http://www.wikipedia.org/wiki/GIMP Gimp Wikipedia Article]&lt;br /&gt;
* [http://www.gimp.org/ GIMP home page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Open Source Applications]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Syslinux_bootprompt</id>
		<title>Syslinux bootprompt</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Syslinux_bootprompt"/>
				<updated>2008-07-13T03:50:02Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: sitbocbocpas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;acelno&lt;br /&gt;
The [[syslinux bootprompt]] is a visual [[command line]] prompt that appears right after the host computer has started knoppix from the CD or other media.  The [[syslinux bootprompt]] allows you to put in [[Cheat Codes]].&lt;br /&gt;
&lt;br /&gt;
It looks like this:&lt;br /&gt;
&lt;br /&gt;
'''boot&amp;gt;'''&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Install_FAQ_Deutsch</id>
		<title>Install FAQ Deutsch</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Install_FAQ_Deutsch"/>
				<updated>2008-07-13T00:45:59Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: bomonnotrn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;sitrolc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/KDE</id>
		<title>KDE</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/KDE"/>
				<updated>2008-07-12T22:24:06Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: domcnaaceltr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;darmonzel&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Download_manager</id>
		<title>Download manager</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Download_manager"/>
				<updated>2008-07-12T21:35:11Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: rotrmo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;noboc4t&lt;br /&gt;
Describe [[download manager]] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{page-stub}}&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Linus_Torvalds</id>
		<title>Linus Torvalds</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Linus_Torvalds"/>
				<updated>2008-07-12T20:57:30Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: eltoloeltl&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;aceltrcositv&lt;br /&gt;
oloorv&lt;br /&gt;
Torvalds was born in Helsinki, the capital of Finland, as the son of Anna and Nils, and the grandson of poet Ole Torvalds. Both of his parents were campus radicals at the University of Helsinki in the 1960s, his father a Communist who in the mid-1970s spent a year studying in Moscow. This caused embarrassment to Linus at the time since other children would tease him about his father's politics.&lt;br /&gt;
&lt;br /&gt;
His family belongs to the Swedish-speaking minority (roughly 6% of Finland's population). Torvalds was named after Linus Pauling. He attended the University of Helsinki from 1988 to 1996, graduating with a masters degree in computer science.&lt;br /&gt;
&lt;br /&gt;
Torvalds lived for many years in San Jose, California with his wife Tove (six-time Finnish national Karate champion), whom he first met in fall 1993, his cat Randi (short for Mithrandir, the Elvish name for Gandalf, a wizard in The Lord of the Rings), and his three daughters Patricia Miranda (born December 5, 1996), Daniela Yolanda (born April 16, 1998) and Celeste Amanda (born November 20, 2000). In June 2004, Linus purchased a home in Beaverton, Oregon and enrolled his children in school in that area. [[1]] ([http://www.siliconvalley.com/mld/siliconvalley/business/technology/personal_technology/8918396.htm)]&lt;br /&gt;
&lt;br /&gt;
He worked for Transmeta Corporation from February 1997 until June 2003, and is now seconded to the Open Source Development Labs, a Beaverton, Oregon based software consortium. Linus and his family recently moved to Portland, Oregon in an effort to be closer to his employer.&lt;br /&gt;
&lt;br /&gt;
His personal mascot is a penguin nicknamed Tux, widely adopted by the Linux community as the mascot of Linux.&lt;br /&gt;
&lt;br /&gt;
Linus's law, a tenet inspired by Linus and coined by Eric S. Raymond in his paper The Cathedral and the Bazaar, is: &amp;quot;Given enough eyeballs, all bugs are shallow.&amp;quot; A deep bug is one which is hard to find, and with many people looking for it, the hope (and so far most experience) is that no bug will be deep. Both men share an open source philosophy, which has been in part (and implicitly) based on this belief.&lt;br /&gt;
&lt;br /&gt;
Unlike many open source &amp;quot;evangelists&amp;quot;, Torvalds keeps a low profile and generally refuses to comment on competing software products, such as Microsoft's commercially dominant Windows operating system. He is neutral enough to even have been criticized by the GNU project, specifically for having worked on proprietary software with Transmeta and for his use and alleged advocacy of Bitkeeper. Nevertheless, Torvalds has occasionally reacted with strong statements to what has been widely perceived as anti-Linux (and anti open source) FUD from proprietary software vendors like Microsoft or SCO.&lt;br /&gt;
&lt;br /&gt;
For example, in one e-mail reaction to statements by Microsoft Senior-VP Craig Mundie, who criticized open source software for being non innovative and destructive to intellectual property, Torvalds wrote: &amp;quot;I wonder if Mundie has ever heard of Sir Isaac Newton? He's not only famous for having set the foundations for classical mechanics (and the original theory of gravitation, which is what most people remember, along with the apple tree story), but he is also famous for how he acknowledged the achievement: If I have been able to see further, it was only because I stood on the shoulders of giants ... I'd rather listen to Newton than to Mundie. He may have been dead for almost three hundred years, but despite that he stinks up the room less.&amp;quot;&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Cloop_Version_2.01</id>
		<title>Cloop Version 2.01</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Cloop_Version_2.01"/>
				<updated>2008-07-12T20:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: orsitba&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;acacelleto&lt;br /&gt;
Describe [[Cloop Version 2.01]] here.&lt;br /&gt;
&lt;br /&gt;
#When I try to compile with a 2.6.''' Kernel I get a make: '''** No rule to make target `/usr/src/linux/conf.vars'&lt;br /&gt;
#Why doesn't someone integrate this [[http://jcomeau.isa-geek.com/www/blog/cloop''patch''2004-10-01.txt patch]] into cloop 2.01 so that it can read older cloop formats?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Please add all bug reports above this line --&amp;gt;&lt;br /&gt;
[[Category:Bug Pages]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Galeon</id>
		<title>Galeon</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Galeon"/>
				<updated>2008-07-12T20:26:33Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: acelou&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bocpasc4t&lt;br /&gt;
[[Galeon]] is a [[Gnome]] based web browser utilizing Mozilla technology.&lt;br /&gt;
&lt;br /&gt;
   http://&lt;br /&gt;
&amp;lt;a href=http://[/url&amp;gt; http://&lt;br /&gt;
&amp;lt;/a&amp;gt;   http://&lt;br /&gt;
 http://&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/CD_burner</id>
		<title>CD burner</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/CD_burner"/>
				<updated>2008-07-12T19:12:13Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: paspasacel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;robast&lt;br /&gt;
Describe [[CD burner]] here.&lt;br /&gt;
nero&lt;br /&gt;
&lt;br /&gt;
{{page-stub}}&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Talk:Downloading_FAQ</id>
		<title>Talk:Downloading FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Talk:Downloading_FAQ"/>
				<updated>2008-07-12T18:41:17Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: rolroldombas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eltdom&lt;br /&gt;
trracvieltol&lt;br /&gt;
7/19/05 I've taken the liberty of adding some sections to the FAQ and rearranging the existing questions for &amp;quot;better flow&amp;quot;. I was trying to keep the individual questions double spaced (some were, some were not), but eventually learned that if you edit an individual question then when you finish the edit that item will be single spaced. So I admitd defeat and put everything single spaced.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Knoppix_dev_null_Permission_Denied</id>
		<title>Knoppix dev null Permission Denied</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Knoppix_dev_null_Permission_Denied"/>
				<updated>2008-07-12T18:34:01Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: orc4tacel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;drondelrolr&lt;br /&gt;
Its commonly reported that when users chroot into an existing linux environment on their harddrive, they encounter the &amp;lt;code&amp;gt;/dev/null: Permission Denied&amp;lt;/code&amp;gt; error message.  This page attempts to explain it and how to avoid it.&lt;br /&gt;
&lt;br /&gt;
The error is caused by mounting a filesystem with the &amp;quot;nodev&amp;quot; mount option and then chrooting into it.  Knoppix automatically places a &amp;quot;users&amp;quot; mount option into the &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; file, which implies this &amp;quot;nodev&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
You can override this option by editting /etc/fstab and appending &amp;quot;,dev&amp;quot; to the options column or simply mount your new chroot filesystem by bypassing the /etc/fstab entirely by typing the following command:&lt;br /&gt;
# mount /dev/hda1 /mnt/hda1 -o rw&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Deb_files_or_Debian_Packages</id>
		<title>Deb files or Debian Packages</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Deb_files_or_Debian_Packages"/>
				<updated>2008-07-12T16:58:10Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: codardar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;nolialtra&lt;br /&gt;
=='''What is a .deb file?'''==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the Debian Linux distribution (on which Knoppix is based), software is commonly distributed in the form of Debian packages with the .deb file extension.  A Debian package is a single file archive which contains the files related to installing a particular program.  Also included in the Debian package is a control file which lists what additional Debian packages need to be installed in order to get the program to run. These additional packages are commonly also .deb and are called &amp;quot;dependencies&amp;quot;.  For more information on the Debian package management system please see: [http://en.wikipedia.org/wiki/Deb_(file_format) Deb file format].&lt;br /&gt;
&lt;br /&gt;
Because Knoppix is based on Linux, it is possible to download and use .deb files as in order to install new programs into Knoppix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''What you should beware of'''==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;''Debian versions and Knoppix''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian comes in several versions or releases:&lt;br /&gt;
&lt;br /&gt;
*Stable - presently codenamed Sarge&lt;br /&gt;
*Testing - presently codenamed Etch&lt;br /&gt;
*Unstable - codenames Sid&lt;br /&gt;
&lt;br /&gt;
Packages for one version are usually not compatible or usable in another version.  An attempt to install a package from one version into a system based on another version may lead to instability or crashes.&lt;br /&gt;
&lt;br /&gt;
Knoppix uses a delicately balanced mixture of packages from all three versions, plus packages from Debian-experimental and other unofficial sources.  They have been tested to ensure that they work together.  &lt;br /&gt;
&lt;br /&gt;
However when you download and install a Debian package and add it to Knoppix, you have no idea which version of .deb is suitable.  Even if you successfully install a .deb package plus all its dependencies, it does not mean that there will be no problems later.&lt;br /&gt;
&lt;br /&gt;
In general, a single stand-alone application package with no dependencies (other than those already included in Knoppix) will install and run successfully if you pick the .deb from the &amp;quot;Testing&amp;quot; or &amp;quot;Unstable&amp;quot; version.&lt;br /&gt;
&lt;br /&gt;
If, on the other hand, the .deb calls for installing or updating a lot of dependencies including big components such as kde libraries, then problems are almost certainly going to occur and Knoppix is going to &amp;quot;break&amp;quot;.  This is the cause of many hard-disk install problems.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;''Dependency Hell''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some Debian pacakges will require you to install other Debian packages before they themselves can be installed.  These other pacakges (&amp;quot;dependencies&amp;quot;) may in turn have further dependencies.  The tedium of manually downloading more and more packages in order to satisfy all the dependencies is sometimes called descending into  &amp;quot;dependency hell&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
There are utilities such as [[apt-get]] which can automate the process of gathering all dependencies.  However, often, by the time all the dependencies are gathered, so much may have changed that the delicate balance of Knoppix is upset and Knoppix may &amp;quot;break&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''Installing a .deb package'''==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;''Using the GUI''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Knoppix, if you have the downloaded the .deb file onto the desktop or are viewing the file from konqueror, clicking on the icon will launch the package manager called kpackage.  Click install.  If everything works, you will see &amp;quot;Result=0&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If there is a problem, you will get &amp;quot;Result=1&amp;quot; and kpackage will describe the problem, such as listing what dependencies are missing and need to be installed first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;''Using the Command-line''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see here: [[dpkg]] for information on how to use the dpkg command at the command-line to handle .deb files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;''Automating the Gathering of Dependencies''&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[apt-get]] and [[synaptic]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Hardware_FAQ_Spanish</id>
		<title>Hardware FAQ Spanish</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Hardware_FAQ_Spanish"/>
				<updated>2008-07-12T16:52:09Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: codompasdom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trchitabasre&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Desktop_environment</id>
		<title>Desktop environment</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Desktop_environment"/>
				<updated>2008-07-12T16:28:18Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: troclicri&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;darcnadoma&lt;br /&gt;
A [[desktop environment]] is a complete [[GUI | graphical user interface]], ([[GUI]]) solution. The [[desktop environment]] provides icons, toolbars, applications, applets, and abilities like drag&amp;amp;drop. As a whole, the particularities of design and function of a [[desktop environment]] endow it with distinctive look and feel.&lt;br /&gt;
&lt;br /&gt;
The term really only makes sense in the context of systems running the [Xfree86 X Window System]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Talk:Headless_Knoppix</id>
		<title>Talk:Headless Knoppix</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Talk:Headless_Knoppix"/>
				<updated>2008-07-12T15:57:58Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: reloloord&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cdrontrocrel&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User_talk:S-max</id>
		<title>User talk:S-max</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User_talk:S-max"/>
				<updated>2008-07-12T15:52:13Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: elcarel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;getrovivarde&lt;br /&gt;
hello world! so banal ...&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/FTP_FAQ_Spanish</id>
		<title>FTP FAQ Spanish</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/FTP_FAQ_Spanish"/>
				<updated>2008-07-12T14:09:39Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: chielt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bocboel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Console</id>
		<title>Console</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Console"/>
				<updated>2008-07-12T12:55:45Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: basboceltli&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;basc4tc&lt;br /&gt;
Console may be:&lt;br /&gt;
&lt;br /&gt;
In computing and video games:&lt;br /&gt;
Computer console, a physical device to operate a computer &lt;br /&gt;
Virtual console, a user interface for multiple computer consoles on one device&lt;br /&gt;
Command line interface, the typical use of the computer console&lt;br /&gt;
Terminal emulator, a program that substitutes for a computer console or computer terminal&lt;br /&gt;
Win32 console, the terminal emulator of Microsoft Windows&lt;br /&gt;
Console (video game CLI), a game command-line user interface element for personal computer games originated in Quake&lt;br /&gt;
Video game console, a specific device for playing video games &lt;br /&gt;
Handheld game console, a specific lightweight and portable device for playing video games&lt;br /&gt;
A secondary web browser window pop-up&lt;br /&gt;
&lt;br /&gt;
In music:&lt;br /&gt;
Organ console, which includes the keys, stops, and foot pedals for playing music.&lt;br /&gt;
Mixing console, a device for controlling and combining audio signals&lt;br /&gt;
Console (musician) (indie rock), a music project by Martin Gretschmann&lt;br /&gt;
Tape recorder (also used for computer tape)&lt;br /&gt;
Timpani console, a set of timpani.&lt;br /&gt;
&lt;br /&gt;
Console may also refer to:&lt;br /&gt;
Lighting control console, a device for controlling theatrical lighting&lt;br /&gt;
A small cabinet, which gave its name to the computer consoles&lt;br /&gt;
Comforting someone in distress&lt;br /&gt;
Corbel, a support element in the architecture of a construction such as a balcony&lt;br /&gt;
A type of home entertainment center, with various home electronics housed in a self-contained unit&lt;br /&gt;
A storage compartment in the center of a bucket seating setup for modern-day automobiles&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By,&lt;br /&gt;
Pratik Patel.&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Embedded_Live_CD</id>
		<title>Embedded Live CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Embedded_Live_CD"/>
				<updated>2008-07-12T10:50:42Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: caricaceltar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;nocovicgetv&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Philippine_Knoppix_FAQ</id>
		<title>Philippine Knoppix FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Philippine_Knoppix_FAQ"/>
				<updated>2008-07-12T09:27:14Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: racgetelbo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;letolalaz&lt;br /&gt;
calavaracl&lt;br /&gt;
== '''UNSA NA ANG KNOPPIX?''' ==&lt;br /&gt;
&lt;br /&gt;
Ang KNOPPIX ay usang compilation ug GNU/Linux software, nga mudagan sa CD ug DVD. &lt;br /&gt;
Maayo ni kay mahibaw-an ang imong Video Card, Sound Card, Network &lt;br /&gt;
Card, Printer, Modem ug uban pa. Kaning linux ay mao sa Linux demo, a training &lt;br /&gt;
course CD, a rescue system or as a platform para commercial software product demos.&lt;br /&gt;
&lt;br /&gt;
Modagan na sa CD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Unsa man ang Hardware Requirements para dinhi?''' ==&lt;br /&gt;
&lt;br /&gt;
Para modagan ang Knoppix Linux. Gikinahanglan mo ang:&lt;br /&gt;
&lt;br /&gt;
        - Intel-compatible nga CPU (i486 o mas maayo),&lt;br /&gt;
        - 32 MB nga RAM para text mode, ug labing minos 82 MB nga memory kung graphical mode with KDE. &lt;br /&gt;
             (Para makapadagan ug various Office applications, labing minos 128 MB ang girekomendar nga memory),&lt;br /&gt;
        - a bootable CD-ROM/DVD drive (IDE/ATAPI, Firewire, USB or SCSI),&lt;br /&gt;
        - a standard SVGA-compatible graphics card,&lt;br /&gt;
        - and a standard serial or PS/2 mouse, or IMPS/2-compatible USB Mouse.&lt;br /&gt;
&lt;br /&gt;
== '''Asa man ko makangayo ug Knoppix CD?''' ==&lt;br /&gt;
Mao ka maka download ug LINUX sa [www.Knopper.Net]. Kung naa ka problema sa pag download ug&lt;br /&gt;
knoppix image. Mao ka makangayo ug copy sa Cebu GNU Linux User's Group(CEGNULUG).&lt;br /&gt;
just pay for CD and mobilization cost. &lt;br /&gt;
&lt;br /&gt;
     Kani ang available option mara magroon ug Knoppix&lt;br /&gt;
     Option 1. CD only   ($0.75)&lt;br /&gt;
     Option 2. CD   Installation   Training(Linux Setup)  Basic Manual ($9.00)&lt;br /&gt;
     Option 3. Option 2   Tech. Support  ($20.00)&lt;br /&gt;
     &lt;br /&gt;
     ''all currency in US Dollar. Excluded of Shipment fee and applicable taxes.''&lt;br /&gt;
&lt;br /&gt;
     For order. Contact us here.[http://www.cegnulug.org/index.php?option=com_contact&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Gbrowse_on_4.0.2CD</id>
		<title>Gbrowse on 4.0.2CD</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Gbrowse_on_4.0.2CD"/>
				<updated>2008-07-12T04:59:14Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: c4toubocla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;nodoml&lt;br /&gt;
The [http://www.gmod.org/GBrowse Generic Genome Browser], GBrowse, is a combination of database and interactive web page for manipulating and displaying annotations on genomes.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Code to install a basic GBrowse environment =&lt;br /&gt;
&lt;br /&gt;
Prerequisites: a persistent disk image of about 300 MB.  I used 500 MB just to be sure I had enough room for temporary files and the like.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
set -x&lt;br /&gt;
&lt;br /&gt;
die () {&lt;br /&gt;
  echo &amp;quot;$1&amp;quot;&lt;br /&gt;
  exit $2&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
apt-get update || die &amp;quot;unable to apt-get&amp;quot; 1&lt;br /&gt;
apt-get -y install perl-doc libcgi-perl libgd-gd2-perl libdbi-perl \&lt;br /&gt;
  libdbd-mysql-perl libmd5-perl libtext-shellwords-perl bioperl || die &amp;quot;unable to install &amp;quot; 2&lt;br /&gt;
&lt;br /&gt;
cd /root&lt;br /&gt;
#  wget 'http://umn.dl.sourceforge.net/sourceforge/gmod/Generic-Genome-Browser-1.62.tar.gz' || die &amp;quot;unable to wget&amp;quot; 3&lt;br /&gt;
wget 'http://umn.dl.sourceforge.net/sourceforge/gmod/Generic-Genome-Browser-1.62.tar.gz' || die &amp;quot;unable to wget&amp;quot; 3&lt;br /&gt;
tar -xzvf Generic-Genome-Browser-1.62.tar.gz  || die &amp;quot;unable to untar&amp;quot; 4&lt;br /&gt;
&lt;br /&gt;
( cd Generic-Genome-Browser-1.62/ &amp;amp;&amp;amp;&lt;br /&gt;
perl Makefile.PL CONF=/etc/apache/ HTDOCS=/var/www/ CGIBIN=/usr/lib/cgi-bin/ &amp;amp;&amp;amp;&lt;br /&gt;
make &amp;amp;&amp;amp;&lt;br /&gt;
make install || die &amp;quot;unable to install gbrowse&amp;quot; 5&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/apache restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Point your browser to http://localhost/gbrowse&lt;br /&gt;
&lt;br /&gt;
To enable gbrowse to start at boot time:&lt;br /&gt;
 update-rc.d apache start 40 2 3 4 5 . stop 60 0 1 6 .&lt;br /&gt;
&lt;br /&gt;
= Code to install an intermediate gbrowse environment =&lt;br /&gt;
Perform a basic install and then run the following code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;#!/bin/bash&lt;br /&gt;
set -x&lt;br /&gt;
&lt;br /&gt;
die () {&lt;br /&gt;
  echo &amp;quot;$1&amp;quot;&lt;br /&gt;
  exit $2&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
apt-get update || die &amp;quot;unable to apt-get&amp;quot; 1&lt;br /&gt;
&lt;br /&gt;
# XML::Parser, XML::Writer, XML::Twig, XML::DOM, LWP, GD::SVG&lt;br /&gt;
apt-get install libxml-parser-perl libxml-writer-perl libxml-twig-perl \&lt;br /&gt;
  libxml-dom-perl libwww-perl&lt;br /&gt;
&lt;br /&gt;
# don't have this quite down yet&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/User:Rwcitek</id>
		<title>User:Rwcitek</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/User:Rwcitek"/>
				<updated>2008-07-12T04:07:07Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ormondro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;lieltoloel&lt;br /&gt;
Loving Knoppix.  I use it to demonstrate Linux at our local Linux Users Group:&lt;br /&gt;
&lt;br /&gt;
* http://www.cwelug.org/&lt;br /&gt;
&lt;br /&gt;
Useful links on this site:&lt;br /&gt;
* [[Special:Specialpages]]&lt;br /&gt;
* [[Special:Userlogin]]&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing Help:Editing ]&lt;br /&gt;
* [[laptops]]&lt;br /&gt;
* [[simplified remaster 3.8.2]]&lt;br /&gt;
* [[trivial remaster 3.8.2]]&lt;br /&gt;
* [[gmailfs]]&lt;br /&gt;
* [[gbrowse on 4.0.2CD]]&lt;br /&gt;
* [[openVPN on 4.0.2CD]]&lt;br /&gt;
* [[customizing environment using 4.0.2CD]]&lt;br /&gt;
* [[boot process 4.0.2CD]]&lt;br /&gt;
* [[poor-mans install, grub, PDI]]&lt;br /&gt;
* [[ROX on 4.0.2CD]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Standard response for HW&amp;amp;Boot questions =&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Some questions:&lt;br /&gt;
- What version of Knoppix are you using?&lt;br /&gt;
- Have you looked at the [url=http://www.knoppix.net/wiki/Cheat_Codes#Tips.26Tricks]Tips&amp;amp;Tricks[/url] section of the Cheatcodes page?&lt;br /&gt;
- If yes, what boot options did you try and how far did you get in the boot process?&lt;br /&gt;
- Are you getting any error messages and, if yes, what exactly do they say?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
- Robert&lt;br /&gt;
http://www.cwelug.org&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Introductory questions =&lt;br /&gt;
Hello and welcome to Knoppix.net.  &lt;br /&gt;
&lt;br /&gt;
We hope that you enjoy your use of Knoppix and hope you become an active member of the community. There's no membership fee. We just ask that you help us and others by becoming familiar with Knoppix, posting questions, and letting the rest of us know how things go.  Also, I noticed that you joined recently and so was wondering if you wouldn't mind answering a few questions.&lt;br /&gt;
&lt;br /&gt;
# - How did you hear about Knoppix?&lt;br /&gt;
# - How did you discover Knoppix.net?&lt;br /&gt;
# - What versions of Knoppix have you tried?&lt;br /&gt;
# - What type of system are you running Knoppix on?&lt;br /&gt;
# - What operating system is currently installed on that system?&lt;br /&gt;
# - How long have you been using computers, or how familiar are you with computers?&lt;br /&gt;
# - Have you used linux before?  If so, how long?&lt;br /&gt;
# - What do you hope to do with Knoppix or Linux?&lt;br /&gt;
# - Are you familiar with a wiki?  If so, have you used a wiki before, e.g wrote some content?&lt;br /&gt;
&lt;br /&gt;
These questions are for my curiosity only.  They won't be compiled or given to anyone else.  I thank you in advance for your responses.&lt;br /&gt;
&lt;br /&gt;
And if you do something with Knoppix however small, please tell us about it, either on the forums or on the wiki page.&lt;br /&gt;
&lt;br /&gt;
Regards,&amp;lt;br&amp;gt;&lt;br /&gt;
- Robert&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.cwelug.org&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Tips_And_Tricks</id>
		<title>Tips And Tricks</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Tips_And_Tricks"/>
				<updated>2008-07-12T03:55:50Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: sitzellio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;zeleltaa&lt;br /&gt;
----&lt;br /&gt;
 &lt;br /&gt;
 netcat 10.0.1.5 9100 &amp;lt; print.ps&lt;br /&gt;
If you ever need to print to an HP jetdirect printer but don't want to bother setting up the printing manager and CUPS etc, then you can just print to a .ps file.  In this example the file name is called '''print.ps'''.  If you're IP address was '''10.0.1.5''', then you would type the command string above in a term window.&lt;br /&gt;
&lt;br /&gt;
- true1ever&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Knoppix_mirrors</id>
		<title>Knoppix mirrors</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Knoppix_mirrors"/>
				<updated>2008-07-11T19:13:02Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: getzelb&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cac4tbo&lt;br /&gt;
Because the files needed to distribute Knoppix are so large, a number of sites around the world have volunteered to host exact copies of those files in order to &amp;quot;share the load&amp;quot; of bandwidth.&lt;br /&gt;
&lt;br /&gt;
If you decide to download a Knoppix ISO file (as opposed to [http://www.knoppix.net/get.php getting one via Bittorrent] or ordering physical media), please look at the [http://knopper.net/knoppix-mirrors/index-en.html official list of mirror sites] and select one of those that are geographically closest to you.&lt;br /&gt;
&lt;br /&gt;
== New Updates ==&lt;br /&gt;
&lt;br /&gt;
In the period immediately after a Knoppix update, many people will be trying to get the new files simultaneously. Also, because the process of updating mirrors is not instantaneous, some mirrors will not have the new files yet, and some mirrors will have partial files. Both of these factors make [http://www.knoppix.net/get.php obtaining Knoppix via BitTorrent] a much better option than using FTP during these times. (While &amp;quot;many people downloading&amp;quot; makes FTP slower, it makes BitTorrent faster.)&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Ssh-agent_and_KNOPPIX</id>
		<title>Ssh-agent and KNOPPIX</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Ssh-agent_and_KNOPPIX"/>
				<updated>2008-07-11T06:47:07Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: oubasdarorno&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ricbasalrel&lt;br /&gt;
In order to use [[http://www.deadman.org/ssh-tut.html ssh-agent]] with Knoppix, or any system, you want it&lt;br /&gt;
to be started up during X11 initialization so the right environment variables are inherited by&lt;br /&gt;
all applications.  In order to do this with KNOPPIX you should....&lt;br /&gt;
&lt;br /&gt;
...you have to flail around the Internet or the documentation hoping to run across an up-to-date answer that works.  So far you won't find it here.&lt;br /&gt;
&lt;br /&gt;
But I do offer ''the story so far'' in hopes that it will attract attention here and get this page updated with the right answer.&lt;br /&gt;
&lt;br /&gt;
One informative site, with answers that at least used to work with SUSE linux are at http://www.topology.org/linux/kde.html&lt;br /&gt;
But there is no $HOME/.xsession file in KNOPPIX 3.4, it doesn't seem to read it if it is there, and there no model to work from at /etc/X11/xdm/sys.xsession&lt;br /&gt;
&lt;br /&gt;
/etc/X11/Xsession.options already has &amp;quot;use-ssh-agent&amp;quot; but that seems ignored.&lt;br /&gt;
&lt;br /&gt;
A friend writes:  It looks like it is trying to do the right thing and use ssh,&lt;br /&gt;
but I think it is configured wrong.&lt;br /&gt;
There is a directory /etc/X11/xsession.d, and in that dir are a bunch of&lt;br /&gt;
scripts whose names start with 2 digit numbers.  xsession runs those scripts&lt;br /&gt;
one at a time.  There are a couple (why two?) of scripts that setup ssh.&lt;br /&gt;
Unfortunately, their numbers are greater than 50, and 50 is the number of the&lt;br /&gt;
script that actually starts all the X stuff.  It looks to me like the script&lt;br /&gt;
numbered 50 should be renamed to 99 for ssh to work right.&lt;br /&gt;
&lt;br /&gt;
In KNOPPIX version 3.4, the situation is a bit different, but with the&lt;br /&gt;
same effect.    The file 45xsession starts X11 up, and doesn't use&lt;br /&gt;
the $STARTUP convention used by latter scripts like 90xfree86-common_ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
A freedesktop.org standard for how to incorporate ssh-agent would seem&lt;br /&gt;
like a good idea.  See e.g. http://freedesktop.org/pipermail/xdg/2003-May/001639.html&lt;br /&gt;
&lt;br /&gt;
help...&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
2007-03-08: if you don't want to break the knoppix startup sequence, a quick hack would be to change the /etc/X11/xinit/xinitrc:&lt;br /&gt;
&lt;br /&gt;
change&lt;br /&gt;
&lt;br /&gt;
. /etc/X11/Xsession&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
ssh-agent /etc/X11/Xsession&lt;br /&gt;
&lt;br /&gt;
hope it helps..&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;br /&gt;
[[Category: Networking]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Instalaci%C3%B3n_FAQ</id>
		<title>Instalación FAQ</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Instalaci%C3%B3n_FAQ"/>
				<updated>2008-07-11T06:20:37Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: ouvier&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;letora&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category : FAQ Page]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Ls</id>
		<title>Ls</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Ls"/>
				<updated>2008-07-11T03:03:07Z</updated>
		
		<summary type="html">&lt;p&gt;203.158.221.227: alboczelc4ts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;sitcnariccn&lt;br /&gt;
[[ls]] The [[ls]] command is used to list files on [[linux]] based systems.  [[GUI]] file managers are nice to use.  However, [[ls]] can be used as a fast tool where a user does not have to click themselves to death.&lt;br /&gt;
 &lt;br /&gt;
 [[ls]] -l &lt;br /&gt;
List files in a directory in '''l'''ong directory information format.&lt;br /&gt;
 &lt;br /&gt;
 [[ls]] -lrt&lt;br /&gt;
List files in a directory in '''l'''ong directory information format; '''r'''everse order; sorted by '''t'''ime.&lt;br /&gt;
 &lt;br /&gt;
 [[ls]] -lart &lt;br /&gt;
List files in a directory in '''l'''ong directory information format; '''a''' including hidden, ., dot files and directories; '''r'''everse order; sorted by '''t'''ime.&lt;br /&gt;
 &lt;br /&gt;
 [[ls]] -l | egrep -i '^(d|l)'&lt;br /&gt;
The reason why you would want to venture into the [[command line]] world occurs when you start to pipe, |, the [[ls]] output into another command for customized list of files.&lt;br /&gt;
 &lt;br /&gt;
 [[ls]] &amp;gt; myfiles.txt&lt;br /&gt;
This is one of the most useful [[ls]] commands.  It allows you to redirect [[ls]]'s output to a file with the name of your choice.  The data in the file can be manipulated with your favorite editor.   [[ls]] puts each file or directory on a newline in the file.  Please see [[redirection]] for more information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>203.158.221.227</name></author>	</entry>

	</feed>