<?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=Shibo</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=Shibo"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/Shibo"/>
		<updated>2026-09-17T15:55:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<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>2010-03-18T15:00:07Z</updated>
		
		<summary type="html">&lt;p&gt;Shibo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
= Persistent Disk Image (PDI) =&lt;br /&gt;
A persistent disk image allows me to customize Knoppix without having to remaster the CD.  With a generic Knoppix CD and a PDI, I can take my environment to just about any computer.&lt;br /&gt;
&lt;br /&gt;
Create a persistent disk image either from the GUI or the command line&lt;br /&gt;
* From within KDE&lt;br /&gt;
 K &amp;gt; KNOPPIX &amp;gt; Configure &amp;gt; Create persistent KNOPPIX image&lt;br /&gt;
* command line&lt;br /&gt;
 knoppix-mkimage&lt;br /&gt;
I prefer an image size of 500 MB, which is just large enough for a significant amount of software updates yet small enough to fit on a USB thumb drive.  I don't choose encryption, but that's a personal preference.  Once you create the image, reboot and specify the image at the boot prompt.  Assuming the knoppix.img is at /mnt/sda1/, then:&lt;br /&gt;
 boot: knoppix home=/mnt/sda1/knoppix.img&lt;br /&gt;
Note: Specifying the home folder may not be necessary.  Apparently, Knoppix scans for the knoppix.img even if one does not specify home=.&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;br /&gt;
&lt;br /&gt;
==Extral links==&lt;br /&gt;
*The following guide will show you how to [http://www.pavtube.com/guide/edit-mod-video.html convert MOD video] to lossless audio  with Pavtube MOD Converter. &lt;br /&gt;
*[http://www.pavtube.com/hd-video-converter-mac/ Mac HD converter] convert among all HD video and audio formats on Mac. &lt;br /&gt;
*[http://www.pavtube.com/mts-converter/ MTS Converter] is a professional but easy-to-use MTS Video Converter.&lt;br /&gt;
*With [http://www.pavtube.com/tod-converter/ TOD Converter] it is so easy to quickly and perfectly convert tod file.&lt;br /&gt;
*[http://www.pavtube.com/flv-converter/ FLV to Video Converter] is an easy-to-use tool for converting FLV files to popular video and audio formats.&lt;br /&gt;
*[http://www.pavtube.com/blu-ray-ripper/ Blu-ray converter] allows you convert blu-ray and general dvd to various video and audio formats like avi, mp4, wmv, mpeg, mkv, mov, xvid, mp3 without any loss.&lt;/div&gt;</summary>
		<author><name>Shibo</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>2010-03-18T14:57:36Z</updated>
		
		<summary type="html">&lt;p&gt;Shibo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
= Persistent Disk Image (PDI) =&lt;br /&gt;
A persistent disk image allows me to customize Knoppix without having to remaster the CD.  With a generic Knoppix CD and a PDI, I can take my environment to just about any computer.&lt;br /&gt;
&lt;br /&gt;
Create a persistent disk image either from the GUI or the command line&lt;br /&gt;
* From within KDE&lt;br /&gt;
 K &amp;gt; KNOPPIX &amp;gt; Configure &amp;gt; Create persistent KNOPPIX image&lt;br /&gt;
* command line&lt;br /&gt;
 knoppix-mkimage&lt;br /&gt;
I prefer an image size of 500 MB, which is just large enough for a significant amount of software updates yet small enough to fit on a USB thumb drive.  I don't choose encryption, but that's a personal preference.  Once you create the image, reboot and specify the image at the boot prompt.  Assuming the knoppix.img is at /mnt/sda1/, then:&lt;br /&gt;
 boot: knoppix home=/mnt/sda1/knoppix.img&lt;br /&gt;
Note: Specifying the home folder may not be necessary.  Apparently, Knoppix scans for the knoppix.img even if one does not specify home=.&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;br /&gt;
&lt;br /&gt;
==Extral links==&lt;br /&gt;
The following guide will show you how to [http://www.pavtube.com/guide/edit-mod-video.html convert MOD video] to lossless audio  with Pavtube MOD Converter. &lt;br /&gt;
[http://www.pavtube.com/hd-video-converter-mac/ Mac HD converter] convert among all HD video and audio formats on Mac. &lt;br /&gt;
[http://www.pavtube.com/mts-converter/ MTS Converter] is a professional but easy-to-use MTS Video Converter.&lt;br /&gt;
With [http://www.pavtube.com/tod-converter/ TOD Converter] it is so easy to quickly and perfectly convert tod file.&lt;br /&gt;
[http://www.pavtube.com/flv-converter/ FLV to Video Converter] is an easy-to-use tool for converting FLV files to popular video and audio formats.&lt;br /&gt;
[http://www.pavtube.com/blu-ray-ripper/ Blu-ray converter] allows you convert blu-ray and general dvd to various video and audio formats like avi, mp4, wmv, mpeg, mkv, mov, xvid, mp3 without any loss.&lt;/div&gt;</summary>
		<author><name>Shibo</name></author>	</entry>

	<entry>
		<id>https://mail.knoppix.net/wiki/Wireless_Networking</id>
		<title>Wireless Networking</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Wireless_Networking"/>
				<updated>2010-03-18T14:49:59Z</updated>
		
		<summary type="html">&lt;p&gt;Shibo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== General Information On Wireless Card Setup Under Knoppix ====&lt;br /&gt;
&lt;br /&gt;
This is a stub for this section, to be added shortly&lt;br /&gt;
NdisWrapper: This seems to be a way many people are useing windows drivers to run their wireless equipment. This is done to allow Linux to talk through a wrapper that emulates windows calls to the windows driver. It asks for the driver X.inf and maby X.sys Then 2 other things ...id and wep key.&lt;br /&gt;
&lt;br /&gt;
If instructions of what to enter into these fileds and where to find it and what version of knoppix the GUI interface being used is found and maby a genaric BA shell interface for doing this.&lt;br /&gt;
&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
&lt;br /&gt;
Short and sweet (but incomplete)&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -l (lists all the present drivers)&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -e (do for each driver)&lt;br /&gt;
&lt;br /&gt;
modprobe -r ndiswrapper (unload old module)&lt;br /&gt;
&lt;br /&gt;
nsidwrapper -i mywindowswirelessdriver.inf&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -l (my.. is there only one there? :)&lt;br /&gt;
&lt;br /&gt;
modprobe ndiswrapper&lt;br /&gt;
&lt;br /&gt;
dmesg | grep ndis&lt;br /&gt;
&lt;br /&gt;
iwconfig (Gottcha!!! wlan0)&lt;br /&gt;
&lt;br /&gt;
ifconfig wlan0 etcetc&lt;br /&gt;
&lt;br /&gt;
iwconfig wlan0 etcetc&lt;br /&gt;
&lt;br /&gt;
dhclient wlan0&lt;br /&gt;
&lt;br /&gt;
ping google.com&lt;br /&gt;
&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
&lt;br /&gt;
My two bits of information added here could be edited for readability but&lt;br /&gt;
I definitely believe it will help people (it helped me!)...&lt;br /&gt;
&lt;br /&gt;
Here's one example of how to use ndiswrapper (http://ndiswrapper.sourceforge.net[http://ndiswrapper.sourceforge.net])&lt;br /&gt;
READ the Install directions (at least twice) until all the commands and the REASON&lt;br /&gt;
you're typing these things in makes sense because you may have to modify it for your&lt;br /&gt;
particular situation (as I had to do) AND read Troubleshooting if you have troubles.&lt;br /&gt;
&lt;br /&gt;
Note: My wireless usb hardware was listed under List of cards known to work, this may &lt;br /&gt;
make redundant the section below.&lt;br /&gt;
&lt;br /&gt;
Copy the whole folder (you definitely need the .inf and the .sys file but &lt;br /&gt;
maybe .cat or .dll helps too) with the windows drivers (e.g. DRIVERS containing&lt;br /&gt;
DELLNIC.inf and PRISMA02.sys)&lt;br /&gt;
&lt;br /&gt;
UHHH... check that, you actually first need the drivers for the Motherboard&lt;br /&gt;
USB Controller (ah Knoppix how could you let me down? :) &lt;br /&gt;
in this case: Silicon Integrated Systems Winxp/2k drivers for usb 2.0 &lt;br /&gt;
&lt;br /&gt;
Go into root shell (not just terminal console)&lt;br /&gt;
&lt;br /&gt;
Type 'lspci' at the prompt to see a listing of USB bridges (the way usb devices &lt;br /&gt;
get to the motherboard).  Look for your USB controller &lt;br /&gt;
(e.g. 00:03.0 USB Controller: Silicon Integrated Systems [SiS] uSB 1.0 Controller (rev 0f) etc.&lt;br /&gt;
&lt;br /&gt;
type: 	ndiswrapper -i filename.inf&lt;br /&gt;
&lt;br /&gt;
Hint you might have to type &lt;br /&gt;
&lt;br /&gt;
ndiswrapper -i /home/knoppix/tmp/DRIVER/DELLNIC.inf&lt;br /&gt;
&lt;br /&gt;
or first I learned I had to install&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -i /home/knoppix/tmp/SiS/SISUSB2X.INF &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
ndiswrapper -i /home/knoppix/tmp/SiS/USB2X.INF &lt;br /&gt;
&lt;br /&gt;
I then tested it:&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -l&lt;br /&gt;
&lt;br /&gt;
which showed me 'driver invalid' (But the USB was finally ok) so I had to remove the old one&lt;br /&gt;
(which also included browsing with root privileges to /etc/ndiswrapper and deleting the dellnic&lt;br /&gt;
folder)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -r /home/knoppix/tmp/DRIVER/DELLNIC.inf&lt;br /&gt;
&lt;br /&gt;
then  again type (actually for insurance I rename DELLNIC.INF to dellnic.inf):&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -i /home/knoppix/tmp/DRIVER/dellnic.inf&lt;br /&gt;
&lt;br /&gt;
then finally:&lt;br /&gt;
&lt;br /&gt;
ndiswrapper -l&lt;br /&gt;
&lt;br /&gt;
showed me &lt;br /&gt;
dellnic: driver installed&lt;br /&gt;
	device (413C:8104) present&lt;br /&gt;
&lt;br /&gt;
I tested it and&lt;br /&gt;
&lt;br /&gt;
modprobe ndiswrapper&lt;br /&gt;
&lt;br /&gt;
came up without any response (before it gave me some crappy error)&lt;br /&gt;
but futher investigation&lt;br /&gt;
&lt;br /&gt;
dmesg | grep ndis&lt;br /&gt;
&lt;br /&gt;
gives me ndiswrapper version 1.32 loaded...&lt;br /&gt;
ndiswrapper: driver dellnic (...) loaded&lt;br /&gt;
usbcore: registered new interface driver ndiswrapper&lt;br /&gt;
&lt;br /&gt;
Now that we've installed the hardware we've got to get the software working...&lt;br /&gt;
&lt;br /&gt;
iwconfig&lt;br /&gt;
&lt;br /&gt;
shows me wlan0 is already setup!&lt;br /&gt;
Notice the interface name is wlan0, so you should issue the following command to associate to your &lt;br /&gt;
&lt;br /&gt;
nearest (unprotected, unencrypted) access point:&lt;br /&gt;
 &lt;br /&gt;
dhclient wlan0&lt;br /&gt;
&lt;br /&gt;
BUT in my case I need to start WPA Supplicant (necessary to use WirelessEncryptionProtocol)?&lt;br /&gt;
At least Knoppix button -&amp;gt; KNOPPIX menu -&amp;gt; Network/Internet -&amp;gt; Wireless LAN&lt;br /&gt;
Kwlan does a lot of the work but is incomplete - it doesn't have a quick gui to configure the WEP and everything so...&lt;br /&gt;
&lt;br /&gt;
iwconfig &lt;br /&gt;
&lt;br /&gt;
shows me how my wireless is working (IEEE, ESSID, Mode, Freq, AccessPoint, etc.)&lt;br /&gt;
but it doesn't configure anything by itself... instead:&lt;br /&gt;
&lt;br /&gt;
wlcardconfig&lt;br /&gt;
&lt;br /&gt;
starts a set of gui prompts which will configure my wireless:&lt;br /&gt;
ESSID (network name/id)		type in name&lt;br /&gt;
NWID (cell identifier?)		left blank&lt;br /&gt;
Mode				left blank (defaults to Managed)&lt;br /&gt;
channel number			left blank (defaults to auto)&lt;br /&gt;
frequency			left blank &lt;br /&gt;
encryption key			. . . . . .&lt;br /&gt;
&lt;br /&gt;
additional paramaters?&lt;br /&gt;
iwspy&lt;br /&gt;
iwpriv&lt;br /&gt;
&lt;br /&gt;
Which is close - but now I need an IP (since my AccessPoint does DHCP),&lt;br /&gt;
&lt;br /&gt;
pump -i wlan0&lt;br /&gt;
&lt;br /&gt;
gives me an ip address!  All finished.&lt;br /&gt;
&lt;br /&gt;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
&lt;br /&gt;
'''The below sections are specific information on specific make and models of Wireless Networking Adapters and  information we currently have on if they are supported in Knoppix or not. Please add your results with your card to the list, and please try to keep the list in alphabetical order. Please do not post questions about wireless adapters here, those should be submitted in the Networking Forum.'''&lt;br /&gt;
&lt;br /&gt;
==== Belkin ====&lt;br /&gt;
&lt;br /&gt;
===== Belkin 802.11b 11Mbps PCMCIA card F5D6020 =====&lt;br /&gt;
&lt;br /&gt;
This 802.11b pcmcia card (pc card) was detected by Knoppix 3.7 (maybe by prior versions too), but I could not get it to operate properly. Starting with Knoppix 3.8.1 it was detected and worked perfectly. ndiswrapper is not needed. My card is marked ver. 2101 on the box. If your card is not ver. 2101 it may or may not use a different chip set.&lt;br /&gt;
&lt;br /&gt;
==== D-Link ====&lt;br /&gt;
&lt;br /&gt;
Here is a link to a D-link page that claims to tell you which D-link cards have &amp;quot;open source&amp;quot; drivers and which do not.&lt;br /&gt;
&lt;br /&gt;
http://support.dlink.com/faq/view.asp?prod_id=357&amp;amp;question=General%20Wireless&lt;br /&gt;
&lt;br /&gt;
However, it is worth mentioning that in most or all of these cases the drivers are not really &amp;quot;open source&amp;quot;, they are precompiled modules that the source code is not available for. And in some cases they are insanely bloated, the &amp;quot;driver&amp;quot; for my card is about 2 megs in size just for a driver! Note that not all of these cards are supported by Knoppix and it is extremely unlikely that even if the license permits it that a sepcific card driver will ever be included in Knoppix if it is several megs in size.&lt;br /&gt;
&lt;br /&gt;
===== D-Link DWL-650 =====&lt;br /&gt;
&lt;br /&gt;
This is a very common and inexpensive 801.11b pcmcai card offered by D-link. Unfortunately, D-Link has actually released a number of different versions of this card that use completely different chipsets from different intigrated circuit manufacturers all under the same model number. The D-Link website can be used to identify which version you have, but the version number may not be marked on the outside of the box when you buy this card, so it may be a problem to find one that works under Knoppix.&lt;br /&gt;
&lt;br /&gt;
There are reports that some versions of this card are detected and work under Knoppix. See this thread in the forums: http://www.knoppix.net/forum/viewtopic.php?t=19759&amp;amp;highlight=dwl650&lt;br /&gt;
However, I have two DWL-650 cards and so far they have not been detected by Knoppix.&lt;br /&gt;
&lt;br /&gt;
===== D-Link DWL-G650 =====&lt;br /&gt;
&lt;br /&gt;
This section detais how to get this card working with WPA-PSK enabled. All you need to do is follow three easy steps.&lt;br /&gt;
&lt;br /&gt;
1. Configure wpa_supplicant by creating a configuration file. The configuration file should like something like this&lt;br /&gt;
&lt;br /&gt;
   network={&lt;br /&gt;
      ssid=&amp;quot;qshot&amp;quot;&lt;br /&gt;
      scan_ssid=0&lt;br /&gt;
      proto=WPA&lt;br /&gt;
      key_mgmt=WPA-PSK&lt;br /&gt;
      psk=20d57f08127c079f599df23a13513c8708028b73d49860c9b3b7d00b3a8c1a96&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
The psk variable value is obtained by running the command: &lt;br /&gt;
&lt;br /&gt;
   wpa_passphrase &amp;lt;ssid&amp;gt; &amp;lt;passphrase&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Next start wpa_supplicant by invoking the following command: &lt;br /&gt;
&lt;br /&gt;
   wpa_supplicant -D madwifi -c wpa_supplicant.conf -i ath0 &lt;br /&gt;
&lt;br /&gt;
By runnning this command you are able to authenticate with your wireless router.&lt;br /&gt;
&lt;br /&gt;
3. After you have authenticated the final step is to obtain an IP address via DHCP. The command to use is: &lt;br /&gt;
&lt;br /&gt;
   pump -i ath0&lt;br /&gt;
&lt;br /&gt;
At this point you can type ''ifconfig'' to verify your IP address assignment.&lt;br /&gt;
&lt;br /&gt;
==== Orinoco Gold ====&lt;br /&gt;
&lt;br /&gt;
This was one of the first and best supported wireless 802.11b pcmcia cards under Linux. &lt;br /&gt;
It is still one of the best cards for compatability, not just with Linux, but with several networking programs that work under Linux like NETstumbler and airsnort. Unfortunately, it tends to be very overpriced and can usually not be found at major retailers, but must be obtained mail order, if available at all.&lt;br /&gt;
&lt;br /&gt;
==== Linksys ====&lt;br /&gt;
&lt;br /&gt;
===== Linksys WPC55AG =====&lt;br /&gt;
&lt;br /&gt;
Here is a link to a forum discussion about this card:&lt;br /&gt;
http://www.knoppix.net/forum/viewtopic.php?t=12351&lt;br /&gt;
&lt;br /&gt;
==== Netgear ====&lt;br /&gt;
&lt;br /&gt;
===== Netgear WG111 =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Configuring the WG111 to use WPA-PSK on a wireless network&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This card works very well in Knoppix 3.9 using ndiswrapper, but is as of yet untested in other versions of Knoppix (to my knowledge).&lt;br /&gt;
&lt;br /&gt;
*'''Commands:&lt;br /&gt;
Assuming that the drivers are on the cd in /dev/cdrom, then&lt;br /&gt;
 mount /dev/cdrom/ /mnt/cdrom/&lt;br /&gt;
&lt;br /&gt;
Find '''ndiswrapper configuration''' under Knoppix-&amp;gt;Network/Internet and select '''netwg111.inf''' from '''/mnt/cdrom'''.  After that finishes, create the configuration file that you will need shortly using the following command:&lt;br /&gt;
 wpa_passphrase MySSIDHere MyPassphraseHere &amp;gt; /home/knoppix/wpa_supplicant.conf &lt;br /&gt;
Now, use your favorite text editor (if you don't have one, try Kate under the menu item '''Editors''') and edit the&lt;br /&gt;
'''/home/knoppix/wpa_supplicant.conf''' you just created (see sample below).&lt;br /&gt;
&lt;br /&gt;
With that completed, run the following command. '''Warning:''' As it is, the command will monopolize your current command window with potentially useful debugging output, including your encryption key; add '''-B''' if you would rather run it in the background (useful when you know it works already), remove '''-K''' to hide your key.&lt;br /&gt;
 sudo wpa_supplicant -ddKt -i wlan0 -c /home/knoppix/wpa_supplicant.conf -Dndiswrapper&lt;br /&gt;
&lt;br /&gt;
The following grabs an IP address if you use DHCP from your router.&lt;br /&gt;
 sudo pump -i wlan0&lt;br /&gt;
&lt;br /&gt;
And finally, tell Knoppix where to go to find the internet.&lt;br /&gt;
 sudo route add default gw ''&amp;lt;Gateway/Router IP address here&amp;gt;'' &lt;br /&gt;
&lt;br /&gt;
*'''wpa_supplicant.conf&lt;br /&gt;
Note: the bold lines were added in the editing steps for my Linksys WRT54G Router to accept the card.  See the Useful Links at the end for a full explanation of all options that can be put in here.&lt;br /&gt;
 '''ctrl_interface=/home/knoppix/wpa_supplicant&lt;br /&gt;
 '''eapol_version=1&lt;br /&gt;
 '''ap_scan=1&lt;br /&gt;
 network={&lt;br /&gt;
 ssid=&amp;quot;MySSIDHere&amp;quot;&lt;br /&gt;
 '''scan_ssid=1&lt;br /&gt;
 #psk=&amp;quot;MyPassphraseHere&amp;quot;&lt;br /&gt;
 psk=''hex representation of the passphrase&lt;br /&gt;
 '''proto=WPA&lt;br /&gt;
 '''key_mgmt=WPA-PSK&lt;br /&gt;
 '''pairwise=TKIP&lt;br /&gt;
 '''group=TKIP&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
*'''Useful Links:&lt;br /&gt;
&lt;br /&gt;
[http://www.knoppix.net/forum/viewtopic.php?t=12351 Wireless card success story (where I located the ''pump'' command)]&lt;br /&gt;
&lt;br /&gt;
[http://hostap.epitest.fi/cgi-bin/viewcvs.cgi/*checkout*/hostap/wpa_supplicant/wpa_supplicant.conf?rev=HEAD&amp;amp;content-type=text/plain Example wpa_supplicant.conf with full explanations and various configurations]&lt;br /&gt;
&lt;br /&gt;
[http://www.pavtube.com/guide/blu-ray-to-mkv-for-mac.html Blu-ray to mkv converter]can help you convert Blu-ray movie to mkv movie.Just check this detailed blu-ray to mkv conversion guide now.&lt;br /&gt;
&lt;br /&gt;
Pavtube DVD Ripper [http://www.pavtube.com/guide/dvd-to-audio.html rips DVD to lossless audio]from high resolutionin the shortest time. It &lt;br /&gt;
support output DVD  to almost all popular audio format&lt;br /&gt;
&lt;br /&gt;
The  application extracts DVD from directly from optical drive or your DVD folder to  convert them to MP4, MP3, AAC, M4A  etc for playback on iPod. It is an essential [http://www.pavtube.com/guide/dvd-to-ipod.html DVD to iPod Converter]&lt;br /&gt;
&lt;br /&gt;
The camera ships with software that converts the [http://www.pavtube.com/guide/m2ts-to-mpeg.html M2TS files to MPEG] files and includes support for limited edit-to-DVD processing&lt;br /&gt;
&lt;br /&gt;
Anyone who want to [http://www.pavtube.com/guide/mod-to-lossless-audio.html convert MOD to  audio]for playback may choose  Pavtube MOD Converter, which is designed for camcorder owners to convert MOD to  high quality video and lossless MP3, WAV, MKA, M4A, OGG, AC3. &lt;br /&gt;
&lt;br /&gt;
-bobeltomate&lt;/div&gt;</summary>
		<author><name>Shibo</name></author>	</entry>

	</feed>