kernel
How to change the Swappiness of your Linux system
What is Swappiness? Most of Linux users that have installed a distribution before, must have noticed the existence of the “swap space” during the partitioning…
How To Quickly Get A List Of All Applications Installed On Your UNIX/Linux Machines
In this tutorial I’ll try to present how to quickly get the list of all applications installed on UNIX/Linux hosts. The procedure applies to the…
Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)
It seems like operations that communicate with userspace are really discouraged. And I am not arguing with that. Although it doesn’t mean that they cannot…
Installing Kernel Security Updates Without Reboot With Ksplice Uptrack On Ubuntu 9.10 Desktop
Ksplice Uptrack is a subscription service that lets you apply 100% of the important kernel security updates released by your Linux vendor without rebooting. Ksplice…
Building Kernel Modules With Module-Assistant On Debian Lenny
module-assistant is a tool for building Debian kernel modules from source, without having to rebuild the whole kernel. It fetches module-source packages that have been…
Hardening The Linux Kernel With Grsecurity (Debian)
Security is based on three characteristics: prevention, protection and detection. Grsecurity is a patch for Linux kernel that allows you to increase each of these…
How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1
Introduction This tutorial will walk you through setting up a Linux layer 7 packet classifier on CentOS 5.1, this can easily be adapted to any…
How To Compile A Kernel – Debian Etch
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on a Debian Etch…
How To Roll A Kernel the Ubuntu/Debian Way
Instructions on how to build a kernel 2.6 Last edited 1 month ago by Oliver Grawert The Linux kernel is the heart of your Ubuntu…
How To Compile A Kernel – The Debian (Sarge) Way
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on Debian Sarge systems….