前言
一般只适用于 Debian、Ubuntu、Contos、Redhat等主流服务器发行版
BBR
1
2
3
4
| echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr
|
1
2
3
| wget -N --no-check-certificate https://raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcp.sh
chmod +x tcp.sh
./tcp.sh
|
v2ray
1
2
3
| wget -N --no-check-certificate -q -O v2ray.sh https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh
chmod +x v2ray.sh
./v2ray.sh
|
探针
1
2
3
4
| wget https://raw.githubusercontent.com/CokeMine/ServerStatus-Hotaru/master/status.sh
chmod +x status.sh
./status.sh s # 服务端
./status.sh c # 客户端
|
1
2
3
| curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh
chmod +x nezha.sh
./nezha.sh
|
测试脚本
1
| wget -qO- bench.sh | bash
|
- wget -qO- bench.sh | bash
1
| wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
|
1
| curl -sL yabs.sh | bash
|
1
2
3
| wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh
chmod +x hj.sh
./hj.sh
|
DD脚本
1
| bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p "自定义root密码" -port "自定义ssh端口"
|