<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[Linux 学习笔记]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 22 Dec 2009 06:37:41 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Linux 学习笔记<br/><br/>限制 ssh root 登录和尝试次数<br/><br/>vi /etc/ssh/sshd_config<br/><br/># #LoginGraceTime 2m<br/># PermitRootLogin no<br/># #StrictModes yes<br/># MaxAuthTries 4<br/><br/>解压 .7z 文件<br/><br/>sudo apt-get install p7zip<br/>p7zip -d putyourfilename.7z<br/><br/>-d : decompress<br/><br/>mysql 备份<br/><br/>mysqldump -u user -p [database] > database.sql<br/><br/>Securing your PHP with Suhosin<br/><br/>1) Grab Suhosin source from the web<br/><br/>user#wget -c http://download.suhosin.org/suhosin-0.9.27.tgz<br/><br/>2) Extract and compile<br/><br/>user#tar xzvf suhosin-0.9.27.tgz<br/><br/>user#cd suhosin-0.9.27<br/><br/>user#phpize<br/><br/>user#./configure<br/><br/>user#make<br/><br/>user#make install<br/><br/>3) Now add extension module in php.ini configuration<br/><br/>user#vi /etc/php.ini<br/><br/>extension=suhosin.so<br/><br/>4) Restart your web server<br/><br/>user#service httpd restart<br/><br/>5) Check your php version to indicates that Suhosin is there<br/><br/>user#php -v<br/>PHP 5.1.6 (cli) (built: Jul 16 2008 19:53:00)<br/>Copyright (c) 1997-2006 The PHP Group<br/>Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies<br/>with XCache v1.2.2, Copyright (c) 2005-2007, by mOo<br/>with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Linux 学习笔记]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>