一些记录,不是很详细
安装git
1 | yum -y install git |
查看git安装成功没
1 | git --version |
1 | git clone https://github.com/clowwindy/shadowsocks.git |
1 | { |
python setup.py install
进入 shadowsocks下的shadowsocks文件夹
nohup python server.py > log &
或者进入到config.json文件所在目录
nohup ssserver > log &
Centos 开机启动设置
echo "nohup ssserver -c /root/shadowsocks/config.json > log &" >> /etc/rc.d/rc.local
lsof -i :8388
可以查看此端口的连接