SkillAgentSearch skills...

LinuxKernelBuild

Sccript to compile and install the Linux Kernel from source

Install / Use

/learn @angristan/LinuxKernelBuild
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LinuxKernelBuild

Script to install the Linux kernel from source on Debian-based distributions, for all architectures.

Usage

It should work with any kernel version.

For instance, to install the x.y.z version:

wget https://raw.githubusercontent.com/Angristan/LinuxKernelBuild/master/kernel_build.sh
chmod +x kernel_build.sh
./kernel_build.sh x.y.z

Reboot!

The script will compile the kernel into .deb files in /opt/linux then install them.

You can uninstall the custom kernel using APT.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4mo ago
Forks6

Languages

Shell

Security Score

87/100

Audited on Nov 20, 2025

No findings