<?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>gHacks technology news &#187; virtualbox</title>
	<atom:link href="http://www.ghacks.net/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connect to a remote virtual machine with rdesktop</title>
		<link>http://www.ghacks.net/2009/08/28/connect-to-a-remote-virtual-machine-with-rdesktop/</link>
		<comments>http://www.ghacks.net/2009/08/28/connect-to-a-remote-virtual-machine-with-rdesktop/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:51:43 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[remote virtual machine]]></category>
		<category><![CDATA[virtual machine server]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15792</guid>
		<description><![CDATA[VirtualBox is an incredibly useful tool. You can run different OSes for testing purposes, you can set up servers on machine that wouldn&#8217;t normal act as servers, the sky seems to be the limit. And VirtualBox is an easy tool to use.
One of the really cool aspects of VirtualBox is that it can also work [...]]]></description>
			<content:encoded><![CDATA[<p>VirtualBox is an incredibly useful tool. You can run different OSes for testing purposes, you can set up servers on machine that wouldn&#8217;t normal act as servers, the sky seems to be the limit. And VirtualBox is an easy tool to use.</p>
<p>One of the really cool aspects of VirtualBox is that it can also work as a virtual machine server. With that you can run an instance of a virtual machine from a remote location. Of course you have to have the piece of software to connect to VirtualBox. On Linux one very handy tool for that is rdesktop. In this article I am going to show you how to connect to a VirtualBox machine using rdesktop.</p>
<p><span id="more-15792"></span>So far I have covered VirtualDesk fairly extensively so far. The VirtualBox &#8220;cannon&#8221; includes:</p>
<p><a title="Installing and configuring VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuraing VirtualBox for virtual OSes</a>.</p>
<p><a title="Installing XP in VirtualBox" href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" target="_blank">Installing Windows XP as a virtual machine in VirtualBox</a>.</p>
<p><a title="Install Guest Additions" href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" target="_blank">Install Guest Additions for a better VirtualBox experience</a>.</p>
<p><a title="A new way of thinking" href="http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/" target="_blank">A new way of thinking, thanks for virtual machines.</a></p>
<p><a title="Install Guest Additions in Windows 7" href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/" target="_blank">Install VirtualBox Guest Additions in Windows 7.</a></p>
<p><a title="Install VirtualBox with usb support" href="http://www.ghacks.net/2009/08/01/install-virtualbox-with-usb-support/" target="_blank">Install VirtualBox with USB support.</a></p>
<p>Before you read this particular article, you might want to go through the above series so you have a better understanding of VirtualBox.</p>
<p><strong>Configuring your virtual machine</strong></p>
<p>Before you even try to connect to a virtual machine (with any software) you first have to set up your virtual machine so that it will allow connections to be made. VirtualBox uses the VRDP protocol for remote connections. What you need to do is go into the settings of the virtual machine and enable this. NOTE: You have to do this on a VM by VM basis. Just because you enable VRDP on one virtual machine does not mean it will be enabled on all VMs.</p>
<p>Let&#8217;s work with a <a href="http://windows7news.com/">Windows 7</a> virtual machine. Windows 7 (or Vista) is a special instance because you have to actually enable remote connections within the operating system as well as within VirtualBox. With Windows XP or most instances of Linux, you will not have to do anything beyond enabling VRDP in VirtualBox.</p>
<p>To enable VRDP open up VirtualBox and click on the virtual machine you want to connect to. Now click the Settings button. NOTE: If the settings button is grayed out you need to start that virtual machine and then power it off. If you just save the state of the virtual machine you can not change the settings.</p>
<div id="attachment_15795" class="wp-caption alignleft" style="width: 323px"><a rel="attachment wp-att-15795" href="http://www.ghacks.net/2009/08/28/connect-to-a-remote-virtual-machine-with-rdesktop/vm_settings/"><img class="size-full wp-image-15795" src="http://www.ghacks.net/wp-content/uploads/2009/08/vm_settings.png" alt="Figure 1" width="313" height="294" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Once inside the settings window click on the Remote Desktop &#8220;tab&#8221; (see Figure 1).</p>
<p>In this section you will need to click the checkbox for &#8220;Enable VRDP Server&#8221;. Once that is checked you can configure the options to suit your needs (the defaults work fine for Windows 7) and then click OK when you are finished.</p>
<p>Now it&#8217;s time to boot up your Windows 7 virtual machine. When Windows 7 is up and running click on the Start menu and enter &#8220;Remote&#8221; (no quotes) in the Search area. You will see a few entries in the results. Of those entries click  &#8220;Allow remote access to your computer&#8221;.  When this new window opens (see Figure 2) you need to check &#8220;Allow Remote Assistance connections to this computer&#8221; and then check the middle option under the Remote Desktop section.</p>
<p>After you have taken care of this, click OK and you are ready to connect. Time to go over to your remote Linux machine.</p>
<p><strong>Installing and using rdesktop</strong></p>
<p>Installing rdesktop is simple:</p>
<ol>
<li>Open up a terminal window (you&#8217;ll need one open anyway).</li>
<li>Enter the command <em>sudo apt-get install rdesktop.</em></li>
<li>Enter your sudo command.</li>
<li>What rdesktop install.</li>
</ol>
<p>After rdesktop is installed, you&#8217;re ready. To connect to the remote virtual machine you will enter a command like this:</p>
<p>rdesktop -u USER -p PASSWORD -g RESOLUTION -a COLORDEPTH ADDRESS</p>
<p>Where:</p>
<ul>
<li>USER is the username of the HOST.</li>
<li>PASSWORD is the password for the user on the HOST.</li>
<li>RESOLUTION is the resolution you want to use.</li>
<li>COLORDEPTH is the amount of colors use (16 or 24).</li>
<li>ADDRESS is the location of the server housing the virtual machine (including the port).</li>
</ul>
<p>So the command I use to connect is:</p>
<p><code>rdesktop -u jlwallen -p password -g 1224x1024 -a 16 192.168.1.100:3389</code></p>
<p>You will know right away if your connection worked because the virtual machine will open in a new window.</p>
<p>And that&#8217;s all it takes. You can use this virtual machine as if it were on your local machine.</p>
<p><strong>Final thoughts</strong></p>
<p>VirtualBox continues to show itself to be one of the most flexible, useful tools available. By employing a simple tool like rdesktop, you can now connect to a centralized virtual machine server with ease.</p>

	Tags: <a href="http://www.ghacks.net/tag/rdesktop/" title="rdesktop" rel="tag">rdesktop</a>, <a href="http://www.ghacks.net/tag/remote-virtual-machine/" title="remote virtual machine" rel="tag">remote virtual machine</a>, <a href="http://www.ghacks.net/tag/virtual-machine-server/" title="virtual machine server" rel="tag">virtual machine server</a>, <a href="http://www.ghacks.net/tag/virtual-machine/" title="virtual-machine" rel="tag">virtual-machine</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/" title="Install VirtualBox Guest Additions for Windows 7 (July 29, 2009)">Install VirtualBox Guest Additions for Windows 7</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/30/installing-an-operating-system-with-virtual-pc-2007/" title="Installing An Operating System With Virtual PC 2007 (October 30, 2008)">Installing An Operating System With Virtual PC 2007</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/28/connect-to-a-remote-virtual-machine-with-rdesktop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Install VirtualBox Guest Additions for Windows 7</title>
		<link>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/</link>
		<comments>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:21:28 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualbox guest additions]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14883</guid>
		<description><![CDATA[You may have read my series on VirtualBox virtual machine manager. If not, here it is:
Installing and configuring VirtualBox for virtual OSes.
Installing Windows XP as a virtual machine in VirtualBox.
Install Guest Additions for a better VirtualBox experience.
A new way of thinking thanks to virtual machines.
Although the Guest Additions tool has been covered already, if you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>You may have read my series on VirtualBox virtual machine manager. If not, here it is:</p>
<p><a title="Installing and configuring VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuring VirtualBox for virtual OSes</a>.</p>
<p><a title="Installing Windows XP in VirtualBox" href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" target="_blank">Installing Windows XP as a virtual machine in VirtualBox</a>.</p>
<p><a title="Install Guest Additions" href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" target="_blank">Install Guest Additions for a better VirtualBox experience</a>.</p>
<p><a title="Virtual Machines" href="http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/" target="_blank">A new way of thinking thanks to virtual machines</a>.</p>
<p>Although the Guest Additions tool has been covered already, if you&#8217;ve tried using <a href="http://windows7news.com/">Windows 7</a> in VirtualBox you will have most likely encountered some issues. The main issue is that Guest Additions isn&#8217;t supported. That doesn&#8217;t mean it can not be installed. It can, you just have to trick Windows 7 in order to do so. In this article I will show you just how to do so.</p>
<p><span id="more-14883"></span></p>
<p><strong>The basic installation</strong></p>
<p>The first thing you need to do is get Windows 7 installed as a virtual machine. You can follow the directions for installing Windows XP. The only difference will be selecting the version of Windows you will be installing. Even though Windows 7 is not yet officially supported, there is an entry for the latest Microsoft OS in the dropdown.</p>
<p>After Windows 7 is installed you might notice (depending upon your hardware) that you can not see the task bar. This is because, without the Guest Additions, VirtualBox can not handle the proper resolution for Windows 7. So, it&#8217;s obvious you will need this tool.</p>
<p><strong>The trick </strong></p>
<p>The trick for installing Guest Additions in Window 7 is to trick it into thinking it&#8217;s being installed in Vista. While Vista is running click on the Devices menu and select Install Guest Additions. You will go through the same steps as you would for installing the Guest Additions on Windows XP at this point. The difference is the actual installer won&#8217;t start up. This is where it gets a bit tricky.</p>
<p>The process of installing the Guest Additions will have downloaded a mountable file on your system. If you click on the Windows 7 Start Menu and then click on Computer you will see that file listed along with Local Disk and Floppy Drive (even if you don&#8217;t have a floppy drive). Right click the VirtualBox Guest Additions entry (it will probably be labeled as &#8220;D&#8221;) and select Open.</p>
<p>In the resulting window you will see a number of files. Among these files you will see listed entries for both x86 and 64bit. These files are called:</p>
<p>VBoxWindowsAdditions-amd64</p>
<p>VBoxWindowsAdditions-x86</p>
<div id="attachment_14893" class="wp-caption alignleft" style="width: 309px"><a rel="attachment wp-att-14893" href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/vbox_win7_compat/"><img class="size-medium wp-image-14893 " src="http://www.ghacks.net/wp-content/uploads/2009/07/vbox_win7_compat-499x340.png" alt="Figure 1" width="299" height="204" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Which file you use will depend upon what hardware you are using. Right click the one you want to use and select Troubleshoot Compatibility (see Figure 1). This will walk you through a Wizard that will attempt to solve the problem. Most likely it won&#8217;t, so you will have to do so manually. When the wizard has finished you will have two options: Try Recommended Settings and Troubleshoot Program. Select Troubleshoot Program and then, in the new window, select the first entry which is</p>
<div id="attachment_14894" class="wp-caption alignright" style="width: 310px"><a rel="attachment wp-att-14894" href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/vista/"><img class="size-medium wp-image-14894 " src="http://www.ghacks.net/wp-content/uploads/2009/07/vista-500x380.png" alt="Figure 2" width="300" height="228" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>&#8220;The program worked in earlier versions of Windows but won&#8217;t install or run now.&#8221; After you select this option click the Next button and then select Vista from the list (see Figure 2). Once you have selected that option click Next and then, in the resulting window, click the &#8220;Start the Program&#8221; button. This will actually start the process of installing the Guest Additions for Windows 7. You can now finish this install as you would any other.</p>
<p><strong>Final thoughts</strong></p>
<p>I am confident when Windows 7 is finally released this process won&#8217;t be necessary. But if you need to test out Windows 7 now, this is the way to go.</p>

	Tags: <a href="http://www.ghacks.net/tag/virtual-box/" title="virtual box" rel="tag">virtual box</a>, <a href="http://www.ghacks.net/tag/virtual-machine/" title="virtual-machine" rel="tag">virtual-machine</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a>, <a href="http://www.ghacks.net/tag/virtualbox-guest-additions/" title="virtualbox guest additions" rel="tag">virtualbox guest additions</a>, <a href="http://www.ghacks.net/tag/windows-7/" title="windows 7" rel="tag">windows 7</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/08/28/connect-to-a-remote-virtual-machine-with-rdesktop/" title="Connect to a remote virtual machine with rdesktop (August 28, 2009)">Connect to a remote virtual machine with rdesktop</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/10/12/winshake-adds-aero-peek-and-share-to-windows-vista-and-xp/" title="WinShake Adds Aero Peek And Share To Windows Vista and XP (October 12, 2009)">WinShake Adds Aero Peek And Share To Windows Vista and XP</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A new way of thinking thanks to virtual machines</title>
		<link>http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/</link>
		<comments>http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:11:40 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[guest operating system]]></category>
		<category><![CDATA[host operating system]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VMs]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14817</guid>
		<description><![CDATA[As you can probably guess my machines are in a constant state of flux. Having to write about one distribution after another (and then include the scattered Windows content to cover) makes for an endless loop of installing/using, installing/using. On top of that it uses a lot of resources (especially CDs/DVDs).
Recently, however, I have adopted [...]]]></description>
			<content:encoded><![CDATA[<p>As you can probably guess my machines are in a constant state of flux. Having to write about one distribution after another (and then include the scattered Windows content to cover) makes for an endless loop of installing/using, installing/using. On top of that it uses a lot of resources (especially CDs/DVDs).</p>
<p>Recently, however, I have adopted a new way of working with all of the various operating systems I have to deal with. Virtual Machines. By using virtual machines I have the best of all possible worlds at my fingertips. Let&#8217;s take a peek at exactly how I am doing this and why.</p>
<p><span id="more-14817"></span><strong>VirtualBox</strong></p>
<p>You will remember a while back I covered VirtualBox. If you missed those articles, here they are:</p>
<ul>
<li><a title="Virtual box install and configure" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuring VirtualBox for virtual OSes</a>.</li>
<li><a title="XP in Virtualbox" href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" target="_blank">Installing Windows XP as a virtual machine in VirtualBox</a>.</li>
<li><a title="Guest Additions" href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" target="_blank">Install Guest Additions for a better VirtualBox experience</a>.</li>
</ul>
<p>Once you have read through the above articles you will be familiar enough with VirtualBox that you will understand the concepts of this article better.</p>
<p><strong>Why I chose Virtual Machines over standard methods</strong></p>
<p>As I stated earlier, I am constantly having to install, re-install, uninstall, etc various operating systems. Sometimes it&#8217;s nice to be able to keep an installation for testing as I install another operating system. This is all fine and good and dual booting certainly has its pros and cons. But ultimately being able to save a machine state and close the OS has advantages that dual booting simply can not touch. Here are some obvious reason to use virtual machines over standard methods:</p>
<p>Cost: Instead of having to burn through CDs/DVDs you can download ISO images directly to your drive and install a virtual machine from there. You will also require less hard disk space since the Virtual Machine will use dynamic-sized virtual drives.</p>
<p>Time: No more rebooting into a different OS. Save your OS state and shut it down. The next time you need that OS start the VM and it will return in the exact same state it was in when you saved it.</p>
<p>Efficiency: While you&#8217;re installing a new virtual machine you can continue working on the same PC. The installation of the VM happens within its own window allowing you to go about your business.</p>
<p>Testing: I often test a lot of software and sometimes in the testing I can fubar an perfectly good installation. Saving states allows you to go back to a previously saved state prior to the fubar&#8217;ing.</p>
<p>Stability: I use a laptop for my Windows work. That laptop has Vista Home Premium installed. Yeah. Needless to say I am constantly having to baby that OS to keep it running right. Prior to using Virtual Machines I would have to reboot from Linux to Windows and hope that the Vista install was still working properly. Now, thanks to Virtual Machines, I just fire up the VM from the last working saved state and all is well. I am still working within a much more familiar (and stable IMHO) host operating system &#8211; Ubuntu.</p>
<p>Space saving: Prior to employing virtual machines my office was littered with PCs. Now it&#8217;s free and clear (and the office is much cooler without all of those PCs taking up space), because all of my &#8220;machines&#8221; are housed in one simple environment.</p>
<p><strong>Drawbacks</strong></p>
<p>There is but one real drawback to this setup. You have to have a machine powerful enough to dedicate the resources to the virtual machines. My laptop has 3 gigs of RAM. When running Vista on its own you would think it was a machine from a decade ago. Using VMs I can run a host OS and a couple of guests without seeing much of a decline is performance. Now I will suggest not using KDE 4 as your guest desktop. Stick with either GNOME or a lighter weight desktop so to save resources for more important work.</p>
<p><strong>Final thoughts</strong></p>
<p>I hope this article has helped you understand why virtual machines are the way to go when you need multiple OSes for multiple reasons. I have not had a single problem since employing VMs for all of my testing purposes. I hope you find yourself having the same experience. Have you employed Virtual Machines for your work? If so, tell us why.</p>

	Tags: <a href="http://www.ghacks.net/tag/guest-operating-system/" title="guest operating system" rel="tag">guest operating system</a>, <a href="http://www.ghacks.net/tag/host-operating-system/" title="host operating system" rel="tag">host operating system</a>, <a href="http://www.ghacks.net/tag/virtual-machines/" title="virtual machines" rel="tag">virtual machines</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a>, <a href="http://www.ghacks.net/tag/vms/" title="VMs" rel="tag">VMs</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" title="Installing a Windows XP as a virtual machine on VirtualBox (June 15, 2009)">Installing a Windows XP as a virtual machine on VirtualBox</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/" title="Install VirtualBox Guest Additions for Windows 7 (July 29, 2009)">Install VirtualBox Guest Additions for Windows 7</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Install Guest Additions for a better VirtualBox experience</title>
		<link>http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/</link>
		<comments>http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:03:31 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[linux software]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windwos xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13624</guid>
		<description><![CDATA[In my last two articles (Installing Windows XP as a Virtual Machine on VirtualBoxx and Installing and configuring VirtualBox for virtual OSes) you saw how easy it was to install VirtualBox and then install Windows XP as a virtual machine. The implications of this software are only as limited as the imagination of the user. [...]]]></description>
			<content:encoded><![CDATA[<p>In my last two articles (<a title="Install Windows XP on VirtualBox" href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" target="_blank">Installing Windows XP as a Virtual Machine on VirtualBox</a>x and <a title="Installing VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuring VirtualBox for virtual OSes</a>) you saw how easy it was to install VirtualBox and then install Windows XP as a virtual machine. The implications of this software are only as limited as the imagination of the user. But there are instances where the install might not look or feel exactly as you would like.</p>
<p>In my default setup of Windows XP, on my particular Ubuntu 9.04 box, the installation of Windows XP rendered a perfectly usable desktop with 32 bit colors in 800&#215;600 resolution. This resolution, of course, is not ideal for some situations (such as Full Screen mode). In order to get a higher resolution, along with other features, you have to install Guest Additions. This is a simple process that can be done quickly and yields a much better user experience than the default. So&#8230;let&#8217;s get to the installation.</p>
<p><span id="more-13624"></span></p>
<div id="attachment_13625" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/guest_devices_menu.png"><img class="size-medium wp-image-13625" src="http://www.ghacks.net/wp-content/uploads/2009/06/guest_devices_menu-500x418.png" alt="Figure 1" width="300" height="251" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Before you attempt to do the installation of the guest additions you have to have your virtual machine up and running. Once that VM is running you will see three menu entries at the top of the window: Machine, Devices, and Help. You want to click on the Devices entry and then click the Install Guest Additions entry (see Figure 1).</p>
<p>What you will see is a warning message instructing you that the Guest Additions CD image could not be found. Fear not, this is normal. Click Yes in order to download the image and then Download to confirm. You will see a progress bar at the bottom left of your VM window.</p>
<p>When that download has finished you will be asked if you want to Mount the image. Click the Mount button to reveal the Sun xVM setup wizard. Click Next in the welcome screen which will take you to the license agreement window. Click the I Agree button (and read the license if you feel so inclined.)</p>
<div id="attachment_13626" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/guest_warning.png"><img class="size-medium wp-image-13626" src="http://www.ghacks.net/wp-content/uploads/2009/06/guest_warning-500x391.png" alt="Figure 2" width="300" height="235" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>What you are now doing is a fairly straightforward Windows application-like installation. The only &#8220;gotcha&#8221; during installation will be a warning that the software did not pass the Windows Logo testing. Ignore this warning and click Continue Anyway. Your screen will flicker for a second &#8211; don&#8217;t worry.</p>
<p>You will see this warning another time when it attempts to install software for the pointing devices.</p>
<p>After that warning the installation will complete and, in typical Windows fashion, you will be required to reboot your virtual machine. Do this. When the reboot completes you will find your virtual machine much easier to work with. Now:</p>
<ul>
<li>You no longer have to capture the mouse pointer.</li>
<li>You can set your resolution to a much higher level.</li>
<li>You can now copy and paste between guest and host operating systems.</li>
<li>You can run Windows in seamless mode.</li>
</ul>
<p><strong>Seamless mode</strong></p>
<div id="attachment_13629" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/guest_seemless.png"><img class="size-medium wp-image-13629" src="http://www.ghacks.net/wp-content/uploads/2009/06/guest_seemless-500x400.png" alt="Figure 3" width="300" height="240" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>Seamless mode is a very interesting trick. What this does is take the elements of Windows out of the VM window and layer them on top of your Linux desktop.</p>
<p>As you can see, in Figure 3, with seamless mode activated all Windows applications have their own window. So in this instance <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> appears to be running on Linux by itself. And the Windows task bar is resting nicely on top of the GNOME panel.</p>
<p>You toggle between seamless and non-seamless mode by pressing the Hot Key and the &#8220;L&#8221; key. The default Hot Key is the right Ctrl key.</p>
<p><strong>Final thoughts</strong></p>
<p>This is truly some exciting work. With the help of VirtualBox you can, effectively, have your cake and eat it too (as the saying goes.) Work with Windows applications inside of Linux without needing the help of Wine.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-software/" title="linux software" rel="tag">linux software</a>, <a href="http://www.ghacks.net/tag/virtual-machine/" title="virtual-machine" rel="tag">virtual-machine</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a>, <a href="http://www.ghacks.net/tag/windwos-xp/" title="windwos xp" rel="tag">windwos xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/04/17/where-do-i-find-linux-software/" title="Where do I find Linux software? (April 17, 2009)">Where do I find Linux software?</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" title="Installing a Windows XP as a virtual machine on VirtualBox (June 15, 2009)">Installing a Windows XP as a virtual machine on VirtualBox</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/" title="Install VirtualBox Guest Additions for Windows 7 (July 29, 2009)">Install VirtualBox Guest Additions for Windows 7</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing a Windows XP as a virtual machine on VirtualBox</title>
		<link>http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/</link>
		<comments>http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:15:22 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13586</guid>
		<description><![CDATA[In my last article (Installing and configuring VirtualBox for virtual OSes)  I walked you through the installation of the VirtualBox virtual machine tool. In this article I am going to show you how to actually install an operating system with this tool. You will be surprised at not only how simple the installation is, but [...]]]></description>
			<content:encoded><![CDATA[<p>In my last article (<a title="VirtualBox" href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" target="_blank">Installing and configuring VirtualBox for virtual OSes</a>)  I walked you through the installation of the VirtualBox virtual machine tool. In this article I am going to show you how to actually install an operating system with this tool. You will be surprised at not only how simple the installation is, but how much better hardware detection is. In fact, as you will witness in the sample installation we will do, no hardware drivers are necessary. Believe it or not, Windows XP will work right out of the box.</p>
<p>Now I am using the open source version of VirtualBox so no USB support is included. Outside of that &#8211; everything should work exactly as expected.</p>
<p><span id="more-13586"></span></p>
<div id="attachment_13587" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/virtualbox_machine_listing.png"><img class="size-medium wp-image-13587" src="http://www.ghacks.net/wp-content/uploads/2009/06/virtualbox_machine_listing-500x371.png" alt="Figure 1" width="300" height="223" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Before you actually read this article make sure you have read through the first article and have VirtualBox installed.Once installed you can fire up VirtualBox and you will see a window similar to that in Figure 1. The only difference being that in my example there is already a virtual machine installed. And even though the currently installed VM is Windows XP, we can still install another XP instance. You can have as many instances of a single OS as you want so long as you have the room for it.</p>
<p>With that said, let&#8217;s begin the process.</p>
<p>The first thing to do is to click the New button which will start up the Wizard. This wizard, just like the setup wizard shown in the original article, is very user-friendly and makes for installing a virtual machine a breeze.</p>
<p>The first screen is just a welcome screen &#8211; click the Next button to move on to the first real interactive screen.</p>
<div id="attachment_13588" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/vm_install_1.png"><img class="size-medium wp-image-13588" src="http://www.ghacks.net/wp-content/uploads/2009/06/vm_install_1-500x447.png" alt="Figure 2" width="300" height="268" /></a><p class="wp-caption-text">Figure 2</p></div>
<p><strong>OS Name/Type<br />
</strong></p>
<p>The first screen (shown in Figure 2) will require you to give the VM a name and select the operating system. Since I already have a VM called Windows XP I will name this new version something different.</p>
<p>After you have configured the name and the OS type click the Next button to move on.</p>
<p><strong>Virtual Memory</strong></p>
<p>The next screen requires you to select the amount of memory you want to dedicate to your Virtual Machine. Use caution with this setting. You have to still have enough memory left for your host operating system to run. By default VirtualBox will offer you the minimum required to run the virtual machine. This is fine if you don&#8217;t plan on doing much with the VM. If, however, you plan on running particular applications that are memory intensive, you should bump up the virtual memory a bit.</p>
<p><strong>Hard Drive</strong></p>
<p>This next screen was explained in detail in the original article &#8211; refer back to that for details. Once you have finished that section, you are ready to finalize your virtual machine and begin installation. Click Finish and you&#8217;re ready.</p>
<p><strong>Powering it on</strong></p>
<p>Now put your OS cd into the CD drive, select the virtual machine you want to use, and click the Start button. The first thing you will see is an information box instructing you how to capture and rekease your cursor. This is important to know, otherwise you will find yourself not being able to use your mouse outside of VirtualBox. To capture the cursor in VirtualBox you just click the mouse inside of the machine window. To release the cursor you hit the Ctrl key on the right side of your keyboard. That&#8217;s it. Click through that warning and you&#8217;re ready to rock.</p>
<div id="attachment_13589" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/vm_installed.png"><img class="size-medium wp-image-13589" src="http://www.ghacks.net/wp-content/uploads/2009/06/vm_installed-500x417.png" alt="Figure 3" width="300" height="250" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>What happens now is pretty much a standard installation of Windows. This will generally take about the same amount of time a normal installation will take. When you are finished you will have a working install of Windows XP (as shown in Figure 3).</p>
<p>You will notice XP is inside of a window. Within that window is a menu with three choices. One of those menus you will use quite often is the Machine menu. Of course you can not get to it if the virtual machine has captured your cursor. If you are working within your VM, and you want to get to that menu, click the right Ctrl key and your cursor is released.</p>
<p>From the Machine menu you can do a number of things such as:</p>
<ul>
<li>Change the view mode to full screen.</li>
<li>Take a snapshot of the current state of your virtual machine.</li>
<li>Pause your virtual machine.</li>
<li>Shutdown your virtual machine.</li>
<li>Close your virtual machine.</li>
</ul>
<div id="attachment_13590" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/vm_paused.png"><img class="size-medium wp-image-13590" src="http://www.ghacks.net/wp-content/uploads/2009/06/vm_paused-500x417.png" alt="Figure 4" width="300" height="250" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>Instead of going through the standard process of shutting down Windows XP the easiest method of shutdown is to first Pause the virtual machine and then Close the virtual machine. When you pause the VM the screen will turn gray (see Figure 4) and you can then close that machine.</p>
<p>When you click Close you will see another window asking if you want to just close the machine or if you want to save the machine state before you close it. If you haven&#8217;t saved the machine recently go ahead and select save machine state.</p>
<p>Now when you start that Virtual Machine back up it will start up in the same state it was when you closed it. Imagine starting up Windows XP in less than 5 seconds! That is what you will experience when starting a virtual machine from a saved state.</p>
<p>When all of your machines are closed you can then exit VirtualBox from the File menu of the main window.</p>
<p><strong>Final thoughts</strong></p>
<p>I hope your experience with VirtualBox is as good as mine. I have used a number of virtual machine software &#8211; from costly proprietary to free open source and I have to say that VirtualBox is one of the best.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/virtual-machines/" title="virtual machines" rel="tag">virtual machines</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/27/a-new-way-of-thinking-thanks-to-virtual-machines/" title="A new way of thinking thanks to virtual machines (July 27, 2009)">A new way of thinking thanks to virtual machines</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Installing and configuring VirtualBox for virtual OSes</title>
		<link>http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/</link>
		<comments>http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 18:49:53 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtual operating system]]></category>
		<category><![CDATA[virtual os]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13562</guid>
		<description><![CDATA[The world of virtual OSes continues to grow and grow. If you never experienced a virtual OS you should know they are outstanding tools that will help you with many tasks. You can test various environments, you can run software you couldn&#8217;t run before (i.e. games), you can run less stable OSes within more stable [...]]]></description>
			<content:encoded><![CDATA[<p>The world of virtual OSes continues to grow and grow. If you never experienced a virtual OS you should know they are outstanding tools that will help you with many tasks. You can test various environments, you can run software you couldn&#8217;t run before (i.e. games), you can run less stable OSes within more stable OSes. The limits almost seem boundless. And <a title="VirtualBox" href="http://www.virtualbox.org/" target="_self">VirtualBox</a> makes tackling virtual OSes not only easy, but free.</p>
<p>VirtualBox is easy to install &#8211; as easy as any other Linux application found within your distributions&#8217; repositories. For this article we will be using Ubuntu Desktop 9.04. There will be no need to add any repository information.</p>
<p><span id="more-13562"></span><strong>Installing VirtualBox</strong></p>
<p>As already stated, you will find VirtualBox within the repository of the Ubuntu distribution. So to install VirtualBox open up the Add/Remove Applications utility (found in the Applications menu), do a search for &#8220;virtualbox&#8221; (no quotes), select the correct results, and click the Apply to install the software.</p>
<p>After Virtualbox is installed there is one thing you must take care of. Without adding your user to the <strong>vboxusers</strong> group you will never be able to run VirtualBox as a standard user.</p>
<p><strong>Adding the user to the group</strong></p>
<div id="attachment_13563" class="wp-caption alignleft" style="width: 286px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/user_listing.png"><img class="size-full wp-image-13563" src="http://www.ghacks.net/wp-content/uploads/2009/06/user_listing.png" alt="Figure 1" width="276" height="197" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>This is actually quite easy. Go to the System menu and click on the Administration submenu. From that submenu select the Users and Groups entry. In the window that opens (see Figure 1) you will click the Manage Groups button. But before you click that button select a user and then click the Unlock button. This will give you administrative rights for this tool (you will have to enter your user password).</p>
<p>When this new window opens scroll all the way down until you see the <strong>vboxusers</strong> group. Select that group and then click</p>
<div id="attachment_13564" class="wp-caption alignright" style="width: 268px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/group_add_user.png"><img class="size-full wp-image-13564" src="http://www.ghacks.net/wp-content/uploads/2009/06/group_add_user.png" alt="Figure 2" width="258" height="197" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Properties. In this new window (see Figure 2) select the user you want to add to the group and then select OK.</p>
<p>You can now close out the Groups and the Users tools. You are ready to start using Virtualbox.</p>
<p><strong>Starting VirtualBox</strong></p>
<p>You will find the VirtualBox listing in the Accessories submenu of the Applications menu. Click on that and VirtualBox will start.</p>
<p>Before you can actually start installing a virtual machine you have to take care of some administrative tasks. Never fear, though, this is all handled by a very easy to use Wizard that will walk you through every step of the way. The only instance you might get tripped up is Virtual Hard</p>
<div id="attachment_13569" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/virtualbox_wizard_41.png"><img class="size-medium wp-image-13569" src="http://www.ghacks.net/wp-content/uploads/2009/06/virtualbox_wizard_41-500x447.png" alt="Figure 3" width="300" height="268" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>Disk step. Before VirtualBox can install an OS it has to have a virtual hard drive. This will happen around step 4 of the wizard (see Figure 3). In order to create a new virtual hard drive you have to click the New button. This will then take you into a completely different wizard. Again, this wizard is very simple and walks you through step by step.</p>
<p>Once you have created a virtual hard drive you will be taken back to the same screen as you were in for step 4. The only difference is your virtual hard drive will now be listed. You can now click Next to move on. The final screen will give you all of the information you have configured and you can then click Finish.</p>
<p>You are now ready to create a virtual machine. In my next article we will discuss the process of of creating a virtual machine.</p>
<p><strong>Final thoughts</strong></p>
<p>VirtualBox is an outstanding tool with almost limitless possibility for any administrator, developer, or computer user. It&#8217;s simplicity is only outshined by its possibilities.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/virtual-operating-system/" title="virtual operating system" rel="tag">virtual operating system</a>, <a href="http://www.ghacks.net/tag/virtual-os/" title="virtual os" rel="tag">virtual os</a>, <a href="http://www.ghacks.net/tag/virtual-machine/" title="virtual-machine" rel="tag">virtual-machine</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/30/installing-an-operating-system-with-virtual-pc-2007/" title="Installing An Operating System With Virtual PC 2007 (October 30, 2008)">Installing An Operating System With Virtual PC 2007</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/installing-a-windows-xp-as-a-virtual-machine-on-virtualbox/" title="Installing a Windows XP as a virtual machine on VirtualBox (June 15, 2009)">Installing a Windows XP as a virtual machine on VirtualBox</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/install-virtualbox-guest-additions-for-windows-7/" title="Install VirtualBox Guest Additions for Windows 7 (July 29, 2009)">Install VirtualBox Guest Additions for Windows 7</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>VirtualBox a Vmware alternative</title>
		<link>http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/</link>
		<comments>http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 07:00:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[guest-system]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[virtual-machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/</guid>
		<description><![CDATA[You all know that you can run virtual operating systems using vmware. VirtualBox is a free open source alternative to vmware which currently runs on 32-bit versions of Windows and Linux and supports the following guest systems: FreeBSD, OpenBSD, Linux 2.4 / 2.6, Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003 and Windows Vista.]]></description>
			<content:encoded><![CDATA[<p>You all know that you can run virtual operating systems using vmware. VirtualBox is a free open source alternative to vmware which currently runs on 32-bit versions of Windows and Linux and supports the following guest systems: FreeBSD, OpenBSD, Linux 2.4 / 2.6, Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003 and Windows Vista.</p>
<p>I would advise to begin by downloading the excellent <a href="http://virtualbox.org/wiki/End-user_documentation" title="virtualbox user manual" target="_blank">user manual</a> which should answer most questions about installing and configuring guest systems using Virtualbox. It takes some time to read through the 108 pages of the manual but it is well worth it to understand the functionality.</p>
<p><span id="more-1187"></span> Just download the 10 megabyte file from the <a href="http://virtualbox.org" title="virtualbox" target="_blank">VirtualBox</a> website or as a torrent and install the software. Installation is really easy in Windows (just a double-click) but a little bit more complicated in Linux. Check the user manual for a detailed instruction for Linux.</p>
<p>I do not want to explain a detailed instruction to setup a new guest system because the user manual explains everything in such great detail that it does not feel necessary at all. You basically create a new virtual machine and assign a name, ram and hard drive space to it and select a source for the installation of the guest system. The source can be from hard drive or cd for instance, just make sure you have the source at hand.</p>

	Tags: <a href="http://www.ghacks.net/tag/free/" title="free" rel="tag">free</a>, <a href="http://www.ghacks.net/tag/guest-system/" title="guest-system" rel="tag">guest-system</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/virtual-machine/" title="virtual-machine" rel="tag">virtual-machine</a>, <a href="http://www.ghacks.net/tag/virtualbox/" title="virtualbox" rel="tag">virtualbox</a>, <a href="http://www.ghacks.net/tag/vmware/" title="vmware" rel="tag">vmware</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/20/create-and-edit-vector-graphics-for-free/" title="Create and edit vector graphics for free (December 20, 2008)">Create and edit vector graphics for free</a> (10)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/manage-your-tasks-with-task-coach/" title="Manage your Tasks with Task Coach (January 20, 2007)">Manage your Tasks with Task Coach</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/" title="KompoZer, a free, open-source and half-decent WYSIWYG web editor (December 31, 2008)">KompoZer, a free, open-source and half-decent WYSIWYG web editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/14/installing-and-configuring-virtualbox-for-virtual-oses/" title="Installing and configuring VirtualBox for virtual OSes (June 14, 2009)">Installing and configuring VirtualBox for virtual OSes</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/06/17/install-guest-additions-for-a-better-virtualbox-experience/" title="Install Guest Additions for a better VirtualBox experience (June 17, 2009)">Install Guest Additions for a better VirtualBox experience</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
