<?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>Technology and More &#187; Linux</title>
	<atom:link href="http://mike.mylenbusch.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.mylenbusch.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 17 Jul 2010 14:38:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LAMP Virtual Appliance</title>
		<link>http://mike.mylenbusch.org/2008/08/lamp-virtual-appliance/</link>
		<comments>http://mike.mylenbusch.org/2008/08/lamp-virtual-appliance/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 14:53:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://mike.mylenbusch.org/?p=56</guid>
		<description><![CDATA[Recently, I needed an Apache server to test a web application that I&#8217;m working on. In times past, that would have been a painful process. First I would have had to pick and install a linux distribution. Then install Apache and MySQL.

Now, however, with the increased popularity of VMware, there are many freely available virtual [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I needed an Apache server to test a web application that I&#8217;m working on. In times past, that would have been a painful process. First I would have had to pick and install a linux distribution. Then install Apache and MySQL.
<p />
<p>Now, however, with the increased popularity of VMware, there are many freely available virtual appliances that can easily be downloaded from the Web. After a little searching I found a <a href="http://virtualappliances.net/products/lamp.php">LAMP virtual appliance</a> at <a href="http://virtualappliances.net">virtualappliances.net</a>. LAMP stands for Linux, Apache, MySQL and PHP, all of which are pre-installed and ready-to-go. The Linux distribution is Ubuntu Server (which happens to be my preferred distro these days).
<p />
<p>Once you have the virtual appliance downloaded and decompressed, you will need to install the VMware Tools in order to get decent performance. This was the tricky part with this virtual appliance. Ubuntu Server isn&#8217;t one of the officially supported distributions for VMware. That&#8217;s fine, though, because the VMware Tools installer will compile the drivers automatically for the installed Linux kernel <b>if</b> you do a little prep work first.
<p />
<p>First, you&#8217;ll need to install <code>gcc</code> and the other default build tools (like <code>make</code>). The Ubuntu (and Debian) package manager, apt, makes this really easy:
<p />
<p><code>apt-get install build-essential</code>
<p />
<p>You&#8217;ll need to run this as root (which is the default login for this virtual appliance). This command goes out to the Ubuntu servers and downloads the default build tools that VMware will need to compile the drivers.
<p />
<p><code>apt-get install linux-headers-$(uname -r)</code>
<p />
<p>This downloads the appropriate linux kernel headers that VMware will need for a successful compile. After those two simple steps are complete, you can follow the standard VMware Tools install process. After selecting <i>Install VMware Tools</i> from the <i>Virtual Machine</i> menu, the process looked like this:</p>
<div style="text-align:center;"><img src="http://mike.mylenbusch.org/wp-content/uploads/2008/08/ubuntu-term-1.png" alt="ubuntu-term-1.png" border="0" width="500" height="124" /></div>
<p>Don&#8217;t get hung up on the VMware Tools version, it will probably be different on your system. On most systems you don&#8217;t have to create the <code>/media/cdrom</code> directory, but this virtual appliance didn&#8217;t include it. That&#8217;s it, you now have a working LAMP (no pun intended).
<p />
]]></content:encoded>
			<wfw:commentRss>http://mike.mylenbusch.org/2008/08/lamp-virtual-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
