<?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>FlipsideReality &#187; virtualisation</title>
	<atom:link href="http://flipsidereality.com/blog/tag/virtualisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://flipsidereality.com/blog</link>
	<description>Once upon a time, in a land far far away...</description>
	<lastBuildDate>Tue, 29 Jun 2010 17:40:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Time for Xen?</title>
		<link>http://flipsidereality.com/blog/uncategorized/time-for-zen/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/time-for-zen/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 19:35:14 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tmem]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/uncategorized/time-for-zen/</guid>
		<description><![CDATA[So Xen 4.0 is just out. I've been looking.... It seems that amongst a slew of new features there is a gem. They have finally come up with a memory overcommitment solution, called transcendent memory (tmem) (pdf explaination). Vmware uses ballooning to over allocate memory, where a guest in need of memory has to ask [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/time-for-zen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set up a virtualbox client from the console.</title>
		<link>http://flipsidereality.com/blog/linux/how-to-set-up-a-virtualbox-client-from-the-console/</link>
		<comments>http://flipsidereality.com/blog/linux/how-to-set-up-a-virtualbox-client-from-the-console/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 20:59:18 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=410</guid>
		<description><![CDATA[VBoxManage createvm -name “Your VM” -register VBoxManage modifyvm “Your VM” -memory “128MB” -acpi on -boot1 dvd -nic1 intnet VBoxManage createvdi -filename “VM.vdi” -size 4000 -register VBoxManage modifyvm “Your VM” -hda “VM.vdi” VBoxManage registerimage dvd /full/path/to/iso.iso VBoxManage modifyvm “Your VM” -dvd /full/path/to/iso.iso VBoxManage modifyvm “Your VM” -vrdpport 3390 VBoxVRDP -startvm “Your VM”]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/linux/how-to-set-up-a-virtualbox-client-from-the-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox linux kernel upgrade solution</title>
		<link>http://flipsidereality.com/blog/uncategorized/virtualbox-linux-kernel-upgrade-solution/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/virtualbox-linux-kernel-upgrade-solution/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 11:15:18 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=407</guid>
		<description><![CDATA[Problem: VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED). Solution: sudo apt-get install linux-headers-$(uname -r) sudo /etc/init.d/vboxdrv setup]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/virtualbox-linux-kernel-upgrade-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualized windows apps running via 2X &amp; vmware server on linux</title>
		<link>http://flipsidereality.com/blog/linux/virtualized-windows-apps-running-via-2x-vmware-server-on-linux/</link>
		<comments>http://flipsidereality.com/blog/linux/virtualized-windows-apps-running-via-2x-vmware-server-on-linux/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 13:11:00 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=303</guid>
		<description><![CDATA[Running Windows as a VM on Linux with VMware Server This looks interesting, this guide reckons that you can run windows apps so they look native (like the next version of parallelis for macs) by using the (free) X2 client to serve them from a firtual server running in the background. I'm going togive it [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/linux/virtualized-windows-apps-running-via-2x-vmware-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM: Kernel-based Virtual Machine for Linux</title>
		<link>http://flipsidereality.com/blog/uncategorized/kvm-kernel-based-virtual-machine-for-linux/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/kvm-kernel-based-virtual-machine-for-linux/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 00:44:46 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=226</guid>
		<description><![CDATA[KVM: Kernel-based Virtual Machine for Linux Basically it runs a modified version of qemu that accesses the local resources via a kernal driver presented by /dev/kvm. All virtual machines run as processes in the host OS, and they run at near native speed. This is still under development, but with sequoia capital listed as an [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/kvm-kernel-based-virtual-machine-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Linux</title>
		<link>http://flipsidereality.com/blog/uncategorized/virtual-linux/</link>
		<comments>http://flipsidereality.com/blog/uncategorized/virtual-linux/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 00:22:03 +0000</pubDate>
		<dc:creator>wole</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=225</guid>
		<description><![CDATA[Virtual Linux Virtualization means many things to many people. A big focus of virtualization currently is server virtualization, or the hosting of multiple independent operating systems on a single host computer. This article explores the ideas behind virtualization and then discusses some of the many ways to implement virtualization. We also look at some of [...]]]></description>
		<wfw:commentRss>http://flipsidereality.com/blog/uncategorized/virtual-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
