<?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>LinuxByte &#187; virtualbox</title>
	<atom:link href="http://www.linuxbyte.org/tag/virtualbox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxbyte.org</link>
	<description>一个Linux Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:13:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ubuntu 10.04 安装 VirtualBox 小记</title>
		<link>http://www.linuxbyte.org/ubuntu-10-04-an-zhuang-virtualbox-xiao-ji.html</link>
		<comments>http://www.linuxbyte.org/ubuntu-10-04-an-zhuang-virtualbox-xiao-ji.html#comments</comments>
		<pubDate>Tue, 08 Feb 2011 08:37:59 +0000</pubDate>
		<dc:creator>xiao H</dc:creator>
				<category><![CDATA[系统管理]]></category>
		<category><![CDATA[vbox]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[虚拟机]]></category>

		<guid isPermaLink="false">http://www.linuxbyte.org/?p=594</guid>
		<description><![CDATA[最爱linux 命令的简洁强大，几条命令轻松安装VirtualBox。 添加VirtualBox的安装源： sudo su - echo &#34;deb http://download.virtualbox.org/virtualbox/debian lucid contrib&#34; &#62;&#62; /etc/apt/sources.list 添加数字签名: wge... ]]></description>
			<content:encoded><![CDATA[<p>最爱linux 命令的简洁强大，几条命令轻松安装VirtualBox。</p>
<p>添加VirtualBox的安装源：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span>  <span style="color: #c20cb9; font-weight: bold;">su</span> -
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;deb http://download.virtualbox.org/virtualbox/debian lucid contrib&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>

<p>添加数字签名:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-q</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>oracle_vbox.asc <span style="color: #660033;">-O-</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add -</pre></div></div>

<p><span id="more-594"></span><br />
安装vbox 和 dkms:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update 
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> virtualbox-<span style="color: #000000;">4.0</span> dkms</pre></div></div>

<p>各系统版本安装源参看下面:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian maverick contrib <span style="color: #666666; font-style: italic;">#Ubuntu 10.10</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian lucid contrib <span style="color: #666666; font-style: italic;">#Ubuntu 10.04</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian karmic contrib <span style="color: #666666; font-style: italic;">#Ubuntu 9.10</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian jaunty contrib <span style="color: #666666; font-style: italic;">#Ubuntu 9.04</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian intrepid contrib <span style="color: #666666; font-style: italic;">#Ubuntu 8.10</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian hardy contrib  <span style="color: #666666; font-style: italic;">#Ubuntu 8.04</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian squeeze contrib <span style="color: #666666; font-style: italic;">#Debian 6.0 </span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian lenny contrib <span style="color: #666666; font-style: italic;">#Debian 5.0</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>download.virtualbox.org<span style="color: #000000; font-weight: bold;">/</span>virtualbox<span style="color: #000000; font-weight: bold;">/</span>debian etch contrib <span style="color: #666666; font-style: italic;">#Debian 4.0</span></pre></div></div>

<h2  class="related_post_title">与本文关系暧昧的文字</h2><ul class="related_post"><li><a href="http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek.html" title=" Sun收购开源虚拟软件VirtualBox的开发商Innotek"> Sun收购开源虚拟软件VirtualBox的开发商Innotek</a></li></ul><hr />
<p><small>© xiao H for <a href="http://www.linuxbyte.org">LinuxByte</a>, 2011<br />
Source: <a href="http://www.linuxbyte.org/ubuntu-10-04-an-zhuang-virtualbox-xiao-ji.html">ubuntu 10.04 安装 VirtualBox 小记</a><br />
Post tags: <a href="http://www.linuxbyte.org/tag/vbox" rel="tag">vbox</a>, <a href="http://www.linuxbyte.org/tag/virtualbox" rel="tag">virtualbox</a>, <a href="http://www.linuxbyte.org/tag/%e8%99%9a%e6%8b%9f%e6%9c%ba" rel="tag">虚拟机</a><br/>
</small></p>
	<p style="margin:3px 0 0 0;">标签：<a href="http://www.linuxbyte.org/tag/vbox" title="vbox" rel="tag">vbox</a>, <a href="http://www.linuxbyte.org/tag/virtualbox" title="virtualbox" rel="tag">virtualbox</a>, <a href="http://www.linuxbyte.org/tag/%e8%99%9a%e6%8b%9f%e6%9c%ba" title="虚拟机" rel="tag">虚拟机</a></p>

<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxbyte.org/ubuntu-10-04-an-zhuang-virtualbox-xiao-ji.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun收购开源虚拟软件VirtualBox的开发商Innotek</title>
		<link>http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek.html</link>
		<comments>http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 08:51:45 +0000</pubDate>
		<dc:creator>xiao H</dc:creator>
				<category><![CDATA[新闻评论]]></category>
		<category><![CDATA[innotek]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[vbox]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek</guid>
		<description><![CDATA[Sun已经正式收购了开源虚拟软件VirtualBox的开发商Innotek。Steve Wilson，Sun的副总裁，在博客上称，“VirtualBox仍然会是免费的，它将被整合进Sun的xVM虚拟产品包中”。Sun旗下已经拥有了许 多著名的... ]]></description>
			<content:encoded><![CDATA[<p>Sun已经正式收购了开源虚拟软件<a href="http://it.slashdot.org/article.pl?sid=08/02/13/218247">VirtualBox的开发商Innotek</a>。Steve Wilson，Sun的副总裁，在博客上称，“VirtualBox仍然会是免费的，它将被整合进Sun的xVM虚拟产品包中”。Sun旗下已经拥有了许 多著名的开源软件产品，NetBeans，MySQL，VirtualBox，OpenSparc，OpenOffice，OpenSolaris， OpenJDK，等等，难道它要成为开源界的微软？</p>
<h2  class="related_post_title">与本文关系暧昧的文字</h2><ul class="related_post"><li><a href="http://www.linuxbyte.org/ubuntu-10-04-an-zhuang-virtualbox-xiao-ji.html" title="ubuntu 10.04 安装 VirtualBox 小记">ubuntu 10.04 安装 VirtualBox 小记</a></li><li><a href="http://www.linuxbyte.org/jia-gu-wen-jiang-yi-74yi-mei-yuan-shou-gou-sun.html" title="甲骨文将以74亿美元收购SUN ">甲骨文将以74亿美元收购SUN </a></li></ul><hr />
<p><small>© xiao H for <a href="http://www.linuxbyte.org">LinuxByte</a>, 2008<br />
Source: <a href="http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek.html">Sun收购开源虚拟软件VirtualBox的开发商Innotek</a><br />
Post tags: <a href="http://www.linuxbyte.org/tag/innotek" rel="tag">innotek</a>, <a href="http://www.linuxbyte.org/tag/sun" rel="tag">sun</a>, <a href="http://www.linuxbyte.org/tag/vbox" rel="tag">vbox</a>, <a href="http://www.linuxbyte.org/tag/virtualbox" rel="tag">virtualbox</a><br/>
</small></p>
	<p style="margin:3px 0 0 0;">标签：<a href="http://www.linuxbyte.org/tag/innotek" title="innotek" rel="tag">innotek</a>, <a href="http://www.linuxbyte.org/tag/sun" title="sun" rel="tag">sun</a>, <a href="http://www.linuxbyte.org/tag/vbox" title="vbox" rel="tag">vbox</a>, <a href="http://www.linuxbyte.org/tag/virtualbox" title="virtualbox" rel="tag">virtualbox</a></p>

<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxbyte.org/sun-snags-open-source-virtualization-company-innotek.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

