Skip to content

Instantly share code, notes, and snippets.

@xupengzhuo
Created October 18, 2017 05:55
Show Gist options
  • Select an option

  • Save xupengzhuo/b3b0f93ea9fc6bec1177b82e8ac35f0c to your computer and use it in GitHub Desktop.

Select an option

Save xupengzhuo/b3b0f93ea9fc6bec1177b82e8ac35f0c to your computer and use it in GitHub Desktop.
apt-get update
apt-get upgrade
apt-get install git
git clone -b manyuser https://github.com/shadowsocksr-backup/shadowsocksr.git
cd shadowsocksr/
apt-get install build-essential
wget https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz
tar xf libsodium-1.0.12.tar.gz && cd libsodium-1.0.12
./configure && make -j2 && make install
ldconfig
cd shadowsocks/
python server.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment