<?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; 输入法</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/%e8%be%93%e5%85%a5%e6%b3%95/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>ubuntu服务器解决方案第四讲-输入法-中文</title>
		<link>http://www.bio-info-trainee.com/562.html</link>
		<comments>http://www.bio-info-trainee.com/562.html#comments</comments>
		<pubDate>Wed, 01 Apr 2015 02:26:06 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[输入法]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=562</guid>
		<description><![CDATA[发现自己搞服务器遇到的困难还是蛮多的，所以记录了一下，给菜鸟们指个路。 ubun &#8230; <a href="http://www.bio-info-trainee.com/562.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>发现自己搞服务器遇到的困难还是蛮多的，所以记录了一下，给菜鸟们指个路。<br />
ubuntu对生信菜鸟来说是最好用的linux服务器，没有之一，因为它有apt-get。</p>
<p>这个主要是针对有界面的服务器来说的，不是我们通常意义的ssh登陆，一般ssh登陆的可以把中文复制张贴进去即可。</p>
<p>Ubuntu上的输入法主要有小小输入平台（支持拼音/二笔/五笔等），Fcitx，Ibus，Scim等。其中Scim和Ibus是输入法框架。</p>
<p>在Ubuntu的中文系统中自带了中文输入法，通过Ctrl+Space可切换中英文输入法。这里我们主要说下Ubuntu英文系统中，中文输入法的安装。</p>
<p>安装输入法的第一步，是安装语言包。我们选择System Settings--&gt;Language Support--&gt;Install/Remove Languages，这里面可以选择简体中文</p>
<p>输入密码后，系统会安装简体中文语言包。</p>
<p>第二步，安装完毕后切换到终端，安装IBus框架，在终端输入以下命令：</p>
<p>sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4</p>
<p>启动IBus框架，在终端输入：</p>
<p>im-switch -s ibus</p>
<p>安装完IBus框架后注销系统，保证更改立即生效。</p>
<p>第三步：安装拼音引擎</p>
<p>有下面几种常用选择：</p>
<p>IBus拼音：sudo apt-get install ibus-pinyin</p>
<p>IBUS五笔：sudo apt-get install ibus-table-wubi</p>
<p>谷歌拼音输入法：sudo apt-get install ibus-googlepinyin</p>
<p>Sun拼音输入法：sudo apt-get install ibus-sunpinyin</p>
<p>第四步：设置IBus框架</p>
<p>终端输入ibus-setup 此时，IBus Preference设置被打开。我们在Input Method选项卡中，选择自己喜欢的输入方式，并配置自己喜欢的快捷键即可。</p>
<p>第五步：通常情况下，IBus图标（一个小键盘）会出现在桌面右上角的任务栏中。有时候这个图标会自行消失，可使用以下命令，找回消失的IBus图标：</p>
<p>ibus-daemon –drx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/562.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
