Debian7 安装ShadowSocks 过程
1.echo "deb http://shadowsocks.org/debian wheezy main" >> /etc/apt/sources.list 2.apt-get update 如出错: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1939D14B1D27208A 执行以下命令: gpg --keyserver pgp.mit.edu --recv-keys 1939D14B1D27208A gpg -a --export 1939D14B1D27208A |apt-key add -
3.apt-get install shadowsocks-libev 4.设置/etc/shadowsocks-libev/config.json 内容如下: { "server":"IP", "server_port":端口, "local_port":1080, "password":"密码", "timeout":600, "method":"aes-256-cfb" } 5.启动shadowsocks /etc/init.d/shadowsocks-libev start