VPS/杜甫自用一鍵腳本。

平時經常用的到各種腳本。、

 

ss四合一腳本。[包括R。、Python、libev。、go。][秋水大神腳本。]


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

 

brook一鍵腳本。[逗比。] 備份版。

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/mtproxy.sh && chmod +x mtproxy.sh && bash mtproxy.sh

 

 

Mtproto Proxy Go版 一鍵安裝管理腳本。[逗比。]備份版。

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && bash mtproxy_go.sh

 

 

 

SuperBench.sh 一鍵測試伺服器的基本參數。[老鬼。]

wget -qO- git.io/superbench.sh | bash

 

 

 

FunctionClub/ZBench一鍵測試腳本。

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

 

 

Google BBR一鍵安裝最新內核並開啟 BBR 腳本。[秋水。]【OpenVZ不可用】

wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

 

Kcptun 服務端一鍵安裝腳本。[擴軟。]

wget --no-check-certificate https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh
chmod +x ./kcptun.sh
./kcptun.sh

 

 

OpenVZ 平臺 Google BBR 一鍵安裝腳本。[擴軟。]

wget https://raw.githubusercontent.com/kuoruan/shell-scripts/master/ovz-bbr/ovz-bbr-installer.sh
chmod +x ovz-bbr-installer.sh
./ovz-bbr-installer.sh

 

Linux網路優化加速一鍵腳本(BBR。、魔改BBR。、BBR plus。、銳速)

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh

 

 

ServerStatus線上監控。

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/status.sh 
chmod +x status.sh
bash status.sh s

 


所有腳本都原始存在GitHub。,這裡的腳本可能更新不到位。。