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运行客户端软件,没有代理成功。