<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：Webserver 维护常用命令</title>
	<atom:link href="http://www.lsproc.com/blog/linux_webserver_cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lsproc.com/blog/linux_webserver_cmd/</link>
	<description>lsproc.com</description>
	<lastBuildDate>Thu, 04 Mar 2010 08:04:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-371</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-371</guid>
		<description>netstat -ntl&#124;awk &#039;$4~/:80$/ {print $6}&#039;&#124;sort&#124;uniq -c</description>
		<content:encoded><![CDATA[<p>netstat -ntl|awk '$4~/:80$/ {print $6}'|sort|uniq -c</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-301</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Wed, 06 May 2009 07:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-301</guid>
		<description>awk &#039;{print $1}&#039; /proc/loadavg</description>
		<content:encoded><![CDATA[<p>awk '{print $1}' /proc/loadavg</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-292</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-292</guid>
		<description>grep -nr &quot;aaa&quot; .
sed -i &quot;s/aaa/bbb/g&quot; `grep &quot;aaa&quot; -rl .`</description>
		<content:encoded><![CDATA[<p>grep -nr "aaa" .<br />
sed -i "s/aaa/bbb/g" `grep "aaa" -rl .`</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-290</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-290</guid>
		<description>tar zcvf - ./data &#124; ssh webserver &quot;cat &gt; xxx.tgz&quot; tar zcvf - ./data &#124; (cd ./aaa/; tar zxvf -)</description>
		<content:encoded><![CDATA[<p>tar zcvf - ./data | ssh webserver "cat > xxx.tgz" tar zcvf - ./data | (cd ./aaa/; tar zxvf -)</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-282</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Fri, 17 Apr 2009 02:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-282</guid>
		<description>echo &#039;flush_all&#039; &#124; nc 127.0.0.1 11211</description>
		<content:encoded><![CDATA[<p>echo 'flush_all' | nc 127.0.0.1 11211</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-276</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Sat, 11 Apr 2009 01:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-276</guid>
		<description>tail -n 10000 access-www.log  &#124;awk  &#039;{print$7}&#039; &#124;sort &#124;uniq -c &#124; sort -nr&#124;more</description>
		<content:encoded><![CDATA[<p>tail -n 10000 access-www.log  |awk  '{print$7}' |sort |uniq -c | sort -nr|more</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-274</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Fri, 10 Apr 2009 14:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-274</guid>
		<description>tcpdump host 202.106.0.20 and port 53 -X -s 500 -l -nn -i eth1</description>
		<content:encoded><![CDATA[<p>tcpdump host 202.106.0.20 and port 53 -X -s 500 -l -nn -i eth1</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lostsnow</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-267</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Sun, 29 Mar 2009 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-267</guid>
		<description>vmstat 1 10
iostat 1 10
netstat
iptraf</description>
		<content:encoded><![CDATA[<p>vmstat 1 10<br />
iostat 1 10<br />
netstat<br />
iptraf</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lost</title>
		<link>http://www.lsproc.com/blog/linux_webserver_cmd/comment-page-1/#comment-266</link>
		<dc:creator>lost</dc:creator>
		<pubDate>Mon, 09 Mar 2009 07:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lostk.com/blog/?p=129#comment-266</guid>
		<description>tar zcvf - ./data &#124; (cd ./aaa/; tar zxvf -)</description>
		<content:encoded><![CDATA[<p>tar zcvf - ./data | (cd ./aaa/; tar zxvf -)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
