<?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>Klniu &#187; 技巧</title>
	<atom:link href="http://klniu.com/post/category/skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://klniu.com</link>
	<description>『勿慢牛个人博客』</description>
	<lastBuildDate>Sun, 04 Jul 2010 00:46:34 +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>dokuwiki中文文件名编码转换</title>
		<link>http://klniu.com/post/dokuwiki-chinese-filename-encoding-conversion/</link>
		<comments>http://klniu.com/post/dokuwiki-chinese-filename-encoding-conversion/#comments</comments>
		<pubDate>Sun, 30 May 2010 10:36:43 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[ascii2uni]]></category>
		<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[乱码]]></category>

		<guid isPermaLink="false">http://klniu.com/?p=541</guid>
		<description><![CDATA[默认情况下，dokuwiki需要把中文文件进行编码后存储，便会在data文件夹下存在好多形如%ED%类的文件名，不利用管理和SEO，如果你想改变这些，首先要更改dokuwiki对中文文件的存储方式，然后将以前的文件编码重新转换为正常的中文文件名。

第一步可参考上一篇文章http://klniu.com/post/dokuwiki-chinese-file-name-and-address-sitemap-garbled/更改。

而第二步就需要批量处理了，此方法适用于linux系统。我使用的是ubuntu，请大家参考执行：

<span class="readmore"><a href="http://klniu.com/post/dokuwiki-chinese-filename-encoding-conversion/" title="dokuwiki中文文件名编码转换">阅读全文——共835字</a></span>]]></description>
		<wfw:commentRss>http://klniu.com/post/dokuwiki-chinese-filename-encoding-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dokuwiki中文文件名及sitemap乱码的解决</title>
		<link>http://klniu.com/post/dokuwiki-chinese-file-name-and-address-sitemap-garbled/</link>
		<comments>http://klniu.com/post/dokuwiki-chinese-file-name-and-address-sitemap-garbled/#comments</comments>
		<pubDate>Sun, 30 May 2010 07:52:06 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[乱码]]></category>

		<guid isPermaLink="false">http://klniu.com/?p=539</guid>
		<description><![CDATA[dokuwiki默认是使用urlencode函数对文件名进行编码后存储的，而索引文章的indexer.php文件在生成sitemap.xml时也会对文件名编码，这样对搜索引擎是不友好的，实际上将这两个编码的功能去掉就可以了。

中文文件名的乱码可以参考http://www.dokuwiki.org/zh:pagename进行更改，即:



<span class="readmore"><a href="http://klniu.com/post/dokuwiki-chinese-file-name-and-address-sitemap-garbled/" title="dokuwiki中文文件名及sitemap乱码的解决">阅读全文——共890字</a></span>]]></description>
		<wfw:commentRss>http://klniu.com/post/dokuwiki-chinese-file-name-and-address-sitemap-garbled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>启用知识管理dokuwiki</title>
		<link>http://klniu.com/post/enable-knowledge-management-dokuwiki/</link>
		<comments>http://klniu.com/post/enable-knowledge-management-dokuwiki/#comments</comments>
		<pubDate>Fri, 21 May 2010 12:11:56 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[知识管理]]></category>

		<guid isPermaLink="false">http://klniu.com/?p=536</guid>
		<description><![CDATA[收集-阅读-加工-输出知识是一个很有意思和实用的过程，在这个过程中我用过很多知识管理软件。

最早用的是onenote，功能确实强大，不过有点大，携带不方便，平台依赖性太强。

后来有一段时间用Gmail+Folders4Gmail脚本+Gmail过滤器功能，用了好长时间，搜索强，携带也方便，唯一不适合的地方就是发出的邮件是不能编辑的，如果需要修改，则必须重新发送，比较麻烦。

<span class="readmore"><a href="http://klniu.com/post/enable-knowledge-management-dokuwiki/" title="启用知识管理dokuwiki">阅读全文——共661字</a></span>]]></description>
		<wfw:commentRss>http://klniu.com/post/enable-knowledge-management-dokuwiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader + Twitter更改API</title>
		<link>http://klniu.com/post/google-reader-twitter-change-the-api/</link>
		<comments>http://klniu.com/post/google-reader-twitter-change-the-api/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:22:07 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://klniu.com/post/google-reader-twitter-change-the-api/</guid>
		<description><![CDATA[Greasemonkey的脚本Google Reader + Twitter，对于喜欢看新闻发感想的朋友来说是非常不错的，只是由于不可抗拒因素，twitter已经被河了好久好久了，那如何修改这个脚本使用私人架设的API呢？

将Google Reader + Twitter下载下来，用编辑器打开，搜索https://twitter.com/statuses/update.xml ，然后替换为自己的API，比如修改为http://klniu.com/api/statuses/update.xml ，即可，这里我的API为http://klniu.com/api/，然后将此脚本拖入firefox(需要先安装Greasemonkey)或者Chrome中，重新启动浏览器后即可使用。

<span class="readmore"><a href="http://klniu.com/post/google-reader-twitter-change-the-api/" title="Google Reader + Twitter更改API">阅读全文——共361字</a></span>]]></description>
		<wfw:commentRss>http://klniu.com/post/google-reader-twitter-change-the-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>制作grub4dos和syslinux双启的方案的syslinux.bin问题</title>
		<link>http://klniu.com/post/production-grub4dos-and-syslinux-pairs-of-kai-programs-syslinux-bin-questions/</link>
		<comments>http://klniu.com/post/production-grub4dos-and-syslinux-pairs-of-kai-programs-syslinux-bin-questions/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:33:49 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[bootice]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[双启]]></category>

		<guid isPermaLink="false">http://klniu.com/post/production-grub4dos-and-syslinux-pairs-of-kai-programs-syslinux-bin-questions/</guid>
		<description><![CDATA[以前写过移动硬盘安装维护系统的文章，双启的方案是利用grubinst和syslinux分别安装的，后来末学一直使用的是Bootice，只是一直未曾介绍，具体的使用方法可参考无忧启动论坛的实例分享： 用BOOTICE工具在U盘上实现SYSLINUX与GRUB4DOS双启动，Bootice的可以在此处下载，如果大家没有无忧的号，此处提供0.76版的下载。

下载地址

今天要解决的问题只是在双启的过程中，在选择备份分区syslinux引导PBR的时候，只能备份1个扇区才能正常启动，如图。

]]></description>
		<wfw:commentRss>http://klniu.com/post/production-grub4dos-and-syslinux-pairs-of-kai-programs-syslinux-bin-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>硬盘坏道的处理经验</title>
		<link>http://klniu.com/post/experience-in-handling-the-hard-disk-bad-sectors/</link>
		<comments>http://klniu.com/post/experience-in-handling-the-hard-disk-bad-sectors/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 13:49:16 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[diskgenius]]></category>
		<category><![CDATA[坏道]]></category>
		<category><![CDATA[隔离]]></category>

		<guid isPermaLink="false">http://klniu.com/?p=488</guid>
		<description><![CDATA[我的一位同学的电脑一直很卡，昨天就对他的电脑进行了全面检测，不幸的是硬盘坏道，幸运的是坏道集中在一起，所占的空间不算太大，用的工具是Diskgenius,在diskgenius的硬盘菜单里，如图：

 

选中需要检测的硬盘或者分区，在硬盘菜单里选择坏道检测与修复。默认柱面范围为整个硬盘或者分区，如果不知道坏道的区域的话，可以全部检测，需要时间较长，可以查出坏道的具体柱面或者范围。正常的磁盘耗时是非常短的，在500ms以下，耗时时间较长则表示该区域有问题，如果较集中，基本就可以确认该范围的磁盘有问题。Diskgenius能查出部分坏道来，也能修复，但对于较大范围的区域来说就无能为力了，所以只能利用隔离的方法，避免使用这部分坏道的磁盘。

<span class="readmore"><a href="http://klniu.com/post/experience-in-handling-the-hard-disk-bad-sectors/" title="硬盘坏道的处理经验">阅读全文——共574字</a></span>]]></description>
		<wfw:commentRss>http://klniu.com/post/experience-in-handling-the-hard-disk-bad-sectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>测试wp-t-wap</title>
		<link>http://klniu.com/post/test-wp-t-wap/</link>
		<comments>http://klniu.com/post/test-wp-t-wap/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:44:41 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-t-wap]]></category>
		<category><![CDATA[分段]]></category>

		<guid isPermaLink="false">http://klniu.com/post/%e6%b5%8b%e8%af%95wp-t-wap/</guid>
		<description><![CDATA[测试wp-t-wap，wordmobi的段落使用br，我觉得用p还是比较好，看一下wp-t-wap是用什么分段的。

这篇博客是在手机上用wp-t-wap实现的。

]]></description>
		<wfw:commentRss>http://klniu.com/post/test-wp-t-wap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>密码保护：How to climb over the wall?</title>
		<link>http://klniu.com/post/how-to-climb-over-the-wall/</link>
		<comments>http://klniu.com/post/how-to-climb-over-the-wall/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 09:38:31 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[climb the wall]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[代理]]></category>

		<guid isPermaLink="false">http://klniu.com/?p=363</guid>
		<description><![CDATA[无法提供任何摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://klniu.com/post/how-to-climb-over-the-wall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nvidia安装驱动开机后显示正在关机问题</title>
		<link>http://klniu.com/post/nivia-query/</link>
		<comments>http://klniu.com/post/nivia-query/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 11:37:14 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[正在关机]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://livesdrop.com/post/nivia-query/</guid>
		<description><![CDATA[今天想要更新下显卡驱动，就用超级兔子的驱动天使自动安装，可是装完驱动重启之后就一直显示在正在关机的页面，而且上面是花的，于是就又把驱动还原回来，从官方下载了一个驱动装上后问题依旧，折腾了半天挺郁闷的。

后来，把原来的驱动卸载了之后再重新安装驱动就没上面的问题了。

]]></description>
		<wfw:commentRss>http://klniu.com/post/nivia-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不怕google再挂了</title>
		<link>http://klniu.com/post/google-search-way/</link>
		<comments>http://klniu.com/post/google-search-way/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 10:32:14 +0000</pubDate>
		<dc:creator>勿慢牛</dc:creator>
				<category><![CDATA[原创]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google搜索]]></category>

		<guid isPermaLink="false">http://livesdrop.com/post/google-search-way/</guid>
		<description><![CDATA[今天google中国又挂了，不愿用baidu，很多东西都搜索不到，不过可以用这个，google的国际网站，就不会转向到google.cn了。

http://www.google.com/webhp?hl=en&#38;lr=&#38;inlang=zh-CN&#38;newwindow=1&#38;sa=G&#38;oe=GB2312

]]></description>
		<wfw:commentRss>http://klniu.com/post/google-search-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
