ContOS 安装 wget:
yum -y install wget
ContOS 安装 curl:
yum -y install curl
查看防火墙状态:
firewall-cmd --state
停止防火墙:
systemctl stop firewalld.service
禁止防火墙开机自启:
systemctl disable firewalld.service
安装x-ui面板:
bash <(curl -Ls https://raw.githubusercontent.com/sprov065/x-ui/master/install.sh)
安装bbr加速:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh