
第一步:整合系统磁盘 (Debian11和Ubuntu20需要使用) ,设置后可以输入 df-h查看硬盘情况
代码:resize2fs -f /dev/vda1
第二步:安装必要组件:
apt -y update && apt -y install nano zip wget curl screen unzip vim && apt -y upgrade && screen -S setupscreen
第三步:启用BBR+FQ协议(后reboot重启)
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
在SSH中运行以下命令设置小内存自动清理工具:
bash <(curl -sL https://raw.githubusercontent.com/FoxBary/smallvps/main/vmshellvps.sh)
