<?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, 22 Sep 2011 05:13:17 +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>转载 网文 程序猿装逼指南</title>
		<link>http://www.cactus.org.cn/2011/09/%e8%bd%ac%e8%bd%bd-%e7%bd%91%e6%96%87-%e7%a8%8b%e5%ba%8f%e7%8c%bf%e8%a3%85%e9%80%bc%e6%8c%87%e5%8d%97.html</link>
		<comments>http://www.cactus.org.cn/2011/09/%e8%bd%ac%e8%bd%bd-%e7%bd%91%e6%96%87-%e7%a8%8b%e5%ba%8f%e7%8c%bf%e8%a3%85%e9%80%bc%e6%8c%87%e5%8d%97.html#comments</comments>
		<pubDate>Thu, 22 Sep 2011 05:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/2011/09/%e8%bd%ac%e8%bd%bd-%e7%bd%91%e6%96%87-%e7%a8%8b%e5%ba%8f%e7%8c%bf%e8%a3%85%e9%80%bc%e6%8c%87%e5%8d%97.html</guid>
		<description><![CDATA[一、准备工作
“工欲善其事必先利其器。”    1.电脑不一定要配置高，但是双屏是必须的，越大越好，能一个横屏一个竖屏更好。一个用来查资料，一个用来写代码 。总之要显得信息量很大，效率很高。    2.椅子不一定要舒服，但是一定要可以半躺着。    3.大量的便签，各种的颜色的，用来记录每天要完成的事务，多多益善。沿着电脑屏幕的边框，尽量贴满，显出有很多事情的样子。    4.工具书，orelly的，机械工业，电子工业什么的都可以，能英文就英文，不行影印版的也可以，反正越厚越好，而且千万不要放在书架上，一定要堆在桌上，半打开状。    
二、从进门开始
1. 着装！着装！不管你是去实验室，或者去公司的大楼，在或者是小公司的民宅，或是自己创业的黑作坊；无论是春夏秋冬白天晚上刮风下雨电闪雷鸣台风龙卷风，一个装b的程序员都要十分在意自己着装！这里只提出参考建议。初级装：衬衣+牛仔裤+休闲鞋。中级装：T恤+宽松短裤+拖鞋。高级装：背心+宽松大花裤衩+ 人字拖。    2.得体的举止。在走廊以及任何形式的过道里，一定要双手插兜，走得像个痞子，至少要看起来有点反社会，如若不行，可走文弱天才型geek路线。    3.如果有女性在你背后指指点点，小声嘀咕说这一定是一个技术男的时候，应该先低头，然后保持低头状态，缓缓回头，坏坏地蔑笑但是不要出声，然后快步前行。&#160; 4.进门后，一定不要跟任何人打招呼，笔直走向自己的位置，最多路过打一杯咖啡，千万不要有多余的动作，显示出自己的专注与心无旁骛。

三、坐下就不要再动了
1.坐下以后，姿势需要略微后仰，能翘着二郎腿最好了，然后在后仰的情况下低着头，以便看到屏幕，然后千万就不要再动了。    2.粗暴地把电脑前的大堆书推开一个口，然后摘下电脑上的一个便签，看一眼，不过3秒，可以开始coding了。    3.能不用IDE就不要用，实在装不了，无论IDE是什么，一定要调成DOS那种黑色背景的。    4.如果写前台界面，就不停地调试后台代码；如果写java，就在里面混编C；如果写C，就在里面混编汇编。不光要coding，还要时不时的翻出一本什么英文的书翻一翻，看不懂就看看插图，然后扔到面前假装懂了继续coding。    5. 什么看起来高端就用什么，不要管实用不实用。例如对C++：switch统统重构成多态；如果有指针，统统改成智能的；C++一定要自己写 template；数字是全部要替换成宏的名字能起多长就起多长；struct就不要出现了，如果出现，也一定要用__attriburte__修饰一下；运算都是位操作的；操作符都是重载的；网络都是并发缓冲线程池的；int只用int32_t声明的;继承不用普通的，什么多继承虚继承啊；helloworld也要写捕获异常的；后人一看代码，中间一堆关键字 extern,asm,auto,XXXXX_cast,volatile,explicit,register,template，让一般总在敲 int,if,else,for的小程序员 顿时心生崇拜。  [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2011/09/%e8%bd%ac%e8%bd%bd-%e7%bd%91%e6%96%87-%e7%a8%8b%e5%ba%8f%e7%8c%bf%e8%a3%85%e9%80%bc%e6%8c%87%e5%8d%97.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>一个用HTML5开发的台球游戏</title>
		<link>http://www.cactus.org.cn/2010/09/html5-8ball.html</link>
		<comments>http://www.cactus.org.cn/2010/09/html5-8ball.html#comments</comments>
		<pubDate>Sat, 25 Sep 2010 04:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=160</guid>
		<description><![CDATA[一个 用HTML5开发的台球游戏 www.agent8ball.com 瞄准后,按住鼠标左键不放,左右拖动鼠标控制力道,放开鼠标,击球.
用最新的chrome可能运行比较流畅.

]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/09/html5-8ball.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian使用备忘之WIFI配置(WPA2)</title>
		<link>http://www.cactus.org.cn/2010/05/debian-linux-wifi-config-wpa.html</link>
		<comments>http://www.cactus.org.cn/2010/05/debian-linux-wifi-config-wpa.html#comments</comments>
		<pubDate>Sat, 29 May 2010 07:26:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[开发笔记]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=135</guid>
		<description><![CDATA[硬件环境:Thinkpad x61 kc1
Intel 3945 ABG 无线网卡
系统:Debian Lenny 5.0.4
1.安装iwlwifi固件
aptitude install firmware-iwlwifi

2.激活驱动
modprobe iwl3945
3配置interfaces 文件,在系统启动时自动连接wlan
vim /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
pre-up ip link set wlan0 up
pre-up iwconfig wlan0 essid your-ssid
wpa-ssid your-ssid
wpa-psk your-password
参考文档:
http://wiki.debian.org/WiFi/HowToUse
http://wiki.debian.org/iwlwifi
]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/05/debian-linux-wifi-config-wpa.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert favicon.ico</title>
		<link>http://www.cactus.org.cn/2010/05/convert-favicon-ico.html</link>
		<comments>http://www.cactus.org.cn/2010/05/convert-favicon-ico.html#comments</comments>
		<pubDate>Sat, 29 May 2010 06:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[开发笔记]]></category>
		<category><![CDATA[favicon]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=144</guid>
		<description><![CDATA[favicon.ico
I have no favicon so I get a lot of 404s, since browsers insist on downloading this little thing. So I created one. Took a social profile photo, croped (Option+K) and played with green colors in Mac&#8217;s built-in Preview program. Then, ImageMagick:
$ convert -resize 16&#215;16 dude.png PNG8:favicon16.png
$ convert favicon16.png favicon.ico
FTP. Done. No mo&#8217; 404s for [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/05/convert-favicon-ico.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 快捷键 备忘</title>
		<link>http://www.cactus.org.cn/2010/04/linux-hotkey-mem.html</link>
		<comments>http://www.cactus.org.cn/2010/04/linux-hotkey-mem.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 12:28:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.cactus.org.cn/?p=137</guid>
		<description><![CDATA[Linux控制台（文本模式）下提高工作效率的快捷键
在Linux环境里，有一些按键有特殊的含意。
# Ctrl-U: 擦除一行光标前面的部分。
# Ctrl-H: 擦除光标前面的一个字符。
# Ctrl-D: 终止输入。(退出 shell，如果您正在使用 shell 的话)。
# Ctrl-C: 终止当前正在运行的程序。
# Ctrl-Z: 暂停程序。
&#38;&#8221;)
# Ctrl-S: 停止向屏幕输出。
# Ctrl-Q: 重新激活向屏幕输出。
默认的 shell，`bash’， 有历史编辑和 tab 补齐功能。
# up-arrow: 开始历史命令搜索。
# Ctrl-R: 开始增量历史命令搜索，可以按照关键字查查自己用过哪些命令。
# TAB: 完整的把文件名输入到命令行。
# Ctrl-V TAB: 输入 TAB 而不是扩展命令行。
# Ctrl + P &#8211; 上一条命令
# Ctrl + N &#8211; 下一条命令
# Ctrl-U: 擦除一行光标前面的部分。
# Ctrl + Y &#8211; 粘贴前一Ctrl+U类命令删除的字符 ，是粘贴不是撤销啊！
下面的应用可能稍稍高级一点点
# !! &#8211; 上一条命令
# !-n [...]]]></description>
		<wfw:commentRss>http://www.cactus.org.cn/2010/04/linux-hotkey-mem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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类似


useradd -s /usr/bin/nologin
添加不能登录账号
useradd -s /usr/bin/nologin william



passwd -l
锁定用户
passwd -l william



passwd -u
解锁用户
passwd -u william



sudo su -l
通过sudo切换到root模式




sudo passwd -Sa &#124; awk [...]]]></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>
	</channel>
</rss>

