<?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>聚沙成塔-小哈的记事薄 &#187; serverfault</title>
	<atom:link href="http://www.hashei.me/tag/serverfault/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hashei.me</link>
	<description>一个系统工程师的絮叨</description>
	<lastBuildDate>Tue, 10 Jan 2012 18:03:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://hashei.me/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery.ajax({type:'GET',url:'http://hashei.me/wp-content/plugins/wp-postviews-plus/postviews_plus.php',data:'todowppvp=add&type=tag&id=124_1',cache:false,dataType:'script'});
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>【每周精华】第四期（7月13日-19日）</title>
		<link>http://www.hashei.me/2009/07/weekly-summary-0713.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=weekly-summary-0713</link>
		<comments>http://www.hashei.me/2009/07/weekly-summary-0713.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:38:25 +0000</pubDate>
		<dc:creator>hashei</dc:creator>
				<category><![CDATA[每周精华]]></category>
		<category><![CDATA[Internet FAQ Archives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[serverfault]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.hashei.me/2009/07/weekly-summary-0713.html</guid>
		<description><![CDATA[这周主要是介绍网络学习资料的。
[1] serverfault和stackoverflow
常逛论坛的同学肯定会有如下感受：问题有人“冰天雪地裸体360度翻转跪求”，但是回答的寥寥，好不容易看到有最新回复，打开一看却是顶贴。但是这两个“论坛”却没有这种烦恼。
说是论坛，其实他俩更像是结合了wiki和digg的一个“百度知道”：
Server Fault is a collaboratively edited question and answer site for system administrators and IT professionals
Stack Overflow is a collaboratively edited question and answer site for programmers

tags保证了查询的方便，回答的质量都很高，特别是很注重理论知识，有的还会给出扩展阅读链接，不像国内论坛直接给个方法，能否解决全看LZ人品。而且老外解决问题的视角有时候很奇特，知识产权的限制让他们很多选用免费软件，不像我们直接一个几百兆的商业软件来杀个蚊子。
[2]Internet FAQ Archives
刚才的只是你问我答，但要是想更系统的学习，想看看一些paper，一些主要的rfc，那Internet FAQ Archives一定会有帮助，它的副标题Online Education就说明了一切。
[3] IBM developerworks wikis
https://www.ibm.com/developerworks/wikis/dashboard.action
内容丰富，举个例子，你想学习AIX6，那么看看
&#160;&#160;&#160;&#160;&#160;&#160;&#160; Welcome to the AIX6 &#38; POWER6 Hands-On Technical Demo Movies
[4]Linux/Unix 新手和专家教程
AIX6的知识看不懂？不要紧，这里有Linux和UNIX从菜鸟到大虾的所有教程。
http://cocre.com/?p=1042
接下来要注意的就是不要陷入知识的汪洋大海，终日拼搏却不知岸在何处了。

Related posts:【每周精华】第一期（6月21日-28日）【每周精华】第三期（7月6日-12日）【每周精华】第二期（6月29日-7月5日）【每周精华】第五期（7月20日-8月10日）用HPjtune分析GC日志（一个实际案例的诊断过程）  Copyright &#169; 2008 This feed is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-indent: 24pt">这周主要是介绍网络学习资料的。</p>
<p>[1] server<strong>fault</strong>和stack<strong>overflow</strong></p>
<p style="text-indent: 24pt">常逛论坛的同学肯定会有如下感受：问题有人“冰天雪地裸体360度翻转跪求”，但是回答的寥寥，好不容易看到有最新回复，打开一看却是顶贴。但是这两个“论坛”却没有这种烦恼。</p>
<p style="text-indent: 24pt">说是论坛，其实他俩更像是结合了wiki和digg的一个“百度知道”：</p>
<blockquote><p style="text-indent: 24pt"><a title="Server Fault" href="http://serverfault.com/">Server Fault</a> is a <b>collaboratively edited question and answer site for system administrators and IT professionals</b></p>
<p style="text-indent: 24pt"><a title="Stack Overflow" href="http://stackoverflow.com/">Stack Overflow</a> is a <b>collaboratively edited question and answer site for programmers</b></p>
</blockquote>
<p style="text-indent: 24pt">tags保证了查询的方便，回答的质量都很高，特别是很注重理论知识，有的还会给出扩展阅读链接，不像国内论坛直接给个方法，能否解决全看LZ人品。而且老外解决问题的视角有时候很奇特，知识产权的限制让他们很多选用免费软件，不像我们直接一个几百兆的商业软件来杀个蚊子。</p>
<p>[2]Internet FAQ Archives</p>
<p style="text-indent: 24pt">刚才的只是你问我答，但要是想更系统的学习，想看看一些paper，一些主要的rfc，那<a href="http://www.faqs.org/faqs/">Internet FAQ Archives</a>一定会有帮助，它的副标题Online Education就说明了一切。</p>
<p>[3] IBM developerworks wikis</p>
<p style="text-indent: 24pt"><a href="https://www.ibm.com/developerworks/wikis/dashboard.action">https://www.ibm.com/developerworks/wikis/dashboard.action</a></p>
<p style="text-indent: 24pt">内容丰富，举个例子，你想学习AIX6，那么看看</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://www.ibm.com/developerworks/wikis/display/WikiPtype/Movies">Welcome to the AIX6 &amp; POWER6 Hands-On Technical Demo Movies</a></p>
<p>[4]Linux/Unix 新手和专家教程</p>
<p style="text-indent: 24pt">AIX6的知识看不懂？不要紧，这里有Linux和UNIX从菜鸟到大虾的所有教程。</p>
<p style="text-indent: 24pt"><a href="http://cocre.com/?p=1042">http://cocre.com/?p=1042</a></p>
<p style="text-indent: 24pt">接下来要注意的就是不要陷入知识的汪洋大海，终日拼搏却不知岸在何处了。</p>
<p style="text-indent: 24pt">
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.hashei.me/2009/06/weekly-summary-1.html" rel="bookmark" title="Permanent Link: 【每周精华】第一期（6月21日-28日）">【每周精华】第一期（6月21日-28日）</a></li><li><a href="http://www.hashei.me/2009/07/weekly-summary-0706.html" rel="bookmark" title="Permanent Link: 【每周精华】第三期（7月6日-12日）">【每周精华】第三期（7月6日-12日）</a></li><li><a href="http://www.hashei.me/2009/07/weekly-summary-0629.html" rel="bookmark" title="Permanent Link: 【每周精华】第二期（6月29日-7月5日）">【每周精华】第二期（6月29日-7月5日）</a></li><li><a href="http://www.hashei.me/2009/08/weekly-summary-0720.html" rel="bookmark" title="Permanent Link: 【每周精华】第五期（7月20日-8月10日）">【每周精华】第五期（7月20日-8月10日）</a></li><li><a href="http://www.hashei.me/2009/07/use-hpjtune-to-analysis-gc-log.html" rel="bookmark" title="Permanent Link: 用HPjtune分析GC日志（一个实际案例的诊断过程）">用HPjtune分析GC日志（一个实际案例的诊断过程）</a></li></ul><hr /><small>  Copyright &copy; 2008 This feed is for personal, non-commercial use only<br />
<a href=www.hashei.com >聚沙成塔-小哈的记事薄</a> by hashei 
如果喜欢，欢迎订阅<a href=feed.hashei.com >feed.hashei.com</a><br />
Digital Fingerprint:
 10f920a9f2bae51c3c73c4f5fb50a949</small>]]></content:encoded>
			<wfw:commentRss>http://www.hashei.me/2009/07/weekly-summary-0713.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

