HowtoForge provides user-friendly Linux tutorials.
-
Installing VirtualBox 2 On A Debian Lenny Desktop
Author: Falko Timme • Tags: debian, desktop, virtualbox, virtualization • Comments: 8
Installing VirtualBox 2 On A Debian Lenny Desktop This tutorial shows how you can install Sun xVM VirtualBox 2 on a Debian Lenny desktop. VirtualBox is available as a package from the official Debian Lenny repository, but it's very old (version 1.6.6), therefore I explain how to install the current version (2.1.4 at the time of this writing). With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show how to set up VirtualBox 2 (2.1.4 at the time of this writing) from the precompiled binaries.
-
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 4
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server Enomalism ECP (Elastic Computing Platform) provides a web-based control panel that lets you design, deploy, and manage virtual machines on one or more host systems (in the case of multiple systems, we speak of a cluster or cloud). This article shows how you can use Enomalism (also know as Enomaly) to manage KVM guests on one Ubuntu 8.10 server.
-
How To Install VMware Server 2 On Debian Lenny
Author: Falko Timme • Tags: debian, desktop, virtualization, vmware • Comments: 16How To Install VMware Server 2 On Debian Lenny This tutorial provides step-by-step instructions on how to install VMware Server 2 on a Debian Lenny desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).
-
-
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host
Author: Falko Timme • Tags: virtualization, ubuntu, desktop, virtualbox • Comments: 8
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host This short guide shows how you can pass through USB devices (such as a USB flash drive) to VirtualBox guests on an Ubuntu 8.10 VirtualBox 2 host. USB support is available only in the VirtualBox PUEL (closed-source) edition, not in the OSE edition, so make sure you have the PUEL edition installed.
-
Virtualization With KVM On A CentOS 5.2 Server
Author: Falko Timme • Tags: centos, kvm, virtualization • Comments: 3
Virtualization With KVM On A CentOS 5.2 Server This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 5.2 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Xen: How to Convert An Image-Based Guest To An LVM-Based Guest
Author: Falko Timme • Tags: virtualization, xen • Comments: 4
Xen: How to Convert An Image-Based Guest To An LVM-Based Guest This short article explains how you can move/convert a Xen guest that uses disk images to LVM volumes. Virtual machines that use disk images are very slow and heavy on disk IO, therefore it's often better to use LVM. Also, LVM-based guests are easier to back up (using LVM snapshots).
-
KVM Virtualization With Enomalism 2 On A Fedora 10 Server
Author: Falko Timme • Tags: fedora, kvm, virtualization • Comments: 1
KVM Virtualization With Enomalism 2 On A Fedora 10 Server Enomalism ECP (Elastic Computing Platform) provides a web-based control panel that lets you design, deploy, and manage virtual machines on one or more host systems (in the case of multiple systems, we speak of a cluster or cloud). This article shows how you can use Enomalism (also know as Enomaly) to manage KVM guests on one Fedora 10 server.
-
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10]
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10] In my previous guide about how to set up Enomalism2 on Ubuntu 8.10 I concentrated on just one KVM host. This tutorial is an extension to that article in that it shows how to add further Ubuntu 8.10 KVM hosts to the setup that can then be managed from one single control panel.
-
Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny
Author: andreash • Tags: debian, security, virtualization, xen • Comments: 4
Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny This document explains how to set up a fully encrypted para-virtualized XEN instance. In this howto, the host system is running Debian Etch, while the guest system to be installed will be using Debian Lenny. If you are concerned about your privacy, you might want to consider using hard disk encryption to protect your valuable private data from spying eyes. Usually, the easiest way would be to use your distribution's installer to set up a fully encrypted system; I think most recent Linux distributions support this. However, when you are using XEN to provide virtualization, there are situations where you might not want to encrypt your whole computer with all guest instances, but instead only encrypt one OS instance. This howto will deal with exactly this situation. It assumes that the XEN host system is already up and running.
-
How To Do Live Migration Of OpenVZ Containers
Author: Falko Timme • Tags: virtualization, openvz • Comments: 3
How To Do Live Migration Of OpenVZ Containers This guide explains how you can do a live migration of an OpenVZ container from one OpenVZ host to the other. Both OpenVZ hosts are running on Debian Lenny in this article, but the live migration does not differ on other distributions.