V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  itsme  ›  全部回复第 18 页 / 共 18 页
回复总数  360
1 ... 9  10  11  12  13  14  15  16  17  18  
2015-01-18 19:20:02 +08:00
回复了 itsme 创建的主题 VPS ss server 建立过程中那个编译步骤是必须的吗?
解决了。原来改了配置文件,先killall下ss-sever,然后重新运行下才会生效。
2015-01-18 19:10:31 +08:00
回复了 itsme 创建的主题 VPS ss server 建立过程中那个编译步骤是必须的吗?
Install from repository

Add GPG public key

wget -O- http://shadowsocks.org/debian/1D27208A.gpg | sudo apt-key add -
Add either of the following lines to your /etc/apt/sources.list

# Debian Wheezy, Ubuntu 12.04 or any distribution with libssl > 1.0.1
deb http://shadowsocks.org/debian wheezy main

# Debian Squeeze, Ubuntu 11.04, or any distribution with libssl > 0.9.8, but < 1.0.0
deb http://shadowsocks.org/debian squeeze main
Then,

sudo apt-get update
sudo apt-get install shadowsocks-libev

做完上面是否就安装成功了?

改好配置文件:

"server":"0.0.0.0",
"server_port":18388,
"local_port":1080,
"password":"489195",
"timeout":60,
"method":aes-256-cfb
}


下面的一行是运行起来,没错吧

/etc/init.d/shadowsocks-libev start

我用pc运行客户端软件,没有代理成功。
1 ... 9  10  11  12  13  14  15  16  17  18  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3275 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 11:41 · PVG 19:41 · LAX 04:41 · JFK 07:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.