<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xslt/rss2.xsl" media="screen"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Latest from 飞腿站长站: 蓝色梦幻</title>
		<link>http://www.feitui.com/u/%E8%93%9D%E8%89%B2%E6%A2%A6%E5%B9%BB</link>
		<description>这是一个站长建站交流和共享的地方</description>
		<category>Technology</category>
		<language>zh_cn</language>
		<item>
			<title>图片买卖网站 ... no reply</title>
			<link>http://www.feitui.com/topic/view/421.html</link>
			<comments>http://www.feitui.com/topic/view/421.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>素材</category>
			<description>
			&lt;a href="http://www.fotolia.com/" rel="nofollow external" class="tpc"&gt;http://www.fotolia.com/&lt;/a&gt;
			</description>
			<pubDate>Tue, 18 Nov 2008 11:20:31 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/421.html</guid>
		</item>
		<item>
			<title>Linux下Mail命令 ... no reply</title>
			<link>http://www.feitui.com/topic/view/419.html</link>
			<comments>http://www.feitui.com/topic/view/419.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Linux</category>
			<description>
			系统收到邮件都会保存在“/var/spool/mail/[linux用户名]”文件中。&lt;br /&gt;
在linux中输入mail，就进行了收件箱，并显示二十封邮件列表。&lt;br /&gt;
此时命令提示符为"&amp;"&lt;br /&gt;
unread 标记为未读邮件&lt;br /&gt;
h|headers 显示当前的邮件列表&lt;br /&gt;
l|list  显示当前支持的命令列表&lt;br /&gt;
?|help 显示多个查看邮件列表的命令参数用法&lt;br /&gt;
d 删除当前邮件，指针并下移。 d 1-100 删除第1到100封邮件&lt;br /&gt;
f|from 只显示当前邮件的简易信息。 f num 显示某一个邮件的简易信息&lt;br /&gt;
f|from num 指针移动到某一封邮件&lt;br /&gt;
z  显示刚进行收件箱时的后面二十封邮件列表&lt;br /&gt;
more|p|page 阅读当前指针所在的邮件内容 阅读时，按空格键就是翻页，按回车键就是下移一行&lt;br /&gt;
t|type|more|p|page num 阅读某一封邮件&lt;br /&gt;
n|next|{什么都不填} 阅读当前指针所在的下一封邮件内容&lt;br /&gt;
     阅读时，按空格键就是翻页，按回车键就是下移一行&lt;br /&gt;
v|visual 当前邮件进入纯文本编辑模式&lt;br /&gt;
n|next|{什么都不填}  num  阅读某一封邮件&lt;br /&gt;
top 显示当前指针所在的邮件的邮件头&lt;br /&gt;
file|folder 显示系统邮件所在的文件，以及邮件总数等信息&lt;br /&gt;
x  退出mail命令平台，并不保存之前的操作，比如删除邮件&lt;br /&gt;
q  退出mail命令平台,保存之前的操作，比如删除已用d删除的邮件，已阅读邮件会转存到当前用户家目录下的mbox文件中。如果在mbox中删除文件才会彻底删除。&lt;br /&gt;
在linux文本命令平台输入 mail -f mbox，就可以看到当前目录下的mbox中的邮件了。&lt;br /&gt;
cd 改变当前所在文件夹的位置&lt;br /&gt;
写信时，连按两次Ctrl+C键则中断工作，不送此信件。&lt;br /&gt;
读信时，按一次Ctrl+C，退出阅读状态。&lt;br /&gt;
--------------------------------------&lt;br /&gt;
Linux邮件命令用法&lt;br /&gt;
1. 将文件当做电子邮件的内容送出&lt;br /&gt;
语法：mail -s “主题”用户名@地址Nfrank@xteam.xteamlinux.comThu Mar 25 11:00 13/403 “test”&lt;br /&gt;
    &amp;&lt;br /&gt;
    Message 1:&lt;br /&gt;
    From frank Thu Mar 25 11:00:25 1999/3/25&lt;br /&gt;
    Received: (fromfrank@localhost)&lt;br /&gt;
    by xteam.xteamlinux.com(8.8.4/8.8.4)&lt;br /&gt;
    id LAA05170 for frank;Thu 25 Mar 1999 11:00:25 GMT&lt;br /&gt;
    Date: Thu,25 Mar 1999 11:00:25 GMT&lt;br /&gt;
    From:RHS Linux User&lt;br /&gt;
    Message-Id:&lt;br /&gt;
    To:frank@xteam.xteamlinux.com&lt;br /&gt;
    Subject:test&lt;br /&gt;
    Status:R&lt;br /&gt;
    This is a mail test&lt;br /&gt;
    &amp;&lt;br /&gt;
    mail命令还有很多其它用法，例如发送事先准备好的信件，或一次送信给若干人。还可以用其它方法送信件。&lt;br /&gt;
另附message的使用技巧：&lt;br /&gt;
当Linux系统处于多用户的情况下，有时在终端上会突然显示出下述信息：&lt;br /&gt;
    Message from renee tty2…&lt;br /&gt;
    并伴随出现一阵嘟嘟响声。这是用户renee想和你通话而产生的信号。若你用如下命令响应他:&lt;br /&gt;
    $ write renee&lt;br /&gt;
    这就建立起了你和renee的通信线路，renee在他的终端上键入的内容同时显示在你的终端上，反之你键入的内容也显示在renee的终端上。为区分终端上哪些是你输入的，哪些是renee输入的，我们使用如下通话协议：（o）表示一段话说完，并让对方发话，（oo）代表通话结束并退出程序。&lt;br /&gt;
    renee’s terminal: frank terminal:&lt;br /&gt;
    [renee@xteam renee]$ write frank&lt;br /&gt;
    $ Message from renee tty2…&lt;br /&gt;
    $write renee&lt;br /&gt;
    [renee@xteam renee]$Message from you tty1…&lt;br /&gt;
    did you forget lunch? (o)&lt;br /&gt;
    did you forgeet lunch? (o)&lt;br /&gt;
    ten minutes (o)&lt;br /&gt;
    ten minutes (o)&lt;br /&gt;
    ok (oo)&lt;br /&gt;
    ok (oo)&lt;br /&gt;
    ctl-d&lt;br /&gt;
    EOF&lt;br /&gt;
    Ctl-d&lt;br /&gt;
    EOF&lt;br /&gt;
    [renee@xteam renee]$ $&lt;br /&gt;
　&lt;br /&gt;
    除CTL-d键外，也可以使用DELETE退出write命令。&lt;br /&gt;
    如果你不愿意别人干扰你的工作，可以使用mesg命令拒绝接受通话。当你向一个拒绝接收通话的用户发写命令、或者向没有注册的用户要求通话时，write命令会显示不能通话的原因。
			</description>
			<pubDate>Tue, 18 Nov 2008 00:28:23 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/419.html</guid>
		</item>
		<item>
			<title>Ask2Link 链接买卖服务平台 ... no reply</title>
			<link>http://www.feitui.com/topic/view/406.html</link>
			<comments>http://www.feitui.com/topic/view/406.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Ask2Link</category>
			<description>
			Ask2Link是一个链接买卖服务平台。Ask2Link支持Paypal支付，10$起付，安装和使用和其他链接服务平台类似。Ask2Link列出的价格比Backlinks高一些，具体的每月价格列表如下：&lt;br /&gt;
&lt;br /&gt;
PR 0 - $4&lt;br /&gt;
PR 1 - $8&lt;br /&gt;
PR 2 - $16&lt;br /&gt;
PR 3 - $20&lt;br /&gt;
PR 4 - $28&lt;br /&gt;
PR 5 - $36&lt;br /&gt;
PR 6 - $80&lt;br /&gt;
PR 7 - $160&lt;br /&gt;
&lt;br /&gt;
当然，你可以自定义价格，Ask2Link比较不错的一点是你可以为链接设置“nofollow”属性。上一次Google PR更新，很多Blog都降了，原因就是因为出售链接。加上“nofollow”属性应该会安全一些，不过Ask2Link是不建议加上 “nofollow”属性的，因为在买卖链接的地方是会显示你出售的链接是否是“nofollow”属性。加上“nofollow”属性,可能不太会受买家青睐吧 &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ask2link.com/" rel="nofollow external" class="tpc"&gt;http://www.ask2link.com/&lt;/a&gt;
			</description>
			<pubDate>Tue, 11 Nov 2008 13:21:11 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/406.html</guid>
		</item>
		<item>
			<title>Linux 下 OpenVPN 安装和 Windows OpenVPN GUI ... no reply</title>
			<link>http://www.feitui.com/topic/view/392.html</link>
			<comments>http://www.feitui.com/topic/view/392.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>VPN</category>
			<description>
			&lt;a href="http://www.xiaohui.com/dev/server/20070514-install-openvpn.htm" rel="nofollow external" class="tpc"&gt;http://www.xiaohui.com/dev/server/20070514-install-openvpn.htm&lt;/a&gt;
			</description>
			<pubDate>Sun, 19 Oct 2008 01:30:38 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/392.html</guid>
		</item>
		<item>
			<title>jquery-color-utils ... no reply</title>
			<link>http://www.feitui.com/topic/view/391.html</link>
			<comments>http://www.feitui.com/topic/view/391.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>jQuery</category>
			<description>
			&lt;a href="http://code.google.com/p/jquery-color-utils/wiki/Document" rel="nofollow external" class="tpc"&gt;http://code.google.com/p/jquery-color-utils/wiki/Document&lt;/a&gt;
			</description>
			<pubDate>Fri, 17 Oct 2008 01:03:57 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/391.html</guid>
		</item>
		<item>
			<title>Tracks changes in form fields ... no reply</title>
			<link>http://www.feitui.com/topic/view/390.html</link>
			<comments>http://www.feitui.com/topic/view/390.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>jQuery</category>
			<description>
			&lt;a href="http://code.zhandwa.com/2008/07/31/jquery-track-changes-in-your-forms/" rel="nofollow external" class="tpc"&gt;http://code.zhandwa.com/2008/07/31/jquery-track-changes-in-your-forms/&lt;/a&gt;
			</description>
			<pubDate>Wed, 15 Oct 2008 22:30:47 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/390.html</guid>
		</item>
		<item>
			<title>seekAttention 插件 ... no reply</title>
			<link>http://www.feitui.com/topic/view/389.html</link>
			<comments>http://www.feitui.com/topic/view/389.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>jQuery</category>
			<description>
			给一个指定区域突出显示&lt;br /&gt;
The "seekAttention" plugin gracefully get's your users attention by fading out a definable area but leaving the target element (the element which is seeking attention) un-faded and thereby focusing the users attention on it.&lt;br /&gt;
&lt;a href="http://enhance.qd-creative.co.uk/demo/seekAttention/#demos" rel="nofollow external" class="tpc"&gt;Demo&lt;/a&gt;
			</description>
			<pubDate>Wed, 15 Oct 2008 10:32:05 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/389.html</guid>
		</item>
		<item>
			<title>jQuery Feed Menus 插件 ... no reply</title>
			<link>http://www.feitui.com/topic/view/388.html</link>
			<comments>http://www.feitui.com/topic/view/388.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>jQuery</category>
			<description>
			&lt;img class="code" src="http://www.komodomedia.com/wp-content/uploads/2008/10/feed_menu_header.png" border="0" style="max-width: 500px;" /&gt;&lt;br /&gt;
&lt;a href="http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/" rel="nofollow external" class="tpc"&gt;http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/&lt;/a&gt;
			</description>
			<pubDate>Wed, 15 Oct 2008 10:27:51 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/388.html</guid>
		</item>
		<item>
			<title>fmTuner: A Last.fm Plugin for WordPress ... no reply</title>
			<link>http://www.feitui.com/topic/view/387.html</link>
			<comments>http://www.feitui.com/topic/view/387.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Wordpress</category>
			<description>
			The result of the “Tunes” sidebar element on the Command-Tab homepage, fmTuner is a small WordPress plugin for retrieving song details from your Last.fm profile and publishing them anywhere in your WordPress theme. It provides options for choosing among your Recent, Loved, or Top tracks, as well as tools to adjust the update frequency and appearance:&lt;br /&gt;
&lt;img class="code" src="http://www.command-tab.com/images/wordpress/fmtuner_settings.gif" border="0" style="max-width: 500px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://wordpress.org/extend/plugins/fmtuner/" rel="nofollow external" class="tpc"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/" rel="nofollow external" class="tpc"&gt;http://www.command-tab.com/2008/09/06/fmtuner-a-lastfm-plugin-for-wordpress/&lt;/a&gt;
			</description>
			<pubDate>Wed, 15 Oct 2008 10:22:20 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/387.html</guid>
		</item>
		<item>
			<title>The AJAX response: XML, HTML, or JSON? ... no reply</title>
			<link>http://www.feitui.com/topic/view/386.html</link>
			<comments>http://www.feitui.com/topic/view/386.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>AJAX</category>
			<description>
			XML, HTML, JSON 这三种格式的比较.&lt;br /&gt;
&lt;a href="http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html" rel="nofollow external" class="tpc"&gt;http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
你选择了哪一种？
			</description>
			<pubDate>Mon, 13 Oct 2008 21:15:15 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/386.html</guid>
		</item>
		<item>
			<title>Linux通过ssh做代理的方法 ... no reply</title>
			<link>http://www.feitui.com/topic/view/380.html</link>
			<comments>http://www.feitui.com/topic/view/380.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Linux</category>
			<description>
			Linux客户端下开启socks代理的方法是运行 &lt;br /&gt;
ssh -CNf -D7777 test@192.168.0.1 &lt;br /&gt;
其中7777是socks代理的端口，这个数字可以任意修改，&lt;br /&gt;
test是ssh的用户名，看具体情况而定，192.168.0.1是IP地址。
			</description>
			<pubDate>Tue, 23 Sep 2008 13:21:08 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/380.html</guid>
		</item>
		<item>
			<title>构建安全rsync ... no reply</title>
			<link>http://www.feitui.com/topic/view/379.html</link>
			<comments>http://www.feitui.com/topic/view/379.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Linux</category>
			<description>
			随着安全要求的提高，我们逐渐采用sftp或scp来取代ftp。然而，可能由于网络状况等原因，使得scp/sftp可能发生中断。为此，不得不很痛苦的重新拷贝文件，不仅麻烦，还严重浪费带宽和时间。在这里，我们采用rsync over ssh的方式，既安全又方便，因为rsync支持断点续传。&lt;br /&gt;
&lt;a href="http://imysql.cn/2008_09_23_secure_rsync_over_ssh" rel="nofollow external" class="tpc"&gt;http://imysql.cn/2008_09_23_secure_rsync_over_ssh&lt;/a&gt;
			</description>
			<pubDate>Tue, 23 Sep 2008 12:33:39 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/379.html</guid>
		</item>
		<item>
			<title>mysql优化--用TIMESTAMP类型取代INT和DATETIME ... no reply</title>
			<link>http://www.feitui.com/topic/view/378.html</link>
			<comments>http://www.feitui.com/topic/view/378.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Mysql</category>
			<description>
			用 INT UNSIGNED 来存储一个转换成Unix时间戳的时间值，认为这样做从索引，比较等角度来讲，都会比较高效。现在我们来对比下 TIMESTAMP 和 INT UNSIGNED 以及 DATETIME 这3种类型到底谁更好。 &lt;br /&gt;
&lt;a href="http://imysql.cn/2008_07_17_timestamp_vs_int_and_datetime" rel="nofollow external" class="tpc"&gt;http://imysql.cn/2008_07_17_timestamp_vs_int_and_datetime&lt;/a&gt;
			</description>
			<pubDate>Tue, 23 Sep 2008 12:32:35 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/378.html</guid>
		</item>
		<item>
			<title>Photoshop Brushes-Free Quality Photoshop Brushes ... no reply</title>
			<link>http://www.feitui.com/topic/view/374.html</link>
			<comments>http://www.feitui.com/topic/view/374.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>素材</category>
			<description>
			&lt;a href="http://qbrushes.com/" rel="nofollow external" class="tpc"&gt;http://qbrushes.com/&lt;/a&gt;
			</description>
			<pubDate>Thu, 18 Sep 2008 11:38:04 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/374.html</guid>
		</item>
		<item>
			<title>LxAdmin下给lighttpd安装ZendOptimizer ... no reply</title>
			<link>http://www.feitui.com/topic/view/373.html</link>
			<comments>http://www.feitui.com/topic/view/373.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>LxAdmin</category>
			<description>
			&lt;div class="code"&gt;&lt;br /&gt;
cd /usr/local/src&lt;br /&gt;
&lt;br /&gt;
wget http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar -xzvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz&lt;br /&gt;
&lt;br /&gt;
./ZendOptimizer-3.3.3-linux-glibc23-i386/install.sh&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;
php.ini配置文件目录是：/etc&lt;br /&gt;
注意使用的是lighttpd，而非apache&lt;br /&gt;
&lt;br /&gt;
配置域名目录下php.ini文件&lt;br /&gt;
1，/etc/php.ini是总的配置文件。还有一个具体的配置文件位于：/home/httpd/domain.com/php.ini，这个文件也要设置下。&lt;br /&gt;
2，把php.ini文件下的[zend]段落复制下来，再添加到/home/httpd/domain.com/php.ini文件中。&lt;br /&gt;
&lt;div class="code"&gt;&lt;br /&gt;
[Zend]&lt;br /&gt;
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3&lt;br /&gt;
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3&lt;br /&gt;
zend_optimizer.version=3.3.3&lt;br /&gt;
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so&lt;br /&gt;
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so&lt;br /&gt;
&lt;/div&gt;
重启lighttpd&lt;br /&gt;
&lt;div class="code"&gt;&lt;br /&gt;
/etc/init.d/lighttpd restart&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Wed, 17 Sep 2008 22:22:05 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/373.html</guid>
		</item>
		<item>
			<title>字体css ... no reply</title>
			<link>http://www.feitui.com/topic/view/363.html</link>
			<comments>http://www.feitui.com/topic/view/363.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>网页设计</category>
			<description>
			支持mac&lt;br /&gt;
&lt;a href="http://www.typechart.com/" rel="nofollow external" class="tpc"&gt;http://www.typechart.com/&lt;/a&gt;
			</description>
			<pubDate>Mon, 08 Sep 2008 14:03:50 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/363.html</guid>
		</item>
		<item>
			<title>xhtml不支持document.body.scrollTo ... no reply</title>
			<link>http://www.feitui.com/topic/view/355.html</link>
			<comments>http://www.feitui.com/topic/view/355.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>网页设计</category>
			<description>
			&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br /&gt;
这时document.body.scrollTop始终为0,这时需要用document.documentElement.scrollTop才能获得正确的值&lt;br /&gt;
&lt;br /&gt;
而如果不加xhtml的申明,document.documentElement.scrollTop将为0
			</description>
			<pubDate>Thu, 28 Aug 2008 20:42:52 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/355.html</guid>
		</item>
		<item>
			<title>最热门的500种免费字体 ... no reply</title>
			<link>http://www.feitui.com/topic/view/354.html</link>
			<comments>http://www.feitui.com/topic/view/354.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>素材</category>
			<description>
			最热门的500种字体,免费的，&lt;a href="http://www.fonts500.com/" rel="nofollow external" class="tpc"&gt;http://www.fonts500.com/&lt;/a&gt;
			</description>
			<pubDate>Wed, 27 Aug 2008 19:40:25 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/354.html</guid>
		</item>
		<item>
			<title>Pencil-GUI原型设计插件 ... no reply</title>
			<link>http://www.feitui.com/topic/view/353.html</link>
			<comments>http://www.feitui.com/topic/view/353.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>Firefox</category>
			<description>
			是一个很好的Axure、Visio的替代品。很Cool，Firefox3插件大奖的第一名！&lt;br /&gt;
创建Windows桌面应用的复杂GUI原型,属性对话框可以方便地对“形状”进行设置&lt;br /&gt;
页面属性对话框可以选择另一页面作为背景,可以作为网站mockup（高保真UE图）&lt;br /&gt;
直接进行文本编辑、富文本编辑,可导出为一组PNG图&lt;br /&gt;
&lt;img class="code" src="https://addons.mozilla.org/en-US/firefox/images/addon_preview/8487/1" border="0" style="max-width: 500px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/8487" rel="nofollow external" class="tpc"&gt;Pencil&lt;/a&gt;
			</description>
			<pubDate>Fri, 22 Aug 2008 11:10:20 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/353.html</guid>
		</item>
		<item>
			<title>各种圆角实现方法 ... no reply</title>
			<link>http://www.feitui.com/topic/view/352.html</link>
			<comments>http://www.feitui.com/topic/view/352.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>网页设计</category>
			<description>
			&lt;a href="http://css-discuss.incutio.com/?page=RoundedCorners" rel="nofollow external" class="tpc"&gt;http://css-discuss.incutio.com/?page=RoundedCorners&lt;/a&gt;
			</description>
			<pubDate>Thu, 21 Aug 2008 21:15:33 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/352.html</guid>
		</item>
	</channel>
</rss>