kernel - asdo92.yougeek.dev

# Open source and Linux lover!

My kernel LTS builds (for Debian based):

linux-headers-6.18.32-lts-amd64.deb - Kernel headers with Debian package x86_64. linux-image-6.18.32-lts-amd64.deb - Kernel image with Debian package x86_64. linux-libc-dev_6.18.32_amd64.deb - Libc dev with Debian package x86_64 (Optional).

My kernel LTS Cloud builds (for Debian based):

linux-headers-6.18.32-lts-cloud-amd64.deb - Kernel headers with Debian package x86_64. linux-image-6.18.32-lts-cloud-amd64.deb - Kernel image with Debian package x86_64. linux-libc-dev_6.18.32-cloud_amd64.deb - Libc dev with Debian package x86_64 (Optional).

Install (Debian based):

wget -c "https://asdo92.yougeek.dev/kernel/linux-headers-6.18.32-lts-amd64.deb" wget -c "https://asdo92.yougeek.dev/kernel/linux-image-6.18.32-lts-amd64.deb" wget -c "https://asdo92.yougeek.dev/kernel/linux-libc-dev_6.18.32_amd64.deb" sudo dpkg -i linux*.deb

Github: README