My Debian Setup

/etc/apt/source.list

Before you start install these packages first:

apt install curl wget apt-transport-https dirmngr

My Linux Kernel

The Linux kernel is an open-source monolithic Unix-like computer operating system kernel.

There are various alternative Linux kernels available for Debian GNU/Linux in addition to the latest stable kernel. This lists some of the options available with a brief description of each.

Liquorix Kernel
The Liquorix kernel is the long-standing effort for providing a “better distro kernel” optimized for desktop/multimedia/gaming workloads. … The Liquorix kernel continues to tweak its Linux kernel configuration and add in extra patches for aiming to optimize the kernel for gaming/desktop-type workloads.

XanMod
XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.

The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.

My Personal Echoplex Kernel

My own personal attempt to compile and apply a patch set to the Linux Kernel for my hardware using XanMod with other patches, removing hardware and other modules that I don’t use. Below I will include the patches, .config files, binary .deb along with the hard specs that I use. If your going to use my kernels please make sure you have the same hardware specs.

System: MacBook Pro (13-inch, Mid 2010) – MacBookPro7,1
Stock system with an upgraded HDD to SDD

Downloads


Kernel Binary:


Kernel Headers:


Kernel Headers for development:
This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that.

Kernel Debugging Symbols:
Debugging symbols contain source code level information such as function names, function calling conventions, and source line numbers to instructions mapping. This information is very useful when debugging or profiling the kernel.