<?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>Ubuntu Sharing &#187; virtualbox</title>
	<atom:link href="http://ubuntuguide.net/tag/virtualbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:34:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Manage your VirtualBox Guest OS with VBoxManage</title>
		<link>http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage</link>
		<comments>http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage#comments</comments>
		<pubDate>Thu, 15 Oct 2009 01:03:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1686</guid>
		<description><![CDATA[VBoxManage is a command-line utility that allows you to control all of VirtualBox’s powerful features.Use VBoxManage ,you can make virtualbox guest OS autostart when login host machine,and you can create new virtual machines,change virtual machines&#8217; settings,etc. If you have installed virtualbox in your system,now you can run following commands in terminal(Applications-&#62;Accessories-&#62;Terminal): VBoxManage startvm “WinXP” this [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/phpvirtualbox-a-web-interface-to-manage-remote-virtualbox-vms' rel='bookmark' title='PhpVirtualbox &#8211; A web interface to Manage remote Virtualbox VMs'>PhpVirtualbox &#8211; A web interface to Manage remote Virtualbox VMs</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>VBoxManage</em> is a command-line utility that allows you to control all of VirtualBox’s powerful features.Use <em>VBoxManage </em>,you can make virtualbox guest OS autostart when login host machine,and you can create new virtual machines,change virtual machines&#8217; settings,etc.</p>
<p>If you have <a title="Install latest VirtualBox in Ubuntu" href="http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms">installed virtualbox</a> in your system,now you can run following commands in terminal(Applications-&gt;Accessories-&gt;Terminal):</p>
<pre lang="bash">VBoxManage startvm “WinXP”</pre>
<p>this will start the guest &#8220;WinXP&#8221; if you have this virtual guest in your virtualbox.</p>
<p><strong>Tips:</strong>Go to <em>System-&gt;Preferences-&gt;Startup Applications</em>.Click on <em>Add</em>,type in name and previous command in command area.And next time you login,this guest OS will autostart.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/10/vboxmanage.png"><img class="alignnone size-medium wp-image-1687" title="vboxmanage" src="http://ubuntuguide.net/wp-content/uploads/2009/10/vboxmanage-468x360.png" alt="vboxmanage" width="468" height="360" /></a></p>
<p>You can see your virtualbox version with this command:</p>
<pre lang="bash">VBoxManage  -v</pre>
<p>and view a list of virtual machines with:</p>
<pre lang="bash">VBoxManage list vms</pre>
<p>Create new virtual machine with:</p>
<pre lang="bash">VBoxManage createvm -name "guest_name_here" -register</pre>
<p>More about this command,you can tpye this in terminal:</p>
<pre lang="bash">VBoxManage help</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/phpvirtualbox-a-web-interface-to-manage-remote-virtualbox-vms' rel='bookmark' title='PhpVirtualbox &#8211; A web interface to Manage remote Virtualbox VMs'>PhpVirtualbox &#8211; A web interface to Manage remote Virtualbox VMs</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable remote desktop in Virtual machine(Virtualbox guest)</title>
		<link>http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest</link>
		<comments>http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest#comments</comments>
		<pubDate>Mon, 05 Oct 2009 05:28:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1540</guid>
		<description><![CDATA[This tutorial shows how to enable remote control to virtual machine desktop. Configuring virtual machine First,open up VirtualBox and click on the virtual machine you want to connect to.Click Settings,select Display(or,Remote display) in left.Go to Remote Display tab and check the Enable Server. Here we need to remember the Server Port :3389 which will be [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/fix-ubuntu-11-04-cannot-create-new-virtual-machine-via-virtualbox' rel='bookmark' title='Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox'>Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox</a></li>
<li><a href='http://ubuntuguide.net/how-to-share-and-connect-remote-ubuntu-desktop' rel='bookmark' title='How to share and connect remote ubuntu desktop'>How to share and connect remote ubuntu desktop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to enable remote control to virtual machine desktop.<br />
<strong>Configuring virtual machine</strong><br />
First,open up VirtualBox and click on the virtual machine you want to connect to.Click <em>Settings</em>,select<em> Display</em>(or,Remote display) in left.Go to <em>Remote Display</em> tab and check the <strong>Enable Server</strong>.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/virutal_remote_desktop.png"><img class="alignnone size-medium wp-image-1541" title="virutal_remote_desktop" src="http://ubuntuguide.net/wp-content/uploads/2009/10/virutal_remote_desktop-487x360.png" alt="virutal_remote_desktop" width="487" height="360" /></a></p>
<p>Here we need to remember the <em> Server Port :3389</em> which will be used in connecting this desktop.</p>
<p><strong>Connecting this virtual machine desktop</strong><br />
<em>Connect from Ubuntu:</em><br />
First,we need install this in the computer that we want to remote control to the virtual desktop.Run this in terminal(Applications->Accessories->Terminal)</p>
<pre lang="bash">sudo apt-get install rdesktop</pre>
<p>Now,use this command to connect to the remote virtual machine:</p>
<pre lang="bash">rdesktop -u wraith -p password -g 1024x768 -a 16 192.168.1.100:3389</pre>
<p>Here:<br />
<em>wraith</em> is the username of the HOST.<br />
<em>password</em> is the password for the user on the HOST.<br />
192.168.1.100:3389 is the Host IPaddress and Server Port.<br />
<br />
<em>Connect from Windows:</em><br />
Just go to Start->All Programs->Accessories->Communications->Remote Desktop Connection.And type in:<br />
Computer: 192.168.1.100:3389<br />
User name: wraith<br />
Password: ******</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/fix-ubuntu-11-04-cannot-create-new-virtual-machine-via-virtualbox' rel='bookmark' title='Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox'>Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox</a></li>
<li><a href='http://ubuntuguide.net/how-to-share-and-connect-remote-ubuntu-desktop' rel='bookmark' title='How to share and connect remote ubuntu desktop'>How to share and connect remote ubuntu desktop</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enable VirtualBox ubuntu guest 3D Acceleration</title>
		<link>http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration</link>
		<comments>http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration#comments</comments>
		<pubDate>Thu, 01 Oct 2009 01:44:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Compiz]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1487</guid>
		<description><![CDATA[VirtualBox has the feature that supports 3D acceleration for Linux guest since 2.2 released.To enable this in your Linux guest,first you need to install guest additions from machine-&#62;Install guest additions in the guest window.Then open settings of your Linux virtual machine and check the 3D acceleration option. Make sure you have installed graphics drive in [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
<li><a href='http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage' rel='bookmark' title='Manage your VirtualBox Guest OS with VBoxManage'>Manage your VirtualBox Guest OS with VBoxManage</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support' rel='bookmark' title='Enable VirtualBox virtual machines(Guests) USB support'>Enable VirtualBox virtual machines(Guests) USB support</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VirtualBox has the feature that supports 3D acceleration for Linux guest since 2.2 released.To enable this in your Linux guest,first you need to install <em>guest additions</em> from<em> machine-&gt;Install guest additions</em> in the guest window.Then open settings of your Linux virtual machine and check the 3D acceleration option.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/3d_acceleration.png"><img class="alignnone size-medium wp-image-1488" title="3d_acceleration" src="http://ubuntuguide.net/wp-content/uploads/2009/09/3d_acceleration-471x360.png" alt="3d_acceleration" width="471" height="360" /></a></p>
<p>Make sure you have installed graphics drive in host machine.</p>
<p>And now click<a href="http://ubuntuguide.net/how-to-install-compiz-fusion-desktop-effects-in-ubuntu-810"> install compiz and enable 3D effects </a>in the virtual machine.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
<li><a href='http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage' rel='bookmark' title='Manage your VirtualBox Guest OS with VBoxManage'>Manage your VirtualBox Guest OS with VBoxManage</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support' rel='bookmark' title='Enable VirtualBox virtual machines(Guests) USB support'>Enable VirtualBox virtual machines(Guests) USB support</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable VirtualBox virtual machines(Guests) USB support</title>
		<link>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support</link>
		<comments>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:32:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[USB drive]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1477</guid>
		<description><![CDATA[I installed Virtualbox and XP guest in Ubuntu 9.04,and enabled file sharing between them.But I encountered USB problem when I inserted a USB disk.Finally,I worked it out by following steps. 1.Open up VirtualBox,select the virtual machine and click on Settings.Then select USB in left and check the two checkboxes. 2.Open up terminal(Applications->Accessories->Terminal).Create usb group and [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests' rel='bookmark' title='How to share folder between VirtualBox Host and Virutal Machines(Guests)'>How to share folder between VirtualBox Host and Virutal Machines(Guests)</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I installed Virtualbox and XP guest in Ubuntu 9.04,and enabled file sharing between them.But I encountered USB problem when I inserted a USB disk.Finally,I worked it out by following steps.<br />
1.Open up VirtualBox,select the virtual machine and click on <strong> Settings</strong>.Then select USB in left and check the two checkboxes.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb1-479x360.png" alt="virtualbox_usb1" title="virtualbox_usb1" width="479" height="360" class="alignnone size-medium wp-image-1478" /></a><br />
2.Open up terminal(Applications->Accessories->Terminal).Create usb group and add current user to the group:</p>
<pre lang="bash">sudo groupadd usbfs
sudo adduser your_username_here usbfs</pre>
<p>3.Use this command,and you will get group id:</p>
<pre lang="bash">cat /etc/group | grep usbfs</pre>
<p>Example of output:</p>
<pre lang="bash">usbfs:x:1001:wraith</pre>
<p>Here,<strong>1001</strong> is the group id.<br />
4.Edit /etc/fstab by this command:</p>
<pre lang="bash">sudo gedit /etc/fstab</pre>
<p>Add this line in the bottom.</p>
<pre lang="bash">none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0</pre>
<p>Here 1001 is the group id in step 3.<br />
5.Run following command:</p>
<pre lang="bash">sudo chmod 777 /proc/bus/usb</pre>
<p>Restart your computer.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb-500x201.png" alt="virtualbox_usb" title="virtualbox_usb" width="500" height="201" class="alignnone size-medium wp-image-1480" /></a><br />
<br />
<strong>Tips:</strong><br />
I don&#8217;t konw whether it matters,but you&#8217;d better install <em>guest additions</em> (from <em>Devices->Install guest additions</em> in VM window)</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests' rel='bookmark' title='How to share folder between VirtualBox Host and Virutal Machines(Guests)'>How to share folder between VirtualBox Host and Virutal Machines(Guests)</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to share folder between VirtualBox Host and Virutal Machines(Guests)</title>
		<link>http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests</link>
		<comments>http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests#comments</comments>
		<pubDate>Wed, 30 Sep 2009 07:37:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1469</guid>
		<description><![CDATA[This tutorial shows how to share folder between virtualbox Ubuntu host and Windows guest,or Windows host and Ubuntu guest. First of all,make sure you have installed guest additions(from virtual machine windows,click to Machines->Install guest additions). Ubuntu host and Windows/Vista guest: 1.First,create the shared folder in ubuntu host,assuming the folder is /home/user_name/vbshare: mkdir ~/vbshare 2.Boot up [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support' rel='bookmark' title='Enable VirtualBox virtual machines(Guests) USB support'>Enable VirtualBox virtual machines(Guests) USB support</a></li>
<li><a href='http://ubuntuguide.net/ssh-to-remote-host-without-password' rel='bookmark' title='ssh to remote host without password'>ssh to remote host without password</a></li>
<li><a href='http://ubuntuguide.net/virtualbox-4-on-ext4-error-host-io-cache-will-now-be-enabled' rel='bookmark' title='Virtualbox 4 on Ext4 error &#8211; host I/O cache will now be enabled'>Virtualbox 4 on Ext4 error &#8211; host I/O cache will now be enabled</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to share folder between virtualbox Ubuntu host and Windows guest,or Windows host and Ubuntu guest.<br />
First of all,make sure you have installed guest additions(from virtual machine windows,click to Machines->Install guest additions).<br />
<strong>Ubuntu host and Windows/Vista guest:</strong><br />
1.First,create the shared folder in ubuntu host,assuming the folder is /home/user_name/vbshare:</p>
<pre lang="bash">mkdir ~/vbshare</pre>
<p>2.Boot up Windows guest and go to <em>Devices->Shared Folders</em><br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share.png" alt="virtualbox_share" title="virtualbox_share" width="338" height="327" class="alignnone size-full wp-image-1470" /></a><br />
Click the button at right to create a share.<br />
In <em>Folder Path </em> navigate to the folder you created in step one and select it.Check &#8220;Make Permanent&#8221;.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share2.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share2.png" alt="virtualbox_share2" title="virtualbox_share2" width="452" height="319" class="alignnone size-full wp-image-1471" /></a><br />
3.For Windows guest,navigate to <em>Start->Run </em>and type:</p>
<pre lang="bash">cmd</pre>
<p>In dos console,use this command:</p>
<pre lang="bash">net use t: \\vboxsvr\vbshare</pre>
<p>For Vista guest,open your Windows Explorer, click on the <em>Map Network Drive</em>.Type following in <em>Folder area </em> and check &#8220;Reconnect at logon&#8221;.</p>
<pre lang="bash">\\vboxsvr\vbshare</pre>
<p>4.Open <em>My computer</em>,you will see the shared folder:<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share3.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_share3.png" alt="virtualbox_share3" title="virtualbox_share3" width="467" height="117" class="alignnone size-full wp-image-1472" /></a><br />
<br />
<strong>Windows Host and Ubuntu guest:</strong><br />
1.Create an folder,assuming it is:</p>
<pre lang="bash">c:/vbshare</pre>
<p>2.Same to the step 2 above.<br />
3.In ubuntu guest,open terminal(Applications->Accessories->Terminal).Using following command mount the folder:</p>
<pre lang="bash">sudo mkdir /media/vb_share
sudo mount -t vboxsf vbshare /media/vb_share</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support' rel='bookmark' title='Enable VirtualBox virtual machines(Guests) USB support'>Enable VirtualBox virtual machines(Guests) USB support</a></li>
<li><a href='http://ubuntuguide.net/ssh-to-remote-host-without-password' rel='bookmark' title='ssh to remote host without password'>ssh to remote host without password</a></li>
<li><a href='http://ubuntuguide.net/virtualbox-4-on-ext4-error-host-io-cache-will-now-be-enabled' rel='bookmark' title='Virtualbox 4 on Ext4 error &#8211; host I/O cache will now be enabled'>Virtualbox 4 on Ext4 error &#8211; host I/O cache will now be enabled</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install/Update the latest VirtualBox without hurting current VMs</title>
		<link>http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms</link>
		<comments>http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1322</guid>
		<description><![CDATA[VirtualBox is a powerful x86 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). VirtualBox 3.0.6 [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-virtualbox-in-ubuntu-904' rel='bookmark' title='How to install Virtualbox in ubuntu 9.04'>How to install Virtualbox in ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/install-latest-cairo-dockupdate-every-week-in-ubuntu' rel='bookmark' title='Install Latest Cairo-Dock/update every week in Ubuntu'>Install Latest Cairo-Dock/update every week in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage' rel='bookmark' title='Manage your VirtualBox Guest OS with VBoxManage'>Manage your VirtualBox Guest OS with VBoxManage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VirtualBox is a powerful x86 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).<br />
VirtualBox 3.0.6 released on Sep. 9,2009,which improves stability and performance.<br />
To update to the latest version,first make a backup for your current VMs(File-&gt;Export Appliance&#8230;),although the fresh installation won&#8217;t hurt current VMs setups.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox.png"><img class="alignnone size-medium wp-image-1323" title="virtualbox" src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox-434x360.png" alt="virtualbox" width="434" height="360" /></a></p>
<p>Remove the old version with this command:</p>
<pre lang="bash">sudo apt-get remove --purge virtualbox</pre>
<p>This won&#8217;t delete your VMs which lie in your home directory. And now download the latest version from <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">VirtualBox home page</a> ,double click to install it.<br />
Also,you can install it by adding source in source.list:</p>
<pre lang="bash">sudo gedit /etc/apt/sources.list</pre>
<p>add this line to the file,save and close it.<br />
For ubuntu 9.04:</p>
<pre>deb http://download.virtualbox.org/virtualbox/debian jaunty non-free</pre>
<p>For ubuntu 8.10:</p>
<pre>deb http://download.virtualbox.org/virtualbox/debian intrepid non-free</pre>
<p>For ubuntu 8.04:</p>
<pre>deb http://download.virtualbox.org/virtualbox/debian hardy non-free</pre>
<p>Then,add the GPG key:</p>
<pre lang="bash">wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</pre>
<p>Update and install:</p>
<pre lang="bash">sudo apt-get update
apt-get install virtualbox-3.0</pre>
<p>Replace virtualbox-3.0</p>
<pre lang="bash">  by virtualbox to install VirtualBox 1.6.6
   by virtualbox-2.0 to install VirtualBox 2.0.10
   by virtualbox-2.1 to install VirtualBox 2.1.4
   by virtualbox-2.2 to install VirtualBox 2.2.4</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-virtualbox-in-ubuntu-904' rel='bookmark' title='How to install Virtualbox in ubuntu 9.04'>How to install Virtualbox in ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/install-latest-cairo-dockupdate-every-week-in-ubuntu' rel='bookmark' title='Install Latest Cairo-Dock/update every week in Ubuntu'>Install Latest Cairo-Dock/update every week in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/manage-your-virtualbox-guest-os-with-vboxmanage' rel='bookmark' title='Manage your VirtualBox Guest OS with VBoxManage'>Manage your VirtualBox Guest OS with VBoxManage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Windows XP inside ubuntu using Virtualbox</title>
		<link>http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox</link>
		<comments>http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox#comments</comments>
		<pubDate>Fri, 08 May 2009 10:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=272</guid>
		<description><![CDATA[If you are a Linux ubuntu user and you just want to do any thing in Windows when you are operating in ubuntu,you may not want to restart your computer and select to boot Windows.This tutorial tells how to  install Windows XP with virtualbox inside ubuntu,and I hope it may  help.Following is my virtual XP [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-virtualbox-in-ubuntu-904' rel='bookmark' title='How to install Virtualbox in ubuntu 9.04'>How to install Virtualbox in ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms' rel='bookmark' title='Install/Update the latest VirtualBox without hurting current VMs'>Install/Update the latest VirtualBox without hurting current VMs</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are a Linux ubuntu user and you just want to do any thing in Windows when you are operating in ubuntu,you may not want to restart your computer and select to boot Windows.This tutorial tells how to  install Windows XP with<a title="install/update the latest VirtualBox" href="http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms"> virtualbox </a>inside ubuntu,and I hope it may  help.Following is my virtual XP system.</p>
<p><img class="alignnone size-medium wp-image-273" title="snapshot19" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot19-450x360.png" alt="snapshot19" width="450" height="360" /></p>
<p>1.First,install Virtualbox,<a href="http://ubuntuguide.net/install-virtualbox-in-ubuntu-904" target="_blank"> here</a> tells you how to install it.</p>
<p>2.After Virtualbox installed,click to<strong> System&#8211;&gt;Administration&#8211;&gt;Users&amp;Groups</strong>,</p>
<p><img class="alignnone size-medium wp-image-275" title="snapshot20" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot20-283x360.png" alt="snapshot20" width="283" height="360" /></p>
<p>click<strong> unlock</strong> at following window,enter you password then click <strong>Manage Groups</strong></p>
<p><img class="alignnone size-full wp-image-276" title="snapshot21" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot21.png" alt="snapshot21" width="461" height="322" /></p>
<p>scroll down to select <strong>vboxusers</strong>, then click Properties,</p>
<p><img class="alignnone size-full wp-image-277" title="snapshot22" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot22.png" alt="snapshot22" width="411" height="321" /></p>
<p>tick  wraith on,wraith is my user name.</p>
<p><img class="alignnone size-full wp-image-278" title="snapshot23" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot23.png" alt="snapshot23" width="431" height="324" /></p>
<p>You can just execute following command in a terminal instead what you do above:</p>
<pre lang="bash">sudo adduser user-name vboxusers</pre>
<p>type your ubuntu user name instead user-name.</p>
<p>3.Now open Virtualbox at Applications&#8211;&gt;System Tools&#8211;&gt;Sun VirtualBox,</p>
<p>Click <strong>New</strong> to create a new machine</p>
<p><img class="alignnone size-medium wp-image-279" title="snapshot24" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot24-486x360.png" alt="snapshot24" width="486" height="360" /></p>
<p>click next and enter a name for the machine at bottom select OS to Microsoft Windows ,Windows XP</p>
<p><img class="alignnone size-medium wp-image-280" title="snapshot25" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot25-490x360.png" alt="snapshot25" width="490" height="360" /></p>
<p>click next and set memory size,512MB is recommended if you have a 1GB RAM.</p>
<p><img class="alignnone size-medium wp-image-281" title="snapshot26" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot26-490x360.png" alt="snapshot26" width="490" height="360" /></p>
<p>click next and create new hard disk</p>
<p><img class="alignnone size-medium wp-image-282" title="snapshot27" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot27-490x360.png" alt="snapshot27" width="490" height="360" /></p>
<p>click next until following window,select as follow</p>
<p><img class="alignnone size-medium wp-image-283" title="snapshot28" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot28-487x360.png" alt="snapshot28" width="487" height="360" /></p>
<p>click next and distribute virtual hard disk size</p>
<p><img class="alignnone size-medium wp-image-284" title="snapshot29" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot29-482x360.png" alt="snapshot29" width="482" height="360" /></p>
<p>click next,then finish.you will see:</p>
<p><img class="alignnone size-medium wp-image-285" title="snapshot30" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot30-485x360.png" alt="snapshot30" width="485" height="360" /></p>
<p>Click <strong>Settings</strong>,in <strong>Genera</strong>l,set the Video Memory size,then go to <strong>CD/DVD-ROM</strong>,tick on <strong>Mount CD/DVD Drive&#8211;&gt;Host CD/DVD drive</strong></p>
<p>click<strong> Audio</strong>,select <strong>Host Audio Driver</strong> to <strong>OSS audio driver</strong>,click ok to change at last.</p>
<p>Now,you need a CD for Windows install,put it in you CD-ROM,and click <strong>Start</strong> ,windows will be installing.Click start to run Windows after the install finish.</p>
<p>Tips:</p>
<p>If you want to install the virtual XP system with an image file,click <strong>Settings </strong>and tick on<strong> ISO Image File</strong> at CD/DVD-ROM  tab,then add it from your disk.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-virtualbox-in-ubuntu-904' rel='bookmark' title='How to install Virtualbox in ubuntu 9.04'>How to install Virtualbox in ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms' rel='bookmark' title='Install/Update the latest VirtualBox without hurting current VMs'>Install/Update the latest VirtualBox without hurting current VMs</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to install Virtualbox in ubuntu 9.04</title>
		<link>http://ubuntuguide.net/install-virtualbox-in-ubuntu-904</link>
		<comments>http://ubuntuguide.net/install-virtualbox-in-ubuntu-904#comments</comments>
		<pubDate>Thu, 07 May 2009 05:34:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=264</guid>
		<description><![CDATA[Virtualbox can run whole operating system in a window,but that do not have direct access to your computer hardware,Virtualbox can run all versions of Windows,Linux and various other systems. To install virtualbox,you need to install following package by running following command in a terminal window first: sudo apt-get update sudo apt-get install dkms Then download  [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms' rel='bookmark' title='Install/Update the latest VirtualBox without hurting current VMs'>Install/Update the latest VirtualBox without hurting current VMs</a></li>
<li><a href='http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox' rel='bookmark' title='Install Windows XP inside ubuntu using Virtualbox'>Install Windows XP inside ubuntu using Virtualbox</a></li>
<li><a href='http://ubuntuguide.net/fix-ubuntu-11-04-cannot-create-new-virtual-machine-via-virtualbox' rel='bookmark' title='Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox'>Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Virtualbox can run whole operating system in a window,but that do not have direct access to your computer hardware,Virtualbox can run all versions of Windows,Linux and various other systems.</p>
<p>To install virtualbox,you need to install following package by running following command in a terminal window first:</p>
<pre lang="bash">sudo apt-get update

sudo apt-get install dkms</pre>
<p>Then download  .deb package for virtualbox install from the link:<a href="http://www.virtualbox.org/wiki/Linux_Downloads" target="_blank">http://www.virtualbox.org/wiki/Linux_Downloads</a></p>
<p>Just double click on the package you downloaded,click <strong>Install Package</strong> in next window and install it by prompt.</p>
<p>After install finish,restart computer,then you can open it at <strong>Applications&#8211;&gt;System Tools&#8211;&gt;Sun Virtual Box</strong>,when you first open up you will see following figure,scroll down to bottom and select <strong>I agree</strong></p>
<p><img class="alignnone size-medium wp-image-265" title="snapshot15" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot15-462x360.png" alt="snapshot15" width="462" height="360" /></p>
<p>then create user name</p>
<p><img class="alignnone size-medium wp-image-266" title="snapshot16" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot16-389x360.png" alt="snapshot16" width="389" height="360" /></p>
<p>you will see virtualbox work window:</p>
<p><img class="alignnone size-medium wp-image-267" title="snapshot17" src="http://ubuntuguide.net/wp-content/uploads/2009/05/snapshot17-487x360.png" alt="snapshot17" width="487" height="360" /></p>
<p>Tips:</p>
<p>click <a href="http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox">here</a> for installing windows XP with virtualbox inside ubuntu</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/installupdate-the-latest-virtualbox-without-hurting-current-vms' rel='bookmark' title='Install/Update the latest VirtualBox without hurting current VMs'>Install/Update the latest VirtualBox without hurting current VMs</a></li>
<li><a href='http://ubuntuguide.net/installi-windows-xp-inside-ubuntu-using-virtualbox' rel='bookmark' title='Install Windows XP inside ubuntu using Virtualbox'>Install Windows XP inside ubuntu using Virtualbox</a></li>
<li><a href='http://ubuntuguide.net/fix-ubuntu-11-04-cannot-create-new-virtual-machine-via-virtualbox' rel='bookmark' title='Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox'>Fix Ubuntu 11.04 cannot Create new Virtual Machine via Virtualbox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-virtualbox-in-ubuntu-904/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

