
How Do I Revert from an ext3 to an ext2 File System?
Because ext3 is relatively new, some disk utilities do not yet support it. For example, you may need to shrink a partition with resize2fs, which …

Because ext3 is relatively new, some disk utilities do not yet support it. For example, you may need to shrink a partition with resize2fs, which …

For a more concise understanding of system performance, try vmstat. With vmstat, it is possible to get an overview of process, memory, swap, I/O, system, …

The Linux top command is a useful tool for monitoring system performance and resource usage. It shows a table of processes and their CPU, memory, …

A signal 11 error, commonly know as a segmentation fault, means that the program accessed a memory location that was not assigned. If you receive …

A swap partition (at least 256 MB) — swap partitions are used to support virtual memory. In other words, data is written to a swap …

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 …

Swap Space and Types of Swap Swap space is a memory virtualization concept that allows Linux to use disk space as an extension of RAM …

Red Hat Enterprise Linux 3 / 4 / 5 and above => Old Red hat Linux version => CentOS 4 and above => Fedora Linux …

Computer hardware is the term for the physical components that make up a computer system. These include the case, CPU, RAM, monitor, mouse, keyboard, storage …

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 …