<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[CentOS 下的socks5 安装配置]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sat, 23 Jan 2010 04:18:57 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	CentOS 下的socks5 安装配置<br/><br/>socks5代理的功能和作用这里我就不罗嗦了，下面是在CentOS5 VPS下的安装配置的一些笔记 －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 1.配置编译环境<br/><br/>yum -y install gcc automake make<br/><br/>2.安装socks5必要的包<br/><br/>yum -y install pam-devel openldap-devel cyrus-sasl-devel<br/><br/>3.下载，编译安装ss5（socks5）<br/><br/>wget http://jaist.dl.sourceforge.net/sourceforge/ss5/ss5-3.6.1-1.tar.gz<br/>tar zxvf ss5-3.6.1-1.tar.gz<br/>cd ss5-3.6.1<br/>./configure<br/>make<br/>make install<br/><br/>#启动ss5服务<br/>/etc/init.d/ss5 start<br/><br/>ss5 默认使用1080端口，并允许任何人使用。 我们可以修改 /etc/opt/ss5/ss5.conf 中的<br/><br/>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SHost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPort&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Authentication<br/>#<br/>auth&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<br/><br/>为<br/><br/>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SHost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPort&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Authentication<br/>#<br/>auth&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;u<br/><br/>在 /etc/opt/ss5/ss5.passwd 中添加 用户名和密码 如：<br/><br/>test test<br/><br/>使用用户验证，重启ss5服务<br/><br/>/etc/init.d/ss5 restart
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] CentOS 下的socks5 安装配置]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>