|
|
本帖最后由 my49cn 于 2020-3-3 10:41 编辑
前几天装上了bbrplus 168版本内核,发现经常出现断流问题,很影响使用
然后写了一条命令,一键回退到129内核版本。
只适合你只装了bbrplus 168内核的情况,多内核请自己手动指定grub启动项
- wget https://github.com/cx9208/bbrplus/raw/master/Debian9/x86_64/linux-headers-4.14.129-bbrplus.deb https://github.com/cx9208/bbrplus/raw/master/Debian9/x86_64/linux-image-4.14.129-bbrplus.deb && dpkg -i linux-headers-4.14.129-bbrplus.deb && dpkg -i linux-image-4.14.129-bbrplus.deb && apt purge linux-image-4.14.168-bbrplus* && update-grub
复制代码 |
|