<?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>Java堂 &#187; linux</title>
	<atom:link href="http://www.javatang.com/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.javatang.com</link>
	<description>Java Tang</description>
	<lastBuildDate>Thu, 08 Dec 2011 08:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu下面安装Macbuntu及安装之后需要修改的几个问题</title>
		<link>http://www.javatang.com/archives/2010/11/27/1657519.html</link>
		<comments>http://www.javatang.com/archives/2010/11/27/1657519.html#comments</comments>
		<pubDate>Sat, 27 Nov 2010 04:16:57 +0000</pubDate>
		<dc:creator>Jet</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.javatang.com/?p=519</guid>
		<description><![CDATA[Macbuntu是一个可以将Ubuntu修改为Mac风格的集合包，使用shell指令进行安装，其模拟到效果非常逼真和实用，效果图如上，官方网站为：http://sourceforge.net/projects/macbuntu/。 首先介绍一下安装步骤： 1. 在Macbuntu官方网站http://sourceforge.net/projects/macbuntu/上下载最新到集成包文件，目前到版本为10.10，即支持Ubuntu10.10版本，下载下来到文件为Macbuntu-10.10.tar.gz。 2. 定位到上述文件到目录，然后输入下面命令进行安装： tar zxvf Macbuntu-10.10.tar.gz sudo ./Macbuntu-10.10/install.sh 接下来就按照提示进行选择安装即可，全程都是自动的，安装完成之后需要重启。 上面是安装到步骤，下面再说几个安装之后遇到问题到程序： OpenOffice 安装Macbuntu之后发现OpenOffice打开之后，菜单和对话框中到文字都不能正常显示，如下图所示 解决的方法是：在“系统”-“首选项”-“外观”，选择“字体”标签，然后将“应用程序字体”设置为“文泉驿等宽微米黑“。 Eclipse 因为Mac中是将每个应用程序到菜单都集成到最上面到菜单栏中到，但是对于有些应用程序来说，Macbuntu没有很好的进行处理，其中Eclipse就是一个例子。这个时候打开Eclipse之后发现菜单项不见来，而最上面到菜单栏中只有一个File-Exit项。解决的方式就是创建一个shell脚本，命名为eclipse.sh，内容如下： #!/bin/bash export UBUNTU_MENUPROXY=0 PATH=/usr/lib/java/jdk1.6.0_22/bin:/usr/lib/java/jdk1.6.0_22/jre/bin ~/Development/eclipse-java-helios-SR1-linux-gtk/eclipse/eclipse 记住将中间到java和eclipse路径修改为你自己到路径，然后再执行下面到命令： chmod u+x eclipse.sh sudo ./eclipse.sh 这个时候你会发现Eclipse到菜单栏又出现了，你可以将这个eclipse.sh文件放在桌面上，然后直接双击选择“运行”即可。 参考资料： Macbuntu:把 Ubuntu 一键打造成完整的 Mac 风格 求教：openoffice菜单不能显示汉字 Eclipse menubar not appearing in Ubuntu 10.10 Related Posts:查找接口实现类的Eclipse插件在Eclipse WTP中加入Resin server adapterm2eclipse插件使用中提示jar包找不到的解决方法客户真正的需求原来是这样的由MyEclipse内存不足谈谈JVM内存]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.javatang.com/wp-content/zrtn_001n4277513e_tn.jpg" alt="" title="zrtn_001n4277513e_tn" width="500" height="312" class="aligncenter size-full wp-image-520" /></p>
<p><a href="http://sourceforge.net/projects/macbuntu/" target="_blank">Macbuntu</a>是一个可以将Ubuntu修改为Mac风格的集合包，使用shell指令进行安装，其模拟到效果非常逼真和实用，效果图如上，官方网站为：<a href="http://sourceforge.net/projects/macbuntu/" target="_blank">http://sourceforge.net/projects/macbuntu/</a>。</p>
<p>首先介绍一下安装步骤：<br />
1. 在Macbuntu官方网站<a href="http://sourceforge.net/projects/macbuntu/" target="_blank">http://sourceforge.net/projects/macbuntu/</a>上下载最新到集成包文件，目前到版本为10.10，即支持Ubuntu10.10版本，下载下来到文件为Macbuntu-10.10.tar.gz。<br />
2. 定位到上述文件到目录，然后输入下面命令进行安装：</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">tar zxvf Macbuntu-10.10.tar.gz</li>
<li>sudo ./Macbuntu-10.10/install.sh</li></ol></div>
<p>接下来就按照提示进行选择安装即可，全程都是自动的，安装完成之后需要重启。</p>
<p>上面是安装到步骤，下面再说几个安装之后遇到问题到程序：<br />
<strong>OpenOffice</strong></p>
<p>安装Macbuntu之后发现OpenOffice打开之后，菜单和对话框中到文字都不能正常显示，如下图所示<br />
<a href="http://www.javatang.com/wp-content/Screenshot.jpeg" target="_blank"><img src="http://www.javatang.com/wp-content/Screenshot.jpeg" alt="" title="Screenshot" width="640" height="400" class="aligncenter size-full wp-image-524" /></a></p>
<p>解决的方法是：在“系统”-“首选项”-“外观”，选择“字体”标签，然后将“应用程序字体”设置为“文泉驿等宽微米黑“。</p>
<p><strong>Eclipse</strong><br />
因为Mac中是将每个应用程序到菜单都集成到最上面到菜单栏中到，但是对于有些应用程序来说，Macbuntu没有很好的进行处理，其中Eclipse就是一个例子。这个时候打开Eclipse之后发现菜单项不见来，而最上面到菜单栏中只有一个File-Exit项。解决的方式就是创建一个shell脚本，命名为eclipse.sh，内容如下：</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">#!/bin/bash</li>
<li>export UBUNTU_MENUPROXY=0</li>
<li>PATH=/usr/lib/java/jdk1.6.0_22/bin:/usr/lib/java/jdk1.6.0_22/jre/bin</li>
<li>~/Development/eclipse-java-helios-SR1-linux-gtk/eclipse/eclipse</li></ol></div>
<p>记住将中间到java和eclipse路径修改为你自己到路径，然后再执行下面到命令：</p>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">chmod u+x eclipse.sh</li>
<li>sudo ./eclipse.sh</li></ol></div>
<p>这个时候你会发现Eclipse到菜单栏又出现了，你可以将这个eclipse.sh文件放在桌面上，然后直接双击选择“运行”即可。</p>
<p>参考资料：<br />
<a href="http://wowubuntu.com/macubuntu.html" target="_blank">Macbuntu:把 Ubuntu 一键打造成完整的 Mac 风格</a><br />
<a href="http://forum.ubuntu.org.cn/viewtopic.php?f=48&#038;t=299379&#038;start=0" target="_blank">求教：openoffice菜单不能显示汉字</a><br />
<a href="http://gnome-look.org/content/show.php?action=knowledgebase&#038;content=129021&#038;kbid=496" target="_blank">Eclipse menubar not appearing in Ubuntu 10.10</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.javatang.com/archives/2007/07/04/4045184.html" rel="bookmark" class="crp_title">查找接口实现类的Eclipse插件</a></li><li><a href="http://www.javatang.com/archives/2009/12/30/0134324.html" rel="bookmark" class="crp_title">在Eclipse WTP中加入Resin server adapter</a></li><li><a href="http://www.javatang.com/archives/2010/01/31/3312389.html" rel="bookmark" class="crp_title">m2eclipse插件使用中提示jar包找不到的解决方法</a></li><li><a href="http://www.javatang.com/archives/2010/07/07/2157401.html" rel="bookmark" class="crp_title">客户真正的需求原来是这样的</a></li><li><a href="http://www.javatang.com/archives/2007/12/03/1653250.html" rel="bookmark" class="crp_title">由MyEclipse内存不足谈谈JVM内存</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.javatang.com/archives/2010/11/27/1657519.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMware虚拟机中安装Linux出现的“未找到要在其中创建新文件系统的有效设备……”的问题及解决方法</title>
		<link>http://www.javatang.com/archives/2007/01/23/325089.html</link>
		<comments>http://www.javatang.com/archives/2007/01/23/325089.html#comments</comments>
		<pubDate>Tue, 23 Jan 2007 01:32:50 +0000</pubDate>
		<dc:creator>Jet</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[VMare]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[今天在VMare中安装Fedora的过程中出现了“出现错误-未找到要在其中创建新文件系统的有效设备。请检查您的硬件以找出问题的起因。”错误提示，后来Google了一下，发现是因为默认情况下VMare把硬盘设置未是SCSI类型的，解决的方法也很简单，只要将硬盘设置未IDE类型就可以了。需要说明的是，在VMware中创建虚拟机时在向导中选择“custom”才会出现设置硬盘的类型选项。 Related Posts:ORA-00600: internal error code, arguments: …PHPWind中出现 “Update Error: INSERT LOW_PRIORITY INTO pw_tmsgs ”问题的解决如何理解 Scalable 的意思？FAR编译chm文件中断原因及其解决方法Windows下手动安装JRE和Tomcat出现的错误]]></description>
			<content:encoded><![CDATA[<p>今天在VMare中安装Fedora的过程中出现了“出现错误-未找到要在其中创建新文件系统的有效设备。请检查您的硬件以找出问题的起因。”错误提示，后来Google了一下，发现是因为默认情况下VMare把硬盘设置未是SCSI类型的，解决的方法也很简单，只要将硬盘设置未IDE类型就可以了。需要说明的是，在VMware中创建虚拟机时在向导中选择“custom”才会出现设置硬盘的类型选项。</p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.javatang.com/archives/2006/06/13/370442.html" rel="bookmark" class="crp_title">ORA-00600: internal error code, arguments: …</a></li><li><a href="http://www.javatang.com/archives/2006/09/23/542969.html" rel="bookmark" class="crp_title">PHPWind中出现 “Update Error: INSERT LOW_PRIORITY INTO pw_tmsgs ”问题的解决</a></li><li><a href="http://www.javatang.com/archives/2007/01/16/291988.html" rel="bookmark" class="crp_title">如何理解 Scalable 的意思？</a></li><li><a href="http://www.javatang.com/archives/2007/06/11/5538168.html" rel="bookmark" class="crp_title">FAR编译chm文件中断原因及其解决方法</a></li><li><a href="http://www.javatang.com/archives/2009/12/30/3926321.html" rel="bookmark" class="crp_title">Windows下手动安装JRE和Tomcat出现的错误</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.javatang.com/archives/2007/01/23/325089.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>有时间看一下Ubuntu</title>
		<link>http://www.javatang.com/archives/2006/09/18/394066.html</link>
		<comments>http://www.javatang.com/archives/2006/09/18/394066.html#comments</comments>
		<pubDate>Sun, 17 Sep 2006 18:39:40 +0000</pubDate>
		<dc:creator>Jet</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ubuntu 常用的一些链接： Ubuntu首页：http://www.ubuntu.com Ubuntu中文站点：http://www.ubuntu.org.cn Ubuntu英文论坛：http://www.ubuntuforums.org/ Ubuntu中文论坛：http://www.forum.ubuntu.org.cn Ubuntu中文wiki：http://wiki.ubuntu.org.cn/ Nicky’s Blog的Ubuntu栏目：http://blog.osxcn.com/category/software/ubuntu/ 幻影泡沫 http://hi.baidu.com/ubuntu Related Posts:Ubuntu下面安装Macbuntu及安装之后需要修改的几个问题最流行的 Ajax/Java 框架Java中的RoR &#8211; Groovy on GrailsWindows任务栏出现多个相同栏的解决方法在Eclipse WTP中加入Resin server adapter]]></description>
			<content:encoded><![CDATA[<p class="storycontent">Ubuntu 常用的一些链接：</p>
<p>Ubuntu首页：<a target="_blank" href="http://www.ubuntu.com/">http://www.ubuntu.com</a><br />
Ubuntu中文站点：<a target="_blank" href="http://www.ubuntu.org.cn/">http://www.ubuntu.org.cn</a><br />
Ubuntu英文论坛：<a target="_blank" href="http://www.ubuntuforums.org/">http://www.ubuntuforums.org/</a><br />
Ubuntu中文论坛：<a target="_blank" href="http://www.forum.ubuntu.org.cn/">http://www.forum.ubuntu.org.cn</a><br />
Ubuntu中文wiki：<a target="_blank" href="http://wiki.ubuntu.org.cn/">http://wiki.ubuntu.org.cn/</a><br />
Nicky’s Blog的Ubuntu栏目：<a target="_blank" href="http://blog.osxcn.com/category/software/ubuntu/">http://blog.osxcn.com/category/software/ubuntu/</a><br />
幻影泡沫 <a target="_blank" href="http://hi.baidu.com/ubuntu">http://hi.baidu.com/ubuntu</a></p>
<div id="crp_related"><h2>Related Posts:</h2><ul><li><a href="http://www.javatang.com/archives/2010/11/27/1657519.html" rel="bookmark" class="crp_title">Ubuntu下面安装Macbuntu及安装之后需要修改的几个问题</a></li><li><a href="http://www.javatang.com/archives/2006/10/20/230978.html" rel="bookmark" class="crp_title">最流行的 Ajax/Java 框架</a></li><li><a href="http://www.javatang.com/archives/2007/03/20/2250144.html" rel="bookmark" class="crp_title">Java中的RoR &#8211; Groovy on Grails</a></li><li><a href="http://www.javatang.com/archives/2007/05/30/1755165.html" rel="bookmark" class="crp_title">Windows任务栏出现多个相同栏的解决方法</a></li><li><a href="http://www.javatang.com/archives/2009/12/30/0134324.html" rel="bookmark" class="crp_title">在Eclipse WTP中加入Resin server adapter</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.javatang.com/archives/2006/09/18/394066.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.javatang.com @ 2012-02-10 07:30:54 -->
