Rambles of Ev
  • Home
  • About
  • Search

kernel

A collection of 4 posts
kernel

Kernel Cleanup

The ulimate Linux kernal clean up command for Debian based systems. dpkg -l | grep ^ii | grep "linux-image-[0-9]" | awk -F' ' '{ print $2 }' | grep -v `uname -r` | sed '$d' | sed '$d' | sed 's/linux-image//' | xargs -i echo "linux-image{
18 Jan 2013
iptables

Kernel Packet Traveling Diagram

Network -----------+----------- | +--------------------------+ +-------+-------+ +---------+---------+ | IPCHAINS | | IPTABLES | | INPUT | | PREROUTING | +-------+-------+ | +-------+-------+ | | | | conntrack | | | | +-------+-------+ |
16 Mar 2010
Debian

Kernel Upgrade For Debian >= Etch

Upgrading the kernel to 2.6.31(couldn get 2.6.33 to work at all)  on Etch, I stumbled over this: > cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c -o lguest lguest.c:21:25: error: sys/eventfd.h:
04 Mar 2010 1 min read
Debian

How To Compile A Kernel - Debian Etch | HowtoForge - Linux Howtos and Tutorials

How To Compile A Kernel – Debian Etch | HowtoForge – Linux Howtos and Tutorials [http://www.howtoforge.com/kernel_compilation_debian_etch]. > cd /usr/src wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.3.tar.bz2 tar xjf linux-2.6.21.3.tar.bz2 ln -s
04 Feb 2010
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost