Skip to content

Instantly share code, notes, and snippets.

@wyudong
Created October 17, 2018 08:47
Show Gist options
  • Save wyudong/3165ef910bf9f8e2b31002b6c14369cd to your computer and use it in GitHub Desktop.
Save wyudong/3165ef910bf9f8e2b31002b6c14369cd to your computer and use it in GitHub Desktop.

OS: centos_x86 bbr

ssh root@<server_ip> -p <port>
sudo yum -y install wget
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment