具體內(nèi)容:參考鏈接
執(zhí)行命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
chmod +x bbr.sh
./bbr.sh
出現(xiàn)問題
-
問題1:
文件系統(tǒng)變?yōu)?
read-only file system
,無法執(zhí)行寫入操作-
解決方案:
- 重新掛載為可寫入:
mount -o remount rw /
- 重新掛載為可寫入:
-
問題2:
域名無法解析
unable to resolve host address
-
解決方案:
編輯文件:/etc/resolv.conf
-
重新加入DNS服務(wù)器:
nameserver 8.8.8.8 nameserver 8.8.4.4
重啟網(wǎng)絡(luò):
service netword restart