<?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; cgi</title> <atom:link href="http://ubuntulinuxhelp.com/tag/cgi/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>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:42:06 by W3 Total Cache -->
