[Linux Journal, 2004] Kernel Korner - I/O Schedulers

http://www.linuxjournal.com/article/6931 Kernel Korner - I/O Schedulers

Kernel Korner - Linux as an Ethernet Bridge

http://www.linuxjournal.com/article/8172 LinuxJournal ‘2005 article about how to bridge 2 network interfaces in linux

LXR / The Linux Cross Reference

http://lxr.linux.no/+trees linux kernel code cross-reference: you can quickly look up a piece of code,, find out in what version it appeared first, and so on.

Receive packet steering [LWN.net]

http://lwn.net/Articles/362339/#Comments notes from LWN about RPS patch – a way to distribute incoming traffic coming from 1 source (1 NIC, 1 queue, 1 IRQ line) via multiple CPU by hashing tcp headers and distributing by hash across multiple CPU/Cores

Re: [Xen-devel] Red Hat dropped XEN - Xen Source [post about XEN versioning in RHEL 5]

http://lists.xensource.com/archives/html/xen-devel/2009-03/msg00530.html note from redhat engineer explaining what version of xen is used in RHEL 5.x (this is not that simple, hence this post)

[OOM Killer Saga] Re: [PATCH] oom_pardon, aka don't kill my xlock [LWN.net]

http://lwn.net/Articles/104185/ whenever your are in discussion about OOM, make sure you mention this :-)

Optimizing Linux for random I/O on hardware RAID - Fishpool

http://www.fishpool.org/post/2008/03/31/Optimizing-Linux-I/O-on-hardware-RAID explains use linux IO scheulers with presence of smart RAID controllers.

Bug 484667 – Dropping packets in bnx2 since 1.7.9 bnx2 version

https://bugzilla.redhat.com/show_bug.cgi?id=484667 issue with dropped packets on newer broadcomm ethernet cards, found in dell 1950III servers

Re: [PATCH] xen: core dom0 support [LWN.net] / difference between XEN and KVM /

http://lwn.net/Articles/321702/ Message to Kernel Mailing List about differences between XEN and KVM .

Memory Translation and Segmentation : Gustavo Duarte

http://duartes.org/gustavo/blog/post/memory-translation-and-segmentation very goom sum-up about memory mechanism in modern x86 machines. For more elabored and detailed info