Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbwml/kernel-latest-centos

Linux Kernel 6.6 LTS for CentOS 7
https://github.com/sbwml/kernel-latest-centos

bbr3 bpf btf centos7 kernel lts

Last synced: about 1 month ago
JSON representation

Linux Kernel 6.6 LTS for CentOS 7

Awesome Lists containing this project

README

        



Linux 6.6 LTS Kernel for CentOS 7 / Red Hat 7


### Features:
- **Google's BBRv3 TCP congestion control.**
- **Hysteria's TCP Brutal congestion control.**
- **Linux Random Number Generator (LRNG v52).**
- **Backport Linux 6.8 Network Optimizations.**
- **Enable eBPF support.**
- **Enable CONFIG_LTO_CLANG_FULL**

### Install:

- **Add Repository & Update Kernel:**

```shell
curl https://repo.cooluc.com/mailbox.repo > /etc/yum.repos.d/mailbox.repo
yum makecache
yum install kernel
```

- **Mount BPF sysfs (Optional):**

```shell
curl https://repo.cooluc.com/kernel/files/sys-fs-bpf.mount > /etc/systemd/system/sys-fs-bpf.mount
systemctl enable sys-fs-bpf.mount
```

- **Reboot:**

```shell
reboot
```