安装wget crul
yum -y install wget #ContOS 安装 wget
apt-get install wget #Debian Ubuntu 安装 wgetyum -y install curl #ContOS 安装 curl
apt-get install curl #Debian Ubuntu 安装 crulDebian CentOS 开启自带BBR加速
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr四合一 BBR Plus / 原版BBR / 魔改BBR
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh