Linux Tutorials on the topic “virtualization”
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless OpenSUSE 12.1 Server
Author: Falko Timme • Tags: suse, virtualbox, virtualization • Comments: 1
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless OpenSUSE 12.1 Server This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless OpenSUSE 12.1 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
How To Take Screenshots Of VirtualBox VMs
Author: Falko Timme • Tags: desktop, virtualbox, virtualization • Comments: 2
How To Take Screenshots Of VirtualBox VMs VirtualBox is a great virtualization solution, however if lacks one big feature: the ability to take screenshots of a virtual machine. Of course, you can use the host operating system's print screen feature, but this wil ltake a picture of the whole workspace, including window decorations, etc. which you will have to remove in your iage editing software which is a tedious task. This tutorial describes how you can create a little script that automatically takes a screenshot of a VirtualBox VM when you click on it; it makes use of the VirtualBox command line tool VBoxManage.
-
Managing A Headless VirtualBox Installation With phpvirtualbox (CentOS 6.2)
Author: Falko Timme • Tags: virtualization, centos, virtualbox • Comments: 2
Managing A Headless VirtualBox Installation With phpvirtualbox (CentOS 6.2) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on a CentOS 6.2 server to manage a locally installed, headless VirtualBox.
-
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless CentOS 6.2 Server
Author: Falko Timme • Tags: virtualization, centos, virtualbox • Comments: 4
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless CentOS 6.2 Server This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless CentOS 6.2 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 12.04)
Author: Falko Timme • Tags: ubuntu, virtualbox, virtualization • Comments: 5
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 12.04) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on an Ubuntu 12.04 server to manage a locally installed, headless VirtualBox.
-
Virtualization With Xen On CentOS 6.2 (x86_64) (Paravirtualization & Hardware Virtualization)
Author: Falko Timme • Tags: centos, virtualization, xen • Comments: 11
Virtualization With Xen On CentOS 6.2 (x86_64) (Paravirtualization & Hardware Virtualization) This tutorial provides step-by-step instructions on how to install Xen (version 4.1.2) on a CentOS 6.2 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other, but still use the same hardware.
-
Installing KVM Guests With virt-install On Ubuntu 12.04 LTS Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 1
Installing KVM Guests With virt-install On Ubuntu 12.04 LTS Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 12.04 LTS KVM server.
-
Virtualization With KVM On Ubuntu 12.04 LTS
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 10
Virtualization With KVM On Ubuntu 12.04 LTS This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.04 LTS 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.
-
Proxmox VE 2.x With Software Raid
Author: wrt54gl • Tags: virtualization, kvm, openvz, storage • Comments: 30Proxmox VE 2.x With Software Raid Proxmox Virtual Environment is an easy to use Open Source virtualization platform for running Virtual Appliances and Virtual Machines. Proxmox does not officially support software raid but I have found software raid to be very stable and in some cases have had better luck with it than hardware raid.
-
Virtualization With KVM On A CentOS 6.2 Server
Author: Falko Timme • Tags: centos, kvm, virtualization • Comments: 2
Virtualization With KVM On A CentOS 6.2 Server This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.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.