shell_script
This repository is only for my own use, with limited consideration for environment information, and currently only supports Ubuntu.
Tested successfully on Ubuntu 16 hosts from Vultr, Google Cloud, and AlibabCloud (International Edition)
Usage:
Ubuntu
Simple installation
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/shadowsocks.sh" | /bin/sh
Supports chacha20
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/shadowsocks-chacha20.sh" | /bin/sh
Switch to the v4.12.6 kernel and enable BBR
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/kernel_bbr.sh" | /bin/sh
Compile and install nginx (using the latest openssl, zlib, and pcre
with http_ssl_module and http_v2_module enabled)
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/nginx.sh" | /bin/sh
Install redis-cluster on a single machine
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/redis-cluster.sh" | /bin/sh
centos
shadowsocks encryption method: chacha20-ietf-poly1305
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/centos-shadowsocks.sh" | /bin/sh