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

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

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

bbr3 bpf btf centos7 kernel lts

Last synced: about 2 months ago
JSON representation

Linux Kernel 6.18 LTS for CentOS 7

Awesome Lists containing this project

README

          



Linux 6.18 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 v59).**
- **Enable eBPF support.**
- **Enable Clang ThinLTO**

### Install:

- **Add Repository & Update Kernel:**

```shell
curl https://repo.cooluc.com/mailbox.repo > /etc/yum.repos.d/mailbox.repo
yum --enablerepo=mailbox-kernel makecache
yum install --enablerepo=mailbox-kernel 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
```