搭建Shadowsocks手记
InstallDebian / Ubuntu: apt-get install python-pip
pip install shadowsocksConfigureCreate a config file /etc/shadowsocks.json. Example: {
"server":"my_server_ip",
"server_port":8388,
...