<?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>LuoShuo&#039;s Blog</title>
	<atom:link href="http://www.luoshuo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.luoshuo.com</link>
	<description>If winter comes, can spring be far behind ?</description>
	<lastBuildDate>Thu, 22 Dec 2011 00:37:46 +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>Adding the Cherokee Web Server PPA to Ubuntu</title>
		<link>http://www.luoshuo.com/archives/97</link>
		<comments>http://www.luoshuo.com/archives/97#comments</comments>
		<pubDate>Thu, 22 Dec 2011 00:37:46 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=97</guid>
		<description><![CDATA[The following commands will add the Cherokee Web Server PPA to Ubuntu (version 9.10 and higher). The first command adds the extremely handy add-apt-repository program to your system. The second adds the Cherokee Personal Package Archive. sudo apt-get install python-software-properties &#8230; <a href="http://www.luoshuo.com/archives/97">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The following commands will add the Cherokee Web Server PPA to Ubuntu (version 9.10 and higher). The first command adds the extremely handy add-apt-repository program to your system. The second adds the Cherokee Personal Package Archive.</p>
<p>sudo apt-get install python-software-properties<br />
sudo add-apt-repository ppa:cherokee-webserver/ppa</p>
<p>At the moment, Cherokee is at version 1.0.9.</p>
<p>If you don’t already have Cherokee installed and you want to install it I find the following combination of packages most useful:</p>
<p>sudo apt-get update<br />
sudo apt-get install cherokee cherokee-doc libcherokee-mod-libssl libcherokee-mod-streaming libcherokee-mod-rrd libcherokee-mod-admin spawn-fcgi</p>
<p>http://www.cloudartisan.com/2010/11/adding-the-cherokee-web-server-ppa-to-ubuntu/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql</title>
		<link>http://www.luoshuo.com/archives/95</link>
		<comments>http://www.luoshuo.com/archives/95#comments</comments>
		<pubDate>Fri, 09 Dec 2011 06:17:28 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=95</guid>
		<description><![CDATA[Error: Host &#8216;xxx&#8217; is blocked because of many connection errors; unblock with &#8216;mysqladmin flush-hosts&#8217; Errno.: 1129 max_connect_errors=1000]]></description>
			<content:encoded><![CDATA[<p>Error: Host &#8216;xxx&#8217; is blocked because of many connection errors; unblock with &#8216;mysqladmin flush-hosts&#8217;<br />
Errno.: 1129</p>
<p>max_connect_errors=1000</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/95/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>centos 6 安装 cherokee</title>
		<link>http://www.luoshuo.com/archives/86</link>
		<comments>http://www.luoshuo.com/archives/86#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:19:57 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=86</guid>
		<description><![CDATA[1, wget http://www.cherokee-project.com/download/1.2/1.2.101/cherokee-1.2.101.tar.gz \ -O - &#124; gzip -dc - &#124; tar xfv - 2, ./configure --localstatedir=/var \ --prefix=/usr \ --sysconfdir=/etc \ --with-wwwroot=/var/www 3, yum install gcc yum install gettext yum install make make make install cherokee-admin]]></description>
			<content:encoded><![CDATA[<p>1,</p>
<pre>wget http://www.cherokee-project.com/download/1.2/1.2.101/cherokee-1.2.101.tar.gz \
-O - | gzip -dc - | tar xfv -</pre>
<p>2,</p>
<pre>./configure --localstatedir=/var     \
            --prefix=/usr            \
            --sysconfdir=/etc        \
            --with-wwwroot=/var/www</pre>
<p>3,</p>
<pre>yum install  gcc</pre>
<pre>yum install gettext</pre>
<pre>yum install make</pre>
<pre>make</pre>
<pre>make install</pre>
<pre><tt>cherokee-admin</tt></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>possible SYN flooding on port 80. Sending cookies</title>
		<link>http://www.luoshuo.com/archives/82</link>
		<comments>http://www.luoshuo.com/archives/82#comments</comments>
		<pubDate>Sat, 03 Dec 2011 15:29:11 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=82</guid>
		<description><![CDATA[cat /proc/sys/net/ipv4/tcp_max_syn_backlog echo 20480 > /proc/sys/net/ipv4/tcp_max_syn_backlog net.ipv4.tcp_max_syn_backlog = 20480]]></description>
			<content:encoded><![CDATA[<p>cat /proc/sys/net/ipv4/tcp_max_syn_backlog</p>
<p>echo 20480 > /proc/sys/net/ipv4/tcp_max_syn_backlog</p>
<p>net.ipv4.tcp_max_syn_backlog = 20480</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X2.0 远程附件与本地附件互换SQL语句</title>
		<link>http://www.luoshuo.com/archives/79</link>
		<comments>http://www.luoshuo.com/archives/79#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:27:37 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=79</guid>
		<description><![CDATA[由于X2.0使用的附件分表，所以1.5的语句失效，应分别设置 本地附件转为远程附件：（注意相关的附件上传设置） update pre_forum_attachment_0 set remote = &#8217;1&#8242;; update pre_forum_attachment_1 set remote = &#8217;1&#8242;; update pre_forum_attachment_2 set remote = &#8217;1&#8242;; update pre_forum_attachment_3 set remote = &#8217;1&#8242;; update pre_forum_attachment_4 set remote = &#8217;1&#8242;; update pre_forum_attachment_5 set remote = &#8217;1&#8242;; update pre_forum_attachment_6 &#8230; <a href="http://www.luoshuo.com/archives/79">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>由于X2.0使用的附件分表，所以1.5的语句失效，应分别设置</p>
<p>本地附件转为远程附件：（注意相关的附件上传设置）<br />
update pre_forum_attachment_0 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_1 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_2 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_3 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_4 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_5 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_6 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_7 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_8 set remote = &#8217;1&#8242;;<br />
update pre_forum_attachment_9 set remote = &#8217;1&#8242;;<br />
复制代码<br />
远程附件转为本地附件：<br />
update pre_forum_attachment_0 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_1 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_2 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_3 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_4 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_5 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_6 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_7 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_8 set remote = &#8217;0&#8242;;<br />
update pre_forum_attachment_9 set remote = &#8217;0&#8242;;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>相册</p>
<p>&nbsp;</p>
<p>UPDATE `pre_home_pic` SET `remote` =1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>centos 系统时间同步</title>
		<link>http://www.luoshuo.com/archives/74</link>
		<comments>http://www.luoshuo.com/archives/74#comments</comments>
		<pubDate>Sat, 08 Oct 2011 07:30:57 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=74</guid>
		<description><![CDATA[yum install ntp 安装后执行 ntpdate time.nist.gov 即可同步国际时间.. 开机后自动同步时间: vi /etc/rc.d/rc.local中，最下面添加 ntpdate time.nist.gov 或者rdate -s time.nist.gov(有时连接不上) 说明：第二中方法也可直接在命令行输入，如： #ntpdate time.nist.gov]]></description>
			<content:encoded><![CDATA[<p>yum install ntp</p>
<p>安装后执行</p>
<p>ntpdate time.nist.gov</p>
<p>即可同步国际时间..</p>
<p>开机后自动同步时间:</p>
<p>vi /etc/rc.d/rc.local中，最下面添加</p>
<p>ntpdate time.nist.gov</p>
<p>或者rdate -s time.nist.gov(有时连接不上)</p>
<p>说明：第二中方法也可直接在命令行输入，如：<br />
#ntpdate time.nist.gov</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>!important</title>
		<link>http://www.luoshuo.com/archives/72</link>
		<comments>http://www.luoshuo.com/archives/72#comments</comments>
		<pubDate>Sat, 24 Sep 2011 15:21:14 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=72</guid>
		<description><![CDATA[&#160; !important &#160; 随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明位置需要提前.) &#160; &#60;/style&#62; &#160; #wrapper &#160; { &#160; width: 100px!important; /* IE7+FF */ &#160; width: 80px; /* IE6 */ &#160; } &#160; &#60;/style&#62;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div>!important</div>
<p>&nbsp;</p>
<div>随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明位置需要提前.)</div>
<p>&nbsp;</p>
<div>&lt;/style&gt;</div>
<p>&nbsp;</p>
<div>#wrapper</div>
<p>&nbsp;</p>
<div>{</div>
<p>&nbsp;</p>
<div>width: 100px!important; /* IE7+FF */</div>
<p>&nbsp;</p>
<div>width: 80px; /* IE6 */</div>
<p>&nbsp;</p>
<div>}</div>
<p>&nbsp;</p>
<div>&lt;/style&gt;</div>
<p><span style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: x-small;"><span class="Apple-style-span" style="line-height: normal;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011环中国国际公路自行车赛杨凌段</title>
		<link>http://www.luoshuo.com/archives/60</link>
		<comments>http://www.luoshuo.com/archives/60#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:58:38 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=60</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://www.luoshuo.com/archives/60/img_3574' title='IMG_3574'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3574-150x150.jpg" class="attachment-thumbnail" alt="IMG_3574" title="IMG_3574" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3628' title='IMG_3628'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3628-150x150.jpg" class="attachment-thumbnail" alt="IMG_3628" title="IMG_3628" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3630' title='IMG_3630'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3630-150x150.jpg" class="attachment-thumbnail" alt="IMG_3630" title="IMG_3630" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3636' title='IMG_3636'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3636-150x150.jpg" class="attachment-thumbnail" alt="IMG_3636" title="IMG_3636" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3638' title='IMG_3638'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3638-150x150.jpg" class="attachment-thumbnail" alt="IMG_3638" title="IMG_3638" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3640' title='IMG_3640'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3640-150x150.jpg" class="attachment-thumbnail" alt="IMG_3640" title="IMG_3640" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3646' title='IMG_3646'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3646-150x150.jpg" class="attachment-thumbnail" alt="IMG_3646" title="IMG_3646" /></a>
<a href='http://www.luoshuo.com/archives/60/img_3648' title='IMG_3648'><img width="150" height="150" src="http://www.luoshuo.com/wp-content/uploads/2011/09/IMG_3648-150x150.jpg" class="attachment-thumbnail" alt="IMG_3648" title="IMG_3648" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql 修复数据库常用命令记录</title>
		<link>http://www.luoshuo.com/archives/52</link>
		<comments>http://www.luoshuo.com/archives/52#comments</comments>
		<pubDate>Thu, 18 Aug 2011 09:30:04 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=52</guid>
		<description><![CDATA[#locate myisamchk #ln -s /usr/local/mysql/bin/myisamchk /usr/bin/myisamchk #myisamchk tablename.MYI #myisamchk -r -q tablename 如果-r不行就采用强制执行命令如下 #myisamchk -r -o -f &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>#locate myisamchk</p>
<p>#ln -s /usr/local/mysql/bin/myisamchk /usr/bin/myisamchk</p>
<p>#myisamchk tablename.MYI</p>
<p>#myisamchk -r -q tablename</p>
<p>如果-r不行就采用强制执行命令如下</p>
<p>#myisamchk -r -o -f</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>农业银行证书登录问题</title>
		<link>http://www.luoshuo.com/archives/50</link>
		<comments>http://www.luoshuo.com/archives/50#comments</comments>
		<pubDate>Tue, 05 Jul 2011 08:49:04 +0000</pubDate>
		<dc:creator>lurking</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.luoshuo.com/?p=50</guid>
		<description><![CDATA[农业银行网银证书登录，在选择证书后，出现网页无法打开。经测试chrome浏览器正常。 解决办法：浏览器》工具》internet选项》高级》选择 使用TLS1.1和 TLS 1.2 然后确定 重新登录正常。]]></description>
			<content:encoded><![CDATA[<p>农业银行网银证书登录，在选择证书后，出现网页无法打开。经测试chrome浏览器正常。<br />
解决办法：浏览器》工具》internet选项》高级》选择 使用TLS1.1和 TLS 1.2 然后确定<br />
重新登录正常。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luoshuo.com/archives/50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

