Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Last active September 16, 2020 05:31
Show Gist options
  • Select an option

  • Save Suzhou65/7791bfe8bdad41e5d68d71e2a0f3deac to your computer and use it in GitHub Desktop.

Select an option

Save Suzhou65/7791bfe8bdad41e5d68d71e2a0f3deac to your computer and use it in GitHub Desktop.
Ubuntu 14.04 install Shadowsocks

Install Shadowsocks

Download installation script from GitHub

wget –no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh

Start install

chmod +x shadowsocks.sh
./shadowsocks.sh

Set password when you see something like this

Please enter password for shadowsocks-python
(Default password: teddysun.com):

Set connect port when you see something like this

Please enter a port for shadowsocks-python [1-65535]"
(Default port:8989):

Start install when you see something like this

Press any key to start...or Press Ctrl+C to cancel

You will see something like this if installation was successful

Congratulations, Shadowsocks-python server install completed!
Your Server IP        : 10.0.1.1
Your Server Port      : 8989
Your Local IP         : 127.0.1.1
Your Local Port       : 1080
Your Password         : shadowsocks-python
Your Encryption Method: aes-256-cfb

Welcome to visit:https://teddysun.com/342.html
Enjoy it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment