
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 …

The GRUB configuration file can be found in /boot/grub/. [root@root /boot/grub]# ls -la grub.conf menu.lst -rw——- 1 root root 1037 Oct 28 11:41 grub.conf lrwxr-xr-x …