<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Ubuntu Linux Help &#187; dvd</title> <atom:link href="http://www.ubuntulinuxhelp.com/tag/dvd/feed/" rel="self" type="application/rss+xml" /><link>http://www.ubuntulinuxhelp.com</link> <description></description> <lastBuildDate>Sun, 20 May 2012 07:38:47 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>How to Check MD5SUM of Downloads &#8211; Reader Questions</title><link>http://www.ubuntulinuxhelp.com/how-to-check-md5sum-of-downloads-reader-questions/</link> <comments>http://www.ubuntulinuxhelp.com/how-to-check-md5sum-of-downloads-reader-questions/#comments</comments> <pubDate>Sun, 06 Dec 2009 14:47:24 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Q & A]]></category> <category><![CDATA[cd]]></category> <category><![CDATA[corrupt]]></category> <category><![CDATA[download]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[error]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[image]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[md5sum]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1792</guid> <description><![CDATA[Steve emailed asking: &#8220;&#8230;because all the DVDs I was burning were useless. Thanks for helping with that, only thing, how do I check the md5sum stuff? Should there be a separate file showing what it is? Where do I find &#8230; <a
href="http://www.ubuntulinuxhelp.com/how-to-check-md5sum-of-downloads-reader-questions/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Steve emailed asking:</p><p><span
style="color: #3366ff;"><em>&#8220;&#8230;because all the DVDs I was burning were useless. Thanks for helping with that, only thing, how do I check the md5sum stuff? Should there be a separate file showing what it is? Where do I find what it&#8217;s supposed to be? Thanks for&#8230;&#8221;</em></span></p><p>This is a common occurrence, we download a CD or DVD, only to find that it&#8217;s not working properly. I learned the hard way, <strong>ALWAYS</strong> check the md5sum <strong>BEFORE</strong> burning the iso!</p><p>1) The MD5SUM of any downloads (from Ubuntu) can be seen in the directory you download from: <a
title="Ubuntu Release ISO Images" href="http://cdimage.ubuntu.com/releases/" target="_blank">http://cdimage.ubuntu.com/releases/</a></p><p>Using Steve&#8217;s example (he was downloading Ubuntu 9.04 AMD64 Bit version), he&#8217;d surf to: <a
title="Ubuntu 9.04 Release ISO Image" href="http://cdimage.ubuntu.com/releases/9.04/release/" target="_blank">http://cdimage.ubuntu.com/releases/9.04/release/</a> On that page will be a link to a file that says &#8220;MD5SUMS&#8221;. Clicking on that file (link) will display the following:</p><pre><span style="color: #339966;">87babeda6724c3ea583534b53a9255c5 *ubuntu-9.04-dvd-amd64.iso
cca45d814048b5b322773561ad7c75d8 *ubuntu-9.04-dvd-i386.iso
60136ddda63d9e4c342013d5a71f4c9c *ubuntu-9.04-mid-lpia.img</span></pre><p>So, the correct md5sum for the AMD64 iso is <span
style="color: #008000;">87babeda6724c3ea583534b53a9255c5</span></p><p>That&#8217;s the first step.</p><p>2) To check the md5sum of the iso you just downloaded, open a<span
id="more-1792"></span> terminal and &#8220;cd&#8221; to the directory that contains your iso file (or include the full path to the file in your command). Once in the directory containing the iso (using the above example of the AMD64 iso), run your command using the following syntax:</p><p><span
style="color: #ff6600;"><strong>md5sum ubuntu-9.04-desktop-amd64.iso</strong></span></p><p>There will be a long pause, then your terminal will look something like below:</p><p><span
style="color: #3366ff;">roger@ubuntubox:~$ cd iso<br
/> roger@ubuntubox:~/iso$ md5sum ubuntu-9.04-dvd-amd64.iso<br
/> 87babeda6724c3ea583534b53a9255c5  ubuntu-9.04-dvd-amd64.iso<br
/> roger@ubuntubox:~/iso$</span></p><p><strong>If the returned md5sum does not match the one listed on the Ubuntu site, then do not burn the iso</strong> and download a new one again. Sometimes funny things happen during transmission of data.</p><p>Hope this helps some of you out!</p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/how-to-check-md5sum-of-downloads-reader-questions/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Getting Ubuntu &#8211; Reader Questions</title><link>http://www.ubuntulinuxhelp.com/getting-ubuntu-reader-questions/</link> <comments>http://www.ubuntulinuxhelp.com/getting-ubuntu-reader-questions/#comments</comments> <pubDate>Tue, 16 Jun 2009 12:14:17 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Q & A]]></category> <category><![CDATA[brasero]]></category> <category><![CDATA[burn]]></category> <category><![CDATA[burner]]></category> <category><![CDATA[cd]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[k3b]]></category> <category><![CDATA[shipit]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1595</guid> <description><![CDATA[&#8220;Steve&#8221; asks: &#8220;I would like to download linux to cd but don&#8217;t want it on the host computer how do I do that?&#8221; I&#8217;m not exactly sure what you&#8217;re asking, do you mean you don&#8217;t want it installed on the &#8230; <a
href="http://www.ubuntulinuxhelp.com/getting-ubuntu-reader-questions/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>&#8220;Steve&#8221; asks:</p><p><em><span
style="color: #3366ff;">&#8220;I would like to download linux to cd but don&#8217;t want it on the host computer how do I do that?&#8221;</span></em></p><p>I&#8217;m not exactly sure what you&#8217;re asking, do you mean you don&#8217;t want it installed on the host computer or you don&#8217;t want the .iso file on the host computer?</p><p>1) Several years ago, I remember playing with the ability to download an ISO directly to CD. I don&#8217;t remember the application I used. I do remember however that I burned a LOT of coasters! This is not a good idea.</p><p>Instead&#8230;</p><p>2) Download the ISO file (but do not access it as a virtual disk). Instead, use software (such as the following two listed below) to burn the .iso image file onto a CD (after which you can delete the ISO file).</p><p><strong>Bonus:</strong> Did you know that <span
id="more-1595"></span>Canonical will send you an Ubuntu CD? You can find the details about that here:<a
title="Requesting an Ubuntu CD" href="https://shipit.ubuntu.com/" target="_blank"> Requesting an Ubuntu CD</a></p><p>A quote from their site:</p><p><em><span
style="color: #3366ff;">&#8220;Ubuntu is available free of charge and we can send you a CD of the latest version (9.04 (Jaunty Jackalope)) with no extra cost, but the delivery may take up to ten weeks, so you should consider downloading the CD image if you have a fast Internet connection.&#8221;</span></em></p><p>Here&#8217;s a quick list of two burning software application I use:</p><p><a
href="apt:k3b">apt:k3b</a></p><p>This is KDE based, I use it in Gnome (dependencies get installed along with it if you click the above installation link or use the command:</p><p><strong><span
style="color: #ff6600;">sudo aptitude install k3b</span></strong></p><p><a
href="apt:Brasero">apt:Brasero</a></p><p>This one is Gnome based (and if I remember is one default is Hardy (8.04). If not you can click the above install link or issue the terminal command</p><p><strong><span
style="color: #ff6600;">sudo aptitude install brasero</span></strong></p><p>I hope the above information helps you out in some way!</p><p>Finally, please read <a
title="How to burn an ISO" href="https://help.ubuntu.com/community/BurningIsoHowto" target="_blank">Ubuntu&#8217;s Burning How to</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/getting-ubuntu-reader-questions/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux</title><link>http://www.ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/</link> <comments>http://www.ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/#comments</comments> <pubDate>Mon, 16 Mar 2009 19:48:49 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[Hands On]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[adobe]]></category> <category><![CDATA[aptitude]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[ctf]]></category> <category><![CDATA[developer]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[hardy]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[multimedia]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[playback]]></category> <category><![CDATA[ttf]]></category> <category><![CDATA[virtualbox]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1404</guid> <description><![CDATA[For those of you who follow my other blog, you&#8217;ll know that my last Windows PC had a major failure again. You can read some of the specifics in the &#8220;When Disaster Strikes &#8211; Again&#8221; post. At that point I &#8230; <a
href="http://www.ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>For those of you who follow my other blog, you&#8217;ll know that my last Windows PC had a major failure again. You can read some of the specifics in the &#8220;<a
title="When Disaster Strikes - Again" href="http://bloggersavvy.com/when-disaster-strikes-again/" target="_blank">When Disaster Strikes &#8211; Again</a>&#8221; post. At that point I decided to install Ubuntu (effectively removing Windows based PC&#8217;s from the network).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>In some ways I was bothered about this. Why? I work best with Illustrator, Photoshop, After Effects, Dreamweaver, WinSCP, Flash and so on. I felt like I was going to lose all the productivity these applications provided. I enjoy being able to double click media and play it automatically, same goes with DVD movies, etc. In Linux, I&#8217;ve often encountered problems with media playback as the media usually includes restricted formats, MP3 for example. On the developer/designer side, I was not looking forward (nor do I have time) to a steep learning curve.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>This post (hopefully) will show the desktop user <strong>how to enable all the restricted media playbacks</strong> (movie DVD, music MP3, etc.)<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>It will also <strong>show web developers and designers some of the issues, applications and work arounds</strong> &#8211; Or at least the current state of them.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>First off, let&#8217;s deal with the media issues. I built this PC using Ubuntu 8.04 LTS 64Bit (Hardy). I did<span
id="more-1404"></span> try installing 8.10 64Bit but found that the network cards did not properly work. After much investigation, I also discovered out that I would benefit best using a release with LTS &#8220;Long Term Support&#8221;, as apparently there was better hardware support &#8211; So I&#8217;m waiting for 9.04 (still in alpha 6 release as of this post).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>One of my favourite tools is <strong>aptitude</strong>. I used to prefer apt-get, however I found out that <strong>aptitude does a better job in removing applications</strong>. Aptitude will <strong>also remove the dependencies</strong> when a package is removed. apt-get will not do that (and I don&#8217;t think synaptic will either &#8211; someone please correct me if I&#8217;m wrong). I almost always use aptitude, this way my system (and hard drive space) is keep cleaner whenever I use aptitude to remove packages.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>In order to install some of the applications and enable some of the media formats, we&#8217;ll need to edit your sources.list file. You can use nano, gedit, etc. An example terminal command is below:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo gedit /etc/apt/sources.list</code></span></p><p>The above command will open a window with the gedit application containing your sources.list file. MAKE SURE that you have no mistakes (syntax or otherwise) in the file. If you do, you&#8217;ll get an error message when using aptitude and will have to edit the file. Therefore, make a BACKUP of the /etc/apt/sources.list file that you can later revert back to BEFORE editing it.</p><p>Below is a copy of my sources.list file &#8211; As you may see, I&#8217;ve added some addresses (sources) to it:<br
/> <code><br
/> <span
style="color: #ff6600;"># Main and Restricted<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy main restricted<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy-security main restricted<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy-updates main restricted<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy main restricted<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy-security main restricted<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy-updates main restricted</span></code></p><p><code><span
style="color: #ff6600;"># Universe<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy universe<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy-security universe<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy universe<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy-security universe</span></code></p><p><code><span
style="color: #ff6600;"># Multiverse<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy multiverse<br
/> deb http://ca.archive.ubuntu.com/ubuntu/ hardy-security multiverse<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy multiverse<br
/> deb-src http://ca.archive.ubuntu.com/ubuntu/ hardy-security multiverse</span></code></p><p><code><span
style="color: #ff6600;"># Canonical<br
/> deb http://archive.canonical.com/ubuntu/ hardy partner</span></code></p><p><code><span
style="color: #ff6600;"># Medibuntu<br
/> deb http://packages.medibuntu.org/ hardy free non-free<br
/> deb-src http://packages.medibuntu.org/ hardy free non-free</span></code></p><p><code><span
style="color: #ff6600;"># Third Parties<br
/> deb http://download.virtualbox.org/virtualbox/debian hardy non-free </span></code></p><p>If you have a repository in your sources.list file (that I do not, remember to make sure that you include it!<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>A couple things about the above edit:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>I use <strong>ca.</strong> within the URL because I&#8217;m in Canada. <strong>Change the ca. to whatever your country is</strong>. Also, Ubuntu Linux 8.04 is called &#8220;Hardy&#8221;, if you are using 8.10 &#8220;Intrepid&#8221; (or earlier versions) then <strong>change &#8220;Hardy&#8221; to the name of your distribution</strong>.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>As seen above, we added the mediabuntu repository source, but we still have to add the public key. If we don&#8217;t we&#8217;ll get a message from aptitude that indicates the source cannot be verified. Here&#8217;s how to <strong>add the public key</strong> via terminal commands:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Download the key:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>wget http://packages.medibuntu.org/medibuntu-key.gpg</code></span></p><p>Add the key:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo apt-key add medibuntu-key.gpg</code></span></p><p>Now let&#8217;s make sure that we <strong>update the repositories</strong> with this command:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude update</code></span></p><p>And then let&#8217;s <strong>upgrade</strong> everything:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>aptitude full-upgrade</code></span></p><p>The above command can also be issued as aptitude dist-upgrade (the old name &#8211; which still works).</p><p><span
style="color: #ff0000;"><strong>***Warning***</strong></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /><br
/> This command will attempt to upgrade packages. It is <strong>aggressive with solving dependency problems</strong>. It<strong> will install and remove packages until all dependencies are satisfied</strong>. Because of this, it is possible that undesirable things may happen to your system and/or application. Therefore you should be careful when using it! <strong>Back up FIRST</strong>.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Now we&#8217;re ready to start installing some media playback and file sharing capabilities. Particularly:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><ul><li>Multimedia Codecs.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>DVD playback.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Java plugin.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>DVD (and CD) burning.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Some Compilers.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>File/Printer sharing.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li></ul><p>All the following commands are using aptitude via terminal commands.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Let&#8217;s start with the<strong> codecs</strong>:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install ubuntu-restricted-extras &amp;&amp; sudo aptitude install w64codecs</code></span></p><p>For 32 Bit users, use substitute this codec command: <span
style="color: #ff6600;"> sudo aptitude install w32codecs</span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Don&#8217;t forget to install the restricted extras:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install ubuntu-restricted-extras</code></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Now let&#8217;s get that <strong>DVD movie playing</strong> capability working:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install libdvdcss2 &amp;&amp; sudo aptitude install libdvdnav4 &amp;&amp; sudo aptitude install gxine &amp;&amp; sudo aptitude install libxine-main1 &amp;&amp; sudo aptitude install libxine-extracodecs &amp;&amp; sudo aptitude install libxine-ffmpeg &amp;&amp; sudo aptitude install vlc &amp;&amp; sudo aptitude install mplayer</code></span></p><p>And some DVD/CD <strong>burning software</strong>. I prefer K3B &#8211; But you can substitute any other one you prefer:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install k3b</code></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Let&#8217;s enable compiling:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install build-essential</code></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>(If you want documentation, install it too: <span
style="color: #ff6600;">sudo aptitude install manpages-dev glibc-doc</span>).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Let&#8217;s install a couple extra things like NFS (Network File Sharing), NTP (Network Time Protocol) and NIS (Network Information System) like so:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo aptitude install nfs-common &amp;&amp; sudo aptitude install ntp &amp;&amp; sudo aptitude install nis</code></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Were pretty much done with the multimedia, but there are a couple application related things we&#8217;re going to install:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><strong>Flash player</strong> for Firefox can be obtained from Adobe by  <a
title="Get and Install Flash" href="http://get.adobe.com/flashplayer/" target="_blank">downloading the .deb version</a> (Adobe Flash Player version 10.0.22.87 as of this post). This will allow you to save a file called &#8220;install_flash_player_10_linux.deb&#8221;. Simply double click the file to begin installation.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>While we&#8217;re working with Firefox, let&#8217;s turn it into a web developer tool with the following extensions:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Installing the <a
title="Web Developer Toolbar" href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a>, allows for the inclusion of some productive tools, such as:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><ul><li>Editing CSS.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Disabling CSS.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Outlining images or finding broken ones.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Displaying ID and Class details.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>View response headers.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Edit HTML.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Outline tables, elements, etc.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>And tons more!<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li></ul><p>Let&#8217;s also <a
title="Firebug" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">install Firebug</a> so that you can edit, monitor and debug various web site scripting.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>The use of <a
title="MeasureIt" href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">MeasureIt</a> helps in that you use it to  obtain width and height form any element you draw in your browser screen. It&#8217;s like a drag and stop (width/height)  ruler.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>When developing or editing files displayed in my browser screen, I often copy and paste content. Unfortunately, Firefox will also copy the formating that&#8217;s been applied to the text. The extension, <a
title="Copy Plain Text" href="https://addons.mozilla.org/en-US/firefox/addon/134" target="_blank">Copy Plain Text</a> fixes this for me, now I get exactly what I want &#8211; Text only.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>I do like using <a
title="Shutter" href="http://shutter-project.org/" target="_blank">Shutter</a> to <strong>capture full web page screen shots</strong>, so here&#8217;s how we install it according to the Shutter web site like this:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Include the repository and key:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>wget -q http://shutter-project.org/shutter-ppa.key -O- | sudo apt-key add -</code></span></p><p>The above is for the stable releases. For more installation information or other methods you can visit <a
title="Shutter Downloads" href="http://shutter-project.org/downloads/" target="_blank">Shutter Downloads</a>.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>In terms of development tools, many of them have already been listed in our <a
title="Top 100 of the Best (Useful) OpenSource Applications" href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/" target="_self">Top 100 of the Best (Useful) OpenSource Applications</a> post. However, there are a few that I&#8217;d particularly mention below.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Blender, Gimp and Inkspace. I&#8217;m not suggesting that Gimp or Inkspace are substitutes for Photoshop or Illustrator, rather they are an option. While they can produce the same resulting artwork, I find they require a steeper learning curve. Particularly steep in that the keyboard shortcuts are different, the names of many of the interface tools are different and/or they function in a different way. I&#8217;ve found several site with some great tutorials for both Gimp and Inkscape, however I don&#8217;t have the time (or motivation) to learn new applications. In my personal opinion, the GIMP interface is a horrid mess, but that is probably because I am used to the Photoshop interface. I think GIMP would be adopted much more readily if they improved the interface to be more intuitive and similar to Photoshop &#8211; But that&#8217;s simply what I think, I&#8217;m not the GIMP expert here.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>One tool I use to enable continued use of Photoshop, etc. is <a
title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>.<strong> VirtualBox provides a virtual environment in which I can install a Windows based environment and any applications</strong> I wish (including Flash, etc.) &#8211; Hopefully Adobe will soon release Linux versions of their software as I think it is a huge market for them to tap into. After I&#8217;ve configured that environment, I can <strong>take a snapsho</strong>t. If the virtual Windows installation or applications ever fail or become corrupted, I can <strong>simply restore the snapshot to bring the environment back to a working state</strong> &#8211; Voilà a quick 2 minute fix instead of reinstalling everything. Also, the virtual environment facilitates an optional shared directory on the host OS (that&#8217;s the Ubuntu Linux installation), so that I can access and store input and output files. If the virtually installed OS crashes, I still have that data within the Linux host installation.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>To install VirtualBox, please follow the guide posted here: <a
title="Installing VirtualBox 2.0.0 On Ubuntu 8.04 Desktop" href="http://howtoforge.com/installing-virtualbox-2.0.0-on-ubuntu-8.04-desktop" target="_blank">Installing VirtualBox 2.0.0 On Ubuntu 8.04 Desktop</a>. Or use <span
style="color: #ff6600;">sudo aptitude install virtualbox</span> as the repository is already in your sources.list file (above).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>As web development is no longer simple HTML pages, but rather full multimedia, below are more of the development tools I&#8217;d suggest exploring:</p><ul><li>Bluefish Editor &#8211; Script editor &#8211; <a
href="apt:bluefish">apt:bluefish</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Meld Diff Viewer &#8211; <a
href="apt:meld">apt:meld</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Ardour &#8211; Audio editor &#8211; <a
href="apt:ardour">apt:ardour</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Audacity &#8211; Audio editor &#8211; <a
href="apt:audacity">apt:audacity</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Avidmux -Video editor &#8211; <a
href="apt:avidmux">apt:avidmux</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Kino -Video editor &#8211; <a
href="apt:kino">apt:kino</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Gftp &#8211; FTP client &#8211; <a
href="apt:gftp">apt:gftp</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>Kompozer &#8211; Script editor &#8211; <a
href="apt:kompozer">apt:kompozer</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li><li>puTTY &#8211; SSH client &#8211; <a
href="apt:putty">apt:putty</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></li></ul><p>The above applications are all available via aptitude or <a
title="GetDeb" href="http://www.getdeb.net/browse.php" target="_blank">getdeb.net</a> or by clicking the &#8220;apt&#8221; links above.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Finally, in order to have fonts consistent with Windows (and other) users, we may want to install some of the Windows based fonts like this:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo apt-get install msttcorefonts</code></span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>This will install the True Type Fonts (TTF).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>Now simply update the shared font  directories with this command:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><span
style="color: #ff6600;"><code>sudo fc-cache -f -v</code></span></p><p>If you&#8217;d like CTF (Clear Type Fonts) the <a
title="How to Install TTF and CTF Fonts in Ubuntu" href="http://ubuntulinuxhelp.com/how-to-install-ttf-and-ctf-fonts-in-ubuntu/" target="_self">How to Install TTF and CTF Fonts in Ubuntu</a> post will help you with that.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>This just about covers most everything. These further resources can help you:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><a
title="Mediabuntu" href="https://help.ubuntu.com/community/Medibuntu" target="_blank">Medibuntu.</a></p><p><a
title="Converting MP3s to Ogg-Vorbis" href="https://help.ubuntu.com/community/RestrictedFormats/ConvertingToOpen" target="_blank">Converting MP3s to Ogg-Vorbis.</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><a
title="Enable 5.1 Surround Sound on Linux - Ubuntu 8.04 Hardy" href="http://ubuntulinuxhelp.com/enable-51-surround-sound-on-linux-ubuntu-804-hardy/" target="_self">Enabling 5.1 Surround Sound.</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p><a
title="Playing Blu-Ray and HD DVD Video" href="https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD" target="_blank">Playing Blu-Ray and HD DVD Video.</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p><p>If you think I&#8217;ve missed anything or you&#8217;ve an idea, feel free to comment about it! &#8211; cheers! <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /> <img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" alt="" /></p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI &#8211; Installation of OpenSSH.</title><link>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/</link> <comments>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/#comments</comments> <pubDate>Thu, 17 Jul 2008 14:50:26 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Hands On]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[cgi]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[configure]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[ffmpeg]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[gui]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[ioncube]]></category> <category><![CDATA[lamp]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[putty]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[ssh server]]></category> <category><![CDATA[ssi]]></category> <category><![CDATA[usermin]]></category> <category><![CDATA[webmin]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/</guid> <description><![CDATA[In the last installment, I covered what was done to install LAMP on the server. But remember that we did not install SSH. Why is SSH important? It allows us to remotely connect to the server using tools such as &#8230; <a
href="http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>In the last installment, I covered what was done to <a
href="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/" title="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/">install LAMP</a> on the server. But remember that we did not install SSH.  Why is SSH important? It allows us to remotely connect to the server using tools such as PuTTY,  so that we can execute commands, install software, etc.</p><p>The command is simple:</p><p><code>sudo aptitude install openssh-server</code></p><p>Installing an SSH client? PuTTY:<span
id="more-1301"></span></p><p><code>sudo aptitude install putty</code></p><p>I decided to install the SSH Server via aptitude after LAMP, because I found out (the first time I did this)  that  updating the SSH Server would cause me to have to update the certificates as well. Doing it this way, saves me extra steps.</p><p>Needless to say, this step was very simple, but very powerful in that it allows me to manage the server remotely, in comfort. <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI &#8211; LAMP installation with cgi-bin</title><link>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/</link> <comments>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/#comments</comments> <pubDate>Wed, 25 Jun 2008 19:03:58 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Hands On]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[cgi]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[configure]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[ffmpeg]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[gui]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[ioncube]]></category> <category><![CDATA[lamp]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[ssi]]></category> <category><![CDATA[usermin]]></category> <category><![CDATA[webmin]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/</guid> <description><![CDATA[The last post I covered the hardware installation for this project. For this section, we&#8217;re going to use Ubuntu Linux (8.04 LTS Server Edition 64-bit) to install the LAMP (Linux, Apache, MySQL, PHP) server. If you don&#8217;t have that software &#8230; <a
href="http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-server-64-cd.jpg?cbf681" alt="Ubuntu 8.04 LTS Server Edition (64-bit)" align="left" hspace="10" vspace="5" /> The last post I covered the <a
href="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-hardware-installation/" title="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-hardware-installation/">hardware installation</a> for this project.  For this section, we&#8217;re going to use Ubuntu Linux (8.04 LTS Server Edition 64-bit) to install the LAMP (Linux, Apache, MySQL, PHP) server. If you don&#8217;t have that software available, you can get it using the following venues:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>1. Download the iso image from: <a
href="http://www.ubuntu.com/getubuntu/download" title="http://www.ubuntu.com/getubuntu/download" target="_blank">http://www.ubuntu.com/getubuntu/download</a> and burn it to a CD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>2. Order the CD from <a
href="https://shipit.ubuntu.com/login-server" title="https://shipit.ubuntu.com/login-server" target="_blank">https://shipit.ubuntu.com/login-server</a>.</p><p>Once you have a copy, make sure the BIOS on the PC is set to boot off the CD drive. Put the CD in the drive and simply restart the unit. It should now boot off the CD and display the &#8220;select language&#8221; screen as seen below.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><span
id="more-1294"></span></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-001.jpg?cbf681" alt="Select Language - Ubuntu Server 8.04 install" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>After you&#8217;ve selected the language, you&#8217;ll be presented with the installation menu. Simply select &#8220;Install Ubuntu Server&#8221;, as seen below.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-002.jpg?cbf681" alt="Installation menu" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Remember that this is a server, ideally we&#8217;d like to have a static IP address for this server. There is a selectable boot option called &#8220;F6 &#8211; Other Options&#8221; where you could enter the following command to disable DHCP:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><code>netcfg/disable_dhcp=true</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>At which point you will be required to manually configure the network settings. I am going to include that information below. However, for some reason I was not able to set up the network card after the installation (I could not see it) , so I used this work around instead&#8230;<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>I logged into the router and checked the logs so that I could get the MAC address of the network card. I then configured a DHCP reservation in the LAN/DHCP setting of the router so that the MAC address of the network card would always get the same IP address. Because I did not want to install a DNS server (my ISP made me take the DNS server down last time I set it up), I then, simply added the IP to hostname record, into the host file of each unit I wanted to connect to the web server.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>During the installation (just follow the prompts it gives you), you will need to provide the following (among other obvious questions/answers):<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><ol><li>A hostname for your web server (the hostname is independent of whatever domain name you&#8217;re going to use. For example, the hostname of this server is &#8220;webbox&#8221; and the domain I&#8217;ll use to access the web server on it is &#8220;local.ubuntulinuxhelp.com&#8221;).</li><li>I selected to use the &#8220;Guided &#8211; use entire disk&#8221; when prompted for the partitioning.</li><li>A username and password that you are going to remember.</li></ol><p>You&#8217;ll eventually come to a prompt for the type of server (Software Selection), select LAMP, like the image below.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-003.jpg?cbf681" alt="Ubuntu server install software selection" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>I chose to install the other components later, because I found out it will reduce some of the tweaking and updating later. During the software installation, you will be asked for a MySQL password. Write it down or don&#8217;t forget it! (You&#8217;ll need it later to use phpMyAdmin). The remainder is very straight forward, but as I mentioned earlier, here&#8217;s the static network configuration information. Remember, your network configuration addresses will probably be different from mine.<br
/> <img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> Because there is no GUI yet, we&#8217;ll be using the command line to configure the network.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Login after rebooting.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>You can use a simple text editor like nano, vi, etc.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><code>sudo nano /etc/network/interfaces</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>For those who left DHCP enabled, look for this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><blockquote><p>auto eth0<br
/> iface eth0 inet dhcp</p></blockquote><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>and change it to this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><blockquote><p>auto eth0<br
/> iface eth0 inet static</p></blockquote><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Under the line that says &#8220;iface eth0 inet static&#8221;, you&#8217;ll enter your network information. An example of mine is:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><blockquote><p>address 72.138.51.130<br
/> netmask 255.255.255.0<br
/> network 72.138.51.0<br
/> broadcast 72.138.51.255<br
/> gateway 72.138.50.1</p></blockquote><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>So the file would look something like this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><blockquote><p>auto eth0<br
/> iface eth0 inet static<br
/> address 72.138.51.130<br
/> netmask 255.255.255.0<br
/> network 72.138.51.0<br
/> broadcast 72.138.51.255<br
/> gateway 72.138.50.1</p></blockquote><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Additionally, I made sure the host file contained the following information:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><blockquote><p>127.0.0.1 localhost webbox<br
/> 172.138.51.130 local.ubuntulinuxhelp.com webbox</p></blockquote><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>After configuring the network interface, restart the network using the following command:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><code>sudo /etc/init.d/networking restart</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The basic LAMP installation should be complete. <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI &#8211; Introduction.</title><link>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/</link> <comments>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/#comments</comments> <pubDate>Wed, 18 Jun 2008 13:02:29 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Hands On]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[cgi]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[configure]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[ffmpeg]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[gui]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[ioncube]]></category> <category><![CDATA[lamp]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[ssi]]></category> <category><![CDATA[usermin]]></category> <category><![CDATA[webmin]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/</guid> <description><![CDATA[It&#8217;s been several day&#8217;s since I&#8217;ve had the chance to post (I&#8217;ve been super busy), so it&#8217;s good to have a moment to sit and put my thoughts to pixels (so to speak). Introduction: This is the introductory post to &#8230; <a
href="http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>It&#8217;s been several day&#8217;s since I&#8217;ve had the chance to post (I&#8217;ve been super busy), so it&#8217;s good to have a moment to sit and put my thoughts to pixels (so to speak).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Introduction:</strong></p><p>This is the introductory post to a full series where I&#8217;ll be posting how I installed an Ubuntu Linux LAMP (Apache, MySQL, PHP and cgi-bin)  server with a GUI (I needed to use it as a desktop PC at the same time), the appropriate media playback codecs (flash, DVD, MP3, Quicktime MOV, WMV, WMA, MP4, M4A),<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> OpenSSH, PureFTP and FFMpeg (FFmpeg, FFmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder, Libogg, Libvorbis).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>This &#8220;hands-on&#8221; project is broken into topics:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>1. <a
href="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-hardware-installation/" title="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-hardware-installation/">Hardware Installation</a>.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>2. <a
href="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/" title="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/">LAMP installation with cgi-bin</a>.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>3. <a
href="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/" title="http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/">Installation of OpenSSH</a>.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>4. Configuration of the First Website.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>5. Installation of PHPMyAdmin.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>6. Configuration of cgi-bin and SSI.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>7. Installation of the Ubuntu Desktop and Media Codecs and MS fonts.</p><p>8. Installation of DVD Playback Capability.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>9. Installation of PureFTP.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>10. Installation of Webmin and Usermin.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>11. Installation of FFMpeg and Related Packages (and ionCube).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>12. Troubleshooting.</p><p>Needless to say, this did take<span
id="more-1291"></span> me some time to do as I am not a Linux expert (rather self-taught).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> But&#8230; it&#8217;s works and I&#8217;ve all my rough notes to type here. That&#8217;s part of the reason why I&#8217;d not posted, here on the blog, in a few days! <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_wink.gif?cbf681" alt=';)' class='wp-smiley' /></p><p>Why did I do this?<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> I wanted a web server I could use for internal projects and to test Open Source web systems (CMS, billing, eComm, blog, etc.) I also wanted to have a more updated (hardware) system that could better work with the newer Ubuntu Hardy 8.04 OS.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Hardware :</strong></p><p>Shuttle SN68SG2 Socket AM2 Barebone &#8211; NVIDIA 7025, Audio, Video, PCI Express, Gigabit LAN, USB 2.0, Firewire, Serial ATA, 250 Watt Power Supply.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>AMD Athlon 64 X2 4200+ Processor ADA4200CUBOX &#8211; 2.20GHz, 1MB Cache, 1000MHz (2000 MT/s) FSB, Windsor, Dual-Core, Retail, Socket AM2, Processor with Fan.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Kingston 1024MB PC5400 DDR2 667MHz Memory (2 of these for 2GB).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Western Digital Caviar SE16 500GB Hard Drive &#8211; 7200, Browser Problems &#8211; Creating a Linux Based Virtual Box &#8211; Part 1 of 2 16MB, SATA-300, OEM.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>DVD burner: LG GSA H55N Super-Multi Disk Drive 20×20&#215;12<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>(More info about the hardware here: <a
href="http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-2-of-2/" title="http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-2-of-2/">Browser Problems &#8211; Creating a Linux Based Virtual Box &#8211; Part 2 of 2</a>).</p><p><strong>Software:</strong></p><p>Ubuntu 8.04 LTS Server Edition (64-bit)<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>(You can download the software from here: <a
href="http://www.ubuntu.com/getubuntu/download" title="http://www.ubuntu.com/getubuntu/download" target="_blank">http://www.ubuntu.com/getubuntu/download</a> or  order free Server CD&#8217;s from here: <a
href="https://shipit.ubuntu.com/login-server" title="https://shipit.ubuntu.com/login-server" target="_blank">https://shipit.ubuntu.com/login-server</a>).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Hopefully many of you will have a bit of fun with this (I did) and that you&#8217;ll be able to bookmark this and return when needed. As always, helpful comments are always welcome.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Enjoy! <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>130 Useful Linux Based LiveCD Versions.</title><link>http://www.ubuntulinuxhelp.com/130-useful-linux-based-livecd-versions/</link> <comments>http://www.ubuntulinuxhelp.com/130-useful-linux-based-livecd-versions/#comments</comments> <pubDate>Mon, 28 Apr 2008 17:25:02 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[Editorials]]></category> <category><![CDATA[bootable]]></category> <category><![CDATA[cd]]></category> <category><![CDATA[clustering]]></category> <category><![CDATA[desktop]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[education]]></category> <category><![CDATA[entertainment]]></category> <category><![CDATA[firewall]]></category> <category><![CDATA[foresnsic]]></category> <category><![CDATA[kiosk]]></category> <category><![CDATA[livecd]]></category> <category><![CDATA[medical]]></category> <category><![CDATA[multimedia]]></category> <category><![CDATA[recovery]]></category> <category><![CDATA[security]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/130-useful-linux-based-livecd-versions/</guid> <description><![CDATA[Recently several people asked me about trying Linux without actually installing it. Obviously the first thing that came to mind is to try versions via LiveCD. For those not familiar, LiveCD means: &#8220;A CD-ROM that contains a working copy of &#8230; <a
href="http://www.ubuntulinuxhelp.com/130-useful-linux-based-livecd-versions/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Recently several people asked me about trying Linux without actually installing it. Obviously the first thing that came to mind is to try versions via LiveCD. For those not familiar, LiveCD means:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>&#8220;<em>A CD-ROM that contains a working copy of an operating system or other application that is run without installing it. Used for demonstration and evaluation as well as system recovery, the software runs intact from the CD.</em>&#8221; Source: <a
href="http://dictionary.zdnet.com/definition/LiveCD.html" title="http://dictionary.zdnet.com/definition/LiveCD.html" target="_blank">http://dictionary.zdnet.com/definition/LiveCD.html</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>While I was fast to mention and provide the LiveCD for Ubuntu Linux, I was asked if there are other versions of Linux or Linux based applications that offer down loadable LiveCD&#8217;s and what the primary function (of the CD) focused upon. Well, I&#8217;m by no means the know-all expert of Linux and its LiveCD distributions, I was however, able to find almost 300 and have done my best to put them in alphabetical order with a brief blurb.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Hopefully this will provide an initial list from which to jump off and explore different versions. It was a lot of work to put this together, but it was worthwhile and fun!<br
/> Some of the distributions are in other languages so I translated what I could into English (so please forgive any grammar mistakes). <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /> Additionally, I&#8217;ve found that several of the CD&#8217;s could be placed in more than one category, but to save constant repeats, I&#8217;ve tried to keep them in their primary focused category.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> I also included a couple BSD mentions or so. <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_wink.gif?cbf681" alt=';)' class='wp-smiley' /></p><p>If you have (or are aware) of a LiveCD we&#8217;ve not included below and you want included, please feel free to comment (below) or <a
href="http://ubuntulinuxhelp.com/contact/" title="http://ubuntulinuxhelp.com/contact/">contact us</a>.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>You might want to book mark this list and revisit it later. <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_wink.gif?cbf681" alt=';)' class='wp-smiley' /><br
/> Enjoy&#8230;<span
id="more-1279"></span></p><h2><font
color="#003300">Clustering LiveCD</font></h2><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> Providing tools for creating cluster server environments.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Bootable Cluster CD</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://bccd.cs.uni.edu/" title="http://bccd.cs.uni.edu/" target="_blank"> http://bccd.cs.uni.edu/</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>For clustering. From their site: The BCCD was created to facilitate instruction of parallel computing aspects and paradigms. Part of the difficulty instructors face is lack of dedicated resources to explore distributed computing aspects lack of time to preconfigure and test the supporting environment. The BCCD image addresses this problem by providing a non-destructive overlay way to run a full-fledged parallel computing environment on just about any workstation-class system&#8230;<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Clusterix</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://clusterix.livecd.net/" title="http://clusterix.livecd.net/" target="_blank"> http://clusterix.livecd.net/</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Clusterix is a modular, live-cd Linux distro based off of Morphix, Knoppix, and Debian GNU/Linux. This means all you need to do is download the .iso, burn it to a cd, and reboot your computer. Clusterix will automatically start to boot without using your hard drive in anyway. Used for clustering.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>ClusterKnoppix</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://clusterknoppix.sw.be/" title="http://clusterknoppix.sw.be/" target="_blank"> http://clusterknoppix.sw.be/</a><br
/> <img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> Used for clustering: ClusterKnoppix is a modified Knoppix distro using the OpenMosix kernel.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>dyne:bolic</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://www.dynebolic.org/" title="http://www.dynebolic.org/" target="_blank"> http://www.dynebolic.org/</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>A practical tool for multimedia production: you can manipulate and broadcast both sound and video with tools to record, edit, encode and stream, having automatically recognized most device and peripherals: audio, video, TV, network cards, firewire, usb and more; all using only free software!<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>You can employ this operating system without the need to install anything, and if you want to run it from hard disk you just need to copy a directory: the easiest installation ever seen!<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>It is optimized to run on slower computers, turning them into full media stations: the minimum you need is a pentium1 or k5 PC 64Mb RAM and IDE CD-ROM, or a modded XBOX game console &#8211; and if you have more than one, you can easily do clusters.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>ParallelKnoppix</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://pareto.uab.es/mcreel/ParallelKnoppix/" title="http://pareto.uab.es/mcreel/ParallelKnoppix/" target="_blank"> http://pareto.uab.es/mcreel/ParallelKnoppix/</a></p><p>ParallelKnoppix (PK) is a fast and easy way to create a HPC cluster for parallel computing.  It is designed to be easy to use for people new to parallel computing, but it is also suitable for serious work.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>PK is normally used as a &#8220;live CD&#8221;, but it can also be used very productively from your usual operating system, through virtualization. The PK master node can be booted in a virtual machine, then you can network boot other computers to make a real (nonvirtual) Linux cluster in minutes. The cluster is ad hoc, it does not install anything to any of the computers it runs on. This way, when you shut down the cluster, the machines are in their original state.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font><font
color="#003300">Desktop LiveCD</font></font></h2><p>For desktop environments.</p><p><strong>3Anoppix</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://tavi.debian.org.tw/index.php?page=3Anoppix" title="http://tavi.debian.org.tw/index.php?page=3Anoppix" target="_blank"> http://tavi.debian.org.tw/index.php?page=3Anoppix</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Primary focus is an easy to install desktop system and is a Chinese localization of Knoppix<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>ABC Linux</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://www.abclinuxu.cz" title="http://www.abclinuxu.cz" target="_blank"> http://www.abclinuxu.cz</a></p><p>A localized desktop version for Czech.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Adios</strong><br
/> <a
href="http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/ADIOS4-21188.shtml" title="http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/ADIOS4-21188.shtml" target="_blank"> http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/ADIOS4-21188.shtml</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>A desktop version that has support for UML (User Mode Linux) virtual machines which can run LIDS (Linux Intrusion Detection System) or SELinux (NSA Security Enhanced Linux).</p><p>The ADIOS live CD uses a compressed loopback filesystem and can also start with LIDS enabled. It is a custom installation of Fedora 3.0 running kernel 2.6.10 and supports X11 windows desktop environments of KDE and IceWM.</p><p><strong>AliXe</strong><br
/> <a
href="http://alixe.org/" title="http://alixe.org/" target="_blank"> http://alixe.org/</a><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>A Québécoise desktop version of Linux. It consists of a customized version of the live CD SLAX, (itself based on the Linux Slackware distribution). AliXe is a bootable CD-Rom. When introduced in the CD drive of your computer, it will mount a Linux system so you can try, all without altering the content of this disc in your machine.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Ankur</strong><br
/> <a
href="http://www.bengalinux.org/new/" title="http://www.bengalinux.org/new/" target="_blank"> http://www.bengalinux.org/new/</a></p><p>A desktop version providing support for the Bangla(Bengali) language on GNU/Linux operating system.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Antemium</strong><br
/> <a
href="http://www.antesis.org/index.php?lang=en" title="http://www.antesis.org/index.php?lang=en" target="_blank"> http://www.antesis.org/index.php?lang=en</a></p><p>A desktop version for old PC&#8217;s (ANTEMIUM PC Agé) is the light version of Antemium. It is designed to work on old computers, (but not too old), work begins with Pentium that have 64MB of RAM. It is reported to have been working with less RAM, but they don’t guarantee anything.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The liveCD takes it’s linux kernel from the latest Knoppix; with the launching scripts. Everything else is a custom Slackware on a liveCD! The latest Knoppix introduce UNIONFS, a system to allow compressed read-only data on the CD to be merged with a portion of the RAM. It allow to modify anything on the liveCD, changes are saved on RAM. The CD gains in memory usage, flexibility, and power. It is also possible to install new software on the liveCD ! But beware of RAM shortages <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_wink.gif?cbf681" alt=';)' class='wp-smiley' /></p><p><strong>aquamorph</strong><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /><br
/> <a
href="http://aquariusoft.org/page/main/" title="http://aquariusoft.org/page/main/" target="_blank"> http://aquariusoft.org/page/main/</a></p><p>A desktop version based on Morphix&#8217; Lightgui, aquamorph is a complete, up-to-date environment, in which the user can comfortably browse, program and generally just do his work, while not having to worry about configuring and installing things. It features programs like Mozilla&#8217;s Firefox browser and Thunderbird e-mail client, X-Chat for IRC chatting, Gaim version 2 for Instant Messaging, Abiword and Gnumeric for doing office work, Wireshark<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> [formerly Ethereal] for doing forensic research, Graveman for burning CDs/DVDs etc. It also packages some nice fonts and audio/video codecs.</p><p><strong>Arabbix</strong><br
/> <a
href="http://www.arabeyes.org/" title="http://www.arabeyes.org/" target="_blank"> http://www.arabeyes.org/</a></p><p>An arabic based desktop version. This project is tasked with bringing forth a fully Arabized Live-CD distribution.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> This version appears to still be in Beta.</p><p><strong>Archie</strong><br
/> <a
href="http://user-contributions.org/archie.html" title="http://user-contributions.org/archie.html" target="_blank"> http://user-contributions.org/archie.html</a></p><p>A desktop version (also in beta). A complete live Arch linux system (v0.7) to be run from a cd/usb, built with the KISS philosophy in mind. No packages have been stripped to provide a full Arch linux system, yet deliver fastest performance with no extensive bloating. Archie uses its own hw-detection tool (lshwd) ideally to support a wide range of hardware with low detection time. Archie also provides extended features like multi-lingual, nesting capabilities and hd-install.</p><p><strong>Augustux</strong><br
/> <a
href="http://www.zaralinux.org/proy/augustux/" title="http://www.zaralinux.org/proy/augustux/" target="_blank"> http://www.zaralinux.org/proy/augustux/</a></p><p>A Spanish version that (as stated on their web site) is: &#8220;The Linux made by the world for Aragon. Augustux is a set of programs with free licenses that run from CD and who has been given a touch &#8220;Aragonese&#8221;.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>There are lot of tools: word processor, spreadsheet, email clients or web browser for the Internet. To use Augustux there is no need to install anything on a hard drive, but boots directly from the CD-ROM.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Simply put the CD into the drive and boot the computer.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Austrumi</strong><br
/> <a
href="http://cyti.latgola.lv/ruuni/" title="http://cyti.latgola.lv/ruuni/" target="_blank"> http://cyti.latgola.lv/ruuni/</a></p><p>A regional desktop CD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> AUSTRUMI (Austrum Latvijas Linukss) is a business card size (the current release size is 65 MB) bootable live CD Linux distribution. It is based on Slackware Linux. It was created and is currently being maintained by a group of programmers from Latgale region of Latvia. The current official release of Austrumi Linux is 1.6.0. It requires limited system resources and can run on any Intel-compatible system with a CD-ROM installed. The entire operating system and all the applications run from RAM, making Austrumi a fast system, and allowing the boot medium to be removed after the operating system starts.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Baltix</strong><br
/> <a
href="http://baltix.akl.lt/english" title="http://baltix.akl.lt/english" target="_blank"> http://baltix.akl.lt/english</a></p><p>Baltix is GNU/Linux desktop distribution, based on Debian and Ubuntu for Lithuanian and Latvian people.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Basilisk</strong><br
/> <a
href="http://www.linux4all.de/livecd/basilisk/1.40/index.htm" title="http://www.linux4all.de/livecd/basilisk/1.40/index.htm" target="_blank"> http://www.linux4all.de/livecd/basilisk/1.40/index.htm</a></p><p>A desktop version.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The livecd images on this site use redhat/fedora rpms, fedora related repositories (eg. atrpms or. freshrpms) as well as non -fedora software of several other open source projects.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>These livecd&#8217;s use transparent zisofs compression on a container image instead of cloop. This  allows the usage of  nearly any precompiled kernel but the image container cannot be read or extracted from non-linux systems even if written on cd.</p><p><strong>BeatrIX Linux</strong><br
/> <a
href="http://www.softpedia.com/get/UNIX/Distributions/BeatrIX-Linux.shtml" title="http://www.softpedia.com/get/UNIX/Distributions/BeatrIX-Linux.shtml" target="_blank"> http://www.softpedia.com/get/UNIX/Distributions/BeatrIX-Linux.shtml</a></p><p>A desktop version that is a less-than-200-MB Debian/Ubuntu Linux that is a live-CD/installable to hard drive distribution featuring kernel 2.6.7, Gnome 2.8.1, Firefox 1.03 w/AdBlock, Evolution 2.01, GAIM 1.03, Open Office 1.1.2, Apt, PDF viewer, image viewer, plus much, much more.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>BerliOS MiniCD</strong><br
/> <a
href="http://developer.berlios.de/projects/minicd/" title="http://developer.berlios.de/projects/minicd/" target="_blank"> http://developer.berlios.de/projects/minicd/</a></p><p>A desktop MiniCD is (as the name suggests) a live MiniCD Linux distribution designed to run off 185MB CDs.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It features automatic hardware detection, a full desktop (KDE) and is based on Mandrake Linux.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Berry Linux</strong><br
/> <a
href="http://yui.mine.nu/berry/" title="http://yui.mine.nu/berry/" target="_blank"> http://yui.mine.nu/berry/</a></p><p>A desktop version that is a bootable CD, which features automatic hardware detection. It supports many graphics cards, sound cards, SCSI, USB, and other peripherals. If you have network devices, DHCP is auto-configured so you can use the Internet. You can enjoy OpenOffice, the MS Office compatible office suite. The GIMP can be used to edit pictures and is included in Berry Linux. Berry Linux can be used as a Linux demo, Educational CD, or a rescue system. Based on Fedora.</p><p><strong>Blin Linux</strong><br
/> <a
href="http://blin.zp.ua/" title="http://blin.zp.ua/" target="_blank"> http://blin.zp.ua/</a></p><p>A desktop to work in the office and at home; that includes Cyrillic support for Russian speaking people.  Easy to use, requires no installation works directly from the CD. Provides support for a wide range of modern equipment. Immediately after launch, the user receives a tailored, ready to work in the local network or Internet system with a rich set of license-net programs.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>cdlinux.pl</strong><br
/> <a
href="http://www.cdlinux.pl/" title="http://www.cdlinux.pl/" target="_blank"> http://www.cdlinux.pl/</a></p><p>A Polish language based LiveCD. Hopefully a Polish speaking person could tell us more about it?<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Cool Linux CD</strong><br
/> <a
href="http://emergencycd2.sourceforge.net/" title="http://emergencycd2.sourceforge.net/" target="_blank"> http://emergencycd2.sourceforge.net/</a></p><p>A desktop CD. Cool Linux CD is a bootable CD with Linux operating system, containing a 2.4 kernel and many free software packages.</p><p><strong>Damn Small Linux</strong><br
/> <a
href="http://www.damnsmalllinux.org/" title="http://www.damnsmalllinux.org/" target="_blank"> http://www.damnsmalllinux.org/</a></p><p>Damn Small Linux is a very versatile 50MB mini desktop oriented Linux distribution.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>DSL was originally developed as an experiment to see how many usable desktop applications can fit inside a 50MB live CD. It was at first just a personal tool/toy. But over time Damn Small Linux grew into a community project with hundreds of development hours put into refinements including a fully automated remote and local application installation system and a very versatile backup and restore system which may be used with any writable media including a hard drive, a floppy drive, or a USB device.</p><p><strong>Feather Linux</strong><br
/> <a
href="http://featherlinux.berlios.de/" title="http://featherlinux.berlios.de/" target="_blank"> http://featherlinux.berlios.de/</a></p><p>Feather Linux is a Linux distribution which runs completely off a CD or a USB pendrive and takes up under 128Mb of space. It is a Knoppix remaster (based on Debian), and tries to include software which most people would use every day on their desktop.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Flash Linux</strong><br
/> <a
href="http://www.flashlinux.org.uk/" title="http://www.flashlinux.org.uk/" target="_blank"> http://www.flashlinux.org.uk/</a></p><p>It&#8217;s a FREE (GPL-2) customized Linux distribution initially designed to be run directly off a 256Mb USB key or other (similar) forms of bootable flash memory. It has subsequently (also) become a Linux distribution that runs directly from a CDROM, typically known as a Live-CD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Gentoo</strong><br
/> <a
href="http://www.gentoo.org/" title="http://www.gentoo.org/" target="_blank"> http://www.gentoo.org/</a></p><p>A special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme performance, configurability and a top-notch user and developer community.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Gnoppix</strong><br
/> <a
href="http://www.gnoppix.org/" title="http://www.gnoppix.org/" target="_blank"> http://www.gnoppix.org/</a></p><p>Gnoppix is a linux live cd based upon Debian GNU/Linux 3.0 (woody). It can be compared to Knoppix but GNOPPIX uses GNOME as desktop environment.</p><p><strong>GoblinX</strong><br
/> <a
href="http://www.goblinx.com.br/en/index_home.htm" title="http://www.goblinx.com.br/en/index_home.htm" target="_blank"> http://www.goblinx.com.br/en/index_home.htm</a></p><p>GoblinX is a Live-CD that is based on the excellent Slackware, developed and maintained by Flavio de Oliveira a.k.a Grobsch and created by using Linuxlive scripts.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>It is directed towards those users whose appreciate quality applications and a workspace that is both practical and beautiful. It contains some of the most often used and praised applications for Linux, a completely operational Linux system inside a single CDROM, runs from any CDROM drive without requiring an installation and can be easily customized by anyone. It also can be used inside a Pendrive or other bootable device.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>GoboLinux</strong><br
/> <a
href="http://www.gobolinux.org/" title="http://www.gobolinux.org/" target="_blank"> http://www.gobolinux.org/</a></p><p>GoboLinux is a modular Linux distribution: it organizes the programs in your system in a new, logical way. Instead of having parts of a program thrown at /usr/bin, other parts at /etc and yet more parts thrown at /usr/share/something/or/another, each program gets its own directory tree, keeping them all neatly separated and allowing you to see everything that&#8217;s installed in the system and which files belong to which programs in a simple and obvious way.</p><p><strong>Kaboot</strong><br
/> <a
href="http://www.kaboot.ainkaboot.co.uk/" title="http://www.kaboot.ainkaboot.co.uk/" target="_blank"> http://www.kaboot.ainkaboot.co.uk/</a></p><p>Kaboot Linux Operating system aims to provide an operating system which you can take anywhere and has all your favourite programs on. Available as a Live CD or Live USB you can take with you anywhere.</p><p>A number of different versions are available, two optimized for size or speed, one for functionality, and one science based. All containing a host of useful programs able to boot virtually any computer (meeting the minimum requirements) from CD and USB.</p><p><strong>Kaella</strong><br
/> <a
href="http://kaella.linux-azur.org/" title="http://kaella.linux-azur.org/" target="_blank"> http://kaella.linux-azur.org/</a></p><p>Kaella is a (French) Linux distribution that will fit on a CD and it works without having to install on the hard drive of your PC. It is a complete operating system, provided with all the necessary software for PC use: Internet browser, mail, office suite,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> media players (images, photos, sounds, videos), games &#8230;<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Kaella is based on the Knoppix distribution: Some software was deleted, others have been added.</p><p><strong>Kanotix</strong><br
/> <a
href="http://kanotix.com/index.php?&amp;newlang=eng" title="http://kanotix.com/index.php?&amp;newlang=eng" target="_blank"> http://kanotix.com/index.php?&amp;newlang=eng</a></p><p>Kanotix is a rock-solid Linux based on Debian, which contains the newest packages and recognizes more modern hardware than any other operating system in use today.</p><p>Kanotix is assembled for 32 Bit i586 and for AMD 64 using the most up-to-date kernel with unique patches.</p><p>Kanotix will run as a LIVE-CD on practically any computer &#8212; automatically detecting and configuring virtually any piece of hardware. It is ideal for analysis, data rescue, forensic work, removal of viruses on Win-PCs &#8211; or simply for safe surfing and mailing in an internet cafe. It installs to your hard drive in just a few minutes and is ideal for use on your desktop workstation or notebook, or as a server.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>KateOS</strong><br
/> <a
href="http://www.kateos.org/?lang=en" title="http://www.kateos.org/?lang=en" target="_blank"> http://www.kateos.org/?lang=en</a></p><p>KateOS is a free (as in freedom) multitasking operating system targeted toward intermediate Unix users. It combines the most popular Open Source software with its own original solutions.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> KateOS has a simple yet fully functional and fully-featured TGZex package system which makes system administration and updating a breeze. KateOS also has a set of text-mode and graphical tools for system configuration, user-friendly text-mode and graphical installation systems, a unified PAM authorization system, and many more solutions which make system maintenance a lot easier while preserving the classical Unix structure of the system. The main foci of KateOS are efficiency, security, reliability, and low system requirements. Support for common multimedia is also included.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Knoppix</strong><br
/> <a
href="http://www.knopper.net/knoppix/index-en.html" title="http://www.knopper.net/knoppix/index-en.html" target="_blank"> http://www.knopper.net/knoppix/index-en.html</a></p><p>KNOPPIX is a bootable Live system on CD or DVD, consisting of a representative collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. KNOPPIX can be used as a productive Linux system for the desktop, educational CD,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> rescue system, or adapted and used as a platform for commercial software product demos. It is not necessary to install anything on a hard disk. Due to on-the-fly decompression, the CD can have up to 2GB of executable software installed on it (over 8GB on the DVD &#8220;Maxi&#8221; edition).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Kubuntu</strong><br
/> <a
href="http://kubuntu.org" title="http://kubuntu.org" target="_blank"> http://kubuntu.org</a>/</p><p>Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>LG3D LiveCD</strong><br
/> <a
href="https://lg3d-livecd.dev.java.net/Web-Site/Welcome.html" title="https://lg3d-livecd.dev.java.net/Web-Site/Welcome.html" target="_blank"> https://lg3d-livecd.dev.java.net/Web-Site/Welcome.html</a></p><p>A 3D livecd that appears to be based upon slax (unconfirmed).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Linux from Scratch</strong><br
/> <a
href="http://www.linuxfromscratch.org/livecd/" title="http://www.linuxfromscratch.org/livecd/" target="_blank"> http://www.linuxfromscratch.org/livecd/</a></p><p>The LFS LiveCD is geared specifically toward providing a reliable host system for the purpose of building Linux From Scratch http://www.linuxfromscratch.org/lfs/index.html. Therefore, it may not be what you would envision as a &#8220;perfect&#8221; Linux system. It should, however, provide you with a comfortable enough environment so that you can, in turn, build your own &#8220;perfect&#8221; system. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own customized Linux system entirely from source.</p><p><strong>Luit Linux</strong><br
/> <a
href="http://luitlinux.sarovar.org/" title="http://luitlinux.sarovar.org/" target="_blank"> http://luitlinux.sarovar.org/</a></p><p>Luit Linux is a small bootable live CD distribution based on KNOPPIX and DamnSmall Linux. Mission is to make a small compact live distribution with tools and applications for day to day needs, without compromising on its looks and feel and ease of use.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Mandriva</strong><br
/> <a
href="http://www.mandriva.com/en/product/mandriva-linux-one" title="http://www.mandriva.com/en/product/mandriva-linux-one" target="_blank"> http://www.mandriva.com/en/product/mandriva-linux-one</a></p><p>Linux.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>MiniKazit</strong><br
/> <a
href="http://kazit.berlios.de/mini-kazit/" title="http://kazit.berlios.de/mini-kazit/" target="_blank"> http://kazit.berlios.de/mini-kazit/</a></p><p>MiniKazit is a live CD image, small enough to fit into a MiniCD (180M). It is based on Morphix, base module version 0.4-1e and Debian Sid.</p><p><strong>NetMAX DeskTOP</strong><br
/> <a
href="http://freshmeat.net/projects/netmax/" title="http://freshmeat.net/projects/netmax/" target="_blank"> http://freshmeat.net/projects/netmax/</a></p><p>NetMAX DeskTOP is a Linux-based, Windows applications compatible, intuitive graphical environment that works right out of the box and offers unrivaled compatibility with any personal computer. It is designed to be usable by people who are not computer savvy. It eliminates the problems with viruses, spyware, adware, and bugs that plague the Windows platform. NetMAX DeskTOP also works as a PC repair and recovery system. It boots from CDROM and does not modify the target PC volumes unless directed to do so.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>NimbleX</strong><br
/> <a
href="http://nimblex.net/" title="http://nimblex.net/" target="_blank"> http://nimblex.net/</a></p><p>You can build your own custom OS with a couple of clicks. As easy as it gets! NimbleX is a small but versatile operating system which is able to boot in various fashion, like from a small 8 cm CD but also from flash memory (USB pens, Mp3 players, &#8230;), from hard drives and even from the network. Because it runs entirely from a CD, USB or network it doesn&#8217;t require installation or even a hard drive.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> NimbleX is based on Slackware with the use of linux-live scripts and is has a lot of this distribution advantages. One of them is the availability of thousands of free software that can be found in the form of packages. The beauty of it is that even if is small it has a beautiful graphical interface and also a lot of built in software for browsing the internet, writing documents, listening to music, playing movies and many more. You even have basic server functionality.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Onebase Linux</strong><br
/> <a
href="http://www.ibiblio.org/onebase/" title="http://www.ibiblio.org/onebase/" target="_blank"> http://www.ibiblio.org/onebase/</a></p><p>The Onebase Project, is a Linux kernel based operating system with its own package management and administration tools.</p><p><strong>Parsix</strong><br
/> <a
href="http://www.parsix.org/html/index.php" title="http://www.parsix.org/html/index.php" target="_blank"> http://www.parsix.org/html/index.php</a></p><p>Parsix GNU/Linux is a live and installation CD derived from KANOTIX and based on Debian. It is a complete GNOME centric desktop oriented distribution. Beside of the dozens supported languages, Parsix GNU/Linux also supports Persian keyboard and users can switch to Persian with Alt+Shift keys. You can install and use Parsix GNU/Linux as your PC&#8217;s operating system. We have also included xFarDic multilingual dictionary and Persian free fonts from FPF project.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>PCLinuxOS</strong><br
/> <a
href="http://www.pclinuxos.com/" title="http://www.pclinuxos.com/" target="_blank"> http://www.pclinuxos.com/</a></p><p>PCLinuxOS is distributed as a LiveCD, and can also be installed to a local hard drive. LiveCD mode lets you try it without making any changes to your computer. If you like it, you can install it to your hard drive. Locally installed versions of PCLinuxOS utilize the Advanced Packaging Tool (or APT), a package management system (originally from the Debian distribution), together with Synaptic, a GUI front end to APT.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>PCLinuxOS has a script called mklivecd, which allows the user to take a &#8216;snapshot&#8217; of their current hard drive installation (all settings, applications, documents, etc.) and compress it into an ISO CD/DVD image. This allows easy backup of a user&#8217;s data and also makes it easy to create your own custom live CD/DVD.</p><p><strong>Puppy Linux</strong><br
/> <a
href="http://www.puppylinux.com/" title="http://www.puppylinux.com/" target="_blank"> http://www.puppylinux.com/</a></p><p>Puppy really is small, the live-CD typically being 85MB, yet there really is a complete set of GUI applications. Being so small, Puppy usually loads completely into RAM, which accounts for the incredible speed.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Sabayon</strong><br
/> <a
href="http://www.sabayonlinux.org/" title="http://www.sabayonlinux.org/" target="_blank"> http://www.sabayonlinux.org/</a></p><p>A highly, scalable and community driven Linux distribution. Based on the Gentoo distro.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Shinux</strong><br
/> <a
href="http://shinux.org/" title="http://shinux.org/" target="_blank"> http://shinux.org/</a></p><p>With Shinux you have a complete operating system comes with a suite of software quality standard for computers compatible PC. Shinux aims to enable individuals or professionals to carry the equivalent of their laptop in a medallion, a watch or a simple USB Flash Drive.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> With Shinux in your pocket you can from PCs to boot your office, your bookmark, preferences, mail, files and carry with you your applications.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>sidux</strong><br
/> <a
href="http://sidux.com/" title="http://sidux.com/" target="_blank">http://sidux.com/</a></p><p>sidux is an operating system based on the Linux kernel, Debian&#8217;s most modern branch (called &#8220;Sid&#8221;) and many free and open source applications.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>According to wikipedia sidox &#8220;<em>&#8230;is a desktop-oriented Linux distribution based on Debian unstable, which uses the codename Sid. The distribution consists of a Live CD (bootable CD-ROM) for i686 or amd64 architecture and can be installed to a hard drive through a graphical installer&#8230;</em>&#8221; and &#8220;<em>&#8230;The aim of sidux is to make Debian Sid/unstable usable for average users.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Therefore it puts Debian Sid packages together and adds its own programs. sidux&#8217; own repository avoids packages which are currently defective in Debian Sid. The sidux system management program &#8220;smxi&#8221; also holds sidux fixed packages until a repaired version from Debian appears in Debian Sid&#8230;</em>&#8220;<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>SimplyMEPIS</strong><br
/> <a
href="http://www.mepis.org/" title="http://www.mepis.org/" target="_blank"> http://www.mepis.org/</a></p><p>SimplyMEPIS as a Live CD or DVD allows you to run the Linux operating system and all the programs from your CD or DVD drive before you install. There is no need to backup all your data, delete the whole hard disk and install the system, just to find it doesn&#8217;t meet your needs and expectations.</p><p>Insert the SimplyMepis disc in your drive and reboot your computer. Simple menu choices will quickly load SimplyMEPIS Linux allowing you to login. You&#8217;ll have a SimplyMEPIS desktop just as it would be when you install it to your hard drive. Test the included software, see if it supports all your hardware, and assure that your internet connection works. You can also use SimplyMEPIS as a recovery CD for troubleshooting computers and providing the tools to save your valuable data.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Slax</strong><br
/> <a
href="http://www.slax.org/" title="http://www.slax.org/" target="_blank"> http://www.slax.org/</a></p><p>Slax is a modern, portable, small and fast Linux operating system with a modular approach and outstanding design. Despite its small size, Slax provides a wide collection of pre-installed software for daily use, including a well organized graphical user interface and useful recovery tools for system administrators.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The modular approach gives you the ability to include any other software in Slax easily.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> If you&#8217;re missing your favourite text editor, networking tool or game, simply download a module with the software and copy it to Slax, no need to install, no need to configure.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>SLYNUX</strong><br
/> <a
href="http://www.slynux.co.nr/" title="http://www.slynux.co.nr/" target="_blank"> http://www.slynux.co.nr/</a></p><p>SLYNUX is a user friendly GNU/Linux Operating System for beginners. It can be run completely from CD without installation. There is also options to install to hard disk. The main feature of this operating system is that, any person who is familiar with Microsoft Windows OS can handle this operating system very easily. The desktop of this operating system is arranged so as to make it friendly to the user. Also it has a wide range of application programs which are pre-installed. SLYNUX is a live Linux distribution which includes content of about 2GB made available by using transparent compression. This is a debian based GNU/Linux developed from Knoppix (Credit of most features of this Distro goes to knoppix). This can be used by beginners of Linux OS. SLYNUX makes to familiarize Linux technology. This is also a complete suite Linux OS. This provides all types of needed software.</p><p><strong>Stanix</strong><br
/> <a
href="http://stanix.sourceforge.net/" title="http://stanix.sourceforge.net/" target="_blank"> http://stanix.sourceforge.net/</a></p><p>Traditional Chinese support. Stanix provides a simple, stable, Comfortable environment for your desktop without deluxe decorations, easy to use directly, don&#8217;t worry about system crashes or infections by viruses.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Stux</strong><br
/> <a
href="http://www.gpstudio.com/stux/" title="http://www.gpstudio.com/stux/" target="_blank"> http://www.gpstudio.com/stux/</a></p><p>STUX is a bootable CD with a collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>STUX 2007 is based on Slackware Linux 11.0 (for packages) and Knoppix 5.0.1 (for kernel, modules, scripts).</p><p><strong>Symphony</strong><br
/> <a
href="http://symphonyos.com/cms/" title="http://symphonyos.com/cms/" target="_blank"> http://symphonyos.com/cms/</a></p><p>SymphonyOS is a whole new type of Operating System, based on an advanced GNU/Linux base system Symphony provides Linux’s renowned stability and immunity to Windows viruses along with what we consider to be the easiest to use interface out there, our Mezzo Desktop Environment.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> You can  breathe new life into old hardware as all of this is designed to work on much lower end hardware than KDE or Gnome.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>T2</strong><br
/> <a
href="http://www.t2-project.org/" title="http://www.t2-project.org/" target="_blank"> http://www.t2-project.org/</a></p><p>T2 started as a community driven fork from the ROCK Linux Project with the aim to create a decentralized development and clean a framework for spin-off projects and customized distributions. Another goal was to provide a more continuous release stream for stable security updates.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>With T2 you can define targets for various purposes, ranging from embedded linux systems with a few MB of size over server configurations to a full desktop system featuring X.Org foundation, KDE, Gnome, OpenOffice.Org and many more. Those targets can be compiled for use on the most common architectures: Alpha, ARM, HPPA (incl. HPPA64), IA64, MIPS, PowerPC (incl. PowerPC-64), SPARC (incl. SPARC64), SuperH, x86 (incl. x86-64) &#8211; theoretically any GCC/Linux supported one.</p><p>T2 comes with many predefined targets (desktop, router, live CD&#8230;) and over 2000 package descriptions ready to build.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Tao Live</strong><br
/> <a
href="http://www.nanotechnologies.qc.ca/propos/linux/" title="http://www.nanotechnologies.qc.ca/propos/linux/" target="_blank"> http://www.nanotechnologies.qc.ca/propos/linux/</a></p><p>This distribution is ideal for beginners.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Tao Live is a bootable CDROM with a collection of software and automatic hardware detection. It is not necessary to install anything on your hard disk to use Tao Live.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Tilix</strong><br
/> <a
href="http://tilix.org/" title="http://tilix.org/" target="_blank"> http://tilix.org/</a></p><p>Tilix is a Bulgarian Linux based operating system, easy to use for beginners and for advanced users.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The distribution can work directly from CD or can be installed to you hard drive. The distribution can work directly from CD or can be installed to you hard drive. The hardware recognition is automatic. The hardware recognition is automatic.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Ubuntu</strong><br
/> <a
href="http://www.ubuntu.com/" title="http://www.ubuntu.com/" target="_blank"> http://www.ubuntu.com/</a></p><p>Ubuntu is a community developed, Linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need &#8211; a web browser, presentation, document and spreadsheet software, instant messaging and much more.</p><p><strong>VectorLinux</strong><br
/> <a
href="http://vectorlinux.com/website2/" title="http://vectorlinux.com/website2/" target="_blank"> http://vectorlinux.com/website2/</a></p><p>Speed, performance, stability are the attributes that set VectorLinux apart from the crowded field of Linux distributions. The creators of VectorLinux had a single credo: keep it simple, keep it small and let the end user decide what their operating system is going to be. What has evolved from this concept is perhaps the best little Linux operating system available anywhere.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> For the casual computer user you have a lightning fast desktop with graphical programs to handle your daily activities from web surfing, sending and receiving email, chatting on ICQ or IRC to running an ftp server. The power user will be pleased because all the tools are there to compile their own programs, use the system as a server or perhaps the gateway for their home or office computer network. Administrators will be equally as pleased because the small size and memory requirements of the operating system can be deployed on older machines maybe long forgotten.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Xfld</strong><br
/> <a
href="http://www.xfld.org/" title="http://www.xfld.org/" target="_blank"> http://www.xfld.org/</a></p><p>Xfld &#8211; &#8216;Xfce live demo&#8217; &#8211; is a liveCD , demonstrating the latest version of Xfce desktop environment and providing a complete Gnu/Linux operating system (based on Ubuntu), which could be run directly from the CD. In contrast to the Xubuntu install CDs, the Xfld CD contains all tools and applications necessary for both productive usage with graphical  interface and command line interface. Furthermore the main purpose of Xfld is demonstrating the latest Xfce.</p><h2><font
color="#003300">Education LiveCD</font></h2><p>Providing a collection of educational programs and/or used in and education or seminar environment.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Bioknoppix</strong><br
/> <a
href="http://bioknoppix.hpcf.upr.edu/" title="http://bioknoppix.hpcf.upr.edu/" target="_blank"> http://bioknoppix.hpcf.upr.edu/</a></p><p>This LiveCD is for education and bio research. Bioknoppix is a customized distribution of Knoppix Linux Live CD. With this distrubution you just boot from the CD and you have a fully functional Linux OS distribution with open source applications targeted for the molecular biologist.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Beside using some RAM, Bioknoppix doesn&#8217;t touch the host computer, being ideal for demonstrations, molecular biology students, workshops, etc.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Fiubbix</strong><br
/> <a
href="http://moin.lug.fi.uba.ar/FiubbixDistro" title="http://moin.lug.fi.uba.ar/FiubbixDistro" target="_blank"> http://moin.lug.fi.uba.ar/FiubbixDistro</a></p><p>fiubbix is a Live-CD (booteable distribution and 100% usable from a CD-ROM) derivative of Knoppix, adapted for use by students of the Faculty of Engineering at the UBA (though probably useful for other universities and engineering in public Overall).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Freeduc</strong><br
/> <a
href="http://www.ofset.org/freeduc-cd/" title="http://www.ofset.org/freeduc-cd/" target="_blank"> http://www.ofset.org/freeduc-cd/</a></p><p>Until now — and probably for a while in most heads — the GNU/Linux system at school has been perceived as a good replacement of other proprietary servers. However the server is probably the least important things in term of freedom in a school network. It doesn&#8217;t allow a teacher to share a workstation software with students. Supporting GNU/Linux in the workstation side can grant higher freedom and liberty between users in a school.. Therefore, OFSET has setup Freeduc, a tool to help to list, to evaluate and to package only free — non GPL exclusive &#8211; edu soft.</p><p><strong>LUC3M</strong><br
/> <a
href="http://crisol.uc3m.es/content/view/12/30/" title="http://crisol.uc3m.es/content/view/12/30/" target="_blank"> http://crisol.uc3m.es/content/view/12/30/</a></p><p>Spanish education based livecd. LUC3M (read &#8216;Lucem&#8217;, accusative of Lux, or &#8220;Light&#8221;), being developed by the CRUCIBLE group (information resource centre and free software), staying within the Computing Service of the Univerity Carlos III of Madrid. Its aim is to develop a distribution to facilitate teaching, including applications for conducting practices and content development.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Although, in principle, it&#8217;s aimed at students, teachers and administrative staff and includes applications that can meet the needs anyone.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The DVD versions of old boots LUC3M distribution Live allowing work as if it were installed on the hard drive. A main advantage is that to run from the DVD drive, there is no need to install, and therefore can be tested without changing the configuration of equipment.</p><p><strong>Skole Linux</strong><br
/> <a
href="http://www.skolelinux.org/en/" title="http://www.skolelinux.org/en/" target="_blank"> http://www.skolelinux.org/en/</a></p><p>Skolelinux is a complete tailored software solution for the needs of any educational institution or school. It is a ready computer system were your school does not need to piece together the components.</p><p>What makes Skolelinux unique is that any teacher can kickstart a whole network of computers within an hour.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Experts and teachers have together handpicked the software that any school would need for it&#8217;s daily education of pupils and packaged it for a tailored solution for schools and educational purposes, made easy to install.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font
color="#003300">Entertainment LiveCD</font></h2><p>Providing audio, video (multimedia) environments.</p><p><strong>AmaroK Live</strong><br
/> <a
href="http://amarok.kde.org/wiki/Amarok_Live#Amarok_Live" title="http://amarok.kde.org/wiki/Amarok_Live#Amarok_Live" target="_blank"> http://amarok.kde.org/wiki/Amarok_Live#Amarok_Live</a></p><p>An entertainment LiveCD version. Amarok Live is a stripped down LiveCD with a fully functional Amarok music player bundled with the tracks commissioned last year by Wired Magazine, which are distributed under the Creative Commons Sampling Licenses.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Insert the CD and boot.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> In most cases, you can just hit return at the ISOLinux boot prompt. There are various cheat-codes / boot-parameters, that you can use if case of hardware trouble.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>ByzantineOS</strong><br
/> <a
href="http://byzgl.sourceforge.net/wiki/index.php/Main_Page" title="http://byzgl.sourceforge.net/wiki/index.php/Main_Page" target="_blank"> http://byzgl.sourceforge.net/wiki/index.php/Main_Page</a></p><p>A software internet appliance with a home entertainment bias.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It is based on a networked Linux distribution/bootable system with Mozilla providing access to a range of services and applications. Fits in 32MB (or 48MB) of media and should work on any x86 based PC.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>GeeXboX</strong><br
/> <a
href="http://www.geexbox.org/en/index.html" title="http://www.geexbox.org/en/index.html" target="_blank"> http://www.geexbox.org/en/index.html</a></p><p>GeeXboX is a free embedded Linux distribution which aims at turning your computer into a so called HTPC (Home Theater PC) or Media Center. Being a standalone LiveCD-based distribution, it&#8217;s a ready to boot operating system than works on any Pentium-class x86 computer or PowerPC Macintosh, implying no software requirement. You can even use it on a diskless computer, the whole system being loaded in RAM.</p><p>Despite his tiny ISO image size, the distribution comes with a complete and automatic hardware detection, not requiring any driver to be added. It supports playback of nearly any kind of audio/video and image files and all known codecs and containers are shipped in, allowing playing them through various physical supports, either being CD, DVD, HDD, LAN or Internet.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>GeeXboX also comes with a complete toolchain that allows developers adding easily extra packages and features but that might also be used to give birth to many dedicated embedded Linux systems.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>MoviX</strong><br
/> <a
href="http://movix.sourceforge.net/" title="http://movix.sourceforge.net/" target="_blank"> http://movix.sourceforge.net/</a></p><p>MoviX is a light media distribution that supports streaming, TV cards, slideshows, internet radio, infrared controllers and others. MoviX can boot from CDs, HDDs, USB Flash Drives, CompactFlash cards and network. MoviX2 is a spin-off project that features X alongside the usual MoviX configuration.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>eMoviX is a tiny GNU/Linux distribution that plays video files when booted, based on MPlayer. It is utilised by MoviXMaker-2 and K3b.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>MoviX distributions are very compact. In fact, smaller than Damn Small Linux.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Musix GNU+Linux</strong><br
/> <a
href="http://www.musix.org.ar/en/index.html" title="http://www.musix.org.ar/en/index.html" target="_blank"> http://www.musix.org.ar/en/index.html</a></p><p>It&#8217;s a 100% free multimedia operating system intended for music production, graphic design, audio and video edition, and all kind of tasks. It contains an enormous collection of free (as in freedom) programs that can replace Windows.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Mayah OS</strong><br
/> <a
href="http://myah.org/" title="http://myah.org/" target="_blank"> http://myah.org/</a></p><p>Myah OS is a performance desktop operating system. Made for home use with a focus on Internet, Office, and multimedia.  Myah OS has been optimized for i686 processors for fast performance. Myah OS is an original Linux distro, compiled from build scripts written by Jeremiah Cheatham.</p><p><strong>StreamBOX</strong><br
/> <a
href="http://streambox.org/" title="http://streambox.org/" target="_blank"> http://streambox.org/</a></p><p>StreamBOX-LiveCD is a selfmade, KNOPPIX based Boot-CD, which is specially designed to stream MP3.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Also there are some programs to stream in the OGG-Vorbis-Format.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Wolvix</strong><br
/> <a
href="http://wolvix.org/" title="http://wolvix.org/" target="_blank"> http://wolvix.org/</a></p><p>Wolvix is a LiveDistro built from Slackware and the Linux-Live scripts. It&#8217;s a desktop and multimedia oriented Linux distribution designed to suit the needs of regular to advanced desktop users. Wolvix comes with the Xfce desktop environment and the Fluxbox window manager and includes a carefully selected group of development, graphics, multimedia, network and office applications.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font
color="#003300">Firewalls LiveCD</font></h2><p>Providing firewall solutions.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Formilux</strong><br
/> <a
href="http://formilux.ant-computing.com/" title="http://formilux.ant-computing.com/" target="_blank"> http://formilux.ant-computing.com/</a></p><p>Formilux is a very light and secure Linux distribution. It is targetted at internet servers, routers, firewalls and semi-embedded systems. It requires a very limited administration but needs fairly skilled administrators.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Installing a secured proxy or a firewall just requires about 12 MB and a few minutes.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Linux LiveCD Router</strong><br
/> <a
href="http://www.wifi.com.ar/english/cdrouter/" title="http://www.wifi.com.ar/english/cdrouter/" target="_blank"> http://www.wifi.com.ar/english/cdrouter/</a></p><p>Speed-up your Internet connection! Linux LiveCD Router allows you to share, firewall and optimize your broadband connection. You can use DSL, ADSL, Cable Modem, T1, Fixed IPs, Dial-Up, WiFi and more.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Includes traffic priority settings for VoIP and other apps. Can avoid ISP traffic limiting.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>m0n0wall</strong><br
/> <a
href="http://m0n0.ch/wall/" title="http://m0n0.ch/wall/" target="_blank"> http://m0n0.ch/wall/</a></p><p>m0n0wall is a project aimed at creating a complete, embedded firewall software package that, when used together with an embedded PC, provides all the important features of commercial firewall boxes (including ease of use) at a fraction of the price (free software). m0n0wall is based on a bare-bones version of FreeBSD, along with a web server, PHP and a few other utilities.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The entire system configuration is stored in one single XML text file to keep things transparent. m0n0wall is probably the first UNIX system that has its boot-time configuration done with PHP, rather than the usual shell scripts, and that has the entire system configuration stored in XML format.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>redWall Firewall</strong><br
/> <a
href="http://www.redwall-firewall.com/" title="http://www.redwall-firewall.com/" target="_blank"> http://www.redwall-firewall.com/</a></p><p>redWall is a bootable CD-ROM Firewall. It&#8217;s goal is to provide a feature rich firewall solution, with the main goal, to provide a webinterface for all the logfiles generated!<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Sentry Firewall CD</strong><br
/> <a
href="http://www.sentryfirewall.com/" title="http://www.sentryfirewall.com/" target="_blank"> http://www.sentryfirewall.com/</a></p><p>Sentry Firewall CD-ROM is a Linux-based bootable CDROM suitable for use as an inexpensive and easy to maintain firewall, server, or IDS(Intrusion Detection System) Node.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The system is designed to be immediately configurable for a variety of different operating environments via a configuration file located on a floppy disk, a local hard drive, and/or a network via HTTP(S), FTP, SFTP, or SCP.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The Sentry Firewall CD is a complete Linux system that runs off of an initial ramdisk, much like a floppy-based system, and a CD. The default kernel is a current 2.4.x series kernel with various Netfilter patches applied. An OpenWall-patched current 2.2.x kernel is also available on the CD.</p><h2><font
color="#003300">Forensics LiveCD</font></h2><p>Providing environments that contain forensic tools.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>F.I.R.E.</strong><br
/> <a
href="http://biatchux.dmzs.com/" title="http://biatchux.dmzs.com/" target="_blank"> http://biatchux.dmzs.com/</a></p><p>FIRE is a portable bootable cdrom based distribution with the goal of providing an immediate environment to perform forensic analysis, incident response, data recovery, virus scanning and vulnerability assessment.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Also provides necessary tools for live forensics/analysis on win32, sparc solaris and x86 linux hosts just by mounting the cdrom and using trusted static binaries available in /statbins.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Helix</strong><br
/> <a
href="http://www.e-fense.com/helix/" title="http://www.e-fense.com/helix/" target="_blank"> http://www.e-fense.com/helix/</a></p><p>Helix focuses on Incident Response &amp; Forensics tools.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It is meant to be used by individuals who have a sound understanding of Incident Response and Forensic techniques.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Penguin Sleuth</strong><br
/> <a
href="http://www.linux-forensics.com/" title="http://www.linux-forensics.com/" target="_blank"> http://www.linux-forensics.com/</a></p><p>Penguin Sleuth Kit, based on Knoppix, is a virtual computer forensics and security platform.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font
color="#003300">Gaming LiveCD</font></h2><p>Providing gaming platforms.</p><p><strong>AdvanceCD</strong><br
/> <a
href="http://advancemame.sourceforge.net/" title="http://advancemame.sourceforge.net/" target="_blank"> http://advancemame.sourceforge.net/</a></p><p>A gaming version on a bootable live CD, DVD and USB disk of a minimal Linux distribution containing the AdvanceMAME emulator.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Freduc</strong><br
/> <a
href="http://www.ofset.org/freeduc-games" title="http://www.ofset.org/freeduc-games" target="_blank"> http://www.ofset.org/freeduc-games</a></p><p>French.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> With GNU/Linux can be fun! Thet offer a special edition of Freeduc-cd dedicated to video games. Uses XFCE and is based on KNOPPIX/Debian, which allows them to easily add and develop additional software packages.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>KnoppiXMAME</strong><br
/> <a
href="http://sourceforge.net/projects/knoppixmame/" title="http://sourceforge.net/projects/knoppixmame/" target="_blank"> http://sourceforge.net/projects/knoppixmame/</a></p><p>KnoppiXMAME is a bootable CD/DVD image with hardware automatic probing and configuration for playing MAME games.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> No games are included, but they can be added to the ISO image, as well as new versions of X-MAME, gxmame, and the Linux kernel.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font
color="#003300">Medical LiveCD</font></h2><p>Providing medical systems or applications.</p><p><strong>CDMEDIC LIVE CD</strong><br
/> <a
href="http://cdmedicpacsweb.sourceforge.net/cdmedic_en.html" title="http://cdmedicpacsweb.sourceforge.net/cdmedic_en.html" target="_blank"> http://cdmedicpacsweb.sourceforge.net/cdmedic_en.html</a></p><p>Full featured free PACS based on ctn, dcmtk and mysql,with remote administration using apache mod perl and imaging processing capabilities using ImageMagick, Grevera&#8217;s dcm2pgm DICOM converter and AFNI, running in a Knoppix based live CD in less than 5 minutes without hard disk installation, with interesting programs CTSim, XMedcon, Amide, FSL and Slicer.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> This is medical based.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>OIO System</strong><br
/> <a
href="http://www.txoutcome.org/" title="http://www.txoutcome.org/" target="_blank"> http://www.txoutcome.org/</a></p><p>Open Infrastructure for Outcomes (OIO) system enables clinicians, researchers, and other non-programmers to create and maintain flexible and portable patient/research records. It aims to achieve the &#8221; Holy Grail &#8221; of data portablity as elegantly described by John G. Faughnan.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The major components of the OIO system are the web-accessible OIO Server and OIO Library. OIO Server is a highly flexible web-based data management system that manages users, patients, and information about patients.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> (Of course, the same system can just as easily manage information about customers, invoices, shipments, and accounts.)<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Toophpix</strong><br
/> <a
href="http://truth.positive-internet.com/~mpreston/tp/tp0412intro.html" title="http://truth.positive-internet.com/~mpreston/tp/tp0412intro.html" target="_blank"> http://truth.positive-internet.com/~mpreston/tp/tp0412intro.html</a></p><p>Based on Knoppix, it sets up a LAMP server in RAM and facilitates various dental resources.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>WorldVistA</strong><br
/> <a
href="http://sourceforge.net/projects/worldvista" title="http://sourceforge.net/projects/worldvista" target="_blank"> http://sourceforge.net/projects/worldvista</a></p><p>Furthering the cause of affordable healthcare information technology worldwide by advocating, championing, and employing the open source paradigm to expand the use and collaborative improvement of the VistA electronic health record.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><h2><font
color="#003300">Public Livecd</font></h2><p>Providing environments that can be quickly launched for general public use.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Firefox LiveCD</strong><br
/> <a
href="http://linux.softpedia.com/get/System/Operating-Systems/Other/Firefox-LiveCD-4686.shtml" title="http://linux.softpedia.com/get/System/Operating-Systems/Other/Firefox-LiveCD-4686.shtml" target="_blank">http://linux.softpedia.com/get/System/Operating-Systems/Other/Firefox-LiveCD-4686.shtml</a></p><p>Firefox LiveCD is LiveCD similar to LiveKiosk, but with original binary version of Mozilla Firefox. No changes were done to user interface and everything is set to Firefox defaults.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>LiveFirefox is intended for people who want to have custom Firefox based LiveCD, but find LiveKiosk unsuitable for this purpose.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>KioskCD</strong><br
/> <a
href="http://www.kioskcd.com/" title="http://www.kioskcd.com/" target="_blank">http://www.kioskcd.com/</a></p><p>Your PC boots from the CD and a web browser appears — that&#8217;s it! Use wherever you want to supply Web access to people, without worrying about what they will do to your computer.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>MorphixLiveKiosk</strong><br
/> <a
href="http://www.morphix.org/" title="http://www.morphix.org/" target="_blank"> http://www.morphix.org/</a></p><p>MorphixLiveKiosk is a Morphix CD, based on the previous LiveCDs released by LiveCD.net. It is a LiveCD that contains a locked down version of firefox-browser. Boot the computer using the LiveCD and you can use the browser &#8211; nothing else (well apart from a screensaver), close the brower and all the viewing history is deleted from memory.</p><h2><font
color="#003300">Rescue LiveCD</font></h2><p>Providing tools needed for data rescue and recovery.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Crash Recovery Kit for Linux</strong><br
/> <a
href="http://crashrecovery.org/" title="http://crashrecovery.org/" target="_blank"> http://crashrecovery.org/</a></p><p>A rescue disk.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Crash Recovery for Linux sounds a bit superfluous. Linux is regarded as one of todays most stable Operating Systems. In the case of some hardware failure like a broken disk it can however be handy. Of course your machine doesn&#8217;t have to have linux installed to make use of the CRK kit. There are several uses and purposes for the CRK to be used. To name a few:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Recovery of a trashed LILO boot record. How many times does it happen that some person installs windows 98/95 after he/she installed linux? Well in that case windows 9X just overwrites the MBR record and linux won&#8217;t be able to boot anymore.</p><p>Backup over the network in the form of tar.gz tarballs. Both FAT16, FAT32, ext2 and all filesystems which Linux supports in a read/write fashion can be taken care of. The strong part of the CRK is when a disk is replaced or repartitioning is being done.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The CRK boots a complete mini linux with networking where all possible hardware which is inside the Linux kernel is available.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Testing hardware of new intel based machines.</p><p>Detecting versions and types of hardware. The Linux kernel holds a large database of hardware supported. Booting a linux kernel doesn&#8217;t only resolve if the hardware is ok, it also show its specs.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> This can be handy if one wants to check-out an old/new PC which is for sale.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Recovery of a misconfigured or hacked Linux system. Well that can happen. /etc/fstab can be wrong or the root password is unknown etc.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>Make a tape backup of a disk which can&#8217;t be booted anymore.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The CRK is based on RedHat Linux.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>FreeBSD LiveCD</strong><br
/> <a
href="http://livecd.sourceforge.net/" title="http://livecd.sourceforge.net/" target="_blank"> http://livecd.sourceforge.net/</a></p><p>The FreeBSD LiveCD Tool Set has a main goal, which is to allow one to generate their own custom FreeBSD Live CDs.</p><p><strong>Hiren&#8217;s Boot CD</strong><br
/> <a
href="http://www.hiren.info/pages/bootcd" title="http://www.hiren.info/pages/bootcd" target="_blank"> http://www.hiren.info/pages/bootcd</a></p><p>Appears to be primarily focused on WIndows systems.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Therefore it may be an exception to this list. <img
src="http://www.ubuntulinuxhelp.com/wp-includes/images/smilies/icon_smile.gif?cbf681" alt=':)' class='wp-smiley' /></p><p><strong>Julex</strong><br
/> <a
href="http://julexlinux.sourceforge.net/" title="http://julexlinux.sourceforge.net/" target="_blank"> http://julexlinux.sourceforge.net/</a></p><p>Julex is a Knoppix Based Linux distribution aimed at users that want to get files back from their hard drive after their computer fails to boot, Troubleshoot their pc, Get on the net in a hurry or just as a small light (no bloat) distro to use on their old (or new if so inclined) computer.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>PLD Rescue CD</strong><br
/> <a
href="http://rescuecd.pld-linux.org/" title="http://rescuecd.pld-linux.org/" target="_blank"> http://rescuecd.pld-linux.org/</a></p><p>PLD RescueCD is a bootable disk that contains a live Linux distribution based on PLD Linux (2.6.24.3 modular kernel) made in Poland. Furthermore this version uses transparent compression (squashfs) to fit about 180 MB of software onto a single mini CD in usable form.</p><p>PLD RescueCD can be used to rescue ailing machines, perform intrusion post-mortems, act as a temporary secure linux-based workstation (using ssh, vpn connecting to remote host &#8211; other networking clients are also supported), install PLD Linux, and perform many other tasks that we haven&#8217;t yet imagined.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It provides a much nicer rescue environment than your average rescue floppy.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>PLoP Linux</strong><br
/> <a
href="http://www.plop.at/page_en_4.html" title="http://www.plop.at/page_en_4.html" target="_blank"> http://www.plop.at/page_en_4.html</a></p><p>PLoP Linux is a small distribution that can boot from CD, DVD, USB flash drive (UFD), USB harddisk or from network with PXE. It&#8217;s designed to rescue data from a damaged system, backup and restore operating systems and more.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>RIP</strong><br
/> <a
href="http://www.tux.org/pub/people/kent-robotti/looplinux/rip/" title="http://www.tux.org/pub/people/kent-robotti/looplinux/rip/" target="_blank"> http://www.tux.org/pub/people/kent-robotti/looplinux/rip/</a></p><p>(R)ecovery (I)s (P)ossible Linux rescue system. It&#8217;s a regular ISO used to created a system rescue CD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Make sure the program you use to download it understands it&#8217;s a binary file. If it&#8217;s downloaded as a text file it could get corrupted and be unusable.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>SystemRescueCd</strong><br
/> <a
href="http://www.sysresccd.org/Main_Page" title="http://www.sysresccd.org/Main_Page" target="_blank"> http://www.sysresccd.org/Main_Page</a></p><p>SystemRescueCd is a Linux system on a bootable CDROM for repairing your system and recovering your data after a crash.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It contains a lot of system utilities (parted, partimage, fstools, &#8230;) and basic tools (editors, midnight commander, network tools). It is very easy to use: just boot the CDROM. The kernel supports most of the important file systems (ext2/ext3, reiserfs, reiser4, xfs, jfs, vfat, ntfs, iso9660), as well as network filesystems (samba and nfs).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Trinity Rescue Kit</strong><br
/> <a
href="http://trinityhome.org/Home/index.php?wpid=1&amp;front_id=12" title="http://trinityhome.org/Home/index.php?wpid=1&amp;front_id=12" target="_blank"> http://trinityhome.org/Home/index.php?wpid=1&amp;front_id=12</a></p><p>Trinity Rescue Kit or TRK is a free live Linux distribution that aims specifically at recovery and repair operations on Windows machines, but is equally usable for Linux recovery issues. It is possible to boot TRK in three different ways:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> As a bootable CD which you can burn yourself from a downloadable isofile, ffrom a USB stick/disk (optionally also a fixed disk), installable from Windows or from the bootable TRK cd, from network over PXE, which requires some modifications on your local network.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Ultimate Boot CD</strong><br
/> <a
href="http://ubcd.sourceforge.net/" title="http://ubcd.sourceforge.net/" target="_blank"> http://ubcd.sourceforge.net/</a></p><p>You need the Ultimate Boot CD if you want to Run floppy-based diagnostic tools from CDROM drives, Free yourself from the slow loading speed of the floppy drive, Consolidate as many diagnostic tools as possible into one bootable CD or Run Ultimate Boot CD from your USB memory stick. When you boot up from the CD, a text-based menu will be displayed, and you will be able to select the tool you want to run.</p><p>The selected tool actually boots off a virtual floppy disk created in memory.</p><h2><font
color="#003300">Security LiveCD</font></h2><p>Providing various network security type tools.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Arudius</strong><br
/> <a
href="http://www.fosstools.org/" title="http://www.fosstools.org/" target="_blank"> http://www.fosstools.org/</a></p><p>A security based Linux version. An information assurance (IA) Linux live CD, used by information assurance professionals to help them assess systems and ensure the confidentiality, integrity, and availability of data.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The CD is loaded with with tools for penetration testing and vulnerability analysis. Information assurance has many other aspects besides network security. However, it seems that the mainstream public identifies information assurance primarily with securing network-accessible systems, so they decided to go with the mainstream and call Arudius a tool for information assurance. The CD consists of a Zenwalk Linux base on top of which a large collection of network security testing software has been installed &#8211; including tools listed on Insecure.org Top 75 list plus many other tools listed on Freshmeat, Sf.net and other information assurance sites around the world.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>BackTrack</strong><br
/> <a
href="http://www.remote-exploit.org/backtrack.html" title="http://www.remote-exploit.org/backtrack.html" target="_blank"> http://www.remote-exploit.org/backtrack.html</a></p><p>A security related Linux LiveCD that is touted as the most Top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>BSI OSS</strong><br
/> <a
href="http://www.bsi.bund.de/produkte/boss/index.htm" title="http://www.bsi.bund.de/produkte/boss/index.htm"> http://www.bsi.bund.de/produkte/boss/index.htm</a></p><p>Security based. The Open Source Software BOSS (BSI OSS Security Suite) essentially builds on the proven security scanner Nessus.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The BOSS addition to the Security Local Auditing Daemon (SLAD), ensures the integrated management of local security software takes over.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Frenzy</strong><br
/> <a
href="http://frenzy.org.ua/eng/" title="http://frenzy.org.ua/eng/" target="_blank"> http://frenzy.org.ua/eng/</a></p><p>Frenzy is a &#8220;portable system administrator toolkit,&#8221; LiveCD based on FreeBSD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It generally contains software for hardware tests, file system check, security check and network setup and analysis. Size of ISO-image is 200 MBytes (3&#8243; CD).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>grml</strong><br
/> <a
href="http://grml.org/" title="http://grml.org/" target="_blank"> http://grml.org/</a></p><p>grml is a bootable CD (Live-CD) originally based on Knoppix and more recently based on Debian. grml includes a collection of GNU/Linux software especially for system administrator and users of texttools.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>grml provides automatic hardware detection. You can use grml (for example) as a rescue system, for analyzing systems/networks or as a working environment. It is not necessary to install anything to a harddisk; you don&#8217;t even need a harddisk to run it. Due to on-the-fly decompression grml includes about 2.1GB of software and documentation on the CD.</p><p><strong>Insert</strong><br
/> <a
href="http://www.inside-security.de/insert_en.html" title="http://www.inside-security.de/insert_en.html" target="_blank"> http://www.inside-security.de/insert_en.html</a></p><p>INSERT is a complete, bootable linux system.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It comes with a graphical user interface running the fluxbox window manager while still being sufficiently small to fit on a credit card-sized CD-ROM.INSERT contains a multitude of useful tools to be at your hand in a variety of situations.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Navyn OS</strong><br
/> <a
href="http://navynos.linux.pl/" title="http://navynos.linux.pl/" target="_blank"> http://navynos.linux.pl/</a></p><p>Navyn OS is a gnu/linux distribution based on Gentoo. Gentoo isn&#8217;t a typical distribution like Debian or Slackware, it doesn&#8217;t even have an installer, it is similar to making your own distribution. The main part of Gentoo is portage, a set of scripts for installing and removing programs.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Network Security Toolkit</strong><br
/> <a
href="http://www.networksecuritytoolkit.org/nst/" title="http://www.networksecuritytoolkit.org/nst/" target="_blank"> http://www.networksecuritytoolkit.org/nst/</a></p><p>This bootable ISO live CD is based on Fedora.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The toolkit was designed to provide easy access to best-of-breed Open Source Network Security Applications and should run on most x86 platforms. The main intent of developing this toolkit was to provide the network security administrator with a comprehensive set of Open Source Network Security Tools.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Plan-B</strong><br
/> <a
href="http://www.projectplanb.org/" title="http://www.projectplanb.org/" target="_blank"> http://www.projectplanb.org/</a></p><p>Plan-B is a bootable Linux environment without the need for a hard drive, it runs entirely in ram or from the cd, based on a basic, stripped installation of Red Hat Linux and the fundamental workings of the SuperRescue CD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>STD</strong><br
/> <a
href="http://www.knoppix-std.org/" title="http://www.knoppix-std.org/" target="_blank"> http://www.knoppix-std.org/</a></p><p>STD is a Linux-based Security Tool.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> Actually, it is a collection of hundreds if not thousands of open source security tools. It&#8217;s a Live Linux Distro, which means it runs from a bootable CD in memory without changing the native operating system of the host computer. Its sole purpose in life is to put as many security tools at your disposal with as slick an interface as it can.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>STD is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. STD assumes you know the basics of Linux as most of your work will be done from the command line.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> If you are completely new to Linux, it&#8217;s best you start with another live Distro like Knoppix to practice the basics.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>WarLinux</strong><br
/> <a
href="https://sourceforge.net/projects/warlinux/" title="https://sourceforge.net/projects/warlinux/" target="_blank"> https://sourceforge.net/projects/warlinux/</a></p><p>A linux distribution for Wardrivers. It is available on disk and bootable CD. It&#8217;s main intended use is for systems administrators that want to audit and evaluate thier wireless network installations. Should be handy for wardriving also.</p><h2><font
color="#003300">Servers LiveCD</font></h2><p>Providing server systems.</p><p><strong>ATMission</strong><br
/> <a
href="http://www.atconsultancy.nl/atmission/" title="http://www.atconsultancy.nl/atmission/" target="_blank"> http://www.atconsultancy.nl/atmission/</a></p><p>A server and desktop Linux LiveCD.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The main advantage of ATmission compared to other Live Linux CD&#8217;s is its flexibility. You can modify any file on the ATmission Live CD. This implies that you can: create user accounts, install additional RPM&#8217;s, start a database on boot, configure a firewall, etc&#8230; anything you can do with a normal Linux system, and preserve your changes in a file located on hard disk or a USB memory stick<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Devil-Linux</strong><br
/> <a
href="http://www.devil-linux.org/home/index.php" title="http://www.devil-linux.org/home/index.php" target="_blank"> http://www.devil-linux.org/home/index.php</a></p><p>Devil-Linux is a distribution which boots and runs completely from CDROM.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> The configuration can be saved to a floppy diskette or a USB pen drive. Devil Linux was originally intended to be a dedicated firewall/router but now Devil-Linux can also be used as a server for many applications. Attaching an optional hard drive is easy, and many network services are included in the distribution.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>The system is designed to install without the use of a hard drive. It requires the use of a CDROM and a write-protected floppy. The CDROM provides the operating system, and the floppy provides the configuration information, via a tarball that is unpacked into the /etc directory. In this way, the system is fully configurable, yet the running system has no writeable device.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>ffsearch-LiveCD</strong><br
/> <a
href="http://ffsearch.packetstorm.ch/" title="http://ffsearch.packetstorm.ch/" target="_blank"> http://ffsearch.packetstorm.ch/</a></p><p>ffsearch-LiveCD is a modified Knoppix-Linux with Fast File Search running on top of it. This way, no installation is required! You can download an Iso, burn it on CD, put the disc in you CD-drive and boot it up.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It crawls the net for SMB and FTP shares and provides you with a web interface for searching these files.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>LAMPPIX</strong><br
/> <a
href="http://lamppix.tinowagner.com/" title="http://lamppix.tinowagner.com/" target="_blank"> http://lamppix.tinowagner.com/</a></p><p>LAMPPIX allows you to burn your web projects (i.e. PHP presentations or Perl scripts) onto a CD-ROM and give them away to others.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> They will only have to insert the CD and reboot &#8212; if you configured LAMPPIX properly (and this is really easy!) they can view your project.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>SoL</strong><br
/> <a
href="http://www.sol-linux.com/" title="http://www.sol-linux.com/" target="_blank"> http://www.sol-linux.com/</a></p><p>It&#8217;s a server based system.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> There are tons of options, visit their site to learn more.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p><strong>Zeroshell</strong><br
/> <a
href="http://www.zeroshell.net/eng/" title="http://www.zeroshell.net/eng/" target="_blank"> http://www.zeroshell.net/eng/</a></p><p>Zeroshell is a small Linux distribution for servers and embedded devices aimed at providing the main network services a LAN requires.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /> It is available in the form of Live CD or Compact Flash image and you can configure and administer it using your web browser.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?cbf681" /></p><p>[tags]linux, ubuntu, livecd, 130, desktop, lamp, open source[/tags]</p> ]]></content:encoded> <wfw:commentRss>http://www.ubuntulinuxhelp.com/130-useful-linux-based-livecd-versions/feed/</wfw:commentRss> <slash:comments>41</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc

Served from: www.ubuntulinuxhelp.com @ 2012-05-21 12:48:58 -->
