<?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>Make Tech Easier&#187; vmware</title>
	<atom:link href="http://maketecheasier.com/tag/vmware/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>4 Free Virtualization Software Solutions For Windows</title>
		<link>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08</link>
		<comments>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08#comments</comments>
		<pubDate>Sun, 08 Apr 2012 14:58:15 +0000</pubDate>
		<dc:creator>Sanix</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=47433</guid>
		<description><![CDATA[Virtualization is a hot topic nowadays. You will see most of the IT people (network and systems administrators) talking about Virtualization quite often. Before digging deep on what is virtualization, let&#8217;s talk a little about why we need or use virtualization as it will help us better understand the concept.... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;title=4+Free+Virtualization+Software+Solutions+For+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08">4 Free Virtualization Software Solutions For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/04/virtual-machine-within.jpg" alt="virtual-machine-within" title="virtual-machine-within" class="alignleft size-full wp-image-48216" />Virtualization is a hot topic nowadays. You will see most of the IT people (network and systems administrators) talking about Virtualization quite often. Before digging deep on what is virtualization, let&#8217;s talk a little about why we need or use virtualization as it will help us better understand the concept.<br />
<span id="more-47433"></span></p>
<h2>Uses of Virtualization</h2>
<p>Virtualization technology is used to make the hardware resources expandable without having to shift the software and data from one place to another.</p>
<p>Virtualization is also used to lower the costs of computer hardware as multiple virtual servers can be hosted on a single server hardware.</p>
<p>Virtualization can be used to setup separate environments for each software application so that one application cannot interfere with the other. This is especially useful when testing a software product on different environments. Rather than dedicating a separate hardware machine, one can easily setup virtual servers on one hardware machine.</p>
<p>Virtualization can be used as a standardization tool. This means that we can setup one Operating System environment as a standard and then replicate the same virtual machine as many times as we want.</p>
<h2>What is Virtualization?</h2>
<p>According to <a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia</a>:</p>
<blockquote><p>Virtualization (Computing) is the creation of a virtual (rather than actual) version of something, such as a hardware platform, operating system, storage device, or network resources.</p></blockquote>
<p>Let&#8217;s take a simpler example of Virtualization. If you are a frequent computer user, you should already be knowledgeable about the partitions of your hard drive. You can create more than one partition in your computer. In Windows, the partitions are named as C:\, D:\, E:\ etc. We call all the partitions as separate drives. We also know that our computer consists of only a single physical hard drive. These drives are logical partitions of the single physical hard drive. This can be termed as Virtualization as we are creating a multiple virtual versions of a single hardware.</p>
<h2>Types of Virtualization</h2>
<p>Virtualization is a term which can be used with wide variety of topics but the most popular subject in which Virtualization is used is Operating System Virtualization. Operating System Virtualization means that multiple Operating Systems are being run simultaneously on the same hardware. Other types of Virtualizations include Software Virtualization, Network Virtualization, Storage Virtualization and Server Virtualization.</p>
<p>We&#8217;ll discuss other types of Virtualization solutions some time later but in this post we will give the most popular Operating System Virtualization solutions available for Windows.</p>
<h2>Operating System Virtualization terminology</h2>
<p>Before we go to discuss the actual solution, let&#8217;s first get familiar with the terminology used in Operating system Virtualization.</p>
<ul>
<li><strong>Host</strong>: The Operating System on which the Virtualization software solution runs is called the host.</li>
<li><strong>Guest</strong>: The Operating System which is run inside the Virtualization software is called the guest.</li>
</ul>
<h2>1. Microsoft Virtual PC</h2>
<p>Microsoft Virtual PC, as the name implies, is a free Virtualization product from Microsoft. The latest version of Virtual PC is Virtual PC 2007. It can run almost any Operating System as a guest, but only a few hosts are supported, listed below:</p>
<ul>
<li>Windows Vista Business, Enterprise and Ultimate</li>
<li>Windows Server 2003 Standard Edition (32-bit and 64-bit supported)</li>
<li>Windows XP Professional (32-bit and 64-bit supported)</li>
<li>Windows XP Tablet PC Edition</li>
</ul>
<p><img class="aligncenter size-full wp-image-48136" title="Microsoft Virtual PC 2007 error" src="http://imagecdn.maketecheasier.com/2012/04/Microsoft-Virtual-PC-2007-error.png" alt="Microsoft Virtual PC 2007 error" /></p>
<p>Although Virtual PC does everything which a standard Virtualization software can do, it has certain limitations. It does not have USB device support and it cannot save multiple snapshots of the Virtual machine. Other than these limitations, Virtual PC is quite fast especially if you want to install any version of Windows as a guest Operating System.</p>
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=4580" target="_blank">Download Virtual PC 2007</a></p>
<p>Please note that Windows XP mode in Windows 7 is just an extension of Virtual PC. It will create a preset Windows XP environment in Windows 7 so that Windows 7 users may be able to run the programs which are only supported to run on Windows XP.</p>
<h2>2. VirtualBox</h2>
<p><img class="aligncenter size-full wp-image-48129" title="VirtualBox running on Windows 7" src="http://imagecdn.maketecheasier.com/2012/04/VirtualBox-running-on-Windows-7.jpg" alt="VirtualBox running on Windows 7" /></p>
<p>VirtualBox is a Virtualization product from Oracle. The advantage of VirtualBox over Virtual PC is that VirtualBox can run on most platforms including Windows, Linux and Mac. VirtualBox is free and Open-Source. It supports resizing the guest Operating System screen according to the VirtualBox window. You need to have &#8220;scale mode&#8221; enabled for this purpose. If you click on the guest OS screen, your mouse and keyboard will be locked inside the guest OS so that you can use the keyboard and mouse in the guest OS without interrupting the host. To release the mouse and keyboard to be used in the host, just press Ctrl + left arrow key. This hotkey can be customized in VirtualBox options.</p>
<p>VirtualBox also comes with an extension pack which can be installed along with VirtualBox in order to get additional functionality like USB device support, remote desktop connection and PXE (network) booting capability for Intel NIC (LAN) cards.</p>
<p>Although VirtualBox runs in Mac OS but it has many problems and creates stability issues. So it should only be used in a home environment when Mac OS has to be used as a host Operating System. VirtualBox runs fine on Windows and Linux as hosts.</p>
<p><a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download VirtualBox</a> (All Operating Systems)</p>
<h2>3. VMLite Workstation</h2>
<p><img class="aligncenter size-full wp-image-48137" title="VMLite Workstation" src="http://imagecdn.maketecheasier.com/2012/04/VMLite-Workstation.png" alt="VMLite-Workstation" /></p>
<p>VMLite Workstation is a Virtualization product based on VirtualBox (Open Source). It works very similar to Microsoft Virtual PC but gets rid of the limitations of Virtual PC. An interesting feature of VMLite Workstation is that it supports running of a 64-bit guest Operating System on a 32-bit host Operating System. So if you are running 32-bit Windows 7, you will be able to run 64-bit Windows XP with the help of VMLite Workstation.</p>
<p>As opposed to Virtual PC, VMLite supports saving of multiple live snapshots of the virtual machine. This is like versioning. If you don&#8217;t like the current version of the environment, you can always revert to a previous state using a previous snapshot saved by VMLite Workstation.</p>
<p>VMLite supports most of the Virtualization formats used in the industry like VMDK (VMWare), VHD (Microsoft), VDI (Sun) and HDD (Parallel).</p>
<p>VMLite comes with its own version of Windows XP Mode for Windows 7. It gives the same functionality as the original Windows XP mode and does not require any hardware Virtualization.</p>
<p><a href="http://www.vmlite.com/index.php?option=com_rokdownloads&amp;view=folder&amp;Itemid=153" target="_blank">Download VMLite Workstation</a> (Registration required to download the setup file)</p>
<h2>4. VMWare Server</h2>
<p><img class="aligncenter  wp-image-48138" title="VMWare Server" src="http://imagecdn.maketecheasier.com/2012/04/VMWare-Server.png" alt="VMWare-Server" /></p>
<p>VMWare Server is a free Virtualization software from VMWare. Although its support has ended but it can still be downloaded and used for free. VMWare Server supports almost all the Operating Systems as guests or hosts but 64-bit guest OS cannot be installed on a 32-bit host. VMWare Server has support for USB devices and also supports bridged, NAT and host only network interfaces.</p>
<p>VMWare Server comes with administrative tools package which can be installed from the File menu. The administrative tools make it easier to communicate between the host and the guest Operating System without locking the mouse and enabling of cut, copy, paste and drag and drop operations across host and guest OS.</p>
<p><a href="http://www.filehippo.com/download_vmware_server/" target="_blank">Download VMWare Server</a></p>
<h2>Other Virtualization Solutions</h2>
<p>While researching for this article, I have come across some very useful software which may not be free but are worth a look. While free solutions can be used for home and SOHO businesses, commercial products can satisfy the needs of large enterprises. I&#8217;m listing down the software that I came across during my research:</p>
<p><a href="http://www.vmware.com/products/workstation/index.html" target="_blank">VMWare Workstation</a> is very similar to VMWare Server but it is still supported by VMWare.</p>
<p><a href="http://www.vmware.com/products/fusion/overview.html" target="_blank">VMWare Fusion</a> and <a href="http://www.parallels.com/products/desktop/" target="_blank">Parallels Desktop</a> are the perfect but paid alternatives to VirtualBox if you are using Mac OS as host Operating System. If you are looking for a free solution for Mac OS, try <a href="http://www.apple.com/support/bootcamp/" target="_blank">Boot Camp</a>.</p>
<p><a href="http://wiki.qemu.org/Index.html" target="_blank">QEMU</a> is another popular Virtualization solution but I couldn&#8217;t find QEMU for Windows. The downloads are only available for Linux.</p>
<p>Paragon Go Virtual was another good Virtualization software but it seems to have been discontinued. It can be downloaded from <a href="http://majorgeeks.com/Paragon_Go_Virtual_d6516.html" target="_blank">Majorgeeks</a>.</p>
<p>I hope this article will serve as a good guide for Virtualization software. If I have missed anything or you have suggestions about this topic, please communicate via comments below.</p>
<p><strong>Note:</strong> You may also be interested in our already covered topics on MTE about Virtualization:</p>
<p><a href="http://maketecheasier.com/how-to-run-multiple-linux-distros-without-virtualization/2009/08/11">How to run multiple linux distros without Virtualizations</a></p>
<p><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">A comparison between Virtualbox and VMWare Server</a></p>
<p>Image credit: <a href="http://www.bigstockphoto.com/image-1217283/stock-photo-laptop-in-laptop-in-laptop" target="_blank">Laptop In Laptop In Laptop</a> by BigStockPhoto<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' title='How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li>
<li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' title='How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li>
<li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' title='5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li>
<li><a href='http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02' title='Review of Windows 8 Consumer Preview'>Review of Windows 8 Consumer Preview</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08&amp;title=4+Free+Virtualization+Software+Solutions+For+Windows&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08">4 Free Virtualization Software Solutions For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Review of Windows 8 Consumer Preview</title>
		<link>http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02</link>
		<comments>http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02#comments</comments>
		<pubDate>Sat, 03 Mar 2012 00:58:17 +0000</pubDate>
		<dc:creator>Miguel Leiva-Gomez</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=46521</guid>
		<description><![CDATA[You&#8217;ve already gotten a nice sneak-peek at Windows 8&#8242;s features from us, but nothing gives you the scoop on Windows 8 better than a review of its consumer preview! I have good news for you: We got our hands on Windows 8&#8242;s Consumer Preview and we&#8217;ll walk you through everything... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02&amp;title=Review+of+Windows+8+Consumer+Preview&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02">Review of Windows 8 Consumer Preview</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-46549" title="windows8cp-icon" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-icon.png" alt="windows8cp-icon" />You&#8217;ve already gotten a nice <a href="http://maketecheasier.com/a-quick-peek-at-windows-8/2011/09/22">sneak-peek at Windows 8&#8242;s features</a> from us, but nothing gives you the scoop on Windows 8 better than a review of its consumer preview! I have good news for you: We got our hands on Windows 8&#8242;s Consumer Preview and we&#8217;ll walk you through everything from the installation to the graphic interface. So far, it&#8217;s been a tough time setting up the virtualization environment, but we finally modified everything as it should be in preparation for Windows 8&#8242;s installation.<br />
<span id="more-46521"></span><br />
<strong>Please Note: </strong>If you would like to test out Windows 8, use VMWare 8 or above. Older versions will give you an HAL initialization failure.</p>
<h2>Our Specs</h2>
<p>The computer being tested on has the following specs:</p>
<ul>
<li>Windows 7 Ultimate w/VMWare 8</li>
<li>1 TB HDD, 7200 RPM</li>
<li>Intel Core i5 650 &#8211; 2 cores w/HT technology &#8211; 3.20 GHz</li>
<li>8 GB DDR3 1600 MHz RAM</li>
<li>nVidia GeForce 550Ti display adapter</li>
<li>750W PSU</li>
<li>Other stuff that&#8217;s not important</li>
</ul>
<p>In VMWare, I allocated the following:</p>
<ul>
<li>4 GB RAM (System requirement: 2 GB)</li>
<li>The entire processor (System requirement: 1 GHz)</li>
<li>30 GB HDD Space (System requirements officially recommend 20, but I slapped an extra 10 there).</li>
</ul>
<h2>Installation</h2>
<p>After the power-on self test (POST) emulated by VMWare, the computer started a funky little initialization screen:</p>
<p><img class="aligncenter  wp-image-46522" title="windows8-installation-initiation" src="http://imagecdn.maketecheasier.com/2012/03/windows8-installation-initiation.png" alt="windows8-installation-initiation"/></p>
<p>I already had a question after seeing this: Why the fish? So, after the installation initiated (which took all of 1 minute), there&#8217;s a new screen welcoming you to Windows!</p>
<p><img class="aligncenter  wp-image-46523" title="windows8cp-installation-welcome" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-installation-welcome.png" alt="windows8cp-installation-welcome" /></p>
<p>After this, the installation is pretty much the same as it would be on Windows 7. I noticed one particular thing as the installation proceeds: This is much faster than my installation of Windows 7 on the same machine. It should be slower, considering it&#8217;s a new operating system, added to the fact that virtualizing something makes it run slower than it would in a native hardware environment. No, that&#8217;s not the case here. Windows 8 is flying very fast, almost like my CentOS installation.</p>
<p>Oops! What&#8217;s that?</p>
<p><img class="aligncenter  wp-image-46525" title="windows8cp-dpc-error" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-dpc-error.png" alt="windows8cp-dpc-error"  /></p>
<p>The BSOD looks very cute, but it doesn&#8217;t give me more comfort. I got a DPC Watchdog Violation error when trying to install the x64 version of Windows 8 in VMWare. It&#8217;s a consumer preview, meaning it&#8217;s not free of bugs. Let&#8217;s try 32-bit, shall we?</p>
<p>Mission accomplished! Now, onto the good stuff!</p>
<h2>Welcome to Windows 8</h2>
<p>After the installation, the computer takes a breather and restarts. When the operating system loads, I&#8217;m greeted by this screen:</p>
<p><img class="aligncenter  wp-image-46526" title="windows8-installation-welcome" src="http://imagecdn.maketecheasier.com/2012/03/windows8-installation-welcome.png" alt="windows8-installation-welcome" /></p>
<p>It looks kind of like a tablet-ish interface. It&#8217;s very simple, yet I love how the interface is animated smoothly. Windows 8 definitely looks like Windows 7 Phone with the Metro interface, which falls in line with the sneak peek published earlier (the link on the top of this article). The sneak peek also said that Windows 8 would perform better, and indeed it does. The installation was very fast. It took about 10 minutes, compared to the half an hour it took to install Windows 7 on the same machine.</p>
<p>The screen now turns into a &#8220;Settings&#8221; screen:</p>
<p><img class="aligncenter  wp-image-46527" title="windows8cp-settings" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-settings.png" alt="windows8cp-settings" /></p>
<p>The interface is basically like the &#8220;Welcome&#8221; interface seen in Windows XP, only with a different design.</p>
<h2>The Start Menu</h2>
<p>Here&#8217;s something different! The Start menu has been turned into a Start &#8220;screen:&#8221;</p>
<p><img class="aligncenter  wp-image-46528" title="windows8cp-start" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-start.png" alt="windows8cp-start" /></p>
<p>On the lower left corner, you&#8217;ll notice the &#8220;Desktop&#8221; icon. Once you click it, you&#8217;ll notice something missing:</p>
<p><img class="aligncenter  wp-image-46529" title="windows8cp-desktop" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-desktop.png" alt="windows8cp-desktop" /></p>
<p>There&#8217;s no Start button. Instead, you must move the mouse pointer down to the bottom left corner of your screen and click on it. I&#8217;d say this is a bad move for Microsoft, since new Windows users will have no idea how to use Windows 8. That&#8217;s already a turn-off for me and many other heavy users of the Start button. Alternatively, you can press the Start button on your keyboard (next to the &#8220;Alt&#8221; keys) to get to the Start screen. There&#8217;s one more turn-off for me, though: <strong>There&#8217;s no Control Panel shortcut in the menu.</strong></p>
<p>Alternatively, you can hover your mouse over the upper right-hand corner of the desktop for a menu showing you the control panel and a way to shut down the computer. It&#8217;s basically their version of the &#8220;Desktop Start menu&#8221;.</p>
<p>Remember how we said that Windows Explorer might include ribbons? Microsoft doesn&#8217;t seem to have included it in the consumer preview:</p>
<p><img class="aligncenter  wp-image-46530" title="windows8cp-explorer" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-explorer.png" alt="windows8cp-explorer" /></p>
<p>Here&#8217;s something interesting, though: If you hover your mouse over the upper right corner of the Start screen, you&#8217;ll end up with a menu for settings, search, and all that other fun stuff. When clicking on &#8220;More PC Settings&#8221; after clicking &#8220;Settings&#8221; in the bar, you&#8217;ll see a warped up version of settings that you would also otherwise find in the control panel. Still, it&#8217;s very elegant.</p>
<p><img class="aligncenter  wp-image-46531" title="windows8cp-pcsettings" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-pcsettings.png" alt="windows8cp-pcsettings" /></p>
<p>Now, onto the VMWare Tools installation to get networking capabilities. Unfortunately, after the install, the computer went haywire, mostly because the SVGA driver in VMWare 8 isn&#8217;t compatible with Windows 8&#8242;s GUI. If you try this stunt, install VMWare Tools without the driver.</p>
<p>We&#8217;re done. Now it&#8217;s time to check out Internet Explorer.</p>
<h2>Windows 8 Has Internet Explorer 10</h2>
<p>Just like in our sneak peek at Windows 8, the operating system includes Internet Explorer 10:</p>
<p><img class="aligncenter size-full wp-image-46536" title="windows8cp-internet-explorer" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-internet-explorer.jpg" alt="windows8cp-internet-explorer" /></p>
<p>The web browser runs a bit better than its previous versions, but I still wouldn&#8217;t use it. Let&#8217;s see how much RAM it uses by going into the task manager!</p>
<p><img class=" wp-image-46537 aligncenter" title="windows8cp-task-manager" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-task-manager.jpg" alt="windows8cp-task-manager" /></p>
<p>As you might have noticed, the task manager completely changed. I love it! Back to the subject, though, Internet Explorer is already using 60 MB of RAM for one single tab. That&#8217;s not great, not even good. I&#8217;ll just bypass that and install Google Chrome on it. Let&#8217;s see if it&#8217;s compatible. It works!</p>
<p><img class="aligncenter  wp-image-46538" title="windows8cp-google-chrome" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-google-chrome.jpg" alt="windows8cp-google-chrome" /></p>
<h2>Task Manager</h2>
<p>You&#8217;ve already seen the Task Manager work in an earlier screenshot. The new Windows 8 task manager is nothing short of gorgeous and elegant. It&#8217;s very useful and is also one of the most readable versions I&#8217;ve ever seen. The network usage of each application is listed in nice big numbers so that you can track what exactly is taking up so much of your downstream bandwidth, whether it&#8217;s an application you forgot you had open, or an application that maliciously sucks up your network usage for its own gain. You can quickly detect what&#8217;s wrong with your computer with its new features. Let&#8217;s have a look at the task manager a little more closely below:</p>
<p><img class="aligncenter  wp-image-46543" title="windows8cp-task-manager2" src="http://imagecdn.maketecheasier.com/2012/03/windows8cp-task-manager2.jpg" alt="windows8cp-task-manager2"/></p>
<p>Newer options have been added, as well as the capability to modify startup applications, as opposed to the older method involving going to msconfig. The new task manager, just like in Windows 7, can be started via &#8220;Ctrl+Alt+Delete&#8221; or &#8220;Ctrl+Shift+Esc&#8221;.</p>
<h2>Conclusion</h2>
<p>Windows 8 has some really strong points that might actually make it more popular than Windows 7, yet it still has some design flaws that really turned me off &#8211; especially the removal of the Start button. Many of the things were uncalled for and there was no need to deviate from Windows 7&#8242;s original design, which preserves Microsoft&#8217;s GUI design since Windows 3.1. Most likely, we&#8217;re going to see consumers complain about these things, and we might end up with a version of Windows 8 that&#8217;s more satisfying.</p>
<p>Two things that really impressed me were the rapid install time/response for the operating system &#8211; totaling 10 minutes &#8211; and the task manager&#8217;s elegant interface. Everything else was either a normal upgrade, a total blunder, or some new features that don&#8217;t really catch my attentions (such as the addition of &#8220;Apps,&#8221; particularly for <a title="The Truth About Windows 8 Tablets: Should You Really Get One?" href="http://maketecheasier.com/the-truth-about-windows-8-tablets/2012/01/13">ARM-based tablets</a>).</p>
<p>Be sure to leave a comment with your opinion about what you&#8217;ve seen so far. We might get more into detail in further articles.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/5-awesome-ways-to-tweak-windows-8/2012/05/04' title='5 Awesome Ways to Tweak Windows 8'>5 Awesome Ways to Tweak Windows 8</a></li>
<li><a href='http://maketecheasier.com/7-features-of-windows-8-that-will-make-you-consider-upgrading/2012/04/20' title='7 Features of Windows 8 That Will Make You Consider Upgrading'>7 Features of Windows 8 That Will Make You Consider Upgrading</a></li>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/windows-8-might-remove-the-start-button/2012/02/13' title='Windows 8 Might Remove The Start Button'>Windows 8 Might Remove The Start Button</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02&amp;title=Review+of+Windows+8+Consumer+Preview&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02">Review of Windows 8 Consumer Preview</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>VMware Fusion: Run Windows Seamlessly On Your Mac</title>
		<link>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16</link>
		<comments>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:58:19 +0000</pubDate>
		<dc:creator>Adam Williams</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=36665</guid>
		<description><![CDATA[Following Apple&#8217;s switch from PowerPC to Intel processors as the engines to power their computers, the horizons of Mac users were thus widened to enable booting into a fully native copy of Windows, with all respective drivers and settings taken care of via Boot Camp. All of a sudden the... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;title=VMware+Fusion%3A+Run+Windows+Seamlessly+On+Your+Mac&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16">VMware Fusion: Run Windows Seamlessly On Your Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-how-to-icon2.jpg" alt="VMWare-Fusion-how-to-icon2" title="VMWare-Fusion-how-to-icon" width="180" height="180" class="alignleft size-full wp-image-36712" />Following Apple&#8217;s switch from PowerPC to Intel processors as the engines to power their computers, the horizons of Mac users were thus widened to enable booting into a fully native copy of Windows, with all respective drivers and settings taken care of via Boot Camp. All of a sudden the potential market share for Apple’s computers skyrocketed and Macs became much more flexible for gaming and the workplace. </p>
<p>Mac users are not limited to Boot Camp to run Windows on their Macs however, with applications such as VMware Fusion allowing the user to run Windows <em>within</em> OS X; as long as your Mac is powered by an Intel processor and has enough RAM to do so (4GB recommended, though less is possible), you can now seamlessly move between each OS&#8217;s flagship programs and enjoy the increase in productivity which this brings. </p>
<p>Read on to see how this process works&#8230;<br />
<span id="more-36665"></span></p>
<h2>Why Run Windows Within OS X?</h2>
<p>There are various reasons you may wish to run a copy of Windows within your Mac &#8211; sometimes there’s that last piece of legacy software which you can’t let go of, a printer or other hardware peripheral not supported in OS X, or a job which requires you to run Windows software. Whatever the reason, we’ve got you covered, albeit with one caveat; though great strides have been made with running Windows-based games within a virtual environment, unless you have a powerhouse of a Mac, your machine may struggle with any but the more lightweight or previous generation Windows games. </p>
<h2>Getting Started</h2>
<p>There are a number of ways to go about running Windows within OS X but the leading three programs are: </p>
<ul>
<li>VMware Fusion</li>
<li>Parallels </li>
<li>Virtualbox</li>
</ul>
<p>Each have their own strengths, weaknesses and method of use. My own experience with the trio on various platforms has led me to believe that Parallels is the strongest for gaming, Virtualbox is best for non-gaming use and is less intuitive to get running (though the fact it is free negates this point somewhat), while VMware Fusion is the finest all-rounder and easy to use too &#8211; so I shall be using VMware Fusion in this guide. </p>
<p>To get started, first head over to the <a href="http://www.vmware.com/products/fusion/overview.html">VMware Fusion website</a> and download a free 30-day trial, then go through the installation process and move on to the next step below. </p>
<h2>Installing Windows</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Install-1.jpg" alt="VMWare-Fusion-Win7-Install-1" title="VMWare-Fusion-Win7-Install-1" width="534" height="401" class="aligncenter size-full wp-image-36677" /></p>
<p>Launch VMware Fusion and, assuming you do not already have a BootCamp partition in place on your Mac (if you do, select it from the menu), choose the second option titled &#8220;<em>Install Windows or another operating system in a new virtual machine</em>&#8220;. Now either insert your Windows disc or navigate to the place on your hard drive where your pre-ripped disc image is located. </p>
<p>This done, be sure to select an &#8220;Easy Install&#8221; and then a decision must be made whether to create an installation which is &#8220;More Seamless&#8221; or &#8220;More Isolated&#8221;, depending on your needs and browsing habits. As you can see in the screenshot above, I chose the former, since I will keep a close eye on what my Windows install is doing and feel comfortable I can avoid any issues. If in doubt, choose &#8220;More Isolated&#8221;.  </p>
<p>Further settings can be customised at will to suit your particular system. For instance, I upped Windows&#8217; RAM allowance to 2GB since I have plenty to spare on my MacBook Pro, though the default preferences be safely left alone if you&#8217;re unsure which values to enter. Once this initial setting up of your virtual machine is done, press on the green play button to begin installing Windows, which will install as it normally would in a typical environment.  </p>
<p><em>Note: Though I am using Windows 7 for this walkthrough, most iterations of Windows should work without issue within VMware Fusion</em></p>
<h2>Running Windows Fullscreen</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-fullscreen1.jpg" alt="VMWare-Fusion-Win7-fullscreen1" title="VMWare-Fusion-Win7-fullscreen1" width="600" height="375" class="aligncenter size-full wp-image-36680" /></p>
<p>You may prefer to run Windows fullscreen, just as it would be if you were running a normal Windows computer, to do so is as simple as launching VMware and clicking on your virtual machine, then waiting while Windows &#8216;unfreezes&#8217; &#8211; this is an important aspect of running Windows within a virtual machine to note: You need not shutdown and power off your virtual computer each time you access Windows, instead VMware will &#8216;suspend&#8217; your Windows session in its current state and allow an &#8216;unfreezing&#8217; of this later. </p>
<p>As shown in the screenshot above, Windows 7 runs perfectly well and Internet Explorer, Outlook and all the other Windows applications run as normal. Since I’m running OS X Lion and make use of the new Spaces layout, a four-finger swipe to the left is all that’s required to move me back into Lion&#8217;s environment. This is a handy method of using both operating systems at once, but if you only want one or two Windows applications running within OS X, it seems somewhat cumbersome, so read on to take a look at VMware Fusion&#8217;s Unity and Application Menu options. </p>
<p><em>Making sure you quit any applications you do not need running in OS X will help VMware Fusion run quicker</em></p>
<h2>Unity View</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Unity1.jpg" alt="VMWare-Fusion-Win7-Unity1" title="VMWare-Fusion-Win7-Unity1" width="600" height="375" class="aligncenter size-full wp-image-36705" /></p>
<p>VMware Fusion also has the ability to integrate Microsoft Windows software within Mac OS X in a more seamless manner, even placing applications into OS X&#8217;s dock and making those applications behave as one would expect a Mac OS X application to behave, responding to Option-click &#8216;Quit&#8217; commands. Running Windows in this way is called Unity View &#8211; to begin using VMware Fusion in Unity Vew, simply navigate to the view menu located at the top of VMware Fusion&#8217;s window and select &#8220;Unity&#8221;. </p>
<p>As you can see in the screenshot above, I have Windows 7&#8242;s Start Menu visible alongside OS X Lion&#8217;s Dock and can switch between Mac and Windows software without any noticeable lag. </p>
<h2>Application Menu</h2>
<p><img src="http://imagecdn.maketecheasier.com/2011/08/VMWare-Fusion-Win7-Unity2.jpg" alt="VMWare-Fusion-Win7-Unity2" title="VMWare-Fusion-Win7-Unity2" width="600" height="375" class="aligncenter size-full wp-image-36706" /></p>
<p>Another useful tool within WMware Fusion&#8217;s feature set is the Application Menu. Sitting in the Mac OS X Menu Bar, the Application Menu serves as a shortcut to Windows&#8217; Start Menu and enables applications to be launched without needing to first manually boot into Windows. Though there is some lag when initially using the Applications Menu, once Windows is fully loaded, it works quickly and unobtrusively. Utilising the Application Menu in this way is my own favoured method of launching Windows applications within Mac OS X. </p>
<h2>Conclusion</h2>
<p>Hopefully the above walkthrough will show you how surprisingly easy it is to have the best of both worlds and boot into Mac OS X&#8217;s stable and virus-free platform, while enjoying the ubiquitous software which can be found on Microsoft&#8217;s own OS. Though this is by no means an exhaustive guide to running Windows in OS X, it should serve as inspiration for your own experiments and a launching-off point to begin. The great thing about running operating systems in a virtual machine method as employed by VMware Fusion is that it does not require potentially destructive partitioning of your hard drive, so long as you&#8217;re careful, it&#8217;s a very safe and easy way to run Windows on your Mac<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/windows-7-aero-snap-on-mac/2010/06/28' title='How to Get Windows 7 &#8220;Aero Snap&#8221; on your Mac'>How to Get Windows 7 &#8220;Aero Snap&#8221; on your Mac</a></li>
<li><a href='http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21' title='5 Reasons Why You Should Use VirtualBox Over VMware Server'>5 Reasons Why You Should Use VirtualBox Over VMware Server</a></li>
<li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' title='Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16&amp;title=VMware+Fusion%3A+Run+Windows+Seamlessly+On+Your+Mac&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16">VMware Fusion: Run Windows Seamlessly On Your Mac</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create a Virtual Machine of Your Existing Windows Operating System</title>
		<link>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12</link>
		<comments>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:35:57 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[vhd]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8325</guid>
		<description><![CDATA[A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application. For example: If you are using Windows xp, you can install... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12&amp;title=How+to+Create+a+Virtual+Machine+of+Your+Existing+Windows+Operating+System&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://imagecdn.maketecheasier.com/2009/11/disktovhd-windows.jpg" alt="disktovhd-windows" width="161" height="139" />A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application.</p>
<p>For example: If you are using Windows xp, you can install popular virtualization software like <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Windows virtual PC</a>, <a href="http://www.vmware.com/" target="_blank">Vmware workstation</a> to create a virtual machine within your current operating system. Now in that virtual machine, you can install any operating system e.g Windows xp, vista. You can run these operating systems in a new explorer window within Windows xp.</p>
<p>The problem with virtual machines is that you have to install an operating system from scratch. This includes loading the operating system from cd or dvd, installing all the drivers and system software etc. This can be very time consuming and is not a quick job.<br />
<span id="more-8325"></span></p>
<h3>How to Convert your Existing Operating System into a Virtual Machine</h3>
<p>Microsoft has a free application named <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" target="_blank">Disk2vhd</a>, which can create a virtual machine of your existing operating system. The utility is a portable application and does not require any installation. You can run the virtual machine on any computer you want.</p>
<p>Following are the steps involved to create the virtual machine of your existing Windows operating system:</p>
<p>1. Download the Zip file (751 Kb) and extract it. After that, just run the <em>Disktovhd. exe</em>.</p>
<p>2. The application will show you the available drives in your computer.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2009/11/disktovhd-select-drives.png" alt="disktovhd-select-drives" width="431" height="350" /></p>
<p>3. Select the drive which you want to migrate as a virtual machine. In this case, i would want to create a virtual machine for my Vista installation, hence i have selected the D drive.</p>
<p>4. Specify the path where you want to save the virtual hard drive (vhd) file. The file would be of large size and almost equal to the size of the operating system drive.</p>
<p>5. Hit the <strong>Create</strong> button. It would take some time to create the vhd file (mine took 25 minutes).</p>
<p>The software will clone a virtual hard disk of the drive selected and save it in specified location. After the vhd file has been created, you can use any virtualization software to mount the virtual hard disk and run the operating system as a virtual machine.</p>
<p>For example: I mounted the virtual hard disk on <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Microsoft Virtual PC</a> and ran Windows Vista as a virtual machine under Windows xp. The software can convert the chosen hard drive into a vhd file, even if it is under use.</p>
<h3>How can the Virtual machine be useful</h3>
<p>Using a virtual machine has many advantages, especially when you are tech savy. Consider you are working in Windows xp and need to test a small Windows application compatible with Windows vista only. In that case you have to boot your system and start Windows vista again. A virtual hard disk of vista will come in handy here as you can start testing the vista compatible application by starting a virtual machine in xp.</p>
<p><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2009/11/disktovhd-virtual-machine.jpg" alt="virtual-machine" width="285" height="290" /></p>
<p>Another situation where virtual machine can be a real time saver is when you are using multiple computers. Suppose you want to work in your friends computer with all your installed software and applications. In that case, just create a virtual hard drive of your operating system and carry the vhd file in a usb stick. When you are using the friend’s computer, just mount the virtual hard disk and use all your installed software.</p>
<p>Disktovhd can be used to create virtual hard drives of Windows xp, Windows vista, Windows server 2003. If you are using Ubuntu, check out <a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">how to create an Ubuntu virtual machine</a>.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/review-of-windows-8-consumer-preview/2012/03/02' title='Review of Windows 8 Consumer Preview'>Review of Windows 8 Consumer Preview</a></li>
<li><a href='http://maketecheasier.com/prayaya-creates-virtual-portable-windows/2010/10/01' title='Prayaya Virtualizes Your Windows OS And Make It Portable + Free Giveaway'>Prayaya Virtualizes Your Windows OS And Make It Portable + Free Giveaway</a></li>
<li><a href='http://maketecheasier.com/cameyo-virtualize-applications/2010/09/17' title='Cameyo: Virtualize Your Applications And Make Them Portable (Windows Only)'>Cameyo: Virtualize Your Applications And Make Them Portable (Windows Only)</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12&amp;title=How+to+Create+a+Virtual+Machine+of+Your+Existing+Windows+Operating+System&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Install VMware server 2.0 in Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18</link>
		<comments>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:01:41 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1097</guid>
		<description><![CDATA[In the past, whenever Ubuntu came out with a new release, the VMware installation will break. Surprisingly, when I installed VMware server 2.0 in Ubuntu Intrepid, it installed and run smoothly, without having to apply any patch. So if you are looking on installing VMware server 2.0 on your Ubuntu... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18&amp;title=How+to+Install+VMware+server+2.0+in+Ubuntu+Intrepid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18">How to Install VMware server 2.0 in Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1129" title="vmware_logo" src="http://imagecdn.maketecheasier.com/2008/11/vmware-logo1.jpg" alt="vmserver" width="250" height="60" />In the past, whenever Ubuntu came out with a new release, the VMware installation will break. Surprisingly, when I installed VMware server 2.0 in Ubuntu Intrepid, it installed and run smoothly, without having to apply any patch. So if you are looking on installing VMware server 2.0 on your Ubuntu Intrepid, this is the way to do it:</p>
<p><span id="more-1097"></span>1) Download <a href="http://www.vmware.com/freedownload/login.php?product=server20" target="_blank">VMware Server 2.0</a>. You will have to register for a free account in order to download and get the license key. At the download page, select the <em>tar</em> image for Linux system. It is 539MB and will take about half an hour with a broadband connection</p>
<p><img class="alignnone size-full wp-image-1125" style="border:1px solid #000" title="vmware-download" src="http://imagecdn.maketecheasier.com/2008/11/vmware-download.jpg" alt="vmware-download" width="549" height="260" /></p>
<p>2) Using the Archive Manager, extract the tar file to your home folder. You should now see a <em>vmware-server-distrib</em> folder.</p>
<p>3) Before we start the installation, we need to install the necessary dependencies. In your terminal:</p>
<p class="codeblock">sudo apt-get install linux-headers-`uname -r` build-essential xinetd</p>
<p>Once that is done,</p>
<p class="codeblock">cd vmware-server-distrib<br />
sudo ./vmware-install.pl</p>
<p>You will be prompted to answer some questions. Unless you know what you are doing, pressing &#8216;Enter’ to select the default answer is often the best bet.</p>
<p>During the installation, you will encounter this error message &#8220;<em>Unable to make a vsock module that can be loaded in the running kernel&#8230;</em>&#8220;.</p>
<p><img class="alignnone size-full wp-image-1126" style="border:1px solid #000" title="vmware-vsock-error" src="http://imagecdn.maketecheasier.com/2008/11/vmware-vsock-error.jpg" alt="vmware-vsock-error" width="578" height="266" /></p>
<p>There is some conflict with the new kernel and the vsock module which make it unable to compile. Luckily, this does not affect the operation of the VMware. You can safely ignore this and proceed with the installation. Just note that you won&#8217;t be able to access the Vsock module in the VMware server.</p>
<p>Next, it will arrive at this prompt:</p>
<blockquote><p><em>The current administrative user for VMware Server is &#8221;. Would you like to<br />
specify a different administrator? [no]</em></p></blockquote>
<p>If you select the default answer [no], you will have to log into your vmware console as <em>root</em>. That is not a big issue here, but if you want to log in as your own user ID (the ID you log into your Ubuntu machine), you have to type <em>YES</em> and press Enter. It will then ask you to type in your user ID.</p>
<p>Proceed on with the installation until the end.</p>
<p>4) Now, if you choose to log in as root, you need to set a password for root</p>
<p class="codeblock">sudo passwd root</p>
<p>Enter your password twice.</p>
<p>5) The keyboard configuration option for VMware is not turned on by default. Here is the trick to get it to configure your keyboard.</p>
<p class="codeblock">gedit ~/.vmware/config</p>
<p>Paste the following line to the text file.</p>
<p class="codeblock">xkeymap.nokeycodeMap = TRUE</p>
<p>Save and exit.</p>
<p>5) Open your Firefox browser (I have tried in Opera and it doesn&#8217;t work well), on the URL bar, type in <em>http://localhost:8222</em></p>
<p><img class="alignnone size-full wp-image-1127" title="vmware-login" src="http://imagecdn.maketecheasier.com/2008/11/vmware-login.jpg" alt="vmware-login" width="580" height="255" /></p>
<p>6) Log in with your username and password. If you have chosen the default option, the login name will be <em>root</em> and the password is the one that you have set previously.</p>
<p><img class="alignnone size-full wp-image-1128" title="vmware-admin-console" src="http://imagecdn.maketecheasier.com/2008/11/vmware-admin-console.jpg" alt="vmware-admin-console" width="580" height="380" /></p>
<p>That&#8217;s it. You can now create your own virtual machine.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' title='Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li>
<li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' title='How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18&amp;title=How+to+Install+VMware+server+2.0+in+Ubuntu+Intrepid&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18">How to Install VMware server 2.0 in Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why You Should Use VirtualBox Over VMware Server</title>
		<link>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21</link>
		<comments>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21#comments</comments>
		<pubDate>Mon, 21 Jul 2008 04:21:16 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=596</guid>
		<description><![CDATA[Ever since I started using Ubuntu two years back, I have been an avid user of VMware server. It fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out VirtualBox, another virtualization software like VMware server, and I was greatly... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;title=5+Reasons+Why+You+Should+Use+VirtualBox+Over+VMware+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever since I started using Ubuntu two years back, I have been an avid user of <a href="http://www.vmware.com/" target="_blank">VMware server</a>. It  fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out <a href="http://www.virtualbox.org" target="_blank">VirtualBox</a>, another virtualization software like VMware server, and I was greatly impressed by it. Even though I love VMware server, I can&#8217;t deny the fact that VirtualBox actually runs faster and smoother, with less crashes.  Here is my top 5 reasons why VirtualBox is better than VMware server.</p>
<p><span id="more-596"></span><br />
<h3>1) File size</h3>
<p>How long do you need to download a 20MB file with a broadband connection? A snap of finger! Yes, that is how small VirtualBox is: slighly over 20MB where you can download it in a snap. VMware server? About 102MB, well&#8230;not too long either, mayber after you have finished your tea session.</p>
<h3>2) Installation</h3>
<p>Ubuntu users can simply install VirtualBox from the repository. Simply open the <em>Synaptic Package Manager</em>, check the VirtualBox and click <em>Apply</em> to install. For other Linux disro, there is also debian and rpm package available for download. For VMware server, only if you like to compile and build the source code from command line.</p>
<h3>3) Speed Boost</h3>
<p>The real advantage of VirtualBox over VMware server lies in its performance. VirtualBox apparently runs faster than VMware server. A timed experiment of an installation of Windows XP as the guest OS took 20 mins in VirtualBox and 35 mins on VMware server. A similar test on the booting time of the guest OS also shows favor to VirtualBox with a timing of 45secs compared to 1min 39 secs on VMware server.</p>
<h3>4) Remote File Sharing</h3>
<p>When I was using VMware server, I have to install and configure Samba on my Ubuntu host so as to access the files in my guest OS. In VirtualBox, the remote file sharing feature is built right in the package. Setting up remote file sharing is easy and you only need to do it once: point the file path to the directory that you want to share.</p>
<h3>5) Integration with Host OS</h3>
<p>In VirtualBox, there is this mode call &#8216;<em>seamless mode</em>&#8216; where you can integrate the guest OS with the host OS. With this mode on, you can access the applications from the guest OS right from the host&#8217;s desktop. There is no need for you to traverse between the guest and the host. VMware server does not have this feature, although you can find the &#8216;<em>unity</em>&#8216; mode that does the same thing in VMware Workstation.</p>
<h3><em>My Feel&#8230;</em></h3>
<p>I have not tested VirtualBox on a server setting, thus I can&#8217;t comment on its performance for corporate use. However, for personal use, I would strongly recommend VirtualBox over VMware server because of its faster speed and user-friendliness.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16' title='VMware Fusion: Run Windows Seamlessly On Your Mac '>VMware Fusion: Run Windows Seamlessly On Your Mac </a></li>
<li><a href='http://maketecheasier.com/virtualbox-4-0-review-what-to-expect-from-this-major-release/2011/01/04' title='VirtualBox 4.0 Review: What to Expect From This Major Release'>VirtualBox 4.0 Review: What to Expect From This Major Release</a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21&amp;title=5+Reasons+Why+You+Should+Use+VirtualBox+Over+VMware+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Sharing Files Between Ubuntu Host and Virtual Machines</title>
		<link>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</link>
		<comments>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17#comments</comments>
		<pubDate>Mon, 17 Dec 2007 04:26:22 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</guid>
		<description><![CDATA[After installing Windows Vista on Ubuntu using VMware, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;title=Sharing+Files+Between+Ubuntu+Host+and+Virtual+Machines&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">installing Windows Vista on Ubuntu using VMware</a>, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of it, what is the use of installing a VM if you can&#8217;t access your local hard disk where all your documents are kept?</p>
<p>Luckily, there are several solutions to this.</p>
<p><span id="more-48"></span><br />
<strong>1) Transfer files using a USB drive.</strong></p>
<p>Open up your VMware Server Console. Make sure that your VM is powered off (not in suspend mode). Click <em>&#8220;Edit Virtual Machine Setting&#8221;</em>. Under the <em>Hardware</em> tab, click <em>Add</em> -&gt; <em>USB Controller</em>. This will install the USB driver and allow you to connect up to two USB devices to your VM.</p>
<p>Insert in your USB disk and power on your VM. Once the VM has finished loading. On the menu bar, Click <em>VM</em> -&gt; <em>Removable device</em> -&gt; <em>USB Device</em> -&gt; <em>your USB drive name</em>.</p>
<p>Done. You have now access to your USB disk from your VM. A point to note is that you can&#8217;t access your USB disk from the host desktop and the VM at the same time. If you are adding USB disk in your VM, the host will automatically dismount your USB disk. Thus, if you want to transfer files between host and VM, you will need to transfer files from host to USB disk, then dismount USB disk from host and add removable device in VM.</p>
<p><strong>2) Setting up networking via Samba</strong></p>
<p>All virtual machines use shared networking to gain network access from the host. Thus, if configured properly, you can create a shared network to share files between the host and the VM. Here is a detailed instruction to <a href="http://2tap.com/2007/04/22/sharing-files-between-a-windows-guest-and-ubuntu-host-using-vmware-and-samba/" title="sharing file via samba" target="_blank">configure file sharing via samba.</a></p>
<p><strong>3) Buying license software</strong><br />
If you rely heavily on your VM for work, then you want want to consider buying a licensed VMware. This paid software enables you to access your virtual machine from the host desktop and you can even drag and drop your files from your VM to anywhere in the host without any further configuration. Parallels (another paid VM solution) also offers this service.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-free-virtualization-software-solutions-for-windows/2012/04/08' title='4 Free Virtualization Software Solutions For Windows'>4 Free Virtualization Software Solutions For Windows</a></li>
<li><a href='http://maketecheasier.com/vmware-fusion-run-windows-seamlessly-on-your-mac/2011/08/16' title='VMware Fusion: Run Windows Seamlessly On Your Mac '>VMware Fusion: Run Windows Seamlessly On Your Mac </a></li>
<li><a href='http://maketecheasier.com/install-ubuntu-linux-on-your-mac/2010/11/08' title='How to Install Ubuntu Maverick On Your Mac Virtualbox'>How to Install Ubuntu Maverick On Your Mac Virtualbox</a></li>
<li><a href='http://maketecheasier.com/testdrive-test-ubuntu-with-single-click/2010/08/17' title='Testdrive Let You Test Ubuntu With A Single Click'>Testdrive Let You Test Ubuntu With A Single Click</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17&amp;title=Sharing+Files+Between+Ubuntu+Host+and+Virtual+Machines&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Install Windows Vista In Ubuntu Gutsy Using VMware</title>
		<link>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29</link>
		<comments>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29#comments</comments>
		<pubDate>Thu, 29 Nov 2007 06:12:19 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29</guid>
		<description><![CDATA[For Ubuntu Gutsy users who find that they can&#8217;t live without Windows, or just want to give Vista a try, here&#8217;s your savior: VMware Server. Vmware Server is a free to download virtual machine tool that allows you to install the various type of operating systems under a virtual environment.... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29&amp;title=How+To+Install+Windows+Vista+In+Ubuntu+Gutsy+Using+VMware&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>For Ubuntu Gutsy users who find that they can&#8217;t live without Windows, or just want to give Vista a try, here&#8217;s your savior: <a href="http://www.vmware.com" title="VMware" target="_blank">VMware Server</a>.</p>
<p>Vmware Server is a free to download virtual machine tool that allows you to install the various type of operating systems under a virtual environment.</p>
<p>Before you attempt to install Windows Vista, please make sure that your computer has at least 1GB of RAM (preferably 2GB), 16GB of hard disk space and a genuine Vista CD.</p>
<p>Here are the steps to install Windows Vista in Ubuntu using Vmware Server.</p>
<p><span id="more-28"></span><br />
Download the VMware Server software from <a href="http://www.vmware.com/download/server" title="Download VMware" target="_blank">VMware download site</a>. Remember to <a href="http://register.vmware.com/content/registration.html" title="VMware registration" target="_blank">register</a> to get your license key. You will need it for installation.</p>
<p>Launch Archive Manager and extract the downloaded file to <em>/tmp</em> directory</p>
<p>Next, we need to prepare our system for VMware installation.</p>
<p>In your terminal,</p>
<p class="codeblock">sudo apt-get install linux-headers-`uname -r` build-essential<br />
sudo apt-get install xinetd</p>
<p>Now the installation,</p>
<p class="codeblock">cd /tmp/vmware-server-distrib (or whatever directory you have extracted to)<br />
sudo ./vmware-install.pl</p>
<p>The installer will then guide you through the installation. Press &#8220;Enter&#8221; for all the questions. The last step require you to enter the license key.</p>
<p>Once installed, launch the VMware from <em>Application</em> -&gt; <em>System Tools</em> -&gt; <em>Vmware Server Console</em></p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware-server-console.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware-server-console-thumbnail.jpg" alt="Vmware Server Console" border="0" width="540" /></a></p>
<p>Click &#8220;Create a new virtual machines&#8221;</p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware1.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware1-thumbnail.jpg" alt="Vmware screenshot1" border="0" width="540" /></a></p>
<p>Choose &#8220;Typical&#8221; in the Virtual Machine Configuration</p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware2.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware2-thumbnail.jpg" alt="Vmware screenshot2" border="0" width="540" /></a></p>
<p>Under the Guest Operating system, choose &#8220;Microsoft Windows&#8221;. At below, scroll down to &#8220;Windows Vista (experiemental)&#8221;</p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware3.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware3-thumbnail.jpg" alt="Vmware screenshot3" border="0" width="540" /></a></p>
<p>Enter the name of your virtual machine and choose the location where you want to save  it.</p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware4.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware4-thumbnail.jpg" alt="Vmware screenshot4" border="0" width="540" /></a></p>
<p>Under Network Condition, choose use &#8220;Network Address Translation (NAT)&#8221;.</p>
<p><a href="http://imagecdn.maketecheasier.com/2007/11/vmware5.jpg" rel="lightbox"><img class="aligncenter" src="http://imagecdn.maketecheasier.com/2007/11/vmware5-thumbnail.jpg" alt="Vmware screenshot5" border="0" width="540" /></a></p>
<p>Under the Disk Size, allocate 16GB to the disk size and make sure the split disk into 2GB files is checked. If you just want to try out Vista, uncheck the allocate disk space now.</p>
<p>Ok. Now insert in your Vista installer CD.</p>
<p>On the VMware console, click &#8220;Power on this virtual machine&#8221;.</p>
<p>The virtual machine will now boot up with your installer CD and guide you through the Vista installation process.</p>
<p>Once the installation of Vista is completed, press <em>&#8220;Ctrl + Alt&#8221;</em> to get out of the VMware console.</p>
<p>On the VM menu, select &#8220;Install Vmware tool&#8221;. Now you&#8217;ve got enhanced graphics and mouse cursor that can move in and out of the virtual machine.</p>
<p>That&#8217;s it. Done!</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' title='How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li>
<li><a href='http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12' title='How To Share Files In VirtualBox With Vista Guest And Ubuntu Host'>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></li>
<li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' title='Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29&amp;title=How+To+Install+Windows+Vista+In+Ubuntu+Gutsy+Using+VMware&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 22:55:00 -->
