常用命令

由 Admin 发布

安装BBR加速(卸载内核版)
wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

安装BBR加速(不卸载内核版)
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

升级软件
yum update

提示无wget
yum -y install wget