<?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; codecs</title> <atom:link href="http://ubuntulinuxhelp.com/tag/codecs/feed/" rel="self" type="application/rss+xml" /><link>http://ubuntulinuxhelp.com</link> <description>Tips, Tricks and How To&#039;s for the Ubuntu Linux User</description> <lastBuildDate>Thu, 19 Jan 2012 13:15:19 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>10 Things to do After Installing Ubuntu Linux</title><link>http://ubuntulinuxhelp.com/10-things-to-do-after-installing-ubuntu-linux/</link> <comments>http://ubuntulinuxhelp.com/10-things-to-do-after-installing-ubuntu-linux/#comments</comments> <pubDate>Mon, 15 Jun 2009 15:22:59 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[aptitude]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[gedit]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[k3b]]></category> <category><![CDATA[sbackup]]></category> <category><![CDATA[sound]]></category> <category><![CDATA[tweak]]></category> <category><![CDATA[vlc]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1586</guid> <description><![CDATA[My primary reason for using Ubuntu Linux, is that I find it a far more productive, cost effective and customizable system. Everyone has their own reasons and needs for any particular OS. That said, I&#8217;m often asked by new Linux (Ubuntu) users what things I do immediately after installing Ubuntu; to tweak it a bit [...]]]></description> <content:encoded><![CDATA[<p>My primary reason for using Ubuntu Linux, is that I find it a far more productive, cost effective and customizable system. Everyone has their own reasons and needs for any particular OS. That said, I&#8217;m often asked by new Linux (Ubuntu) users what things I do immediately after installing Ubuntu; to tweak it a bit more. I&#8217;m still using Hardy (8.04 64 Bit) as I prefer to stick with LTS releases &#8211; This means  another year to go with 8.04 before the next LTS (10.04). Until then, here&#8217;s the answers for the 10 things I do to customize a new Ubuntu Hardy installation:</p><p><strong>Update June 16, 2009:</strong> Steven and <a
href="http://coderswasteland.com" title="Coder's Wasteland" >Coder&#8217;s Wasteland</a> has taken this post even further! In my opinion, he&#8217;s done a great job in providing a <strong>bash script that implements all the changes described in this post</strong>. Way to go Steven! You can read more about that (and get the script) at: <a
href="http://coderswasteland.com/node/19" title="Initial Ubuntu Install Items Script"  target="_blank">Initial Ubuntu Install Items Script</a>.</p><p><strong>Update June 19, 2009:</strong> Steven and <a
href="http://coderswasteland.com" title="Coder's Wasteland" >Coder&#8217;s Wasteland</a> has migrated the script from a CLI to a GUI based one! Check it out at: <a
href="http://coderswasteland.com/node/21" title="Install Initial Ubuntu Items GUI"  target="_blank">Install Initial Ubuntu Items GUI</a>.</p><p>1) <strong><span
style="color: #ff6600;">sudo aptitude install sbackup</span></strong></p><p>Nothing is worse that losing all your important data (pictures, email messages, music, documents, etc.) The above command will install Simple Backup Suite (more details found on <a
rel="nofollow" href="http://sourceforge.net/projects/sbackup/" title="sBackup"  target="_blank">Sourceforge</a>). For me at least it&#8217;s a great desktop backup solution. I can select which directories I want backed up (full and incremental), then have backups automatically transfered to my external network storage. I play a lot with my computer, I often break something as a result. With sbackup, I can be more confident as it&#8217;s easy to restore data (in the event I have to reinstall an application or even worse&#8230; the OS itself). You can also install via:</p><p><a
href="apt:sbackup">apt:sbackup</a></p><p>2) <strong><span
style="color: #ff6600;">sudo aptitude install ubuntu-restricted-extras &amp;&amp; sudo aptitude install w64codecs</span></strong></p><p>If you enjoy music, videos, and so forth, you&#8217;ll want to install the extra media codecs and packages that will allow you to play almost any desktop media format (mov, mpg, avi, wmv, mp3 and so on). I wrote a detailed post:  &#8220;<a
href="http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/" title="Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux"  target="_self">Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux</a>&#8220;, which provides a bit more of <span
id="more-1586"></span>an in depth explanation of the above command (including editing the sources.list to include mediabuntu). Note: If you have a 32 Bit system, change the the &#8220;w64codec&#8221; part of the command to say &#8220;w32codecs&#8221; instead. You can also install these packages via:</p><p><a
href="apt:ubuntu-restricted-extras">apt:ubuntu-restricted-extras</a></p><p><a
href="apt:w64codecs">apt:w64codecs</a></p><p>3) <span
style="color: #ff6600;"><strong>sudo apt-get install msttcorefonts &amp;&amp; sudo fc-cache -fv</strong></span></p><p>I like having the same fonts used by Windows users. People often send me .doc files, so I want to ensure I have at least the core fonts they use. The above command installes the Microsoft core fonts and then reloads the font cache. I&#8217;ve posted about this before at &#8220;<a
href="http://ubuntulinuxhelp.com/how-to-install-ttf-and-ctf-fonts-in-ubuntu/" title="How to Install TTF and CTF Fonts in Ubuntu"  target="_self">How to Install TTF and CTF Fonts in Ubuntu</a>&#8220;, which contains far more detail. You can also install the core fonts via:</p><p><a
href="apt:msttcorefonts">apt:msttcorefonts</a></p><p>4) <strong><span
style="color: #ff6600;">sudo aptitude install vlc</span></strong></p><p>I prefer not to try juggling with the use of different applications to play different media types. VLC plays all the media types I access. For me at least, it&#8217;s the singular application I use to play everything from an MP3 file to a DVD video (and incidentally, vlc can stream your media to other computers, even to the television!). Of course you can click the apt link and install via:</p><p><a
href="apt:vlc">apt:vlc</a></p><p>5) <strong><span
style="color: #ff6600;">sudo aptitude install k3b</span></strong></p><p>Even though I use gnome, I still install k3b, which is (in my opinion) among the best DVD/CD burners around. I find the interface  intuitive and easy to use. There&#8217;s a post containing more applications at &#8220;<a
href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/" title="Top 100 of the Best (Useful) OpenSource Applications"  target="_self">Top 100 of the Best (Useful) OpenSource Applications</a>&#8220;. Using apt links, we can also install k3b via:</p><p><a
href="apt:k3b">apt:k3b</a></p><p>6) Enable surround sound right away. I&#8217;ve an earlier post at <a
href="http://ubuntulinuxhelp.com/enable-51-surround-sound-on-linux-ubuntu-804-hardy/" title="Enable 5.1 Surround Sound on Linux - Ubuntu 8.04 Hardy"  target="_self">Enable 5.1 Surround Sound on Linux &#8211; Ubuntu 8.04 Hardy</a>, but the jist of the instructions is to edit</p><p><strong><span
style="color: #ff6600;">sudo gedit /etc/pulse/daemon.conf </span></strong> and change the line that says:</p><p><span
style="color: #3366ff;">; default-sample-channels = 2</span></p><p>to say</p><p><span
style="color: #3366ff;">default-sample-channels = 6</span></p><p>7) Use the &#8220;Windows&#8221; Key.</p><p>I prefer using keyboard shortcuts instead of the point and click mouse. Thankfully, there&#8217;s an easy way to turn your keyboards &#8220;Windows key&#8221; into an Ubuntu key.</p><p>Go to: <span
style="color: #3366ff;">System -&gt; Preferences -&gt; Keyboard Shortcuts</span></p><p>Scroll down to the action &#8220;Show panel menu&#8221; and click on it. (The phrase &#8220;New accelerator menu&#8230;&#8221; will appear).</p><p>Now simply press your Windows key once. (You&#8217;ll see the accelerator now says &#8220;Super L&#8221;). Select the &#8220;Close&#8221; option and you&#8217;ll see that your Windows key now works. Note: If you ever want to change it back to the default (for Hardy 8.04), the original setting is Alt f1.</p><p>8) Make gedit remember more documents.</p><p>I often use gedit to quickly edit files in a GUI environment. I often wish gedit would remember more of the documents I edit. That way I don&#8217;t have to surf through the file system. There&#8217;s a simple way to ensure gedit remembers more of the files you edit:</p><p><strong><span
style="color: #ff6600;">sudo gconf-editor</span></strong></p><p>In the window that appears (using the above command), select</p><p><span
style="color: #3366ff;">apps -&gt; gedit2 -&gt; preferences -&gt; ui -&gt; recent</span></p><p>Select the &#8220;max_recents&#8221; key and change the default of 5 to 10</p><p>9) Increase the start speed of multi-core CPU systems.</p><p>This will slow down systems that  have a single CPU. For multi core CPUs, we can change the services to all start together (in parallel) during boot time. The command to do this is;</p><p><strong><span
style="color: #ff6600;">sudo perl -i -pe &#8216;s/CONCURRENCY=none/CONCURRENCY=shell/&#8217; /etc/init.d/rc</span></strong></p><p>and then reboot with</p><p><strong><span
style="color: #ff6600;">sudo shutdown -r now</span></strong></p><p>10) Finally, I sometimes need to run application that are for another OS (not Ubuntu Linux). Virtualization is the answer and allows me to run the other application without using Wine ore rebooting into another OS. You can install Virtualbox:</p><p><strong><span
style="color: #ff6600;">sudo aptitude install virtualbox</span></strong></p><p>If you&#8217;re interested, more information about VirtualBox can be found by visiting the <a
href="http://www.virtualbox.org/wiki/VirtualBox" title="VirtualBox"  target="_blank">about VirtualBox</a> page. Again, here&#8217;s the apt link to install virtualbox:</p><p><a
href="apt:virtualbox">apt:virtualbox</a></p><p><strong>A bonus tip!</strong></p><p>I&#8217;m often asked how to uninstall a .deb package. The command to facilitate that is:</p><p><strong><span
style="color: #ff6600;">sudo dpkg -r package_name</span></strong></p><p>I hope these tips help some of you out there! How strong is your Kung Fu? -&gt; If you&#8217;ve any tips or tweaks you think should be here, please feel free to drop them in your comments below!</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/10-things-to-do-after-installing-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>38</slash:comments> </item> <item><title>Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux</title><link>http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/</link> <comments>http://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 decided to install Ubuntu (effectively removing Windows based PC&#8217;s from the network). In some ways [...]]]></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
href="http://bloggersavvy.com/when-disaster-strikes-again/" title="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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" alt="" /></p><p>Download the key:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" alt="" /></p><ul><li>Multimedia Codecs.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>DVD playback.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Java plugin.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>DVD (and CD) burning.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Some Compilers.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>File/Printer sharing.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" alt="" /></p><p>Let&#8217;s enable compiling:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" alt="" /></p><p><strong>Flash player</strong> for Firefox can be obtained from Adobe by  <a
rel="nofollow" href="http://get.adobe.com/flashplayer/" title="Get and Install Flash"  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?9d7bd4" 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?9d7bd4" alt="" /></p><p>Installing the <a
href="https://addons.mozilla.org/en-US/firefox/addon/60" title="Web Developer Toolbar"  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?9d7bd4" alt="" /></p><ul><li>Editing CSS.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Disabling CSS.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" 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?9d7bd4" alt="" /></li><li>Displaying ID and Class details.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>View response headers.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Edit HTML.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Outline tables, elements, etc.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>And tons more!<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li></ul><p>Let&#8217;s also <a
href="https://addons.mozilla.org/en-US/firefox/addon/1843" title="Firebug"  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?9d7bd4" alt="" /></p><p>The use of <a
href="https://addons.mozilla.org/en-US/firefox/addon/539" title="MeasureIt"  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?9d7bd4" 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
href="https://addons.mozilla.org/en-US/firefox/addon/134" title="Copy Plain Text"  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?9d7bd4" alt="" /></p><p>I do like using <a
href="http://shutter-project.org/" title="Shutter"  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?9d7bd4" alt="" /></p><p>Include the repository and key:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" 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
href="http://shutter-project.org/downloads/" title="Shutter Downloads"  target="_blank">Shutter Downloads</a>.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>In terms of development tools, many of them have already been listed in our <a
href="http://ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/" title="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?9d7bd4" 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?9d7bd4" alt="" /></p><p>One tool I use to enable continued use of Photoshop, etc. is <a
href="http://www.virtualbox.org/" title="VirtualBox"  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?9d7bd4" alt="" /></p><p>To install VirtualBox, please follow the guide posted here: <a
href="http://howtoforge.com/installing-virtualbox-2.0.0-on-ubuntu-8.04-desktop" title="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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" alt="" /></li></ul><p>The above applications are all available via aptitude or <a
href="http://www.getdeb.net/browse.php" title="GetDeb"  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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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?9d7bd4" 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
href="http://ubuntulinuxhelp.com/how-to-install-ttf-and-ctf-fonts-in-ubuntu/" title="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?9d7bd4" 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?9d7bd4" alt="" /></p><p><a
href="https://help.ubuntu.com/community/Medibuntu" title="Mediabuntu"  target="_blank">Medibuntu.</a></p><p><a
href="https://help.ubuntu.com/community/RestrictedFormats/ConvertingToOpen" title="Converting MP3s to Ogg-Vorbis"  target="_blank">Converting MP3s to Ogg-Vorbis.</a><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="http://ubuntulinuxhelp.com/enable-51-surround-sound-on-linux-ubuntu-804-hardy/" title="Enable 5.1 Surround Sound on Linux - Ubuntu 8.04 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?9d7bd4" alt="" /></p><p><a
href="https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD" title="Playing Blu-Ray and HD DVD Video"  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?9d7bd4" 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
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>11</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://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/</link> <comments>http://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 PuTTY, so that we can execute commands, install software, etc. The command is simple: sudo [...]]]></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. :)</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-installation-of-openssh/feed/</wfw:commentRss> <slash:comments>1</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://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-lamp-installation-with-cgi-bin/</link> <comments>http://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 available, you can get it using the following venues: 1. Download the iso image from: [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-server-64-cd.jpg?9d7bd4" 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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /><span
id="more-1294"></span></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-001.jpg?9d7bd4" alt="Select Language - Ubuntu Server 8.04 install" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-002.jpg?9d7bd4" alt="Installation menu" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></p><p><code>netcfg/disable_dhcp=true</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/06/ubuntu-install-003.jpg?9d7bd4" alt="Ubuntu server install software selection" /><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /><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?9d7bd4" /></p><p>Login after rebooting.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></p><p><code>sudo nano /etc/network/interfaces</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>For those who left DHCP enabled, look for this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></p><p>and change it to this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></p><p>So the file would look something like this:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></p><p><code>sudo /etc/init.d/networking restart</code><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>The basic LAMP installation should be complete. :)</p> ]]></content:encoded> <wfw:commentRss>http://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>5</slash:comments> </item> <item><title>Installing an Ubuntu Linux Hardy 8.04 LAMP and FFMpeg Server With a GUI &#8211; Introduction.</title><link>http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/</link> <comments>http://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 a full series where I&#8217;ll be posting how I installed an Ubuntu Linux LAMP (Apache, [...]]]></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?9d7bd4" /></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?9d7bd4" /> 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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></p><p>4. Configuration of the First Website.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>5. Installation of PHPMyAdmin.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>6. Configuration of cgi-bin and SSI.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /></p><p>9. Installation of PureFTP.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>10. Installation of Webmin and Usermin.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>11. Installation of FFMpeg and Related Packages (and ionCube).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></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?9d7bd4" /> 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! ;)</p><p>Why did I do this?<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> 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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></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?9d7bd4" /></p><p>Enjoy!<br
/> :)</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/installing-an-ubuntu-linux-hardy-804-lamp-and-ffmpeg-server-with-a-gui-introduction/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Served from: ubuntulinuxhelp.com @ 2012-02-10 16:47:18 by W3 Total Cache -->
