<?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>Comments for Erning.write()</title>
	<atom:link href="http://erning.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://erning.net</link>
	<description>Reloading</description>
	<lastBuildDate>Sun, 28 Feb 2010 13:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 工程师普遍采用的时区是当地时区-8 by erning</title>
		<link>http://erning.net/archives/the-timezone-for-engineers-is-usually-8-hours-behind/comment-page-1#comment-132</link>
		<dc:creator>erning</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=223#comment-132</guid>
		<description>我是说大家多熬夜呀</description>
		<content:encoded><![CDATA[<p>我是说大家多熬夜呀</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 工程师普遍采用的时区是当地时区-8 by avenger</title>
		<link>http://erning.net/archives/the-timezone-for-engineers-is-usually-8-hours-behind/comment-page-1#comment-131</link>
		<dc:creator>avenger</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=223#comment-131</guid>
		<description>时区是啥意思啊，是说明亚洲人程序员比较多吗？</description>
		<content:encoded><![CDATA[<p>时区是啥意思啊，是说明亚洲人程序员比较多吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Linux Gateway by erning</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-105</link>
		<dc:creator>erning</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-105</guid>
		<description>就是加了个cache_peer，发现被墙的站点就在配置文件里加入，然后reload squid就好。后面是squid配置片段

&lt;pre class=&quot;brush: plain&quot;&gt;
http_port 3128 transparent
...

##########
cache_peer localhost parent 8118 7 no-query default

#prefer_direct on
nonhierarchical_direct off
#never_direct allow all

# youtube
cache_peer_domain localhost .youtube.com
cache_peer_domain localhost .ytimg.com
cache_peer_domain localhost .googlevideo.com

# twitter
cache_peer_domain localhost .twitter.com

# facebook
cache_peer_domain localhost .facebook.com

# blogger, blogspot
cache_peer_domain localhost .blogger.com
cache_peer_domain localhost .blogspot.com

# shorturl
cache_peer_domain localhost .bit.ly
cache_peer_domain localhost .ff.im
...

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>就是加了个cache_peer，发现被墙的站点就在配置文件里加入，然后reload squid就好。后面是squid配置片段</p>
<pre class="brush: plain">
http_port 3128 transparent
...

##########
cache_peer localhost parent 8118 7 no-query default

#prefer_direct on
nonhierarchical_direct off
#never_direct allow all

# youtube
cache_peer_domain localhost .youtube.com
cache_peer_domain localhost .ytimg.com
cache_peer_domain localhost .googlevideo.com

# twitter
cache_peer_domain localhost .twitter.com

# facebook
cache_peer_domain localhost .facebook.com

# blogger, blogspot
cache_peer_domain localhost .blogger.com
cache_peer_domain localhost .blogspot.com

# shorturl
cache_peer_domain localhost .bit.ly
cache_peer_domain localhost .ff.im
...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Linux Gateway by rse43</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-104</link>
		<dc:creator>rse43</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-104</guid>
		<description>求squid的详细配置，我的方案基本跟你的一致，只是dns的部分没有用重量级的bind，用了轻量级的dnsmasq。</description>
		<content:encoded><![CDATA[<p>求squid的详细配置，我的方案基本跟你的一致，只是dns的部分没有用重量级的bind，用了轻量级的dnsmasq。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Linux Gateway by Tweets that mention Erning.write() » My Linux Gateway -- Topsy.com</title>
		<link>http://erning.net/archives/my-linux-gateway/comment-page-1#comment-103</link>
		<dc:creator>Tweets that mention Erning.write() » My Linux Gateway -- Topsy.com</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://erning.net/?p=110#comment-103</guid>
		<description>[...] This post was mentioned on Twitter by Yining, 无网不剩. 无网不剩 said: RT @yining: shared My Linux Gateway: 使用透明网关，将web流量通过squid走，cache之后可以提高家里机器访问web的速度。 通过squid配置，将被墙的站点设置成通过SSH隧道走。但squ.. http://bit.ly/7xr0If [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Yining, 无网不剩. 无网不剩 said: RT @yining: shared My Linux Gateway: 使用透明网关，将web流量通过squid走，cache之后可以提高家里机器访问web的速度。 通过squid配置，将被墙的站点设置成通过SSH隧道走。但squ.. <a href="http://bit.ly/7xr0If" rel="nofollow">http://bit.ly/7xr0If</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic DNS-DIY by 电源</title>
		<link>http://erning.net/archives/dynamic-dns-diy/comment-page-1#comment-72</link>
		<dc:creator>电源</dc:creator>
		<pubDate>Thu, 12 Apr 2007 12:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.erning.net/archives/2006/04/02/dynamic-dns-diy/#comment-72</guid>
		<description>python我觉得很好</description>
		<content:encoded><![CDATA[<p>python我觉得很好</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google in English by austin</title>
		<link>http://erning.net/archives/google-in-english/comment-page-1#comment-57</link>
		<dc:creator>austin</dc:creator>
		<pubDate>Wed, 14 Mar 2007 08:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.erning.net/archives/2006/01/05/google-in-english/#comment-57</guid>
		<description>顶！</description>
		<content:encoded><![CDATA[<p>顶！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 中文网志年会 2006 by Fenng</title>
		<link>http://erning.net/archives/cnbloggercon-2006/comment-page-1#comment-98</link>
		<dc:creator>Fenng</dc:creator>
		<pubDate>Thu, 08 Mar 2007 10:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.erning.net/archives/2006/10/31/cnbloggercon/#comment-98</guid>
		<description>最上面还有我的 DBA notes 呢，哈</description>
		<content:encoded><![CDATA[<p>最上面还有我的 DBA notes 呢，哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google in English by Nancy</title>
		<link>http://erning.net/archives/google-in-english/comment-page-1#comment-56</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 04 Mar 2007 06:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.erning.net/archives/2006/01/05/google-in-english/#comment-56</guid>
		<description>为什么www.google.com不再连接到英文的， 而直接就跳到中文的呢？</description>
		<content:encoded><![CDATA[<p>为什么www.google.com不再连接到英文的， 而直接就跳到中文的呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 410的OpenID讨论 by &#187; OpenID的delegate用法和OpenID相关的几条旧闻</title>
		<link>http://erning.net/archives/410-openid-discussion/comment-page-1#comment-99</link>
		<dc:creator>&#187; OpenID的delegate用法和OpenID相关的几条旧闻</dc:creator>
		<pubDate>Thu, 01 Mar 2007 18:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.erning.net/archives/2006/11/04/openid-discussion/#comment-99</guid>
		<description>[...] 上面这张图片是一张具体有历史意义的图片，一帮在互联网上玩的技术先行者在讨论OpenID的前途和中文名称，想不到几个月后微软件公司也声称会支持OpenID2.0了，那时我们以为OpenID只是我们的幻想中的玩具，想不到这么快有如微软之类的大公司开始支持了，曾有多少人断言不会得到大公司的支持啊。更多照片在这： [...]</description>
		<content:encoded><![CDATA[<p>[...] 上面这张图片是一张具体有历史意义的图片，一帮在互联网上玩的技术先行者在讨论OpenID的前途和中文名称，想不到几个月后微软件公司也声称会支持OpenID2.0了，那时我们以为OpenID只是我们的幻想中的玩具，想不到这么快有如微软之类的大公司开始支持了，曾有多少人断言不会得到大公司的支持啊。更多照片在这： [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
