This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install python-pip | |
sudo apt-get install python-setuptools m2crypto | |
pip install shadowsocks | |
如果是ubuntu16.04 直接 (16.04 里可以直接用apt 而不用 apt-get 这是一项改进) | |
sudo apt install shadowsocks | |
nohup sslocal -c /opt/trainee/shadowsocks.json & |
OlderNewer