<?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>Think in Something &#187; 企鹅</title>
	<atom:link href="http://www.thinkinsth.net/category/in-tech/in-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinkinsth.net</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 14:16:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>全新安装 Feisty Fawn</title>
		<link>http://www.thinkinsth.net/360</link>
		<comments>http://www.thinkinsth.net/360#comments</comments>
		<pubDate>Mon, 06 Aug 2007 15:53:50 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/360</guid>
		<description><![CDATA[
Ubuntu 7.04 （代号 Feisty Fawn） 发布都好几个月了，昨天终于开始体验了，因为从 6.06 升级失败，所以只好全新安装，正好因为只想使用 xfce4，所以就下载的 Xubuntu。还好我的 /home 一直是单独的分区，所以软件的配置都是保留的。
没想到完全按照完全设置指南配置后，SCIM 一直无法调用，手工输入 scim -d 命令之后按 Ctrl+Space 也还是不行。一开始以为是 System -> Language Support 里面的 Chinese 没有选中，后来发现不是这个原因。经过搜索 Ubuntu 中文论坛，不断尝试，才在这个帖子中找到了答案。


安装中文支持包：

$sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh
$sudo apt-get install language-pack-zh-base language-support-zh

安装scim输入法软件包：

$sudo apt-get install scim-*

scim-*表示列表所有的scim软件并安装。如果想选择性地安装，那可以在输入scim-后按一下Tab键，将弹出scim软件名列表供选择安装。
安装中文输入选择工具：
$sudo apt-get install im-switch libapt-pkg-perl
设置中文输入法：
$im-switch -s scim-immodule -z default
$sudo im-switch -s scim-pinyin
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.png" alt="Ubuntu" /><br />
<a href="http://www.ubuntu.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Ubuntu</a> 7.04 （代号 Feisty Fawn） 发布都好几个月了，昨天终于开始体验了，因为从 6.06 升级失败，所以只好全新安装，正好因为只想使用 <a href="http://www.xfce.org">xfce4</a>，所以就下载的 <a href="http://www.xubuntu.org/">Xubuntu</a>。还好我的 /home 一直是单独的分区，所以软件的配置都是保留的。</p>
<p>没想到完全按照<a href="http://wiki.ubuntu.org.cn/%E5%BF%AB%E9%80%9F%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97/FeistyFawn#scim.E8.BE.93.E5.85.A5.E6.B3.95.E5.AE.89.E8.A3.85.E5.8F.8A.E8.AE.BE.E7.BD.AE">完全设置指南</a>配置后，SCIM 一直无法调用，手工输入 scim -d 命令之后按 Ctrl+Space 也还是不行。一开始以为是 System -> Language Support 里面的 Chinese 没有选中，后来发现不是这个原因。经过搜索 <a href="http://forum.ubuntu.org.cn">Ubuntu 中文论坛</a>，不断尝试，才在这个<a href="http://http://forum.ubuntu.org.cn/viewtopic.php?t=62332&#038;highlight=scim">帖子</a>中找到了答案。</p>
<p><span id="more-360"></span></p>
<ol>
<li>安装中文支持包：</li>
<p><code><br />
$sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh<br />
$sudo apt-get install language-pack-zh-base language-support-zh<br />
</code></p>
<li>安装scim输入法软件包：</li>
<p><code><br />
$sudo apt-get install scim-*<br />
</code></p>
<p>scim-*表示列表所有的scim软件并安装。如果想选择性地安装，那可以在输入scim-后按一下Tab键，将弹出scim软件名列表供选择安装。</p>
<li>安装中文输入选择工具：</li>
<p><code>$sudo apt-get install im-switch libapt-pkg-perl</code></p>
<li>设置中文输入法：</li>
<p><code>$im-switch -s scim-immodule -z default</code></p>
<p><code>$sudo im-switch -s scim-pinyin</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/360/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ctrl-S</title>
		<link>http://www.thinkinsth.net/354</link>
		<comments>http://www.thinkinsth.net/354#comments</comments>
		<pubDate>Wed, 20 Jun 2007 13:10:09 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>
		<category><![CDATA[开发志]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/354</guid>
		<description><![CDATA[Ctrl-S 可能算是 Windows 下最常用的保存快捷键了，但是在类 Unix 系统下面却不是起保存的功能。
最近都是在用 Cygwin + VIM 阅读和编写代码，时不时会不注意按到 Ctrl-S，导致 VIM 跟挂住了一样，啥都无法干，最后只能重启 shell，一开始我以为是 VIM 在 Cygwin 下面有啥不适应的，所以就在 ~/.vimrc 里面把 Ctrl-S 重定义为保存文件的快捷键，不料还是不行。

今天终于受不了就 Google 了一把，才知道 Ctrl-S 原来在 Linux 下是用于停止显示终端的输出用的，这个时候屏幕就像定住了一样，终端不会继续输出，也不会响应你的输入，所以不知道的时候会以为终端挂起了。其实只需要按一下 Ctrl-Q 即可恢复输入。
这个功能可以用于长时间编译的时候随时把屏幕输出停住，但是编译仍然会继续，这样就不会影响到编译时间了。VIM doc 里面关于这个问题的描述如下：

32.1. I am running Vim in a xterm. When I press the CTRL-S key, Vim
      freezes. What should I [...]]]></description>
			<content:encoded><![CDATA[<p>Ctrl-S 可能算是 <a href="http://www.microsoft.com/china/windows/default.mspx"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Windows</a> 下最常用的保存快捷键了，但是在类 <a href="http://www.unix.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Unix</a> 系统下面却不是起保存的功能。</p>
<p>最近都是在用 <a href="http://www.cygwin.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Cygwin</a> + <a href="http://www.vim.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">VIM</a> 阅读和编写代码，时不时会不注意按到 Ctrl-S，导致 VIM 跟挂住了一样，啥都无法干，最后只能重启 shell，一开始我以为是 VIM 在 Cygwin 下面有啥不适应的，所以就在 ~/.vimrc 里面把 Ctrl-S 重定义为保存文件的快捷键，不料还是不行。</p>
<p><span id="more-354"></span></p>
<p>今天终于受不了就 <a href="http://www.google.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Google</a> 了一把，才知道 Ctrl-S 原来在 <a href="http://www.linux.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Linux</a> 下是用于停止显示终端的输出用的，这个时候屏幕就像定住了一样，终端不会继续输出，也不会响应你的输入，所以不知道的时候会以为终端挂起了。其实只需要按一下 Ctrl-Q 即可恢复输入。</p>
<p>这个功能可以用于长时间编译的时候随时把屏幕输出停住，但是编译仍然会继续，这样就不会影响到编译时间了。<a href="http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl#32.1">VIM doc</a> 里面关于这个问题的描述如下：</p>
<blockquote><p>
32.1. I am running Vim in a xterm. When I press the CTRL-S key, Vim<br />
      freezes. What should I do now?</p>
<p>Many terminal emulators and real terminal drivers use the CTRL-S key to<br />
stop the data from arriving so that you can stop a fast scrolling display<br />
to look at it (also allowed older terminals to slow down the computer so<br />
that it did not get buffer overflows).  You can start the output again by<br />
pressing the CTRL-Q key.</p>
<p>When you press the CTRL-S key, the terminal driver will stop sending the<br />
output data. As a result of this, it will look like Vim is hung. If you<br />
press the CTRL-Q key, then everything will be back to normal.</p>
<p>You can turn of the terminal driver flow control using the &#8217;stty&#8217; command:</p>
<p>    $ stty -ixon -xoff</p>
<p>or, you can change the keys used for the terminal flow control, using the<br />
following commands:</p>
<p>    $ stty stop <char><br />
    $ stty start <char>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/354/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>在 Linux 下使用 SopCast 收看网路电视</title>
		<link>http://www.thinkinsth.net/313</link>
		<comments>http://www.thinkinsth.net/313#comments</comments>
		<pubDate>Sun, 18 Feb 2007 09:05:22 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/313</guid>
		<description><![CDATA[近年来 Windows 平台下的网络电视软件很火爆，PPLive，PPStream 等等，不过 Linux 平台上也有一款很不错的 P2P 网络电视软件：SopCast。更准确的说，它是跨平台的，Windows, Linux, Mac OS 都有支持。
在 SopCast 的下载页面上有 for Linux 的版本，上面的 Command Line Version (sp-sc) 就是核心程序，下载后参照里面的 Readme 安装即可。官方网页上提供的 GUI 的程序是 Qt 版本的，不过在 GUI 程序作者 Wei Lian 的主页上有 GTK 版本的下载，名叫 gsopcast ，最新版本号是 0.2.10，我本人就是使用的 GTK 版本。而由于某些众所周知的原因，他的主页无法正常访问 (UPDATED: 一个月前我写这篇博客的草稿时，还不能访问，不过现在已经能访问了，并且这个项目已经移动到了 Google Code 了，地址是： http://code.google.com/p/gsopcast)。如果不想使用代理的话，可以在我本地下载源文件：

编译安装前需要安装必需软件包：
$ sudo apt-get install libstdc++5 libgtk2.0-dev libasound2-dev checkinstall

另外可能还需要安装 automake （版本号 [...]]]></description>
			<content:encoded><![CDATA[<p>近年来 <a href="http://www.microsoft.com/china/windows/default.mspx"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Windows</a> 平台下的网络电视软件很火爆，<a href="http://www.pplive.com/">PPLive</a>，<a href="http://www.ppstream.com">PPStream</a> 等等，不过 <a href="http://www.linux.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Linux</a> 平台上也有一款很不错的 P2P 网络电视软件：<a href="http://www.sopcast.org/cn/">SopCast</a>。更准确的说，它是跨平台的，Windows, Linux, Mac OS 都有支持。</p>
<p>在 SopCast 的<a href="http://www.sopcast.org/cn/download/">下载页面</a>上有 for Linux 的版本，上面的 Command Line Version (sp-sc) 就是核心程序，下载后参照里面的 Readme 安装即可。官方网页上提供的 GUI 的程序是 Qt 版本的，不过在 GUI 程序作者 Wei Lian 的<a href="http://lianwei3.googlepages.com/home2">主页</a>上有 GTK 版本的下载，名叫 gsopcast ，最新版本号是 0.2.10，我本人就是使用的 GTK 版本。<del datetime="2007-02-18T08:57:12+00:00">而由于某些众所周知的原因，他的主页无法正常访问</del> (UPDATED: 一个月前我写这篇博客的草稿时，还不能访问，不过现在已经能访问了，并且这个项目已经移动到了 <a href="http://code.google.com">Google Code</a> 了，地址是： <a href="http://code.google.com/p/gsopcast">http://code.google.com/p/gsopcast</a>)。如果不想使用代理的话，可以在我本地下载源文件：</p>
<p><span id="more-313"></span></p>
[Download not found]
<p>编译安装前需要安装必需软件包：</p>
<p><code>$ sudo apt-get install libstdc++5 libgtk2.0-dev libasound2-dev checkinstall<br />
</code></p>
<p>另外可能还需要安装 automake （版本号 1.9）和  autoconf：</p>
<p><code>$ sudo apt-get install automake1.9<br />
$ sudo apt-get install autoconf<br />
</code></p>
<p>然后安装 gsopcast （sp-sc 的安装请参见 SopCast 官方网站）</p>
<p><code>$ tar jxf gsopcast-*.tar.bz2<br />
$ cd gsopcast-*<br />
$ ./configure<br />
$ make<br />
$ sudo make install<br />
</code></p>
<p>安装完毕后运行 gsopcast 即可，默认情况下它使用 mplayer 作为播放器，当然也可以指定其他播放器。播放流畅性上来说 SopCast 和 Windows 平台下面的同类软件相比不占优势，不过可能是因为源不多的关系。但是起码这又给了 Linux fans 一个留在 Linux 系统的理由。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/313/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 下 Apache2 的安装和配置</title>
		<link>http://www.thinkinsth.net/317</link>
		<comments>http://www.thinkinsth.net/317#comments</comments>
		<pubDate>Fri, 16 Feb 2007 15:28:12 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/317</guid>
		<description><![CDATA[其实在 Ubuntu 下面安装 Apache2 和 PHP 很简单，基本上只要按照这篇文章所说的就可以了，简单说来就是：

sudo apt-get install apache2
apt-get install libapache2-mod-php5
apt-get install php5
编辑/etc/php5/apache2/php.ini文件：
              ...
memory_limit = 8M =>修改成你所需的内存大小
upload_max_filesize = 2M =>修改文件最大上传尺寸
...
extension=mysql.so 支持Mysql服务
extension=gd.so 支持gd函数
...
sudo /etc/init.d/apache2 restart

但是关键的是安装好之后，每次访问 http://127.0.0.1 都会转到 /var/www 目录下面去，无论我怎样修改 /etc/apache2/httpd.conf 都不行，后来发现是因为系统配置文件 /etc/apache2/apache.conf 里面  INCLUDE 了许多额外的配置文件，而就是在这些配置文件中设定了 DOCUMENTROOT 为 /var/www，结果覆盖了我自己在 httpd.conf 里面的设置。所以需要修改 apache.conf [...]]]></description>
			<content:encoded><![CDATA[<p>其实在 <a href="http://www.ubuntu.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Ubuntu</a> 下面安装 Apache2 和 PHP 很简单，基本上只要按照<a href="http://wiki.ubuntu.org.cn/Apache%E5%AE%89%E8%A3%85%E8%AE%BE%E7%BD%AE?highlight=%28Apache%29">这篇文章</a>所说的就可以了，简单说来就是：</p>
<ol>
<li><code>sudo apt-get install apache2</code></li>
<li><code>apt-get install libapache2-mod-php5</code></li>
<li><code>apt-get install php5</code></li>
<li>编辑/etc/php5/apache2/php.ini文件：<br />
              <code>...<br />
memory_limit = 8M =>修改成你所需的内存大小<br />
upload_max_filesize = 2M =>修改文件最大上传尺寸<br />
...<br />
extension=mysql.so 支持Mysql服务<br />
extension=gd.so 支持gd函数<br />
...</code></li>
<li><code>sudo /etc/init.d/apache2 restart</code></li>
</ol>
<p>但是关键的是安装好之后，每次访问 http://127.0.0.1 都会转到 /var/www 目录下面去，无论我怎样修改 /etc/apache2/httpd.conf 都不行，后来发现是因为系统配置文件 /etc/apache2/apache.conf 里面  INCLUDE 了许多额外的配置文件，而就是在这些配置文件中设定了 DOCUMENTROOT 为 /var/www，结果覆盖了我自己在 httpd.conf 里面的设置。所以需要修改 apache.conf 文件。其实这样的做法与设置多个配置文件的初衷不大符合，因为从理论上来说，既然讲系统配置文件和用户配置文件分开，目的就是为了能够不修改系统配置文件，而是直接修改用户配置文件来达到覆盖系统默认配置的目的，而现在这样我们就不得不修改 apache.conf 这个系统配置文件了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Tips</title>
		<link>http://www.thinkinsth.net/261</link>
		<comments>http://www.thinkinsth.net/261#comments</comments>
		<pubDate>Sat, 04 Nov 2006 15:06:30 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/261</guid>
		<description><![CDATA[Last Updated: 2006-11-04
安装中文字体
拷贝所需要的中文字体如 Tahoma.ttf，Verdana.ttf，SimSun.ttf （由 SimSun.ttc 改名而来）到 /usr/share/fonts/$DIR 下，$DIR为任意文件夹名。或者也可以拷贝到主目录下并建立链接到 /usr/share/fonts 下的某个文件夹。
然后进入 $DIR 下运行以下命令：
mkfontscale
mkfontdir
fc-cache
再重新启动 X-Windows 即可使用新安装的字体了。

解决 Firefox 中文字体发虚的问题
在终端中运行以下代码即可：
sudo fontconfig-voodoo -f -s zh_CN
在 Nautilus 中批量缩放图片
首先安装 ImageMagic：
sudo apt-get install imagemagick
去 GnomeFiles 下载 Nautilus Image Script，将解压之后的 images 目录拷贝到 ~/.gnome2/nautilus-scripts/ 下，不过记得将脚本 resize 的属性设置为可执行。然后在 Nautilus 中就可以批量缩放图片啦，并且图片的 Exif 信息不会丢失。
在 Firefox 中关联 ed2k 到 amule

在 Firefox 地址栏中输入 about:config。
新建一个 Boolean，名字为 network.protocol-handler.external.ed2k，值为true。
新建一个String，名字为network.protocol-handler.app.ed2k，值为/usr/bin/ed2k.amule或者ed2k.amule。

这样就OK了。这时候点击一个ed2k链接将会出现一个启动相应应用程序的提示。点击启动后， 这个ed2k链接将会被加入下载队列。前提是amule必须是已经开启着的。
]]></description>
			<content:encoded><![CDATA[<p>Last Updated: 2006-11-04</p>
<p><strong>安装中文字体</strong><br />
拷贝所需要的中文字体如 Tahoma.ttf，Verdana.ttf，SimSun.ttf （由 SimSun.ttc 改名而来）到 /usr/share/fonts/$DIR 下，$DIR为任意文件夹名。或者也可以拷贝到主目录下并建立链接到 /usr/share/fonts 下的某个文件夹。<br />
然后进入 $DIR 下运行以下命令：</p>
<p><code>mkfontscale<br />
mkfontdir<br />
fc-cache</code></p>
<p>再重新启动 X-<a href="http://www.microsoft.com/china/windows/default.mspx"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Windows</a> 即可使用新安装的字体了。</p>
<p><span id="more-261"></span></p>
<p><strong>解决 <a href="http://www.mozilla.com/firefox/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Firefox</a> 中文字体发虚的问题</strong><br />
在终端中运行以下代码即可：</p>
<p><code>sudo fontconfig-voodoo -f -s zh_CN</code></p>
<p><strong>在 Nautilus 中批量缩放图片</strong><br />
首先安装 ImageMagic：</p>
<p><code>sudo apt-get install imagemagick</code></p>
<p>去 <a href="http://www.gnomefiles.org/">GnomeFiles</a> 下载 <a href="http://www.gnomefiles.org/app.php/NIS_%28Nautilus_Image_Script%29">Nautilus Image Script</a>，将解压之后的 images 目录拷贝到 ~/.gnome2/nautilus-scripts/ 下，不过记得将脚本 resize 的属性设置为可执行。然后在 Nautilus 中就可以批量缩放图片啦，并且图片的 Exif 信息不会丢失。</p>
<p><strong>在 Firefox 中关联 ed2k 到 amule</strong></p>
<ol>
<li>在 Firefox 地址栏中输入 about:config。</li>
<li>新建一个 Boolean，名字为 network.protocol-handler.external.ed2k，值为true。</li>
<li>新建一个String，名字为network.protocol-handler.app.ed2k，值为/usr/bin/ed2k.amule或者ed2k.amule。</li>
</ol>
<p>这样就OK了。这时候点击一个ed2k链接将会出现一个启动相应应用程序的提示。点击启动后， 这个ed2k链接将会被加入下载队列。前提是amule必须是已经开启着的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enjoying Ubuntu</title>
		<link>http://www.thinkinsth.net/238</link>
		<comments>http://www.thinkinsth.net/238#comments</comments>
		<pubDate>Sun, 29 Oct 2006 15:30:12 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/238</guid>
		<description><![CDATA[昨晚终于动手在 IBM ThinkPad R51 上安装上了 Ubuntu 6.06，和之前所使用的 Gentoo 相比，个人觉得有几个比较有特点的地方：

采用 LiveCD 和 InstallCD 合二为一的方式。在安装 Ubuntu 之前已经是在一个 Linux 系统中了，所以可以一边安装，一边就可以用 LiveCD 上网。
硬件识别能力强。笔记本的无线网卡也能顺利识别，我后来一直没有怎么用 Gentoo 很大一部分原因就是无线网卡弄不好，不能正常上网。
USB 存储设备自动识别并在桌面上添加图标，所以使用起来十分方便。
安装 SCIM 中文输入法也很方便，只要在“语言支持”里面选中“中文”就会自动安装并配置 SCIM了。
在安装时没有涉及到 root 用户的概念，Ubuntu 的设计理念就是要摈弃 root 帐户的使用，而以 sudo 方式取代。
没有 GRUB 和 LILO 选项供用户选择，这样对于新手来说很简单，因为不用再去搜索什么是 GRUB，什么又是 LILO 了。

首先看一下邮寄光盘的包装图：



光盘外壳：

开机启动画面，可以看到启动 LiveCD 和安装系统是同一个菜单选项：

在登入系统之后，桌面上有两个图标，“Examples” 和 “Install”。后者是用来启动 Ubuntu 的安装程序的，而前者则包含了一些示例文件，如视频，音频，图片等，可以用来作为体验 Ubuntu 的素材。“Examples” 的内容有：

可以自动检测到优盘并且自动 mount：

而且 LiveCD 已经可以配置网络：

能够通过内置的 Firefox 浏览器上网。Ubuntu 6.06 自带的 [...]]]></description>
			<content:encoded><![CDATA[<p>昨晚终于动手在 IBM ThinkPad R51 上安装上了 <a href="http://www.ubuntu.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Ubuntu</a> 6.06，和之前所使用的 <a href="http://www.gentoo.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Gentoo</a> 相比，个人觉得有几个比较有特点的地方：</p>
<ul>
<li>采用 LiveCD 和 InstallCD 合二为一的方式。在安装 Ubuntu 之前已经是在一个 <a href="http://www.linux.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Linux</a> 系统中了，所以可以一边安装，一边就可以用 LiveCD 上网。</li>
<li>硬件识别能力强。笔记本的无线网卡也能顺利识别，我后来一直没有怎么用 Gentoo 很大一部分原因就是无线网卡弄不好，不能正常上网。</li>
<li>USB 存储设备自动识别并在桌面上添加图标，所以使用起来十分方便。</li>
<li>安装 SCIM 中文输入法也很方便，只要在“语言支持”里面选中“中文”就会自动安装并配置 SCIM了。</li>
<li>在安装时没有涉及到 root 用户的概念，Ubuntu 的设计理念就是要摈弃 root 帐户的使用，而以 sudo 方式取代。</li>
<li>没有 GRUB 和 LILO 选项供用户选择，这样对于新手来说很简单，因为不用再去搜索什么是 GRUB，什么又是 LILO 了。</li>
</ul>
<p>首先看一下邮寄光盘的包装图：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59903.jpg" title="suc59903.jpg" rel="lightbox"><img id="image241" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59903.thumbnail.jpg" alt="suc59903.jpg" /></a></p>
<p><span id="more-238"></span></p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59904.jpg" title="suc59904.jpg" rel="lightbox"><img id="image242" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59904.thumbnail.jpg" alt="suc59904.jpg" /></a></p>
<p>光盘外壳：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59906.jpg" title="suc59906.jpg" rel="lightbox"><img id="image244" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59906.thumbnail.jpg" alt="suc59906.jpg" /></a></p>
<p>开机启动画面，可以看到启动 LiveCD 和安装系统是同一个菜单选项：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59909.jpg" title="suc59909.jpg" rel="lightbox"><img id="image245" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59909.thumbnail.jpg" alt="suc59909.jpg" /></a></p>
<p>在登入系统之后，桌面上有两个图标，“Examples” 和 “Install”。后者是用来启动 Ubuntu 的安装程序的，而前者则包含了一些示例文件，如视频，音频，图片等，可以用来作为体验 Ubuntu 的素材。“Examples” 的内容有：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/examples_folder.png" title="examples_folder.png" rel="lightbox"><img id="image239" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/examples_folder.thumbnail.png" alt="examples_folder.png" /></a></p>
<p>可以自动检测到优盘并且自动 mount：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/usbdisk.png" title="usbdisk.png" rel="lightbox"><img id="image246" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/usbdisk.thumbnail.png" alt="usbdisk.png" /></a></p>
<p>而且 LiveCD 已经可以配置网络：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/network_settings.png" title="network_settings.png" rel="lightbox"><img id="image247" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/network_settings.thumbnail.png" alt="network_settings.png" /></a></p>
<p>能够通过内置的 <a href="http://www.mozilla.com/firefox/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Firefox</a> 浏览器上网。Ubuntu 6.06 自带的 Firefox 版本号是 1.5.0.5。可以看到，自带的中文字体显示效果很不好：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/firefox.png" title="firefox.png" rel="lightbox"><img id="image240" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/firefox.thumbnail.png" alt="firefox.png" /></a></p>
<p>点击 Install 按钮之后就开始了 Ubuntu 安装之旅。</p>
<p>Step 1. 选择语言。不仅仅是选择安装语言，也是以后系统所使用的语言。当然了安装完之后都是可以再次修改的。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_select_language.png" title="install_select_language.png" rel="lightbox"><img id="image248" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_select_language.thumbnail.png" alt="install_select_language.png" /></a></p>
<p>Step 2. 选择时区。不过我发现即使选择了新的时区，时钟也不会随之自动更新，仍然需要手动调整时间。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_timezone.png" title="install_timezone.png" rel="lightbox"><img id="image249" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_timezone.thumbnail.png" alt="install_timezone.png" /></a></p>
<p>Step 3. 选择键盘。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_keyboard.png" title="install_keyboard.png" rel="lightbox"><img id="image250" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_keyboard.thumbnail.png" alt="install_keyboard.png" /></a></p>
<p>Step 4. 新建用户。可以看到这里并没有任何有关 root 用户的信息。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_user.png" title="install_user.png" rel="lightbox"><img id="image251" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_user.thumbnail.png" alt="install_user.png" /></a></p>
<p>Step 5.1. 准备磁盘分区。注意一般都是选择手动分区，不然默认的自动方式将会清除你硬盘上的所有数据。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk.png" title="install_disk.png" rel="lightbox"><img id="image252" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk.thumbnail.png" alt="install_disk.png" /></a></p>
<p>Step 5.2. 分区。如何分区就看个人喜好了，我一般是分 3 个分区给 Linux，一个挂载根目录，一个挂载 home 目录，还有一个是 swap 分区。根目录和 home 目录使用不同的分区好处就在于即使以后重新安装 Linux，个人数据和配置文件都是可以保留的，如 Firefox 插件。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk2.png" title="install_disk2.png" rel="lightbox"><img id="image253" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk2.thumbnail.png" alt="install_disk2.png" /></a></p>
<p>Step 5.3. 正在分区。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk3.png" title="install_disk3.png" rel="lightbox"><img id="image254" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk3.thumbnail.png" alt="install_disk3.png" /></a></p>
<p>Step 5.4. 分区完毕，编辑自动挂载的分区选项。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk4.png" title="install_disk4.png" rel="lightbox"><img id="image255" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_disk4.thumbnail.png" alt="install_disk4.png" /></a></p>
<p>Step 6. 准备安装系统。</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_ready.png" title="install_ready.png" rel="lightbox"><img id="image256" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_ready.thumbnail.png" alt="install_ready.png" /></a></p>
<p>系统安装中：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_installing.png" title="install_installing.png" rel="lightbox"><img id="image257" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_installing.thumbnail.png" alt="install_installing.png" /></a></p>
<p>大功告成，准备重新启动：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_completed.png" title="install_completed.png" rel="lightbox"><img id="image258" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/install_completed.thumbnail.png" alt="install_completed.png" /></a></p>
<p>开机时的 GRUB 菜单：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59919.jpg" title="suc59919.jpg" rel="lightbox"><img id="image259" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59919.thumbnail.jpg" alt="suc59919.jpg" /></a></p>
<p>Ubuntu 默认登录界面，现在就可以开始你的 Ubuntu 之旅啦：</p>
<p><a class="imagelink" href="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59920.jpg" title="suc59920.jpg" rel="lightbox"><img id="image260" src="http://www.thinkinsth.net/blog/../uploads/blog_uploads/2006/10/suc59920.thumbnail.jpg" alt="suc59920.jpg" /></a></p>
<p>总的说来，Ubuntu 还是很出色的一个发行版，对硬件的支持很全面，这对笔记本用户是个福音。虽然系统启动没有 Gentoo 快，但是安装和使用绝对比 Gentoo 要简单多了。简单的说，Gentoo 是用来玩的，而 Ubuntu 是用来用的。</p>
<p>Useful Links:</p>
<ul>
<li><a href="http://www.ubuntu.org.cn/">Ubuntu 中文官方网站</a></li>
<li><a href="http://wiki.ubuntu.org.cn/">Ubuntu 中文 Wiki</a></li>
<li><a href="http://zh.wikipedia.org/wiki/Ubuntu">维基百科上的 Ubuntu</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/238/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>No Free CDs for Ubuntu 6.10</title>
		<link>http://www.thinkinsth.net/236</link>
		<comments>http://www.thinkinsth.net/236#comments</comments>
		<pubDate>Fri, 27 Oct 2006 15:37:23 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/236</guid>
		<description><![CDATA[Ubuntu 近日发布了代号为 Edgy Eft 的 6.10 版本。同时 Ubuntu 还宣布，此 6.10 版本将不再提供免费 CD 的派送了。来自 ShipIt 的消息：

There are now two versions of Ubuntu available. Ubuntu 6.06 LTS is the long-term supported version that provides 3 years of support on the desktop and 5 years of support on the server. Additionally, there are newer versions of Ubuntu that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Ubuntu</a> 近日<a href="http://www.ubuntu.com/news/610released">发布</a>了代号为 Edgy Eft 的 6.10 版本。同时 Ubuntu 还宣布，此 6.10 版本将不再提供免费 CD 的派送了。来自 <a href="https://shipit.ubuntu.com/">ShipIt</a> 的消息：</p>
<blockquote><p>
There are now two versions of Ubuntu available. Ubuntu 6.06 LTS is the long-term supported version that provides 3 years of support on the desktop and 5 years of support on the server. Additionally, there are newer versions of Ubuntu that may provide more advanced features but do not include long-term support.
</p></blockquote>
<p>不知道是不是出于节约成本的考虑从而取消了免费派送 CD 的活动了呢？不过也看到有人说 Ubuntu 每年下半年发布的版本都不提供免费 CD 的，只有上半年发布的才提供。我的笔记本没有刻录机，所以大约两个月前申请了 6.06 版本的免费 CD，上周收到了，自己留了一张，其余的送给了周围对 Ubuntu 感兴趣的朋友。争取这个周末将 Ubuntu 安装上去。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/236/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gnuzilla and IceWease</title>
		<link>http://www.thinkinsth.net/178</link>
		<comments>http://www.thinkinsth.net/178#comments</comments>
		<pubDate>Fri, 13 Oct 2006 17:13:21 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/?p=178</guid>
		<description><![CDATA[国庆之前，ChinaUnix 曾报道过 Debian Gnu/Linux 和 Mozilla 基金会的冲突问题：

　　当大部分人提到 Mozilla Firefox 浏览器的时候，大家都会把它和开源、免费等字眼联系在一起。但是事实是：Mozilla 是开源免费的，但并不是完全自由的，甚至很大程度上和 Debian GNU/Linux 存在冲突，在对软件的理念上的。
　　尽管Debian及其衍生 Linux 发行版，比如 Ubuntu，都在发行版中包含了 Mozilla Firefox 软件，但是并没有显示 Firefox 的logo，就是那个小狐狸的标志。
　　Debian 一直都坚持它的发行版的理念，追随 GNU 的自由软件的理念。Firefox 的logo是商标，所以 Debian 认为它并不是自由的，所有在它的发行版中不包含 Firefox 的商标，而且 Mozilla 基金会也认为，如果没有得到官方的许可，使用 Firefox 的商标也是非法的。
　　更夸张的是，Mozilla 基金会认为，如果 Debian 在它的发行版为 Firefox 制作漏洞补丁也要得到 Mozilla 基金会的许可。这很有可能导致开源社区和自由软件社区的矛盾加深，直接的后果是 Firefox 将不会出现在 Debian 的软件名录里。
　　Debian 的开放人员 Eric Dorland 承认，他们将从源码编译 Firefox，并且给它重新起个名字，这个过程最快在下周就可能会有结果。

现在， Debian 发行版将使用由自己编译的 Mozilla 套件和 Mozilla [...]]]></description>
			<content:encoded><![CDATA[<p>国庆之前，<a href="http://www.chinaunix.net">ChinaUnix</a> 曾报道过 <a href="http://www.debian.org/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Debian</a> Gnu/<a href="http://www.linux.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Linux</a> 和 <a href="http://www.mozilla.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Mozilla</a> 基金会的冲突问题：</p>
<blockquote><p>
　　当大部分人提到 Mozilla <a href="http://www.mozilla.com/firefox/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Firefox</a> 浏览器的时候，大家都会把它和开源、免费等字眼联系在一起。但是事实是：Mozilla 是开源免费的，但并不是完全自由的，甚至很大程度上和 <a href="http://www.debian.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Debian GNU/Linux</a> 存在冲突，在对软件的理念上的。</p>
<p>　　尽管Debian及其衍生 Linux 发行版，比如 <a href="http://www.ubuntu.com"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Ubuntu</a>，都在发行版中包含了 <a href="http://www.mozilla.com/firefox/"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Mozilla Firefox</a> 软件，但是并没有显示 Firefox 的logo，就是那个小狐狸的标志。</p>
<p>　　Debian 一直都坚持它的发行版的理念，追随 GNU 的自由软件的理念。Firefox 的logo是商标，所以 Debian 认为它并不是自由的，所有在它的发行版中不包含 Firefox 的商标，而且 Mozilla 基金会也认为，如果没有得到官方的许可，使用 Firefox 的商标也是非法的。</p>
<p>　　更夸张的是，Mozilla 基金会认为，如果 Debian 在它的发行版为 Firefox 制作漏洞补丁也要得到 Mozilla 基金会的许可。这很有可能导致开源社区和自由软件社区的矛盾加深，直接的后果是 Firefox 将不会出现在 Debian 的软件名录里。</p>
<p>　　Debian 的开放人员 Eric Dorland 承认，他们将从源码编译 Firefox，并且给它重新起个名字，这个过程最快在下周就可能会有结果。
</p></blockquote>
<p>现在， Debian 发行版将使用由自己编译的 Mozilla 套件和 Mozilla Firefox 浏览器，主页是<a href="http://www.gnu.org/software/gnuzilla/">这里</a>。</p>
<blockquote><p>
Gnuzilla is the GNU version of the Mozilla suite, and IceWeasel is the GNU version of the Firefox browser. Its main advantage is an ethical one: it is entirely <a href="http://www.gnu.org/philosophy">free software</a>. While the source code from the Mozilla project is free software, the binaries that they release include additional non-free software. Also, they distribute non-free software as plug-ins. (IceWeasel does keep the triple licensing used by Firefox to facilitate the reuse of code.)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/178/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba互联</title>
		<link>http://www.thinkinsth.net/118</link>
		<comments>http://www.thinkinsth.net/118#comments</comments>
		<pubDate>Sun, 20 Feb 2005 05:06:54 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=118</guid>
		<description><![CDATA[下午 emerge 了 samba。默认配置文件在 /etc/samba/smb.conf ，不过一开始是空的，里面还有个 smb.conf.example.gz 文件，包含了一个很详细的 smb.conf 的 sample 文件，可以说应有尽有了。如果要使得网络查看运行 Samba 的机器的中文共享文件，需要设置：
dos charset = cp936
unix charset = gb2312
]]></description>
			<content:encoded><![CDATA[<p>下午 emerge 了 samba。默认配置文件在 /etc/samba/smb.conf ，不过一开始是空的，里面还有个 smb.conf.example.gz 文件，包含了一个很详细的 smb.conf 的 sample 文件，可以说应有尽有了。如果要使得网络查看运行 Samba 的机器的中文共享文件，需要设置：</p>
<p><code>dos charset = cp936<br />
<a href="http://www.unix.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">unix</a> charset = gb2312</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wine20050111 is Cool</title>
		<link>http://www.thinkinsth.net/119</link>
		<comments>http://www.thinkinsth.net/119#comments</comments>
		<pubDate>Tue, 15 Feb 2005 05:08:12 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[企鹅]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=119</guid>
		<description><![CDATA[参照 kuuldor 的介绍，成功编译了 wine-20050111，并且顺利安装了 IE6 和MP7，这下子上 Chinaren 校友录不用重启到 Windows 了^_^。不过校友录的留言框里面还是不能正常输入中文，不过 IE6 的地址栏里面到是可以输入中文的。 RealOne 使用 wine 可以安装但是启动时会出错。 RealPlayer10 可以启动，但是播放时没有图像。
通过 wine 安装的 QQ2004 可以正常登录，但是不能直接输入中文，不过可以通过 wine notepad.exe，在写字板中写好了再复制过来。只是很不稳定，极容易失去响应和突然退出。
安装好 IE6 后即可正常安装招商银行的个人银行专业版，并能成功运行。 
]]></description>
			<content:encoded><![CDATA[<p>参照 kuuldor 的<a href="http://www.akeysoft.com/mt/mt-comments.cgi?entry_id=273">介绍</a>，成功编译了 wine-20050111，并且顺利安装了 IE6 和MP7，这下子上 Chinaren 校友录不用重启到 <a href="http://www.microsoft.com/china/windows/default.mspx"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">Windows</a> 了^_^。不过校友录的留言框里面还是不能正常输入中文，不过 IE6 的地址栏里面到是可以输入中文的。 RealOne 使用 wine 可以安装但是启动时会出错。 RealPlayer10 可以启动，但是播放时没有图像。</p>
<p>通过 wine 安装的 QQ2004 可以正常登录，但是不能直接输入中文，不过可以通过 wine notepad.exe，在写字板中写好了再复制过来。只是很不稳定，极容易失去响应和突然退出。</p>
<p>安装好 IE6 后即可正常安装招商银行的个人银行专业版，并能成功运行。 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

