具体内容:参考链接
执行命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
chmod +x bbr.sh
./bbr.sh
出现问题
-
问题1:
文件系统变为
read-only file system
,无法执行写入操作-
解决方案:
- 重新挂载为可写入:
mount -o remount rw /
- 重新挂载为可写入:
-
问题2:
域名无法解析
unable to resolve host address
-
解决方案:
编辑文件:/etc/resolv.conf
-
重新加入DNS服务器:
nameserver 8.8.8.8 nameserver 8.8.4.4
重启网络:
service netword restart