System call is the services provided by Linux kernel. In C programming, it often uses functions defined in libc
which provides a wrapper for many system calls. Manual page section 2 provides more ...
Herzelinux Lecture: Initramfs - boot your Linux WELL by Zaar Hai from Codefidence ltd.
Abstract:
* What happens between grub and init?
* pre-initrd era, initrd era, new, initramfs, era...
Slides for a lecture by Ram iRosen about the Linux kernel networking routing subsystem, given at Herzelinux club.
Important kernel networking data structures and tables (sk_buff,
net_device, ro...
The purpose of this document is to describe how to monitor Linux operating systems for performance. This
paper examines how to interpret common Linux performance tool output. After collecting this...
This new edition covers Version 2.6 of the Linux kernel, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. <i>Un...
For technical and non-technical users alike, maintaining a large installed base of Linux machines can be a harrowing experience for an administrator. Technical users take advantage of Linux's extre...
/etc/fstab is a system configuration file and is used to tell the Linux kernel which partitions (file systems) to mount and where on the file system tree. How-to created by: bodhi.zazen. Link to or...