<?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>O&#039;Co DOO &#187; server</title>
	<atom:link href="http://www.iscodoo.com/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iscodoo.com</link>
	<description>一个竟然存在了四年的博客</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:26:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>巧用SSH做代理服务器</title>
		<link>http://www.iscodoo.com/2007/11/use-ssh-configure-a-proxy-server.html</link>
		<comments>http://www.iscodoo.com/2007/11/use-ssh-configure-a-proxy-server.html#comments</comments>
		<pubDate>Thu, 22 Nov 2007 05:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.iscodoo.com/wordpress/?p=8</guid>
		<description><![CDATA[其实这是一个很早就有的技巧，但以前使用国外空间的朋友并不多，所以没有普及开来。随着越来越多的用户购买了Dreamhost、Hostmonster 等国外空间，SSH的强大特性逐渐凸显出来。使用SSH，我们不仅可以通过命令操作实现更多的功能，根据其端口转发的特性，还可以利用Putty这个开源的SSH客户端建立一个独立通道，实现加密的互联网代理访问。 操作步骤如下：     1. 首先需要有一个国外主机的帐号和SSH访问权限(国内的不行，大家都知道为什么)。 2. 到官方下载Putty完整客户端，仅有putty.exe 这一个文件不行，因为需要用到plink.exe 这个 putty 的命令符程序。 3. 新建一个文件，写入以下内容，另存为.bat批处理文件，并放在Putty的安装目录内。 @echo off goto start :start cls color 1f echo. echo SSH Proxy 启动程序 echo. plink -N Username@localhost -pw Password -D 127.0.0.1:1080 请将Username Localhost Password三处改为您自己登陆服务器的用户名、服务器地址和密码。 4. 执行这个批处理文件，保持其窗口开启，一旦关闭代理便失效。代理服务器地址为：127.0.0.1:1080，使Socks5协议的代理，也可以更改为需要的端口。需要使用时请将相关信息正确部署至浏览器、即时通信软件内。 5. 开始使用！]]></description>
		<wfw:commentRss>http://www.iscodoo.com/2007/11/use-ssh-configure-a-proxy-server.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
