参考:
https://zhuanlan.zhihu.com/p/77504641

原因:电信网络访问阿里云香港轻量级服务器非常慢,要经过美国中转。

云盾+tcp加速

1.首先卸载阿里云安骑士(阿里云的一个安全(jiandie)软件)

  1. wget http://update.aegis.aliyun.com/download/uninstall.sh
  2. chmod +x uninstall.sh
  3. ./uninstall.sh
  4. wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
  5. chmod +x quartz_uninstall.sh
  6. ./quartz_uninstall.sh

2.删除安骑士残留文件

  1. pkill aliyun-service
  2. rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
  3. rm -rf /usr/local/aegis*

3.屏蔽安骑士IP

  1. iptables -I INPUT -s 140.205.201.0/28 -j DROP
  2. iptables -I INPUT -s 140.205.201.16/29 -j DROP
  3. iptables -I INPUT -s 140.205.201.32/28 -j DROP
  4. iptables -I INPUT -s 140.205.225.192/29 -j DROP
  5. iptables -I INPUT -s 140.205.225.200/30 -j DROP
  6. iptables -I INPUT -s 140.205.225.184/29 -j DROP
  7. iptables -I INPUT -s 140.205.225.183/32 -j DROP
  8. iptables -I INPUT -s 140.205.225.206/32 -j DROP
  9. iptables -I INPUT -s 140.205.225.205/32 -j DROP
  10. iptables -I INPUT -s 140.205.225.195/32 -j DROP
  11. iptables -I INPUT -s 140.205.225.204/32 -j DROP

4.安装魔改BBR+(BBR是Google推出的一个TCP反堵塞程序,能大幅提升服务器的速度)

  1. wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
  2. chmod +x tcp.sh
  3. ./tcp.sh

先选2,安装重启后再次运行./tcp.sh命令,然后选7,完成BBR+的安装,此时提速明显!

image.png

卸载云监控 Go 语言版

  1. # 64 位系统
  2. export ARCH=amd64
  3. # 32 位系统
  4. # export ARCH=386
  5. # 卸载
  6. /usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} stop && \
  7. /usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} uninstall && \
  8. rm -rf /usr/local/cloudmonitor