<?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>#raynix# &#187; 免费软件</title>
	<atom:link href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://raynix.info</link>
	<description>Hold your head high.</description>
	<lastBuildDate>Thu, 09 Sep 2010 04:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu 7.10之缺省输入法</title>
		<link>http://raynix.info/archives/224</link>
		<comments>http://raynix.info/archives/224#comments</comments>
		<pubDate>Wed, 14 Nov 2007 07:42:20 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>

		<guid isPermaLink="false">http://raynix.cn/archives/224</guid>
		<description><![CDATA[之前，X桌面的缺省输入法始终是Xim。如果是支持输入法选择的Pidgin这样的软件，只要点右键然后选择SCIM就可以输入中文了；如果是不支持输入法选择的FireFox这类软件，我只好单独Alt-F2开一个SCIM，虽然也解决了问题，但是毕竟很不优雅。 参考Ubuntu中文论坛的一篇文章，我发现如下文件很关键： /etc/X11/xinit/xinput.d/scim-pinyin 于是gedit一下： if [ -e /usr/lib/gtk-2.0/2.10.0/immodules/im-scim-bridge.so ]; then GTK_IM_MODULE=scim-bridge else GTK_IM_MODULE=xim fi if [ -e /usr/lib/qt3/plugins/inputmethods/libqscim.so ]; then QT_IM_MODULE=scim else QT_IM_MODULE=xim fi 可以看出，如果有scim-bridge这个包，才有gtk下面的scim，否则回归xim。是否就是因为我这没有scim-bridge包呢？ 于是我打开系统》系统管理》新立得软件包管理器： 勾选这几个scim-bridge以及相关包，然后下载、安装。最后im-switch -s scim-pinyin，重新login后搞定！ © raynix for #raynix#, 2007. &#124; Permalink &#124; 唉, 一个评论都没 &#124; Add to del.icio.us Post tags: linux, scim, Ubuntu, 免费软件, 开源 Feed enhanced by Better Feed [...]]]></description>
			<content:encoded><![CDATA[<p>之前，X桌面的缺省输入法始终是Xim。如果是支持输入法选择的Pidgin这样的软件，只要点右键然后选择SCIM就可以输入中文了；如果是不支持输入法选择的FireFox这类软件，我只好单独Alt-F2开一个SCIM，虽然也解决了问题，但是毕竟很不优雅。</p>
<p>参考<a href="http://forum.ubuntu.org.cn/ptopic57161.html&amp;sid=25029cb5f695bffc9ca37b5cca0cfe0c" target="_blank">Ubuntu中文论坛的一篇文章</a>，我发现如下文件很关键：</p>
<p>/etc/X11/xinit/xinput.d/scim-pinyin</p>
<p>于是gedit一下：</p>
<blockquote><p>if [ -e /usr/lib/gtk-2.0/2.10.0/immodules/im-scim-bridge.so ]; then<br />
GTK_IM_MODULE=scim-bridge<br />
else<br />
GTK_IM_MODULE=xim<br />
fi<br />
if [ -e /usr/lib/qt3/plugins/inputmethods/libqscim.so ]; then<br />
QT_IM_MODULE=scim<br />
else<br />
QT_IM_MODULE=xim<br />
fi</p></blockquote>
<p>可以看出，如果有scim-bridge这个包，才有gtk下面的scim，否则回归xim。是否就是因为我这没有scim-bridge包呢？ 于是我打开系统》系统管理》新立得软件包管理器：</p>
<p><a title="pkm.jpeg" href="http://raynix.info/wp-content/uploads/2007/11/pkm.jpeg"><img src="http://raynix.info/wp-content/uploads/2007/11/pkm.thumbnail.jpeg" alt="pkm.jpeg" /></a></p>
<p>勾选这几个scim-bridge以及相关包，然后下载、安装。最后im-switch -s scim-pinyin，重新login后搞定！</p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2007. |
<a href="http://raynix.info/archives/224">Permalink</a> |
<a href="http://raynix.info/archives/224#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/224&title=Ubuntu 7.10之缺省输入法">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/linux" rel="tag">linux</a>, <a href="http://raynix.info/archives/tag/scim" rel="tag">scim</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6" rel="tag">免费软件</a>, <a href="http://raynix.info/archives/tag/%e5%bc%80%e6%ba%90" rel="tag">开源</a><br/>
</small></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://raynix.info/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 CD刻录以及类Vista的任务切换效果</title>
		<link>http://raynix.info/archives/218</link>
		<comments>http://raynix.info/archives/218#comments</comments>
		<pubDate>Mon, 05 Nov 2007 07:45:46 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>

		<guid isPermaLink="false">http://raynix.cn/archives/218</guid>
		<description><![CDATA[ 接上篇。放一片空白CD到Combo光驱，然后选择刻录音乐CD，选择曲目，于是一张Audio CD 就刻录出来了。过程与windows下的类似。结果如图： 下面是按Alt-Tab出来的普通任务切换界面： 下面是按Win-Tab出来的3D任务切换界面： 有些像Vista的效果吧，不过这是一个1CD的免费开源系统提供的，而且它不会要求你购买一块DirectX10显卡，而且速度飞快。 © raynix for #raynix#, 2007. &#124; Permalink &#124; 唉, 一个评论都没 &#124; Add to del.icio.us Post tags: linux, Ubuntu, 免费软件, 开源 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p> 接上篇。放一片空白CD到Combo光驱，然后选择刻录音乐CD，选择曲目，于是一张Audio CD 就刻录出来了。过程与windows下的类似。结果如图：<br />
<a href="http://raynix.info/wp-content/uploads/2007/11/cdr.jpg" title="cdr.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/cdr.thumbnail.jpg" alt="cdr.jpg" /></a></p>
<p>下面是按Alt-Tab出来的普通任务切换界面：<br />
<a href="http://raynix.info/wp-content/uploads/2007/11/task-switch1.jpg" title="task-switch1.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/task-switch1.thumbnail.jpg" alt="task-switch1.jpg" /></a></p>
<p>下面是按Win-Tab出来的3D任务切换界面：<br />
<a href="http://raynix.info/wp-content/uploads/2007/11/task-switch2.jpg" title="task-switch2.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/task-switch2.thumbnail.jpg" alt="task-switch2.jpg" /></a></p>
<p>有些像Vista的效果吧，不过这是一个1CD的免费开源系统提供的，而且它不会要求你购买一块DirectX10显卡，而且速度飞快。</p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2007. |
<a href="http://raynix.info/archives/218">Permalink</a> |
<a href="http://raynix.info/archives/218#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/218&title=Ubuntu 7.10 CD刻录以及类Vista的任务切换效果">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/linux" rel="tag">linux</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6" rel="tag">免费软件</a>, <a href="http://raynix.info/archives/tag/%e5%bc%80%e6%ba%90" rel="tag">开源</a><br/>
</small></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://raynix.info/archives/218/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10超强的打印支持</title>
		<link>http://raynix.info/archives/213</link>
		<comments>http://raynix.info/archives/213#comments</comments>
		<pubDate>Fri, 02 Nov 2007 07:47:27 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>

		<guid isPermaLink="false">http://raynix.cn/archives/213</guid>
		<description><![CDATA[我一直担心的就是Linux上面的各种驱动问题：打印机、扫描仪、数码相机等等。今天我抱着试探的想法来安装公司内的打印机，结果却是出人意料的简单和快捷。 公司有3台打印机，一台HP ColorLaserJet 2700彩色激光打印机、一台Brother640多功能一体机、一台Sharp AR251 A3打印/复印一体机。Ubuntu的打印管理软件一次就扫描到了所有可连接的打印机，无须人工指定型号/IP等： 之后就是打印测试页，一切正常。 另外，注意到上图的一些花哨效果了吗？我几经周折、误打误撞的开启了3D桌面，半透明、阴影、窗口动画效果等等都有了，都是显卡硬件加速的哦。 © raynix for #raynix#, 2007. &#124; Permalink &#124; 唉, 一个评论都没 &#124; Add to del.icio.us Post tags: linux, Ubuntu, 免费软件, 开源 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>我一直担心的就是Linux上面的各种驱动问题：打印机、扫描仪、数码相机等等。今天我抱着试探的想法来安装公司内的打印机，结果却是出人意料的简单和快捷。</p>
<p>公司有3台打印机，一台HP ColorLaserJet 2700彩色激光打印机、一台Brother640多功能一体机、一台Sharp AR251 A3打印/复印一体机。Ubuntu的打印管理软件一次就扫描到了所有可连接的打印机，无须人工指定型号/IP等：</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/printer-1.jpg" title="printer-1.jpg"> </a><a href="http://raynix.info/wp-content/uploads/2007/11/printer-1.jpg" title="printer-1.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/printer-1.thumbnail.jpg" alt="printer-1.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/printer-2.jpg" title="printer-2.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/printer-2.thumbnail.jpg" alt="printer-2.jpg" /></a></p>
<p>之后就是打印测试页，一切正常。</p>
<p>另外，注意到上图的一些花哨效果了吗？我几经周折、误打误撞的开启了3D桌面，半透明、阴影、窗口动画效果等等都有了，都是显卡硬件加速的哦。</p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2007. |
<a href="http://raynix.info/archives/213">Permalink</a> |
<a href="http://raynix.info/archives/213#comments">唉, 一个评论都没</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/213&title=Ubuntu 7.10超强的打印支持">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/linux" rel="tag">linux</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6" rel="tag">免费软件</a>, <a href="http://raynix.info/archives/tag/%e5%bc%80%e6%ba%90" rel="tag">开源</a><br/>
</small></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://raynix.info/archives/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从windows到ubuntu</title>
		<link>http://raynix.info/archives/192</link>
		<comments>http://raynix.info/archives/192#comments</comments>
		<pubDate>Thu, 01 Nov 2007 03:47:31 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[开源]]></category>

		<guid isPermaLink="false">http://raynix.cn/archives/192</guid>
		<description><![CDATA[昨天一冲动，我买了一块硬盘，给笔记本装上以后，我开始了我的ubuntu之路。Ubuntu7.10是目前的最新版本，只需要一张CD就能安装了。 由于是在新硬盘上面安装，没有什么顾忌，我全部采用缺省设置来安装，包含在线更新在内，耗时大概40分钟。其中下载简体中文包时用了大概20分钟，实在莫名其妙了。 安装完成，开始自动更新了，类似windows update，但是更新的不仅是系统，已经安装的软件包也可以更新。 我被系统托盘上的蓝牙图标吸引了一下，要知道，linux在赶时髦方面一直很差劲的。搜索一下，真的找到我的手机了。不过连接传输文件时报了个错误。再说吧。 忘了说，我的笔记本型号是ThinkPad T60。我按了一下键盘上方的音量+-键，居然有和windows下一样的音量屏幕提示，很舒适。开始听网络电台了。另外连接usb硬盘也很简单，我开始把备份的文件复制过来。 联网很简单，缺省是DHCP的，所以接上网线就可以了。第一件事自然是上线跟朋友显摆一下了。Pidgin原名Gaim，由于被AOL告了，所以改了名字。看，我的msn/gtalk/icq都回来了。恰好朋友给我发文件，收了下来，我几乎以为我在用msn了。QQ仍旧不行，也不奇怪，马老板最近把改QQ的人都告了，那做linux QQ的人估计也躲起来了。老婆的blog看起来没怎么变样，sohu做的还可以了。 原来的墙纸复制过来了，看一眼。MP3也可以听了，希望以后MP3也是free的。 雷鸟不是自带的，需要自己安装。不过很简单了，只需在［添加/删除］里面选中即可。右图是Matirx屏保，GL的哦。 大概是出于对M$老大的敬畏，Ubuntu没有内置对WMV的支持。不过也只是几下点击之遥。 WMV/XVid都可以看了，不过这个720p的I,Robot有时候会抖，看来还不完善。 Ok，开始写Blog之前留个纪念。 Ubuntu包括了OpenOffice，就不赘述Office应用了。中文输入也没问题，有此篇为证。待续。 补充一下：小游戏 © raynix for #raynix#, 2007. &#124; Permalink &#124; 2 条评论 &#124; Add to del.icio.us Post tags: linux, Ubuntu, 免费软件, 开源 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>昨天一冲动，我买了一块硬盘，给笔记本装上以后，我开始了我的ubuntu之路。Ubuntu7.10是目前的最新版本，只需要一张CD就能安装了。</p>
<p>由于是在新硬盘上面安装，没有什么顾忌，我全部采用缺省设置来安装，包含在线更新在内，耗时大概40分钟。其中下载简体中文包时用了大概20分钟，实在莫名其妙了。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/update.jpg" title="update.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/update.thumbnail.jpg" alt="update.jpg" /> </a><br />
安装完成，开始自动更新了，类似windows update，但是更新的不仅是系统，已经安装的软件包也可以更新。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/bt.jpg" title="bt.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/bt.thumbnail.jpg" alt="bt.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/bte.jpg" title="bte.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/bte.thumbnail.jpg" alt="bte.jpg" /></a><br />
我被系统托盘上的蓝牙图标吸引了一下，要知道，linux在赶时髦方面一直很差劲的。搜索一下，真的找到我的手机了。不过连接传输文件时报了个错误。再说吧。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/vc.jpg" title="vc.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/vc.thumbnail.jpg" alt="vc.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/usb.jpg" title="usb.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/usb.thumbnail.jpg" alt="usb.jpg" /> </a><br />
忘了说，我的笔记本型号是ThinkPad T60。我按了一下键盘上方的音量+-键，居然有和windows下一样的音量屏幕提示，很舒适。开始听网络电台了。另外连接usb硬盘也很简单，我开始把备份的文件复制过来。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/im.jpg" title="im.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/im.thumbnail.jpg" alt="im.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/imft.jpg" title="imft.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/imft.thumbnail.jpg" alt="imft.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/ronia.jpg" title="ronia.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/ronia.thumbnail.jpg" alt="ronia.jpg" /></a><br />
联网很简单，缺省是DHCP的，所以接上网线就可以了。第一件事自然是上线跟朋友显摆一下了。Pidgin原名Gaim，由于被AOL告了，所以改了名字。看，我的msn/gtalk/icq都回来了。恰好朋友给我发文件，收了下来，我几乎以为我在用msn了。QQ仍旧不行，也不奇怪，马老板最近把改QQ的人都告了，那做linux QQ的人估计也躲起来了。老婆的blog看起来没怎么变样，sohu做的还可以了。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/pic.jpg" title="pic.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/pic.thumbnail.jpg" alt="pic.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/mp3.jpg" title="mp3.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/mp3.thumbnail.jpg" alt="mp3.jpg" /></a><br />
原来的墙纸复制过来了，看一眼。MP3也可以听了，希望以后MP3也是free的。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/tb.jpg" title="tb.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/tb.thumbnail.jpg" alt="tb.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/ss.jpg" title="ss.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/ss.thumbnail.jpg" alt="ss.jpg" /></a><br />
雷鸟不是自带的，需要自己安装。不过很简单了，只需在［添加/删除］里面选中即可。右图是Matirx屏保，GL的哦。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/wmv1.jpg" title="wmv1.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/wmv1.thumbnail.jpg" alt="wmv1.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/wmv2.jpg" title="wmv2.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/wmv2.thumbnail.jpg" alt="wmv2.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/wmv3.jpg" title="wmv3.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/wmv3.thumbnail.jpg" alt="wmv3.jpg" /></a><br />
大概是出于对M$老大的敬畏，Ubuntu没有内置对WMV的支持。不过也只是几下点击之遥。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/dd.jpg" title="dd.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/dd.thumbnail.jpg" alt="dd.jpg" /></a> <a href="http://raynix.info/wp-content/uploads/2007/11/720p.jpg" title="720p.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/720p.thumbnail.jpg" alt="720p.jpg" /></a><br />
WMV/XVid都可以看了，不过这个720p的I,Robot有时候会抖，看来还不完善。</p>
<p><a href="http://raynix.info/wp-content/uploads/2007/11/blog.jpg" title="blog.jpg"><img src="http://raynix.info/wp-content/uploads/2007/11/blog.thumbnail.jpg" alt="blog.jpg" /></a><br />
Ok，开始写Blog之前留个纪念。</p>
<p>Ubuntu包括了OpenOffice，就不赘述Office应用了。中文输入也没问题，有此篇为证。待续。</p>
<p>补充一下：小游戏<br />
<a href="http://raynix.info/wp-content/uploads/2007/11/games.jpeg" title="games.jpeg"><img src="http://raynix.info/wp-content/uploads/2007/11/games.thumbnail.jpeg" alt="games.jpeg" /></a></p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2007. |
<a href="http://raynix.info/archives/192">Permalink</a> |
<a href="http://raynix.info/archives/192#comments">2 条评论</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/192&title=从windows到ubuntu">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/linux" rel="tag">linux</a>, <a href="http://raynix.info/archives/tag/ubuntu" rel="tag">Ubuntu</a>, <a href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6" rel="tag">免费软件</a>, <a href="http://raynix.info/archives/tag/%e5%bc%80%e6%ba%90" rel="tag">开源</a><br/>
</small></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://raynix.info/archives/192/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>从Foxmail到Thunderbird</title>
		<link>http://raynix.info/archives/128</link>
		<comments>http://raynix.info/archives/128#comments</comments>
		<pubDate>Tue, 19 Jun 2007 06:27:02 +0000</pubDate>
		<dc:creator>raynix</dc:creator>
				<category><![CDATA[Free software]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[免费软件]]></category>

		<guid isPermaLink="false">http://raynix.cn/archives/128</guid>
		<description><![CDATA[最近经常有同事返映，收不到附件或者邮件丢失，后来我发现，这些同事碰巧都是使用Foxmail的。目前Foxmail6依旧是beta阶段，而且已经几个月没看到进展了，无奈，我只好给同事们转移到Thunderbird上。 首先是地址簿的转移，相对简单。只要从Foxmail导出为csv，然后再由Thunderbird导入即可。然后是邮件的转移，路线是曲折的，多亏了Outlook Express了： 由Foxmail里选择所有邮件，然后选择导出，存在一个文件夹，这样我们就得到了n个eml文件。然后打开Outlook Express，通过拖拽（drag-n-drop）方式，把刚才的n个eml放入inbox，这个可能需要很长时间和很多磁盘空间。完成之后，就可以关掉Outlook Express，然后很悠然的在Thunderbird里面选择“从Outlook Express”导入邮件了。最后成功后，再把Foxmail和Outlook Express里面的邮件删除就行了。 © raynix for #raynix#, 2007. &#124; Permalink &#124; 3 条评论 &#124; Add to del.icio.us Post tags: smtp, 免费软件 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>最近经常有同事返映，收不到附件或者邮件丢失，后来我发现，这些同事碰巧都是使用Foxmail的。目前Foxmail6依旧是beta阶段，而且已经几个月没看到进展了，无奈，我只好给同事们转移到Thunderbird上。</p>
<p>首先是地址簿的转移，相对简单。只要从Foxmail导出为csv，然后再由Thunderbird导入即可。然后是邮件的转移，路线是曲折的，多亏了Outlook Express了：</p>
<p>由Foxmail里选择所有邮件，然后选择导出，存在一个文件夹，这样我们就得到了n个eml文件。然后打开Outlook Express，通过拖拽（drag-n-drop）方式，把刚才的n个eml放入inbox，这个可能需要很长时间和很多磁盘空间。完成之后，就可以关掉Outlook Express，然后很悠然的在Thunderbird里面选择“从Outlook Express”导入邮件了。最后成功后，再把Foxmail和Outlook Express里面的邮件删除就行了。</p>
<hr />
<p><small>© raynix for <a href="http://raynix.info">#raynix#</a>, 2007. |
<a href="http://raynix.info/archives/128">Permalink</a> |
<a href="http://raynix.info/archives/128#comments">3 条评论</a> |
Add to
<a href="http://del.icio.us/post?url=http://raynix.info/archives/128&title=从Foxmail到Thunderbird">del.icio.us</a>
<br/>
Post tags: <a href="http://raynix.info/archives/tag/smtp" rel="tag">smtp</a>, <a href="http://raynix.info/archives/tag/%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6" rel="tag">免费软件</a><br/>
</small></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://raynix.info/archives/128/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
