一,你需要有Ubuntu16.10及以上或Debian8及以上的系统

二,执行以下代码:
sudoaptupdate
sudoaptinstallshadowsocks-libev
三,编写config.json文件,内容如下(按需求自行修改):
{
"server":"127.0.0.1",
"server_port":8389,
"local_port":1081,
"password":"salsa20_password",
"timeout":60,
"method":"chacha20-ietf-poly1305",
"local":"127.0.0.1",
"fast_open":false
}
四,启动ss-server,代码如下:
ss-server-cconfig.json
五,后台自动运行
nohupss-server-cconfig.json&
