shadowsocks在centos编译安装
现在新疆把python 的软件库都封了,pip都安不上,那只好自己编译安装了。系统为centos6 x64 ###1.安装编译环境
yum install gcc glib2-devel openssl-devel pcre-devel bzip2-devel gzip-devel zlib-devel
yum install build-essential autoconf libtool gcc -y
<!--more--> ###2.编译安装shadowsocks
git clone git://github.com/madeye/shadowsocks-libev.git
cd shadowsocks-libev
./configure
make
make install
cd ~
git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychains-ng
./configure && make && make install
make install-config
Now we can edit proxychains configure file
vim /usr/local/etc/proxychains.conf
Go to last line, replace this line
socks4 127.0.0.1 9050 --> socks5 127.0.0.1 1080
save and quit, and now you can using it .
proxychains4 wget google.com
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 飞呯纪元
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果