<?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; 翻墙</title>
	<atom:link href="http://www.78wd.com/tag/%e7%bf%bb%e5%a2%99/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.78wd.com</link>
	<description>i PanGel,and U</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>得到Tor网桥的方法</title>
		<link>http://www.78wd.com/tor-bridges/</link>
		<comments>http://www.78wd.com/tor-bridges/#comments</comments>
		<pubDate>Thu, 27 May 2010 08:45:38 +0000</pubDate>
		<dc:creator>pangel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[tor网桥]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://www.78wd.com/?p=635</guid>
		<description><![CDATA[80%的Tor公开目录中继被封杀。但Tor开发者利用Tor 网桥作为应对措施，网桥中继是不被列在Tor主目录中的Tor中继，即使ISP屏蔽了所有已知Tor中继，也不可能屏蔽所有的网桥。 获得网桥的方法是通过Gmail，用Gmail写一封以 “get bridges”为标题和正文的email到bridges@torproject.org就会收到回复的网桥地址和端口。]]></description>
			<content:encoded><![CDATA[<p>80%的Tor公开目录中继被封杀。但Tor开发者利用Tor 网桥作为应对措施，网桥中继是不被列在Tor主目录中的Tor中继，即使ISP屏蔽了所有已知Tor中继，也不可能屏蔽所有的网桥。<br />
获得网桥的方法是通过Gmail，用Gmail写一封以 “get bridges”为标题和正文的email到bridges@torproject.org就会收到回复的网桥地址和端口。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.78wd.com/tor-bridges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用SSH帐号搭配MyEnTunnel+FireFox+FoxyProxy翻墙</title>
		<link>http://www.78wd.com/ssh-myentunnel-firefox-foxyproxy/</link>
		<comments>http://www.78wd.com/ssh-myentunnel-firefox-foxyproxy/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 16:05:50 +0000</pubDate>
		<dc:creator>pangel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[FoxyProxy]]></category>
		<category><![CDATA[MyEnTunnel]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://www.78wd.com/?p=452</guid>
		<description><![CDATA[目前全世界最好的网络服务例如Facebook、Twitter、Youtube、Google Picasa、Flickr等等我们这些身居墙内之人都无法使用或者说无法正常使用，在阻止我们使用这些服务方面相关部门可谓煞费苦心，ip过滤、域名过滤、DNS劫持、网站内css、js脚本屏蔽能用的招儿全都使上了，于是人们发明了各种各样的翻墙方法，本文介绍的是使用SSH帐号搭配MyEnTunnel+FireFox+FoxyProxy翻墙的方法，具体步骤： 1、你需要有一个SSH帐号，没有的可以联系我（q:21153228）买一个，很便宜。 2、你需要准备Firefox、MyEnTunnel、foxyproxy。 3、MyEnTunnel设置 首先下载MyEnTunnel，解压，运行myentunnel目录下面的myentunnel.exe，按照下图所示： 按上图所示填写SSH服务器的IP或域名，SSH端口一般默认即可，用户名和密码填写你购买的SSH帐号和密码。 本地端口填写：7070，在启动时自动连接、失败时重新连接、启动动态套接字、启用压缩前打勾。点击保存，再点“连接”。在系统右下角显示为绿色即连接成功。 4、Firefox设置 首先下载Firefox，安装。安装完成后，打开firefox地址栏输入https://addons.mozilla.org/en-US/firefox/addon/2464打开后如下图所示， 点击Add to Firefox按钮安装foxyproxy插件，因为需要使用foxyproxy提供的远程DNS解析个功能，安装完这个插件后重启firefox，然后依次点击点击firefox菜单栏工具-FoxyProxy Standard，选中为全部URLs启动代理服务器“默认”，如下图所示。 再修改FoxyProxy的默认设置，依次点击工具-FoxyProxy Standard-选项打开FoxyProxy的选项设置，如下图所示 如上图所示，选中列表里唯一的一项后点击右边的“编辑选中项”，打开后如下图所示。 按照上图所示，选择“手动配置代理服务器”，主机或IP地址：填写127.0.0.1，端口填写前面MyEnTunnle设置的端口号：7070，“Socks代理”前打勾，后面选择Socks 5。 点击“确定”保存。 完成，至此你可以用刚设置好的firefox畅游真正的网络了。]]></description>
			<content:encoded><![CDATA[<p>目前全世界最好的网络服务例如Facebook、Twitter、Youtube、Google Picasa、Flickr等等我们这些身居墙内之人都无法使用或者说无法正常使用，在阻止我们使用这些服务方面相关部门可谓煞费苦心，ip过滤、域名过滤、DNS劫持、网站内css、js脚本屏蔽能用的招儿全都使上了，于是人们发明了各种各样的翻墙方法，本文介绍的是使用SSH帐号搭配MyEnTunnel+FireFox+FoxyProxy翻墙的方法，具体步骤：<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1742180668176433";
/* 468x60, 创建于 10-3-25 */
google_ad_slot = "2888733453";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
1、你需要有一个SSH帐号，没有的可以联系我（q:21153228）买一个，很便宜。<br />
2、你需要准备<a title="点击访问firefox下载地址" href="http://www.mozillaonline.com/" target="_blank">Firefox</a>、<a title="点击下载MyEnTunnel" href="http://soft.vpser.net/proxy/myentunnel/myentunnel-unicode.zip" target="_blank">MyEnTunnel</a>、<a title="点击访问foxyproxy插件下载地址" href="https://addons.mozilla.org/en-US/firefox/addon/2464" target="_blank">foxyproxy</a>。</p>
<p>3、MyEnTunnel设置</p>
<p>首先下载<a title="MyEnTunnel" href="http://soft.vpser.net/proxy/myentunnel/myentunnel-unicode.zip" target="_blank">MyEnTunnel</a>，解压，运行myentunnel目录下面的myentunnel.exe，按照下图所示：<br />
<img src="http://i213.photobucket.com/albums/cc291/iampangel/001.jpg" alt="" /></p>
<p>按上图所示填写SSH服务器的IP或域名，SSH端口一般默认即可，用户名和密码填写你购买的SSH帐号和密码。<br />
本地端口填写：7070，在启动时自动连接、失败时重新连接、<strong>启动动态套接字</strong>、启用压缩前打勾。点击保存，再点“连接”。在系统右下角<img src="http://www.vpner.net/content/uploadfile/201001/9ae9ef592184f09ee57e4d776b51e50020100117212830.jpg" border="0" alt="MyEnTunnel设置" />显示为绿色即连接成功。</p>
<p>4、Firefox设置</p>
<p>首先下载<a title="firefox" href="http://www.mozilla.com/firefox" target="_blank">Firefox</a>，安装。安装完成后，打开firefox地址栏输入<a href="https://addons.mozilla.org/en-US/firefox/addon/2464">https://addons.mozilla.org/en-US/firefox/addon/2464</a>打开后如下图所示，<br />
<img src="http://i213.photobucket.com/albums/cc291/iampangel/003.jpg" border="0" alt="MyEnTunnel设置" /></p>
<p>点击Add to Firefox按钮安装<a title="点击访问foxyproxy插件下载地址" href="https://addons.mozilla.org/en-US/firefox/addon/2464" target="_blank">foxyproxy</a>插件，因为需要使用foxyproxy提供的远程DNS解析个功能，安装完这个插件后重启firefox，然后依次点击点击firefox菜单栏<strong>工具-FoxyProxy Standard</strong>，选中<strong>为全部URLs启动代理服务器“默认”</strong>，如下图所示。<br />
<img src="http://i213.photobucket.com/albums/cc291/iampangel/002.jpg" border="0" alt="firefox-foxyproxy设置" /></p>
<p>再修改FoxyProxy的默认设置，依次点击<strong>工具-FoxyProxy Standard-选项</strong>打开FoxyProxy的选项设置，如下图所示<br />
<img src="http://i213.photobucket.com/albums/cc291/iampangel/004.jpg" border="0" alt="firefox-foxyproxy设置" /><br />
如上图所示，选中列表里唯一的一项后点击右边的“编辑选中项”，打开后如下图所示。<br />
<img src="http://i213.photobucket.com/albums/cc291/iampangel/005.jpg" border="0" alt="firefox-foxyproxy设置" /><br />
按照上图所示，选择“手动配置代理服务器”，主机或IP地址：填写127.0.0.1，端口填写前面MyEnTunnle设置的端口号：7070，“Socks代理”前打勾，后面选择Socks 5。</p>
<p> 点击“确定”保存。<br />
完成，至此你可以用刚设置好的firefox畅游真正的网络了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.78wd.com/ssh-myentunnel-firefox-foxyproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.78wd.com @ 2012-02-11 11:42:17 -->
