阿里云輕量云服務器安裝BBR及加速晚上電信不卡
本人已測試,本來我家網線是電信的晚上訪問網站很卡,我就安裝了個BBR,然后瞬間速度提升幾十倍!
阿里云香港輕量云服務器很便宜,帶寬是30M速度也不錯名,但是一到晚上等高峰期就比較卡,后來我用BBR加速試了下,的確有效果。所以介紹下安裝教程。
1、卸載阿里云盾(安騎士)
- wget http://update.aegis.aliyun.com/download/uninstall.sh
- chmod +x uninstall.sh
- ./uninstall.sh
- wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
- chmod +x quartz_uninstall.sh
- ./quartz_uninstall.sh
2、 刪除殘留
- pkill aliyun-service
- rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
- rm -rf /usr/local/aegis*

3、 屏蔽云盾IP
- iptables -I INPUT -s 140.205.201.0/28 -j DROP
- iptables -I INPUT -s 140.205.201.16/29 -j DROP
- iptables -I INPUT -s 140.205.201.32/28 -j DROP
- iptables -I INPUT -s 140.205.225.192/29 -j DROP
- iptables -I INPUT -s 140.205.225.200/30 -j DROP
- iptables -I INPUT -s 140.205.225.184/29 -j DROP
- iptables -I INPUT -s 140.205.225.183/32 -j DROP
- iptables -I INPUT -s 140.205.225.206/32 -j DROP
- iptables -I INPUT -s 140.205.225.205/32 -j DROP
- iptables -I INPUT -s 140.205.225.195/32 -j DROP
- iptables -I INPUT -s 140.205.225.204/32 -j DROP
4、 安裝BBR plus版本
- wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
- chmod +x tcp.sh
- ./tcp.sh

選2,安裝BBRplus,安裝成功后會提示重啟,重啟后再次運行./tcp.sh命令,然后選7,使用BBRplus加速,大功告成!
免責聲明:本站提供的資源,都來自網絡,版權爭議與本站無關,所有內容及軟件的文章僅限用于學習和研究目的。不得將上述內容用于商業或者非法用途,否則,一切后果請用戶自負,我們不保證內容的長久可用性,通過使用本站內容隨之而來的風險與本站無關,您必須在下載后的24個小時之內,從您的電腦中徹底刪除上述內容。如果您喜歡該程序,請支持正版軟件,購買注冊,得到更好的正版服務。
相關推薦