debian build ss [turn]

System Support: Debian / Ubuntu memory requirements: ≥128M Date: June 1, 2018

About this script:


Debian or Ubuntu next key installation Shadowsocks latest version libev version. This version is characterized by small (about 600k) memory footprint, use libev and written in C, low CPU consumption, can even be installed on the router based on OpenWRT. Tips: If you have questions, please refer to this "Shadowsocks Troubleshooting" and then asked.

default allocation:


Server Port: set itself (if not set, the default randomly generated between 9000-19999) Password: own set (if not set, the default is  teddysun.com ) Encryption: set itself (if not set The default is aes-256-gcm)

Instructions:


Logged in as root, run the following command:

wget --no-check-certificate -O shadowsocks-libev-debian.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev-debian.sh
chmod +x shadowsocks-libev-debian.sh
./shadowsocks-libev-debian.sh 2>&1 | tee shadowsocks-libev-debian.log 

After the installation is complete, the script prompts as follows:

Congratulations, Shadowsocks-libev server install completed!
Your Server IP        :your_server_ip
Your Server Port      :your_server_port
Your Password         :your_password
Your Encryption Method:your_encryption_method

Welcome to visit:https://teddysun.com/358.html Enjoy it! 

Uninstall:


Logged in as root, run the following command:

./shadowsocks-libev-debian.sh uninstall

something else:


Reference Linking client configuration:  https://teddysun.com/339.html  after this script installation is complete, has Shadowsocks-libev join boot from the start.

Use the command:


start up:

/etc/init.d/shadowsocks start

stop:

/etc/init.d/shadowsocks stop

Restart:

/etc/init.d/shadowsocks restart

View status:

/etc/init.d/shadowsocks status

Guess you like

Origin www.cnblogs.com/ccvernoncn/p/11589500.html
ss