<?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/"
	>

<channel>
	<title>跟随网博客 &#187; CLF</title>
	<atom:link href="http://followta.com/blog/blog/category/clf/feed/" rel="self" type="application/rss+xml" />
	<link>http://followta.com/blog</link>
	<description>公开的微客+WP个人博客</description>
	<pubDate>Fri, 25 Sep 2009 00:37:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>防火墙只封Linux不封Windows，这是什么原理［转］</title>
		<link>http://followta.com/blog/blog/2009/09/25/%e9%98%b2%e7%81%ab%e5%a2%99%e5%8f%aa%e5%b0%81linux%e4%b8%8d%e5%b0%81windows%ef%bc%8c%e8%bf%99%e6%98%af%e4%bb%80%e4%b9%88%e5%8e%9f%e7%90%86%ef%bc%bb%e8%bd%ac%ef%bc%bd/</link>
		<comments>http://followta.com/blog/blog/2009/09/25/%e9%98%b2%e7%81%ab%e5%a2%99%e5%8f%aa%e5%b0%81linux%e4%b8%8d%e5%b0%81windows%ef%bc%8c%e8%bf%99%e6%98%af%e4%bb%80%e4%b9%88%e5%8e%9f%e7%90%86%ef%bc%bb%e8%bd%ac%ef%bc%bd/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLF]]></category>

		<guid isPermaLink="false">http://followta.com/blog/?p=399</guid>
		<description><![CDATA[Q: 拓扑是这样的：
Linux PC    -&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; -&#62; Linux iptables NAT  -&#62;  校园网 -&#62; 防火墙 -&#62; 服务器
Windows PC -&#62;
内网里的Windows PC访问服务器是正常的，Linux PC就不行，这有可能是那方面的设置造成的？
A: 那次是因为防火墙把源端口为一万以上的连接都拒绝的设置造成的，windows的访问源端口都是1千左右，linux不知道为什么都是一万以后的。
/proc/sys/net/ipv4/ip_local_port_range的默认值是：
32768	61000
我用：
echo &#8220;1024  5000&#8243; &#62; /proc/sys/net/ipv4/ip_local_port_range
立即就过了，多谢各位的帮助。
]]></description>
			<content:encoded><![CDATA[<p>Q: 拓扑是这样的：</p>
<p>Linux PC    -&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; -&gt; Linux iptables NAT  -&gt;  校园网 -&gt; 防火墙 -&gt; 服务器<br />
Windows PC -&gt;</p>
<p>内网里的Windows PC访问服务器是正常的，Linux PC就不行，这有可能是那方面的设置造成的？</p>
<p>A: 那次是因为防火墙把源端口为一万以上的连接都拒绝的设置造成的，windows的访问源端口都是1千左右，linux不知道为什么都是一万以后的。<br />
/proc/sys/net/ipv4/ip_local_port_range的默认值是：</p>
<p>32768	61000</p>
<p>我用：<br />
echo &#8220;1024  5000&#8243; &gt; /proc/sys/net/ipv4/ip_local_port_range</p>
<p>立即就过了，多谢各位的帮助。</p>
]]></content:encoded>
			<wfw:commentRss>http://followta.com/blog/blog/2009/09/25/%e9%98%b2%e7%81%ab%e5%a2%99%e5%8f%aa%e5%b0%81linux%e4%b8%8d%e5%b0%81windows%ef%bc%8c%e8%bf%99%e6%98%af%e4%bb%80%e4%b9%88%e5%8e%9f%e7%90%86%ef%bc%bb%e8%bd%ac%ef%bc%bd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>免费VPN</title>
		<link>http://followta.com/blog/blog/2009/08/08/%e5%85%8d%e8%b4%b9vpn/</link>
		<comments>http://followta.com/blog/blog/2009/08/08/%e5%85%8d%e8%b4%b9vpn/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 02:45:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLF]]></category>

		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://followta.com/blog/?p=391</guid>
		<description><![CDATA[免费VPN  http://alonweb.com/
VPN是用来干什么的？很大的一个作用是用来翻墙的。
第一步，注册帐号，猛击 sign up 帐号注册成功后，会收到一封通知邮件。
第二步，安装OpenVPN软件， Linux用户使用OpenVPN， Windows用户使用OpenVPN-GUI，下载地址：http://openvpn.se/，安装和配置过程都很简单，可以参考Get Started!(地址：http://alonweb.com/node/3)
Step 3，下载配置文件和证书，可参考下面的说明(Get Started!文档)：
1 debian/ubuntu linux:
apt-get install openvpn
RedHat, Fedora, CentOS linux:
yum install openvpn
 
2 wget http://static.alonweb.com/downloads/alonweb.tar.gz
3 tar -C /etc -xvzf alonweb.tar.gz
4 sudo /etc/init.d/openvpn start
[输入用户名和密码即可］

成功连接后，您可以通过IP Addess Lookup来查看获得的地址情况。

关于安全：通过这种方式访问网络存在比较大的风险，alonweb可能会通过sniffer软件获取您的网络交互数据，这也就意味着，alonweb能得到您敏感信息，包括访问网站的情况、用户名及密码甚至银行帐号与密码等，请慎重考虑后再决定是否使用。
如果不再需要使用VPN，如下操作：
sudo /etc/init.d/openvpn stop
]]></description>
			<content:encoded><![CDATA[<p>免费VPN <a title="免费的VPN – http://alonweb.com/" rel="bookmark" href="http://devel.oldhand.org/?p=56"> http://alonweb.com/</a></p>
<p>VPN是用来干什么的？很大的一个作用是用来翻墙的。</p>
<p>第一步，注册帐号，猛击 <a href="http://alonweb.com/user/register">sign up</a> 帐号注册成功后，会收到一封通知邮件。</p>
<p>第二步，安装OpenVPN软件， Linux用户使用OpenVPN， Windows用户使用OpenVPN-GUI，下载地址：<a title="http://openvpn.se/" href="http://openvpn.se/" target="_blank">http://openvpn.se/</a>，安装和配置过程都很简单，可以参考Get Started!(地址：<a title="http://alonweb.com/node/3" href="http://alonweb.com/node/3" target="_blank">http://alonweb.com/node/3</a>)</p>
<p>Step 3，下载配置文件和证书，可参考下面的说明(Get Started!文档)：</p>
<p>1 debian/ubuntu linux:<br />
<em>apt-get install openvpn</em></p>
<p>RedHat, Fedora, CentOS linux:</p>
<p><em>yum install openvpn</em></p>
<p><em> </em><br />
<em>2 wget http://static.alonweb.com/downloads/alonweb.tar.gz</em></p>
<p><em>3 tar -C /etc -xvzf alonweb.tar.gz</em><br />
<em>4 sudo /etc/init.d/openvpn start</em></p>
<p><em>[输入用户名和密码即可］<br />
</em></p>
<p>成功连接后，您可以通过<a title="IP Address Lookup" href="http://ip-lookup.alonweb.com/" target="_blank">IP Addess Lookup</a>来查看获得的地址情况。</p>
<p><img src="http://devel.oldhand.org/wp-content/uploads/2009/06/alonweb-300x130.png" alt="alonweb" width="300" height="130" /></p>
<p><span style="color: red">关于安全：通过这种方式访问网络存在比较大的风险，alonweb可能会通过sniffer软件获取您的网络交互数据，这也就意味着，alonweb能得到您敏感信息，包括访问网站的情况、用户名及密码甚至银行帐号与密码等，请慎重考虑后再决定是否使用。</span></p>
<p>如果不再需要使用VPN，如下操作：</p>
<p>sudo /etc/init.d/openvpn stop</p>
]]></content:encoded>
			<wfw:commentRss>http://followta.com/blog/blog/2009/08/08/%e5%85%8d%e8%b4%b9vpn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>数据结构有没有经典一些的书籍？</title>
		<link>http://followta.com/blog/blog/2009/07/28/%e6%95%b0%e6%8d%ae%e7%bb%93%e6%9e%84%e6%9c%89%e6%b2%a1%e6%9c%89%e7%bb%8f%e5%85%b8%e4%b8%80%e4%ba%9b%e7%9a%84%e4%b9%a6%e7%b1%8d%ef%bc%9f/</link>
		<comments>http://followta.com/blog/blog/2009/07/28/%e6%95%b0%e6%8d%ae%e7%bb%93%e6%9e%84%e6%9c%89%e6%b2%a1%e6%9c%89%e7%bb%8f%e5%85%b8%e4%b8%80%e4%ba%9b%e7%9a%84%e4%b9%a6%e7%b1%8d%ef%bc%9f/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:04:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLF]]></category>

		<category><![CDATA[数据结构]]></category>

		<guid isPermaLink="false">http://followta.com/blog/?p=365</guid>
		<description><![CDATA[Q：数据结构有没有经典一些的书籍？
A：数据结构与算法分析——C语言描述（Mark Allen Weiss）
《算法导论》
]]></description>
			<content:encoded><![CDATA[<p>Q：数据结构有没有经典一些的书籍？</p>
<p>A：数据结构与算法分析——C语言描述（Mark Allen Weiss）</p>
<p>《算法导论》</p>
]]></content:encoded>
			<wfw:commentRss>http://followta.com/blog/blog/2009/07/28/%e6%95%b0%e6%8d%ae%e7%bb%93%e6%9e%84%e6%9c%89%e6%b2%a1%e6%9c%89%e7%bb%8f%e5%85%b8%e4%b8%80%e4%ba%9b%e7%9a%84%e4%b9%a6%e7%b1%8d%ef%bc%9f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>哪里有算法库源码</title>
		<link>http://followta.com/blog/blog/2009/07/25/%e5%93%aa%e9%87%8c%e6%9c%89%e7%ae%97%e6%b3%95%e5%ba%93%e6%ba%90%e7%a0%81/</link>
		<comments>http://followta.com/blog/blog/2009/07/25/%e5%93%aa%e9%87%8c%e6%9c%89%e7%ae%97%e6%b3%95%e5%ba%93%e6%ba%90%e7%a0%81/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 23:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CLF]]></category>

		<category><![CDATA[algorithms]]></category>

		<category><![CDATA[算法]]></category>

		<guid isPermaLink="false">http://followta.com/blog/?p=352</guid>
		<description><![CDATA[A : 哪里有算法库源码?就是常用的算法，查找排序什么的。
Q: Computer Programming Algorithms Directory
Dictionary of Algorithms and Data Structures
]]></description>
			<content:encoded><![CDATA[<p>A : 哪里有算法库源码?就是常用的算法，查找排序什么的。</p>
<p>Q: <a href="http://www.algosort.com/" target="_blank">Computer Programming Algorithms Directory</a></p>
<p><a href="http://www.itl.nist.gov/div897/sqg/dads/terms.html" target="_blank">Dictionary of Algorithms and Data Structures</a></p>
]]></content:encoded>
			<wfw:commentRss>http://followta.com/blog/blog/2009/07/25/%e5%93%aa%e9%87%8c%e6%9c%89%e7%ae%97%e6%b3%95%e5%ba%93%e6%ba%90%e7%a0%81/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
