<?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>Kim Chow Blog</title>
	<atom:link href="http://www.jianblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jianblog.com</link>
	<description>Unix C将是我主攻的语言，现在用PHP在FreeBSD/Centos下开发。</description>
	<lastBuildDate>Fri, 23 Dec 2011 08:29:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>邀请注册免费ＣＤＮ</title>
		<link>http://www.jianblog.com/2011/12/23/745/</link>
		<comments>http://www.jianblog.com/2011/12/23/745/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:29:59 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=745</guid>
		<description><![CDATA[最近重新将一些服务器拿出来做ＣＤＮ，并且开放给大家用。暂订，每月免费1G流量。 106814 107685 114394 119188 129349 129693 141623 148493 151301 164858 169366 178782 184550 200714 201752 207540 207705 217586 221361 235002 244325 246203 257785 260958 280091 280193 290546 296944 299352 305720 312149 314228 325368 336965 346755 347503 355445 356515 380107 381243 406565 412790 418410 423037 432576 444322 446281 451068 476986 478577 483997 501043 501912 503794 [...]]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/12/23/745/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>archlinux 桌面安装</title>
		<link>http://www.jianblog.com/2011/11/24/740/</link>
		<comments>http://www.jianblog.com/2011/11/24/740/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 03:25:54 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=740</guid>
		<description><![CDATA[先简单地记录一下，我安装过程中，所有到东西 安装相关字体 pacman -S wqy-bitmapfont wqy-zenhei ttf-dejavu ttf-arphic-ukai ttf-arphic-uming ttf-fireflysung 安装输入法 pacman -S ibus ibus-table &#160; vi ~/.xprofile export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus ibus-daemon -x -d]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/11/24/740/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于php的chroot</title>
		<link>http://www.jianblog.com/2011/09/05/736/</link>
		<comments>http://www.jianblog.com/2011/09/05/736/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 06:25:44 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=736</guid>
		<description><![CDATA[chroot可以比较简单地实现php程序的安全，有些lib如果没有复制给用户，会导致用户无法使用一些函数。详细的配置方面，迟点有空的时候再写了。现在只是简单地写个一个问题解决先。 主要是解决chroot之后,php程序无法使用网络相关的函数问题。 只要将/lib/libnss_dns.so.2 复制到chroot的lib目录下就可以解决网络访问问题了。当然了，还需要将/etc/resolve.conf复制到chroot的etc目录下才行。]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/09/05/736/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpdoc支持utf8</title>
		<link>http://www.jianblog.com/2011/08/24/734/</link>
		<comments>http://www.jianblog.com/2011/08/24/734/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 10:02:43 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=734</guid>
		<description><![CDATA[现在使用phpdoc生成文档，已经是比较简单的事了。只是默认不支持utf8,以下的方法是修改 支持utf-8 cd /usr/share/pear/data/PhpDocumentor/phpDocumentor/Converters find ./ -name '*.tpl' &#124; xargs sed -i 's/iso-8859-1/utf-8/g']]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/08/24/734/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bind bdb</title>
		<link>http://www.jianblog.com/2011/08/23/728/</link>
		<comments>http://www.jianblog.com/2011/08/23/728/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 04:07:01 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=728</guid>
		<description><![CDATA[做智能DNS，现在一般都是跟mysql做结合。通过各方面的测试结果表明，使用Mysql结合的性能并不是这么理想。相关的测试结果，可以看下官网公布的数据http://bind-dlz.sourceforge.net/perf_tests.html。我没有打算自己重新做一次这方面的测试。在之前的应用中，Mysql的并发连接并不高，基于这些数据基础下，做dns相关结合的时候，我不会考虑使用mysql做为数据的后端。 简单地记录一下相关的安装过程 pacman -S abs abs pacman -S base-devel cd /var/abs/extra/bind vi PKGBUILD 在63行加入 &#8211;with-dlz-stub \ &#8211;with-dlz-bdb \ 保存之后，执行 makepkg -s --asroot pacman -U bind-9.8.0.P4-1-x86_64.pkg.tar.xz 具体的配置，迟点，我处理好之后，将会在这里公布。]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/08/23/728/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim相关配置</title>
		<link>http://www.jianblog.com/2011/08/23/725/</link>
		<comments>http://www.jianblog.com/2011/08/23/725/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 03:25:28 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[操作系统]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=725</guid>
		<description><![CDATA[前段时间，把本本的系统换成archlinux了。写代码，经常用vim,为了方便以后使用，记录一下vim的配置文件。 set tabstop=4 " Number of spaces that a in the file counts for. set shiftwidth=4 " Number of spaces to use for each step of (auto)indent. set expandtab " Use the appropriate number of spaces to insert a . " Spaces are used in indents with the '>' and ']]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/08/23/725/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python3下使用distribute安装软件</title>
		<link>http://www.jianblog.com/2011/03/27/722/</link>
		<comments>http://www.jianblog.com/2011/03/27/722/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 06:56:37 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[编程]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=722</guid>
		<description><![CDATA[在这段时间在用Python去实现一些系统管理的东西。我现在把操作系统由Centos改为Archlinux，主要是Archlinux的软件包管理跟FreeBSD很象。我比较喜欢FreeBSD的包管理方式，当然他还是没有FreeBSD的Ports使用起来方便。 Python3已经慢慢地走进人们的视线，我也赶下潮流使用一下新版本的东西看是否可以接受。 pacman -S python-distribute distribute的使用跟Easy_install是一样的，在命令行下，运行 easy_install-3.2 URL 相关包的URL到http://pypi.python.org/pypi这里来搜索，Python有很多很优秀的库。往后，我会分享更多我这段时间在家静思的成果。当然，这段时间，我在家关注更多的还是技术相关的东西。]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/03/27/722/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>squid简单配置</title>
		<link>http://www.jianblog.com/2011/03/26/717/</link>
		<comments>http://www.jianblog.com/2011/03/26/717/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 09:13:30 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Squid]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=717</guid>
		<description><![CDATA[squid是Linux下比较常用的代理服务器软件。其实，他的配置可以说挺简单的，当然也可以配置得挺复杂的。以前，我有写过相关的文章。现在只是将一些东西简化出来。 关于Squid的服务端口，将端口改为8080 http_port 8080 允许所有用户访问，只要找到http_access deny all改为http_access allow all http_access allow all 超级代理配置，即隐藏客户端的IP via off forwared_for off 用户验证 auth_param basic program /usr/lib64/squid/ncsa_auth /etc/squid/passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours auth_param basic casesensitive off 在http_access deny all之前加入以下代码 acl ncsa_users proxy_auth REQUIRED http_access allow ncsa_users 通过apache的htpasswd生成用户名密码 htpasswd [...]]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/03/26/717/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更新服务</title>
		<link>http://www.jianblog.com/2011/03/09/712/</link>
		<comments>http://www.jianblog.com/2011/03/09/712/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 04:06:02 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=712</guid>
		<description><![CDATA[更新网站，然后等待搜索引擎来收录，这种被动式的方法现在已经过时了。现在很多博客系统都加入了Ping 服务功能，所谓Ping 服务，实际上是一种更新通知服务，它可以将您的博客更新自动通知博客目录和搜索引擎，加快网站被搜索引擎收录的速度。比如，平时你更新了一篇文章，Google可能要等到第二天才会收录，可是如果你用了Ping服务的话，这个时间会大大的缩短，也许只要几十分钟。WordPress作为一个优秀的博客系统，当然也有Ping 服务功能。 WordPress用户可以通过设置(Options)——撰写(Writing)——更新通知(Update Services)修改Ping清单。 我现在正在使用的列表如下： http://rpc.pingomatic.com http://rpc.twingly.com http://api.feedster.com/ping http://api.moreover.com/RPC2 http://api.moreover.com/ping http://www.blogdigger.com/RPC2 http://www.blogshares.com/rpc.php http://www.blogsnow.com/ping http://www.blogstreet.com/xrbin/xmlrpc.cgi http://bulkfeeds.net/rpc http://www.newsisfree.com/xmlrpctest.php http://ping.blo.gs/ http://ping.feedburner.com http://ping.syndic8.com/xmlrpc.php http://ping.weblogalot.com/rpc.php http://rpc.blogrolling.com/pinger/ http://rpc.technorati.com/rpc/ping http://rpc.weblogs.com/RPC2 http://www.feedsubmitter.com http://blo.gs/ping.php http://www.pingerati.net http://www.pingmyblog.com http://geourl.org/ping http://ipings.com http://www.weblogalot.com/ping http://blog.iask.com/RPC2 http://ping.blog.qikoo.com/rpc2.php]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/03/09/712/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EDM</title>
		<link>http://www.jianblog.com/2011/03/05/706/</link>
		<comments>http://www.jianblog.com/2011/03/05/706/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 12:00:39 +0000</pubDate>
		<dc:creator>Kim Chow</dc:creator>
				<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.jianblog.com/?p=706</guid>
		<description><![CDATA[Godaddy的EDM做得这么厉害，我们是否可以从其中学得到一点东西，做类似的东西呢？ 发现一个关于这方面的网站 http://www.unsubscribe.cn/ 先占个位，迟点再将相关的信息发这个文章里。]]></description>
		<wfw:commentRss>http://www.jianblog.com/2011/03/05/706/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

