<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel>
<title>365Key-天天网摘 - CNBorn的网摘(Linux)</title>
<description>365Key-天天网摘 - CNBorn的网摘(Linux)</description>
<link>http://www.365key.com/rss/CNBorn/Linux/</link>
<generator>365Key (http://www.365key.com)</generator>
<language>zh-cn</language>
<docs>365Key-天天网摘 精彩导航</docs>
<image>http://counter.csdn.net/pv.aspx?id=88</image>
<item>
<title>完美解决SATA硬盘Fedora(或Ubuntu关机异响)</title>
<link>http://www.365key.com/item/3187232</link>
<category>Linux</category>
<pubDate>Sat, 19 Jul 2008 09:39:17 GMT</pubDate>
<description>
<blockquote>在linux中关机或者休眠, 进行到最后切断电源时硬盘发出啾的一声, 就像windows中突然断电时的硬盘声音

　　在fedora和ubuntu里面都存在, 而windows下没问题, 所以基本上是linux系统本身的原因, 导致硬盘电源管理不正常</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Dual monitors with fluxbox</title>
<link>http://www.365key.com/item/3152989</link>
<category>Linux</category>
<pubDate>Mon, 09 Jun 2008 08:17:20 GMT</pubDate>
<description>
<blockquote>Howdy folks,
I've got an NVidia 6800GT with dual outputs, one DVI and one VGA. I wanted to use dual monitors, one LCD, the other a CRT. Note that this does not use TwinVIew or Xinerama. These are separate screens, but I can pass the mouse pointer between screens. Here's what I did...edit /etc/X11/xorg.conf thusly:</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>MySQL 4.1.x 記得要加在 my.cnf 的東西</title>
<link>http://www.365key.com/item/3138401</link>
<category>Linux</category>
<pubDate>Fri, 23 May 2008 17:44:39 GMT</pubDate>
<description>
<blockquote>init_connect=‘SET NAMES utf8′
default-character-set = utf8
default-collation = utf8_general_ci</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>MySQL字符集产生乱码的简单讲解 </title>
<link>http://www.365key.com/item/3138400</link>
<category>Linux; 软件</category>
<pubDate>Fri, 23 May 2008 17:35:39 GMT</pubDate>
<description>
<blockquote>因 为我只是在本地作测试，为了测试时少写一行mysql_query(“set names gbk”)。所以我把 my.ini 的 [ mysql ] 栏default-characte_set 改为 latin1。这样无论自己在本地测试或是CMD下操作MySQL都很方便。但是如果你用的是PHPMyAdmin的话，可能会显示乱码，解决办法就是安 装一个支持字符集为 latin1的PHPMyAdmin。字符集和字符集校对都为 latin1 ，就能正常显示了。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>how-to convert flac to mp3 in ubuntu and gnome</title>
<link>http://www.365key.com/item/3100877</link>
<category>Linux; 软件</category>
<pubDate>Sun, 20 Apr 2008 13:48:09 GMT</pubDate>
<description>
<blockquote>Download and install “Sound Converter” (http://soundconverter.berlios.de/).  I just installed the latest from source and it’s working great!.  Download, Extract the compressed the file.

cd to the directory of the uncompressed files

sudo ./configure

sudo make

sudo make install

If you have default ubuntu configuration you also need to run this command for mp3 encoding action:

sudo apt-get install gstreamer0.10-plugins-ugly-multiverse

Browse to Applications-&gt; Sound &amp; Video -&gt; Sound Converter

Change your preferences, add a folder of flac files and convert to compressed!</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>gvim 菜单栏与工具栏隐藏与显示动态切换</title>
<link>http://www.365key.com/item/3082264</link>
<category>Linux</category>
<pubDate>Sun, 30 Mar 2008 08:25:52 GMT</pubDate>
<description>
<blockquote>编辑 $HOME/.gvimrc 文件，添加以下代码：
&quot;Toggle Menu and Toolbar
set guioptions-=m
set guioptions-=T
map   :if &amp;guioptions =~# 'T' 
        \set guioptions-=T 
        \set guioptions-=m 
    \else 
        \set guioptions =T 
        \set guioptions =m 
    \endif</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Fcitx的美化方案(二)</title>
<link>http://www.365key.com/item/3035824</link>
<category>Linux; 软件</category>
<pubDate>Wed, 13 Feb 2008 09:12:12 GMT</pubDate>
<description>
<blockquote>以前写过一个美化方案，而且一直用的也是它。后来看到Mac下新出的一个输入法FIT的样子挺好看，于是修改了一下以前的方案，模仿FIT的样式。另外还顺带着做了两个其它风格的样式。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Mysql 数据库在Linux下的自动备份SHELL Script</title>
<link>http://www.365key.com/item/3033664</link>
<category>Linux</category>
<pubDate>Fri, 08 Feb 2008 16:25:42 GMT</pubDate>
<description>
<blockquote>MYSQL的自动备份脚本，已测试通过。

可以将这个脚本放进crontab，每天凌晨执行一次，自动备份将生成压缩文件 。

只保留最近七天的备份在服务器上

这是我写的第一个脚本，欢迎大家指正。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Fun Input Toy for Linux, 最FIT你的中文输入法Linux版</title>
<link>http://www.365key.com/item/3022587</link>
<category>Linux</category>
<pubDate>Sat, 26 Jan 2008 15:27:09 GMT</pubDate>
<description>
<blockquote>Fitx全名是Fun Input Toy for Linux，Fitx的姐妹版Fun Input Toy, 是Mac OS X下最流行的输入法之一。Fitx的目标和FIT一样，旨在为Linux的用户提供流畅的输入体验。

Fitx是建立在scim和scim-python上的输入法，同时由于原生在Mac OS X平台，因此需要GNUstep库支持</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>截图有时候能勾起些回忆</title>
<link>http://www.365key.com/item/2978580</link>
<category>Linux</category>
<pubDate>Sat, 29 Dec 2007 13:27:59 GMT</pubDate>
<description>
<blockquote>今天周末，我把我的移动硬盘带到公司来打算整理下我的文件。无意间当整理我的图片目录的时候发现“尘封”已久的一些系统截图。

这些可以说都是我使用计算机的见证。由于截图众多，我精选了其中的几张有趣的，和大家分享一下。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>如何增加系统Swap分区</title>
<link>http://www.365key.com/item/2908321</link>
<category>Linux</category>
<pubDate>Sun, 04 Nov 2007 02:51:35 GMT</pubDate>
<description>
<blockquote>下面我们就来增加系统的 Swap 大小。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Mac4Lin──一站式将你的系统打扮成Leopard </title>
<link>http://www.365key.com/item/2908320</link>
<category>Linux</category>
<pubDate>Sun, 04 Nov 2007 02:51:15 GMT</pubDate>
<description>
<blockquote>Mac4Lin最近也刚刚释出了其最新版──0.3。假如你愿意动手，你也可以把你的Linux系统打造成最新的Leopard的模样。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Linux下将屏保设为桌面壁纸</title>
<link>http://www.365key.com/item/2908319</link>
<category>Linux</category>
<pubDate>Sun, 04 Nov 2007 02:50:51 GMT</pubDate>
<description>
<blockquote>想在桌面上下场黑客帝国中的数字雨吗？想让枯燥的桌面动起来吗？这在Linux下非常容易！</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>将情感进销存的编码从gb2312改变为utf8 </title>
<link>http://www.365key.com/item/2908312</link>
<category>Linux; 软件</category>
<pubDate>Sun, 04 Nov 2007 02:42:28 GMT</pubDate>
<description>
<blockquote>应一个朋友的需要，用免费开源的情感进销存给他开小店用，刚开始嘛，先试试看好用不。好像情感是国内仅存的免费、开源，又能用，还有人继续维护的进销存软件了，挺难得的。

情感进销存默认的编码全部都是gb2312的，从数据库到html，而我的环境自然是全utf8编码的ubuntu，如果是一次性转换的话，手工也是可以作的，但情感进销存如果出新版，还得从头改过，所以搞了个小脚本来自动转换</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>wav、flac 转换 MP3 脚本</title>
<link>http://www.365key.com/item/2907360</link>
<category>Linux</category>
<pubDate>Sat, 03 Nov 2007 02:35:29 GMT</pubDate>
<description>
<blockquote>在一个讨论音乐的论坛上找到了这个脚本，写的很不错。解决了 CUE 信息输入 MP3 的问题。因为他 lame 的处理并没有放在 shntool 里面。
由于单引号的屏蔽， shntool 里面无法将 mp3 tag 输入文件中。此脚本将所有信息全部放在变量里面，再输入。

该脚本除了之前提到的 shntool 以外还用到了 cueprint 工具包。你可以通过以下命令安装：

原模板用在最新的 shntool 上有一点错误，我稍许修改了一下。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Linux下的firefox如何播放在线媒体 - Fwolf's Blog</title>
<link>http://www.365key.com/item/2907313</link>
<category>Linux</category>
<pubDate>Sat, 03 Nov 2007 02:19:29 GMT</pubDate>
<description>
<blockquote>看到网上别人说装个mplayer-plugin包就可以了，apt一搜索，压根就没有嘛，不过拐了个小弯，用apt搜索了一下mplayer，发现了mozilla-mplayer，安装试试，安装时还会自动提示把刚才装的mplayerplug-in卸载，看来有戏，完成后一试，果然不错，能用，并且还挺好用呢。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>修正“窗口管理器警告： 在配置数据库中找到的“”不是按键组合“toggle_shaded”的有效值 ”的警告</title>
<link>http://www.365key.com/item/2872692</link>
<category>Linux</category>
<pubDate>Sun, 14 Oct 2007 07:51:24 GMT</pubDate>
<description>
<blockquote>考虑了一下，问题应该出在窗口的配置上。于是在终端输入gconf-editor，找到app-&gt;metacity-&gt;window_keybindings-&gt;toggle_shaded，可以把toggle_shaded的值改成disabled。再次回到桌面，不在出现警告。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>Tweaking KDE GUI Apps in a Gnome Environment</title>
<link>http://www.365key.com/item/2863448</link>
<category>Linux</category>
<pubDate>Sat, 06 Oct 2007 14:35:13 GMT</pubDate>
<description>
<blockquote>or those of us who enjoy using the Gnome desktop environment, we know we want our GUI applications to be easy to use and seamless. But, there’s always that one program that uses the KDE QT library to provide a front-end. For example, I love to listen to music, and nothing beats AmaroK for me. But, every time I use it, the color scheme and icon theme completely clash with my Gnome desktop. In this tutorial, you’ll learn how to change the native KDE theme to blend with a standard Gnome GTK theme.</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>linux下把APE文件转为MP3(续)</title>
<link>http://www.365key.com/item/2863243</link>
<category>Linux</category>
<pubDate>Sat, 06 Oct 2007 12:14:51 GMT</pubDate>
<description>
<blockquote>前两天刚写了一次怎么把ape转为mp3，昨天又完善了一下，就接着续一个。之前只是说了如何把ape转为wav，然后在转为mp3，但是，可能大多数的ape文件都是整张CD的，所以还需要先分割成单个文件。

首先，需要shntool和cuetools。然后，假设有已经转好的CDImage.wav和CDImage.cue两个文件：

    $ cuebreakpoints CDImage.cue &gt; offset # 从cue文件中提取时间点
    $ shntool split -f offset CDImage.wav</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
<item>
<title>linux下把APE文件转为MP3</title>
<link>http://www.365key.com/item/2863239</link>
<category>Linux</category>
<pubDate>Sat, 06 Oct 2007 12:14:18 GMT</pubDate>
<description>
<blockquote>原来说过一次关于Debian下听APE音频的问题，但是感觉太简单了，好多细节没说。甚至在我自己想看的时候，都没找到有用的信息。检讨啊！所以，重新再写一次，记录一些细节。

1. 首先，需要mac,lame这两个程序。可以从链接里下载，也可以在发行版里找有没有现成的包。

2. 安装程序。mac的安装方法和原来的一样。

    先编译安装mac，然后再安装bmp-mac。如果希望以deb包的形式安装，可以安装checinstall，在编译后，用checkinstall代替make install即可生成deb包。在编译mac的时候，需要./configure –enable-assembly=yes，这样才可以在bmp-mac编译时生成beep-media-player可以识别的.so文件。当然，这需要安装相关的汇编器，如nasm,yasm等。</blockquote></description>
<dc:creator>CNBorn</dc:creator>
</item>
</channel></rss>
