<?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>The Porter Method &#187; vm</title>
	<atom:link href="http://www.theportermethod.com/blog/tag/vm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theportermethod.com/blog</link>
	<description>A look into the thoughts and opinions from the mind of Doug Porter.</description>
	<lastBuildDate>Tue, 15 Nov 2011 05:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>TurnKey Linux Software Appliances</title>
		<link>http://www.theportermethod.com/blog/2009/09/21/turnkey-linux-software-appliances/</link>
		<comments>http://www.theportermethod.com/blog/2009/09/21/turnkey-linux-software-appliances/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:58:40 +0000</pubDate>
		<dc:creator>Doug Porter</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.theportermethod.com/blog/?p=261</guid>
		<description><![CDATA[When testing out new software packages or development environments, part of the hassle tends to be downloading the package, finding a spare machine, installing it on that machine, and then getting it configured and ready to go. A great site &#8230; <a href="http://www.theportermethod.com/blog/2009/09/21/turnkey-linux-software-appliances/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When testing out new software packages or development environments, part of the hassle tends to be downloading the package, finding a spare machine, installing it on that machine, and then getting it configured and ready to go.  A great site called <a href="http://www.turnkeylinux.org/">TurnKey Linux</a> has come up with a solution that perfectly solves these problems.</p>
<p>They provide <a href="http://www.ubuntu.com/"Ubuntu</a> based software appliances that are pre-configured and installed with various software packages.  The appliances are created with a small footprint and are packages as Live CD&#8217;s (bootable ISO&#8217;s) that can be run via CD-Rom or loaded into any of the virtual machine environments.</p>
<p>They have appliances for many of the most popular open-source software packages including:</p>
<p></a><a href="http://www.turnkeylinux.org/appliances/appengine">Google App Engine</a><br />
<a href="http://www.turnkeylinux.org/appliances/tomcat">Tomcat</a><br />
<a href="http://www.turnkeylinux.org/appliances/phpbb">phpBB</a><br />
<a href="http://www.turnkeylinux.org/appliances/wordpress">WordPress</a><br />
<a href="http://www.turnkeylinux.org/appliances/lamp">LAMP</a><br />
<a href="http://www.turnkeylinux.org/appliances/rails">Ruby on Rails</a><br />
<a href="http://www.turnkeylinux.org/appliances/mediawiki">MediaWiki</a><br />
<a href="http://www.turnkeylinux.org/appliances/django">Django</a><br />
and <a href="http://www.turnkeylinux.org/appliances">many more</a></p>
<p>At work we wanted to set up a Wiki to track our development documentation.  Using the MediaWiki appliance we had a complete running VM of MediaWiki within 6 minutes of downloading it.  If you are interested in experimenting with any of these software packages, you must check TurnKey Linux out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theportermethod.com/blog/2009/09/21/turnkey-linux-software-appliances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EasyVMX Empowers the VMWare Player</title>
		<link>http://www.theportermethod.com/blog/2009/09/14/easyvmx-empowers-the-vmware-player/</link>
		<comments>http://www.theportermethod.com/blog/2009/09/14/easyvmx-empowers-the-vmware-player/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:57:35 +0000</pubDate>
		<dc:creator>Doug Porter</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.theportermethod.com/blog/?p=258</guid>
		<description><![CDATA[At work we use the VMWare product suite extensively. We have the luxury of having licenses to almost all of their products. At home though I do not have personal licenses to many of these products but still want to &#8230; <a href="http://www.theportermethod.com/blog/2009/09/14/easyvmx-empowers-the-vmware-player/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At work we use the <a href="http://www.vmware.com/products/">VMWare product suite</a> extensively.  We have the luxury of having licenses to almost all of their products.  At home though I do not have personal licenses to many of these products but still want to be able to take advantage of the power of virtualization for experimentation in a development environment.  </p>
<p>VMWare offers for free their <a href="http://www.vmware.com/products/player/">VMWare player</a> product which allows you to run existing VM&#8217;s.  This product, though, does not allow you to create new VM&#8217;s, just run existing ones.  Enter a great site called <a href="http://www.easyvmx.com/">EasyVMX.com</a>.  This site allows you to create a blank shell VM into which you can load OS&#8217;s or software.</p>
<p>In its most basic form, a VM is just a .VMX text file that contains a description of the system specs of the VM.  Using EasyVMX you can define the system specs you want to use (typically linking the CD-Rom drive to an ISO file to use for installation), download the .VMX file and start it up using the VMWare Player.  </p>
<p>A great site when working with VM&#8217;s that I will write about more next week is <a href="http://www.turnkeylinux.org/">www.turnkeylinux.org/</a>.  They have preinstalled ISO&#8217;s of many application platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theportermethod.com/blog/2009/09/14/easyvmx-empowers-the-vmware-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

