How to Compile and Install Linux Kernel v4.9.11 Source On a Debian / Ubuntu Linux
Here are the steps to compile and install the Linux kernel version 4.9.11 on a Debian or Ubuntu system: Download the Linux kernel source code: wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.11.tar.xz Extract the source code: tar -xvf linux-4.9.11.tar.xz Change to the extracted source code directory: cd linux-4.9.11 Copy the configuration from your current running kernel: cp /boot/config-`uname -r` .config … Read more