
How to Check Linux Version
If you’re new to Linux, starting up a new machine, or just looking for more info on your server’s OS and Linux Kernel, you can …

If you’re new to Linux, starting up a new machine, or just looking for more info on your server’s OS and Linux Kernel, you can …

Set up NFS by setting /etc/exports config file # apt-get install nfs-kernel-server # echo “/ *.domainname-for-lan-hosts(rw,no_root_squash,nohide)” \ >> /etc/exports

Udev provides users with a dynamic device directory containing only the files for actually present devices. It creates and removes device node files usually located …

A kernel panic could be a serious error that occurs when the Linux kernel detects a problem that it might not recover from. When this …

If you are running FreeBSD 5.0 or later you can safely skip this section. These versions use devfs to allocate device nodes transparently for the …

One has to understand the Debian policy with respect to headers. The Debian C libraries are built with the most recent stable releases of the …

The /proc file system is a special file system that provides information about processes and other system information in a hierarchical file-like structure. Unlike regular …

Introduction If you have multiple Linux kernels installed, whether you’re testing a custom build, running a real-time kernel, or keeping a stable fallback after a …