<?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>Dmitry Leskov &#187; Virtualization</title>
	<atom:link href="http://blog.dmitryleskov.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmitryleskov.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Oct 2018 17:01:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Running Online Python Tutor in a Local Linux VM</title>
		<link>http://blog.dmitryleskov.com/virtualization/running-online-python-tutor-in-a-local-linux-vm/</link>
		<comments>http://blog.dmitryleskov.com/virtualization/running-online-python-tutor-in-a-local-linux-vm/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 12:17:07 +0000</pubDate>
		<dc:creator>Dmitry Leskov</dc:creator>
				<category><![CDATA[Notes for myself]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=955</guid>
		<description><![CDATA[Online Python Tutor (OPT) enables first-year CS students to watch the nicely visualized execution of their Python programs step-by-step.]]></description>
		<wfw:commentRss>http://blog.dmitryleskov.com/virtualization/running-online-python-tutor-in-a-local-linux-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Script to Fix VirtualBox &#8216;Unidentified Network&#8217; Issue in Windows 7 and Vista</title>
		<link>http://blog.dmitryleskov.com/virtualization/powershell-script-to-fix-virtualbox-unidentified-network-issue-in-windows-7-and-vista/</link>
		<comments>http://blog.dmitryleskov.com/virtualization/powershell-script-to-fix-virtualbox-unidentified-network-issue-in-windows-7-and-vista/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 15:21:21 +0000</pubDate>
		<dc:creator>Dmitry Leskov</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=642</guid>
		<description><![CDATA[Enabling VirtualBox host-only networking causes public Windows Firewall profile activation. A registry tweak followed by virtual network adapter disable/enable cycle is known to cure the problem, but only until the next VirtualBox upgrade, so some automation is desirable. I have taken a third-party PowerShell script fixing the same issue for VMware installs on Windows hosts and adapted it to VirtualBox.]]></description>
		<wfw:commentRss>http://blog.dmitryleskov.com/virtualization/powershell-script-to-fix-virtualbox-unidentified-network-issue-in-windows-7-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting VBoxVmService &#8211; Windows Service For Running VirtualBox VMs</title>
		<link>http://blog.dmitryleskov.com/virtualization/troubleshooting-vboxvmservice-windows-service-for-running-virtualbox-vms/</link>
		<comments>http://blog.dmitryleskov.com/virtualization/troubleshooting-vboxvmservice-windows-service-for-running-virtualbox-vms/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 13:55:13 +0000</pubDate>
		<dc:creator>Dmitry Leskov</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=542</guid>
		<description><![CDATA[It looked as if it could not propagate an environment variable pointing to the location of the file with my VMs settings to the VirtualBox command-line interface, so the latter kept looking for it in the system profile directory. Worked around by copying the file there; now have a small Ubuntu server running quietly in the background.]]></description>
		<wfw:commentRss>http://blog.dmitryleskov.com/virtualization/troubleshooting-vboxvmservice-windows-service-for-running-virtualbox-vms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Massively Cloning A VirtualBox VM &#8211; The Smart Way</title>
		<link>http://blog.dmitryleskov.com/virtualization/massively-cloning-virtualbox-vm-smart-way/</link>
		<comments>http://blog.dmitryleskov.com/virtualization/massively-cloning-virtualbox-vm-smart-way/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 07:25:36 +0000</pubDate>
		<dc:creator>Dmitry Leskov</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=212</guid>
		<description><![CDATA[Presented in this post is a process optimized for the creation of multiple, nearly identical VirtualBox VM clones that may then run side-by-side on a single host.]]></description>
		<wfw:commentRss>http://blog.dmitryleskov.com/virtualization/massively-cloning-virtualbox-vm-smart-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Baseline Ubuntu Server Installation on VirtualBox</title>
		<link>http://blog.dmitryleskov.com/virtualization/baseline-ubuntu-server-installation-on-virtualbox/</link>
		<comments>http://blog.dmitryleskov.com/virtualization/baseline-ubuntu-server-installation-on-virtualbox/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 06:09:06 +0000</pubDate>
		<dc:creator>Dmitry Leskov</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://blog.dmitryleskov.com/?p=197</guid>
		<description><![CDATA[However lean and streamlined have operating system installation procedures become in recent years, it is always desirable to reduce the amounts of time and user interaction required, especially when you need to conduct a series of (nearly) identical installations. Virtual machine cloning comes to the rescue. This post show how to install a baseline Ubuntu Server on a VirtualBox VM for subsequent cloning.]]></description>
		<wfw:commentRss>http://blog.dmitryleskov.com/virtualization/baseline-ubuntu-server-installation-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
