<?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>起点博客 &#187; ubuntu</title>
	<atom:link href="http://xinzero.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://xinzero.com</link>
	<description>起于学习，点与应用，一切只为更高效</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Linux下安装VMware tools</title>
		<link>http://xinzero.com/install-vmware-tools-on-ubuntu804-in-vmware600.html</link>
		<comments>http://xinzero.com/install-vmware-tools-on-ubuntu804-in-vmware600.html#comments</comments>
		<pubDate>Tue, 16 Sep 2008 19:37:46 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://xinzero.com/install-vmware-tools-on-ubuntu804-in-vmware600.html</guid>
		<description><![CDATA[


本来打算用cygwin gcc模拟linux环境进行编译minigui的，但是失败，由于时间紧还是改用虚拟机运行Linux，建立编译环境。而一开始又遇到了问题VMware6.0的VMware Tools似乎和ubuntu8.0.4有些不兼容，查了N多资料之后终于搞定，记录一下。
一、安装build-essential，linux-headerssudo apt-get install build-essential&#160; //不行则在System-&#62;Administration-&#62;Software Source中更改源uname -r //得到系统的版本号sudo apt-get install linux-headers-&#8217;uname -r&#8217;&#160;&#160;&#160;&#160; //uname -r替换成上条命令的结果
二、安装VMware Toolscd /media/cdrom0cp VMwareTools-6.0.0.45731.tar.gz /home/mydoccd /home/mydoctar -zxf VMwareTools-6.0.0.45731.tar.gz这时不要安装，（安装也不会成功）。需要下载http://jaist.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.05.02-90473.tar.gz，解压该文件，进入modules/linux目录将vmxnet重命名为vmxnet-only（可使用sudo mv vmxnet vmxnet-only），其他也改为如对应的xxx-only。分别执行tar -cf xxx.tar xxx-only；然后xxx.tar复制到vmware-tools-distrib/lib/modules/source目录。cd vmware-tools-distribsudo ./vmware-install.pl
然后一路回车，应该就搞定了。
PS：在没有安装VMware Tools情况下，VMware和XP共享文件采用了光盘镜像.iso文件。
相关文章VMware下运行VxWorks WindML3.0VmWare中安装VxWorks-常见问题解决方法ubuntu 8.04 安装]]></description>
			<content:encoded><![CDATA[<p>本来打算用<a href="http://xinzero.com/gcc-on-cygwin-win32.html">cygwin gcc</a>模拟linux环境进行编译minigui的，但是失败，由于时间紧还是改用虚拟机运行Linux，建立编译环境。而一开始又遇到了问题VMware6.0的VMware Tools似乎和ubuntu8.0.4有些不兼容，查了N多资料之后终于搞定，记录一下。</p>
<p>一、安装build-essential，linux-headers<br />sudo apt-get install build-essential&nbsp; //不行则在System-&gt;Administration-&gt;Software Source中更改源<br />uname -r //得到系统的版本号<br />sudo apt-get install linux-headers-&#8217;uname -r&#8217;&nbsp;&nbsp;&nbsp;&nbsp; //uname -r替换成上条命令的结果</p>
<p>二、安装VMware Tools<br />cd /media/cdrom0<br />cp VMwareTools-6.0.0.45731.tar.gz /home/mydoc<br />cd /home/mydoc<br />tar -zxf VMwareTools-6.0.0.45731.tar.gz<br />这时不要安装，（安装也不会成功）。<br />需要下载<a title="http://jaist.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.05.02-90473.tar.gz" href="http://jaist.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.05.02-90473.tar.gz">http://jaist.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2008.05.02-90473.tar.gz</a>，<br />解压该文件，进入modules/linux目录<br />将vmxnet重命名为vmxnet-only（可使用sudo mv vmxnet vmxnet-only），其他也改为如对应的xxx-only。<br />分别执行tar -cf xxx.tar xxx-only；<br />然后xxx.tar复制到vmware-tools-distrib/lib/modules/source目录。<br />cd vmware-tools-distrib<br />sudo ./vmware-install.pl</p>
<p>然后一路回车，应该就搞定了。</p>
<p>PS：在没有安装VMware Tools情况下，VMware和XP共享文件采用了光盘镜像.iso文件。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/run-windml-vxworks-on-wmware.html" title="VMware下运行VxWorks WindML3.0">VMware下运行VxWorks WindML3.0</a></li><li><a href="http://xinzero.com/boot-vxworks-on-vmware.html" title="VmWare中安装VxWorks-常见问题解决方法">VmWare中安装VxWorks-常见问题解决方法</a></li><li><a href="http://xinzero.com/ubuntu804-setup.html" title="ubuntu 8.04 安装">ubuntu 8.04 安装</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/install-vmware-tools-on-ubuntu804-in-vmware600.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 8.04 安装</title>
		<link>http://xinzero.com/ubuntu804-setup.html</link>
		<comments>http://xinzero.com/ubuntu804-setup.html#comments</comments>
		<pubDate>Fri, 02 May 2008 11:03:30 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://xinzero.com/ubuntu804-setup/</guid>
		<description><![CDATA[4月24日ubuntu 8.04正式发布，我选择了ubuntu 8.04 for desktops版本。原本打算使用VMware安装的，后来发现ubuntu支持Install inside Windows方式，就选择了直接安装双系统。这种安装方式很方便，而且也很简单。不需要在硬盘上单独分出空间，也不需要刻录光盘，在XP下通过硬盘安装也没有繁琐的设置过程。
ubuntu 8.04 安装过程如下
XP下将下载的镜像（.iso文件）放入虚拟光驱中，然后运行其中的umenu.exe，出现下图的画面选择Install inside Windows安装，以后就是点下一步了，中途需要重启一次。

相关文章Ubuntu Linux下安装VMware tools]]></description>
			<content:encoded><![CDATA[<p>4月24日ubuntu 8.04正式发布，我选择了<a target="_blank" href="http://www.ubuntu.com/getubuntu/download">ubuntu 8.04 for desktops</a>版本。原本打算使用VMware安装的，后来发现ubuntu支持Install inside Windows方式，就选择了直接安装双系统。这种安装方式很方便，而且也很简单。不需要在硬盘上单独分出空间，也不需要刻录光盘，在XP下通过硬盘安装也没有繁琐的设置过程。</p>
<p>ubuntu 8.04 安装过程如下<br />
XP下将下载的镜像（.iso文件）放入虚拟光驱中，然后运行其中的umenu.exe，出现下图的画面选择<strong>Install inside Windows</strong>安装，以后就是点下一步了，中途需要重启一次。<br />
<a href="http://xinzero.com/wp-content/uploads/2008/05/ubuntu-setup.png"><img border="0" width="507" src="http://xinzero.com/wp-content/uploads/2008/05/ubuntu-setup-thumb.png" alt="ubuntu_setup" height="362" style="border: 0px" /></a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/install-vmware-tools-on-ubuntu804-in-vmware600.html" title="Ubuntu Linux下安装VMware tools">Ubuntu Linux下安装VMware tools</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/ubuntu804-setup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

