How to understand Xen
How To Understand Xen Xen is the open source hypervisor included in the Linux kernel and, as such, it is available in all Linux distributions. The Xen Project is one...
Continue reading
How to understand KVM (KERNEL VIRTUAL MACHINE)
How To Understand KVM (KERNEL VIRTUAL MACHINE) KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It...
Continue reading
How to understand virtualization environments.
How To Understand Virtualization Environments. Server virtualization is the process of dividing a physical server (computer) into multiple unique and isolated virtual machines (VMs) by means of a software application....
Continue reading
How to create RAID 6 (Striping with Double Distributed Parity)
How To Create RAID 6 (Striping With Double Distributed Parity) On Linux based operating system (OS), software RAID functionality is provided with the help of the md(4) (Multiple Device) driver...
Continue reading
How to create RAID 5 (Striping with Distributed Parity)
How To Create RAID 5 (Striping With Distributed Parity) Redundant Array of Independent Disks Mode 5 (Redundant Array of Independent Disks Mode 5) A popular disk or solid state drive...
Continue reading
How to create RAID 1 (mirroring)
How To Create RAID 1 (Mirroring) RAID 1 is a hard disk configuration where the contents from one hard disk are mirrored onto another. This provides the user with some...
Continue reading
How to create RAID 0 (disk striping)
How To Create RAID 0 (Disk Striping) RAID 0 (disk striping) is the process of dividing a body of data into blocks and spreading the data blocks across multiple storage...
Continue reading
How to understand RAID, RAID Level 0, 1 and RAID concepts.
How To Understand RAID, RAID Level 0, 1 And RAID Concepts. RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple...
Continue reading
How to use SSH command.
How To Use SSH Command. This article explains how to use the OpenSSH command-line client (ssh) to login to a remote machine and run commands or perform other operations. Secure...
Continue reading



Recent Comments