首页
图片压缩
友链
壁纸
更多
直播
统计
归档
留言
影视
在线PS
推荐
百度一下
搜索
1
南图博客 侵权投诉以及声明
696,870,353 阅读
2
最火QQ爆粉神器工具(不频繁加好友)
40,718 阅读
3
彩虹代刷源码v6.1.5破解免授权版
40,070 阅读
4
个人导航页美化版源码1.1版 带后台版
36,465 阅读
5
swapidc对接任意易支付插件(附教程)
31,049 阅读
技术教程
建站源码
程序模板
工具软件
网络异闻
游戏推荐
我的藏货
登录
/
注册
搜索
标签搜索
HTML
破解版
安卓
动作
单人
影视
WordPress
免费
工具
开放世界
小说
模拟
绿化版
第一人称
源码
3A大作
引导页
氛围
多人
emlog模板
南图
累计撰写
1,558
篇文章
累计收到
5,338
条评论
首页
栏目
技术教程
建站源码
程序模板
工具软件
网络异闻
游戏推荐
我的藏货
页面
图片压缩
友链
壁纸
直播
统计
归档
留言
影视
在线PS
推荐
百度一下
搜索到
1
篇与
» BBR
的结果
2020-04-09
轻量级云服务器安装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.sh2、 删除残留pkill aliyun-service rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service rm -rf /usr/local/aegis*3、 屏蔽云盾IPiptables -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 DROP4、 安装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加速,大功告成!
2020年04月09日
1,596 阅读
0 评论
0 点赞