Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbwml/kernel-latest-centos
- Owner: sbwml
- Created: 2023-08-23T16:18:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:54:15.000Z (2 months ago)
- Last Synced: 2024-10-20T14:15:25.920Z (2 months ago)
- Topics: bbr3, bpf, btf, centos7, kernel, lts
- Language: Shell
- Homepage: https://repo.cooluc.com/kernel
- Size: 328 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```