<?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>Cactus Thinking</title>
	<atom:link href="http://www.cactus.org.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cactus.org.cn</link>
	<description>程序是改出来的。</description>
	<lastBuildDate>Thu, 04 Mar 2010 04:55:16 +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>SVN客户端版本切换工具</title>
		<link>http://www.cactus.org.cn/2010/02/change-svn-workcopy-format.html</link>
		<comments>http://www.cactus.org.cn/2010/02/change-svn-workcopy-format.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 02:49:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java世界]]></category>
		<category><![CDATA[开发笔记]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=123</guid>
		<description><![CDATA[下载地址change-svn-wc-format
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/02/change-svn-workcopy-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个在线代理网站</title>
		<link>http://www.cactus.org.cn/2010/01/online-proxy.html</link>
		<comments>http://www.cactus.org.cn/2010/01/online-proxy.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:47:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=116</guid>
		<description><![CDATA[90529.com在线网页代理
可以登录twitter,facebook
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/01/online-proxy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>富贵门 英文插曲 下载</title>
		<link>http://www.cactus.org.cn/2009/10/%e5%af%8c%e8%b4%b5%e9%97%a8-%e8%8b%b1%e6%96%87%e6%8f%92%e6%9b%b2-%e4%b8%8b%e8%bd%bd.html</link>
		<comments>http://www.cactus.org.cn/2009/10/%e5%af%8c%e8%b4%b5%e9%97%a8-%e8%8b%b1%e6%96%87%e6%8f%92%e6%9b%b2-%e4%b8%8b%e8%bd%bd.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:13:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=89</guid>
		<description><![CDATA[好听的英文歌曲，歌名貌似叫 o come,ocome emmauel,但是不是太清楚歌手名字.
《富贵门》英文插曲 o come,o come emmanuel
ps: 右键点击  &#8212;&#62; 用迅雷下载
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/10/%e5%af%8c%e8%b4%b5%e9%97%a8-%e8%8b%b1%e6%96%87%e6%8f%92%e6%9b%b2-%e4%b8%8b%e8%bd%bd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 命令备忘</title>
		<link>http://www.cactus.org.cn/2009/04/linux-%e5%91%bd%e4%bb%a4%e5%a4%87%e5%bf%98.html</link>
		<comments>http://www.cactus.org.cn/2009/04/linux-%e5%91%bd%e4%bb%a4%e5%a4%87%e5%bf%98.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 05:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[命令]]></category>
		<category><![CDATA[备忘]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2009/04/linux-%e5%91%bd%e4%bb%a4%e5%a4%87%e5%bf%98.html</guid>
		<description><![CDATA[


命令
用途
示例
备注


lftp
多线程下载
lftp -c &#8220;pget -n 10 http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tgz&#8221;



yum groupinstall {LANGUAGE-support}(Red  hat 系列)
安装语言支持
yum groupinstall chinese-support



update-rc.d
(Debian)
系统服务管理
update-rc.d sendmail start 99  2 3 4 5 . stop 99 1 .
update-rc.d sendmail remove
说明: 左边的命令,设置sendmail 在 runlevel 2 3 4 5 启动 优先级为99,再runlevel 1 停止 优先级为99,优先级是0~99的数字,数字越大代表的优先级越低.


rcconf
(Debian)
系统服务管理
rcconf
只能简单的控制服务启用与否,和RedHat,Centos的ntsysv类似

































]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/04/linux-%e5%91%bd%e4%bb%a4%e5%a4%87%e5%bf%98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>红帽子(Redhat)/JBoss宣布支持Apache CXF</title>
		<link>http://www.cactus.org.cn/2009/03/%e7%ba%a2%e5%b8%bd%e5%ad%90redhat%e5%ae%a3%e5%b8%83%e6%94%af%e6%8c%81apache-cxf.html</link>
		<comments>http://www.cactus.org.cn/2009/03/%e7%ba%a2%e5%b8%bd%e5%ad%90redhat%e5%ae%a3%e5%b8%83%e6%94%af%e6%8c%81apache-cxf.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 01:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java世界]]></category>
		<category><![CDATA[Translations]]></category>
		<category><![CDATA[CXF]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2009/03/%e7%ba%a2%e5%b8%bd%e5%ad%90redhat%e5%ae%a3%e5%b8%83%e6%94%af%e6%8c%81apache-cxf.html</guid>
		<description><![CDATA[by JBoss Team
We’re happy to announce that as of today, Red Hat has become a key contributor to the Apache CXF, which is an open-source, fully featured, easy to use Web Services framework. It is the combination of two projects: Celtix developed by IONA and XFire developed at Codehaus working together at the Apache Software [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/03/%e7%ba%a2%e5%b8%bd%e5%ad%90redhat%e5%ae%a3%e5%b8%83%e6%94%af%e6%8c%81apache-cxf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>因为Google自定义域名都被墙掉,我放弃了blogger</title>
		<link>http://www.cactus.org.cn/2009/03/google-ghs-banned-in-china-so-switch-to-wordpress-and-virtualhost.html</link>
		<comments>http://www.cactus.org.cn/2009/03/google-ghs-banned-in-china-so-switch-to-wordpress-and-virtualhost.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:28:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GFW blogger]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[gfw]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2009/03/%e5%9b%a0%e4%b8%bagoogle%e8%87%aa%e5%ae%9a%e4%b9%89%e5%9f%9f%e5%90%8d%e9%83%bd%e8%a2%ab%e5%a2%99%e6%8e%89%e6%88%91%e6%94%be%e5%bc%83%e4%ba%86blogger%e8%bd%ac%e6%8a%95wordpress.html</guid>
		<description><![CDATA[&#160;
下面列表里面的ghs ip地址在国内都不能访问到：
&#160;

64.233.179.121 hs-in-f121.google.com . 
66.249.81.121 bx-in-f121.google.com . 
66.249.91.121 ik-in-f121.google.com . 
72.14.235.121 tw-in-f121.google.com . 
72.14.207.121 eh-in-f121.google.com . 
74.125.43.121
74.125.47.121 yw-in-f121.google.com . 
74.125.93.121 qw-in-f121.google.com . 
74.125.113.121 
209.85.171.121 cg-in-f121.google.com . 
216.239.34.21 
216.239.36.21 
216.239.38.21 
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/03/google-ghs-banned-in-china-so-switch-to-wordpress-and-virtualhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>转载一则笑话（java程序员招聘现场）</title>
		<link>http://www.cactus.org.cn/2009/03/%e8%bd%ac%e8%bd%bd%e4%b8%80%e5%88%99%e7%ac%91%e8%af%9d%ef%bc%88java%e7%a8%8b%e5%ba%8f%e5%91%98%e6%8b%9b%e8%81%98%e7%8e%b0%e5%9c%ba%ef%bc%89.html</link>
		<comments>http://www.cactus.org.cn/2009/03/%e8%bd%ac%e8%bd%bd%e4%b8%80%e5%88%99%e7%ac%91%e8%af%9d%ef%bc%88java%e7%a8%8b%e5%ba%8f%e5%91%98%e6%8b%9b%e8%81%98%e7%8e%b0%e5%9c%ba%ef%bc%89.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 05:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[招聘]]></category>
		<category><![CDATA[笑话]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2009/03/%e8%bd%ac%e8%bd%bd%e4%b8%80%e5%88%99%e7%ac%91%e8%af%9d%ef%bc%88java%e7%a8%8b%e5%ba%8f%e5%91%98%e6%8b%9b%e8%81%98%e7%8e%b0%e5%9c%ba%ef%bc%89.html</guid>
		<description><![CDATA[面试官：熟悉哪种语言      应聘者：Java。       面试官：知道什么叫类么       应聘者：我这人实在，工作努力，不知道什么叫累       面试官：知道什么是包?       应聘者：我这人实在&#160; 平常不带包 也不用公司准备了       面试官：知道什么是接口吗?       应聘者：我这个人工作认真。从来不找借口偷懒     [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/03/%e8%bd%ac%e8%bd%bd%e4%b8%80%e5%88%99%e7%ac%91%e8%af%9d%ef%bc%88java%e7%a8%8b%e5%ba%8f%e5%91%98%e6%8b%9b%e8%81%98%e7%8e%b0%e5%9c%ba%ef%bc%89.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>maven package skip test</title>
		<link>http://www.cactus.org.cn/2009/03/maven-package-skip-test.html</link>
		<comments>http://www.cactus.org.cn/2009/03/maven-package-skip-test.html#comments</comments>
		<pubDate>Tue, 10 Mar 2009 02:10:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Java世界]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2009/03/maven-package-skip-test.html</guid>
		<description><![CDATA[mvn package –Dmaven.test.skip=true
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/03/maven-package-skip-test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window XP平台架设 SVN 服务器</title>
		<link>http://www.cactus.org.cn/2009/01/window-xp-svn.html</link>
		<comments>http://www.cactus.org.cn/2009/01/window-xp-svn.html#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[开发笔记]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.dating07.com/?p=31</guid>
		<description><![CDATA[Window XP平台架设 SVN 服务器
准备
下载相关文件
Subversion1.5.4+Apache2.2整合安装文件
http://downloads-guests.open.collab.net/files/documents/61/1182/CollabNetSubversion-server-1.5.4-1.win32.exe
1 安装Svn 服务器 和apache2.2
 按照向导一步步的安装，选择SVN Repository 路径为: E:svn_repository
2创建svn资源库以及用户
 转到{SVN Server安装目录} 运行 svnadmin create E:svn_repositoryproject1 通过这个命令我们可以创建一个路径为project1的项目资源库，下面再为项目资源库创建用户或者组 转到{SVN Server安装目录}httpdbin 运行htpasswd -cm E:svn_repositorysvn-auth-file chouxinxin 根据提示输入密码以及确认密码
 创建E:svn_repositorysvn-access-file  内容如下：[project1:/]chouxinxin =rw
保存退出
以上步骤将会在E:svn_repository目录下生成两个文件：用户文件svn-auth-file和svn访问权限控制文件svn-access-file
3 配置Apache 的svn支持
编辑{SVN Server安装目录}httpdconf文件夹下的 httpd.conf
查找LoadModule关键字添加加载模块
LoadModule dav_module         modules/mod_dav.soLoadModule dav_svn_module     modules/mod_dav_svn.soLoadModule authz_svn_module   modules/mod_authz_svn.so
在文件末尾添加或者修改
   [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2009/01/window-xp-svn.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>前一百名的开发人员的博客(2008年第四季度)</title>
		<link>http://www.cactus.org.cn/2008/12/%e5%89%8d%e4%b8%80%e7%99%be%e5%90%8d%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98%e7%9a%84%e5%8d%9a%e5%ae%a22008%e5%b9%b4%e7%ac%ac%e5%9b%9b%e5%ad%a3%e5%ba%a6.html</link>
		<comments>http://www.cactus.org.cn/2008/12/%e5%89%8d%e4%b8%80%e7%99%be%e5%90%8d%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98%e7%9a%84%e5%8d%9a%e5%ae%a22008%e5%b9%b4%e7%ac%ac%e5%9b%9b%e5%ad%a3%e5%ba%a6.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Translations]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.dating07.com/?p=30</guid>
		<description><![CDATA[translated from http://www.noop.nl/2008/12/top-100-blogs-for-developers-q4-2008.html by lyonmire
一个博客的受欢迎程度是以什么界定的呢?google等级？流量？定阅数?读者的反馈？其它站点和博客的链接？这个答案当然是&#8212;全部都包括！
但是，去查找和核对所有博客的流量,难道工作量不重吗?p 这个答案当是&#8230;是的，很重.所以我很乐意为你做！
这个是最新版本的前一百名的开发人员博客.我这个列表是根据每个博客的google的pagerank、Alexa排名、Techorati Authority、RSS订阅数、Google点击和博客评论的加权平均来衡量的。（我本打算将我自己也放在里面相比，但我想这会给我自己的博客一个不 公平的竟争优势。）
请不要急着往下拉，首先，这有一些重要的声明：
之前的版本名字叫前一百名的项目经理博客.这样的话会混淆读者，因为在列表中的大多数博客很清晰的表明是给开发者阅读的.所以我起了现在的名字。但 是&#8230;..我想呈清一点:这个列表意在包含广义上的软件开发。这其中包括了项目管理,流程改进,敏捷开发,需求，设计，代码和测试。（所有的员工、每个 项目经理都应该有兴趣的。这个列表不是专门处理 Ubuntu 8, Silverlight 3, Jabberwocky 5或其他专门的技术。对不起伙伴们，我没有读到过关于这方面的.
尽管有一些微弱的企图，但我也不是无所不能，无所不知的。这旨在指这个列表上的blog以外还有很多我至今仍不知道的，我必须依赖人们发url给我，否则 我必须根据自己喜好来推荐。在这个新版本上有23个新的博客,在过去很多都没参与进来，是因为我不知道有这些博客。
我取消了一些博客是因为其作者很久未更新过，或者他们并没有发布任何与软件开发有关的文章。懒惰的家伙，我是不会可怜的!
这一版本的计算方法有着显著的改善。我也加入了一项新的统计（FeedRank）这是在过去没有的。这就意味着将现在这些结果和之前版本对照起来不是完全 公平的。事实上，这个结果现在看来是比较可靠的！（告知那些和我一样的list迷们,你可以在How to Make a Top Blog List这个文章上找到关于我的排名方法的一个完整的描述）
噢，另一个事情：我追踪了我创建这个事情所花的时间。调查博客、检查流量和执行计算，难以置信，这个事情累计用了四天.我甚至为你建了一个opml版本! 不要误解我的意思了哦，我喜欢这四天中的分分秒秒.但是，鉴于我免费地给出这些结果，我希望现在你非常积极的做a:订阅我的博客 b.在Twitter上给我回贴 或C.将这文章提交到Digg,Reddit，Dzone，或者任意一个.
享受阅读！或者下载opml版本(导入rss阅读器)!



TT
LT
Blog
Author


1
1
Joel on Software
Joel Spolsky


2
4
Paul Graham: Essays
Paul Graham


3
2
Coding Horror
Jeff Atwood


4
6
Rough Type
Nicholas Carr


5
7
Scott Hanselman&#8217;s Computer Zen
Scott Hanselman


6
8
Martin Fowler&#8217;s Bliki
Martin Fowler


7
11
Bokardo: Social Design
Joshua Porter


8
10
Stevey&#8217;s Blog Rants
Steve Yegge


9
13
Lambda the Ultimate
(various)


10
9
Rands in Repose
Michael Lopp


11
&#8211;
The [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2008/12/%e5%89%8d%e4%b8%80%e7%99%be%e5%90%8d%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98%e7%9a%84%e5%8d%9a%e5%ae%a22008%e5%b9%b4%e7%ac%ac%e5%9b%9b%e5%ad%a3%e5%ba%a6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
