This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
记录一次在 CentOS 7 / Redhat 7 上运行 DAE #244
Labels
documentation
Improvements or additions to documentation
作为一个元老级的 Linux 发行版,虽然它的生命周期已经不长,但应该还有部分人在使用它。记录一次在 CentOS 7 上吃鹅的经历。
更新内核
一、更新支持 BTF 的内核
curl -s https://repo.cooluc.com/mailbox.repo > /etc/yum.repos.d/mailbox.repo yum makecache yum update kernel
内核基于 Linux 6.1 LTS 重构(支持 BBRv2),并启用 eBPF 支持,也可自行编译,源码包:https://repo.cooluc.com/kernel/7/SRPMS/
二、挂载 BPF
三、挂载 Control Group v2
四、重启系统,生效内核。
检查内核版本,版本为
6.1.xx-1.el7.x86_64
则表示成功。如果内核版本没有变化,说明此前已经更新过内核,需要重建 grub2 引导使新内核优先级最高
设置最新内核为默认
重建内核引导配置
运行 DAE
五、现在可以用你知道的方式,下载 DAE 并运行使用了!
这里只是举例:
当然,你需要根据 https://dae.v2raya.org/docs/current/category/configuration 去配置
config.dae
The text was updated successfully, but these errors were encountered: