<?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>NaRiver &#187; Linux</title>
	<atom:link href="http://nariver.com/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://nariver.com</link>
	<description>漫无目的的流淌，也有歌唱，伴着忧伤</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:47:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ubuntu 9.10开机自动挂载NTFS分区</title>
		<link>http://nariver.com/archives/483</link>
		<comments>http://nariver.com/archives/483#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:45:46 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubunt]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=483</guid>
		<description><![CDATA[ubuntu 9.10开机自动挂载NTFS分区我们这里介绍的图形界面工具是： ntfs-config 你可以通过软件包管理器来安装它，或者打开一个终端，然后运行如下的命令：sudo apt-get install ntfs-config 这个工具非常简单，枚举出你当前所有的ntfs分区，你可以更改或者指定每个分区的挂载点。]]></description>
		<wfw:commentRss>http://nariver.com/archives/483/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>禁用ubuntu9.10声卡的省电模式</title>
		<link>http://nariver.com/archives/475</link>
		<comments>http://nariver.com/archives/475#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:25:08 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=475</guid>
		<description><![CDATA[ubuntu9.10安装成功后，默认会打开声卡的省电功能，而这种省电功能给我的Lenovo 10笔记本带来了烦人的噪声。 When ubuntu9.10 was installed successfully, audio power saving mode will be enabled by default, but this function brings boring pop noise to my Lenovo 410 Laptop. 下面的命令用来，关闭声卡的自动省电功能： Following command can be used for disabling the audio power saving mode: echo 0 &#62; /sys/module/snd_hda_intel/parameters/power_save 注意： 请注意shell的格式， &#62; 符号两边的空格需要保留。 Notice: Please pay attention to the [...]]]></description>
		<wfw:commentRss>http://nariver.com/archives/475/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Ibus输入法的问题</title>
		<link>http://nariver.com/archives/472</link>
		<comments>http://nariver.com/archives/472#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:00:15 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=472</guid>
		<description><![CDATA[Ubuntu 9.10自带的中文输入法配置有问题，本文介绍大家如何修改配置： 1. 系统菜单选择： 系统-首选项-Ibus选项 2. 在&#8221;Ibus选项&#8221;对话框上 切换到第二个选项卡&#60;输入法&#62;上 3. 点“选择输入法”- 选择“汉语”， 再点添加即可，如果不用其他的输入法的可以直接删除。 4. 重启一下Ibus就可以用我们刚刚添加的拼音输入法了。 附图： 原文引用地址： http://hi.baidu.com/xiangbing911/blog/item/53623a45ce2cec88b2b7dc80.html]]></description>
		<wfw:commentRss>http://nariver.com/archives/472/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在ubuntu桌面上显示我的电脑、回收站图标</title>
		<link>http://nariver.com/archives/469</link>
		<comments>http://nariver.com/archives/469#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:39:01 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=469</guid>
		<description><![CDATA[测试通过的配置环境: ubuntu8.04, ubuntu9.10 1. 快捷键 Alt+F2 打开运行对话框，在运行对话框中输入 gconf-editor 点击运行按钮，打开“配置编辑器”。 2. 在“配置编辑器”中定位如下键值： /apps/nautilus/desktop/trash_icon_visible /apps/nautilus/desktop/computer_icon_visible 勾选上面两项，即可。 附图：]]></description>
		<wfw:commentRss>http://nariver.com/archives/469/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNetboot creating bootable Live USB drives for ubuntu</title>
		<link>http://nariver.com/archives/461</link>
		<comments>http://nariver.com/archives/461#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:16:31 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=461</guid>
		<description><![CDATA[UNetbootin是个 很 好用 的 工具,可以方便地 用来将 下载的 Linux Live CD拷贝到 优盘上面 ,并且 可以将 其配置为 引导盘. UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for [...]]]></description>
		<wfw:commentRss>http://nariver.com/archives/461/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deepin Linux一个基于ubuntu的汉化版本</title>
		<link>http://nariver.com/archives/459</link>
		<comments>http://nariver.com/archives/459#comments</comments>
		<pubDate>Sat, 23 Jan 2010 03:37:00 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu美化]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=459</guid>
		<description><![CDATA[Deepin Linux的前身应该是Hiweed GNU/Linux，不过国内现在无法访问Hiweed官方网站。根据Deepin官方的说明，Deepin Linux是基于ubuntu 的汉化版本。包括了预先配置的中文应用程序，包括中文输入法、英汉和汉英翻译字典、以及简体中文true-type字体。 有了Deepin Linux，就可以简化很多繁琐的ubuntu汉化步骤了。 最近一直想找一个合适的可用在优盘上的LiveCD版本，要有ubuntu这样的简单清爽的界面(Gnome的界面很舒服)，实用的软件功能，模块化的包管理功能，而且最好可以方便地添加和删除组件，并且要能够保存用户数据。 前段时间介绍的Veket，汉化和软件管理都不错，不过它的界面实在是让人有种精神分裂的感觉，特别是附带的那些主题，每一个都制作比较粗糙。哎，到底像国人汉化的啊，就和国内大部分网站一般，天马行空。]]></description>
		<wfw:commentRss>http://nariver.com/archives/459/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu光盘刻录工具Brasero Disc Burning</title>
		<link>http://nariver.com/archives/412</link>
		<comments>http://nariver.com/archives/412#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:37:38 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[工具软件]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=412</guid>
		<description><![CDATA[大家都知道，在Windows平台上有强大的Nero工具可以用来刻录光盘。不过，Nero一直以来都是收费软件，虽然最新的Nero9 Lite版本可以免费安装，不过我装完后就提示我要我购买（官方下载的时候明明告诉我可以免费用的），鄙视一下，然后用的时候多多不便，经常弹出个购买的窗口。 一怒之下，重启Windows到Ubuntu下面，Ubuntu里面默认安装了光盘烧录工具：Brasero Disc Burning，打开以后界面简单实用： 烧录光盘镜像，只需要选择第四项，然后在弹出的对话框中选择你要选择的镜像文件，点击Burn，就可以开始烧录了。 烧录过程结束后，Brasero会自动弹出光盘，并提示你再次插入，以便对刚刚刻录的光盘进行完整性校验，校验成功后会提示刻录成功完成。 Brasero用起来简单而且实用，值得推荐一下。]]></description>
		<wfw:commentRss>http://nariver.com/archives/412/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu下的mp3播放器Audacious</title>
		<link>http://nariver.com/archives/391</link>
		<comments>http://nariver.com/archives/391#comments</comments>
		<pubDate>Sun, 29 Nov 2009 02:36:35 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux中文]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=391</guid>
		<description><![CDATA[和XMMS相比Audacious应该算是后辈了，不过功能和易用上并不落下风。支持的插件扩展很多，而且也支持界面主题，可以和XMMS用同样的主题。 可以用新立得软件管理器来安装Andacious。 问题： 1. 中文显示乱码，可以通过设置解决乱码问题，解决起来似乎比XMMS简单些： 首选项－播放列表－元数据: 装入时：选择此项 使用自动编码检测器：chinese 备用字符编码：cp936(可以兼容更多的汉字，如简体及繁体，比GBK兼容性更好) 删除播放列表，再重新加入歌曲就可以了。如果不想删除也可以，每一个播放过得歌曲，或者双击过得歌曲，乱码都会变得正常！！：－）） 如果觉得麻烦，也可以进入“首选项－播放列表“，将”歌曲显示“自定义字符串“设为”%f“就可以以歌曲文件名显示了。 2. 界面主题 大家可以从gnome-look上下载xmms的皮肤（xmms和audacious的换肤方法一致）来安装：http://www.gnome.org 将下载到的皮肤文件解压缩后，大家用cp命令安装皮肤文件（假设解压缩后的皮肤文件夹放在主文件夹内）： 然后使用cp命令： sudo cp -r /home/username/foldername  /usr/share/audacious/Skins 或者如果主题是*.wsz格式的压缩包，也可以直接将*.wsz文件拷贝到主题目录下： sudo cp -r /home/username/*.wsz  /usr/share/audacious/Skins 更多相关中文内容可以参考： http://wiki.ubuntu.org.cn/Audacious#.E4.B9.B1.E7.A0.81.E9.97.AE.E9.A2.98]]></description>
		<wfw:commentRss>http://nariver.com/archives/391/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个不错的汉化Linux&#8211;Veket</title>
		<link>http://nariver.com/archives/386</link>
		<comments>http://nariver.com/archives/386#comments</comments>
		<pubDate>Sat, 28 Nov 2009 07:36:13 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux中文]]></category>
		<category><![CDATA[Puppy Linux]]></category>
		<category><![CDATA[Veket]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=386</guid>
		<description><![CDATA[从电驴上看到界面很漂亮，于是就下载来试了一下，因为偶的U盘里本来就有BT4，所以直接把Veket光盘的文件拷贝到Veket目录下，修改了一下 /boot/syslinux/syslinux.cfg 居然第一次就引导成功了。 试用了一下，上几张截图还有个人的一些体验： Puppy Linux是由Barry Kauler主导开发的一个以体积小、速度快闻名的小型Linux发行版。而Veket显然是基于Puppy的，虽然在它的主站上基本没有找到关于Puppy的介绍。 初始化速度确实非常快，打开文件反映似乎也比我硬盘上装的ubuntu快。界面比较清爽，背景让我想起来XP. Veket提供了大量的桌面主题可以选择，不过，鄙人的审美观点来看，没几个看得上眼的&#8230; &#8230; Veket最大的优点应该是它整合了大量的常用软件，比如办公软件，音视频软件，互联网软件。因为Lisence方面的问题，官方发布的Linux版本默认是不支持Mp3和rmvb等等格式的音视频的，而Veket已经替你完全搞定了。或许这个能迎合很多中国用户的需要。 提供了一个图形界面来配置网络驱动，这个不错，不幸地是偶地Athreos再一次拒绝工作，这半年来为了这个块破网卡我都想去debug MadWifi了，看看到底这垃圾网卡为啥总是罢工呢。 Veket 下载地址: http://www.verycd.com/topics/2724483/ 《veket随身系统》(veket linux)2.39（集成开发版众多工具和库文件） http://www.verycd.com/topics/2780830/   《中文系统》(veket linux)3.11(新核心支持更多新硬件)(纪念周武王伐纣)]]></description>
		<wfw:commentRss>http://nariver.com/archives/386/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Screenlets在显示桌面(show desktop)时一起被最小化的问题</title>
		<link>http://nariver.com/archives/174</link>
		<comments>http://nariver.com/archives/174#comments</comments>
		<pubDate>Sun, 14 Dec 2008 12:35:32 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[screenlets]]></category>

		<guid isPermaLink="false">http://www.nariver.com/blog/?p=168</guid>
		<description><![CDATA[一直都没找到很好的解决办法，有人说用widget layer，可是每次系统起来的时候，都要按下F9才能调出，比较麻烦。下面提供一种相对简单而且有效的方法：1. 首先确定你已经安装了compiz 和compiz manager包====================================OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktopeasier to use, more powerful and intuitive, and more accessible for userswith special needs. This meta-package provides the components necessary for running compiz. Itprovides the compiz core, a set of standard plugins, a [...]]]></description>
		<wfw:commentRss>http://nariver.com/archives/174/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
