If you’d like to run an Ubuntu virtual machine on your PC, you’ll need to weigh a series of considerations. To be sure, the use of virtualization is commonplace in the IT industry these days. Still, before you decide to run an Ubuntu virtual machine, you must consider whether you fully understand the benefits of [...]
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.10 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 [...]
-
November 16th, 2012 by cj2003
First create a Ubuntu Virtual Machine on Windows Azure and be sure it is running. Be sure to have SSH connection enabled working with your VM. Once you can remote into your Ubuntu Linux VM over SSH try the following steps:
-
August 24th, 2012 by cj2003
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., [...]
This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless Ubuntu 11.10 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 [...]
-
January 23rd, 2012 by cj2003
Unlike virt-manager, virt-install is a command line tools 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 [...]
-
November 27th, 2011 by cj2003
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 11.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM).
-
November 19th, 2011 by cj2003
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I’ll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.
-
November 9th, 2011 by cj2003
Virtualization with KVM on Ubuntu ServerIn this crash course we’ll quickly get KVM up and running on Ubuntu Server, install multiple guests, manage storage, and migrate guests to new hosts.
-
November 4th, 2011 by cj2003
KVM, the Linux kernel hypervisor, is the up-and-coming enterprise virtualization contender. It’s lean, mean, fast, and runs unmodified guest operating systems with ease. In this crash course we’ll quickly get KVM up and running on Ubuntu Server, install multiple guests, manage storage, and migrate guests to new hosts.
-
October 29th, 2011 by cj2003
Have you installed Ubuntu 11.04 as a virtual machine in VirtualBox but have had problems getting the Shared Folders feature to work? We were able to add a shared folder, but were unable to access it.
-
October 6th, 2011 by cj2003
This tutorial provides step-by-step instructions on how to install VMware Player on an Ubuntu 11.04 or Linux Mint 11 desktop system. With VMware Player you can create and run guest operating systems (“virtual machines”) such as Linux, Windows, FreeBSD, etc. on your desktop, i.e., you can run multiple operating systems on the same hardware which [...]
-
September 1st, 2011 by cj2003
Following on from our last video, today’s video is the second installment in our Guest Operating System Installation series which focuses on the creation and installation process for various different operating systems inside of VMware Workstation virtual machines.
-
August 10th, 2011 by cj2003
The XCP team would like to formally announce Project Kronos, our port of XCP’s XenAPI toolstack to Debian and Ubuntu dom0. This will give users the ability to install Debian or Ubuntu, and then just do ‘apt-get install xapi’ in order to build a system that is (roughly) functionally equivalent to a standard XCP distribution
-
July 22nd, 2011 by cj2003
Great news for those who want to try out the latest Ubuntu 11.04 Natty Narwhal with the Unity interface without booting a CD or Live USB – Unity now works in the latest VirtualBox 4.0.
-
January 1st, 2011 by cj2003
Last week, you tested your Ubuntu system for KVM compatibility, installed KVM on your host server and installed a guest operating system into a virtual machine. This week you’ll learn some KVM-oriented terminology and will continue your dive into KVM Ubuntu style by working with virtual machines via the virsh command.
-
December 22nd, 2010 by cj2003
This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 10.10 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.
-
December 20th, 2010 by cj2003
VirtualBox 4.0 beta was released today with some major changes. The biggest change is that some functionality has moved into a separate package (such as the USB 2.0 support, RDP server and more).
-
December 8th, 2010 by cj2003
I downloaded deb of VirtualBox beta 1 from the beta packages page of Oracle website and installed it. However, while launching Virtual Machines created with Oracle VirtualBox 3.x (closed source version), I got the following error
-
December 8th, 2010 by cj2003
OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict.
-
November 28th, 2010 by cj2003
This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 10.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM).
-
November 26th, 2010 by cj2003
Convirture, maker of the ConVirt enterprise-grade software for managing Xen and KVM-based virtual and private cloud environments, is partnering with Canonical, the company behind the Ubuntu open source operating system, to help organizations effectively manage virtual machines built using Ubuntu
-
November 17th, 2010 by cj2003
VirtualBox is a proprietary virtualization software package currently being developed by Oracle Corporation. Using VirtualBox, you will be able to install additional guest operating systems, each known as a Guest OS, each with its own virtual environment.
-
November 16th, 2010 by cj2003
Now that the Hyper-V integration services are included in the official Linux builds – I wanted to try out a Linux distribution that is not officially supported by Microsoft and see what was involved in getting it all working.
-
October 25th, 2010 by cj2003
OpenVZ is used for Virtualization and is both light weight (minimal software on the host, guests have small footprints on the hard drive, and minimal use of RAM) and fast (native speed).
-
October 25th, 2010 by cj2003
There’s lots of info spread around on how to install various older versions of Ubuntu under various older versions of Virtual PC, but I didn’t find any referring to the newish Ubuntu 10.4 and VPC on Win 7.
-
August 30th, 2010 by cj2003
From time to time, I need to precisely replicate an Ubuntu Server installation over and over again. If my testing requires turning the installation crank, preseeding can certainly help automate that. But Ubuntu Server installations on ext4 have slowed down dramatically due to an ext4/dpkg/fsync bug.
-
June 28th, 2010 by cj2003
Are you an enthusiast who loves their Ubuntu Linux experience but still needs to use Windows programs? Here’s how you can get the full Windows experience on Ubuntu with the free VMware Player.
As part of virtualization on Hyper-V, there is the ability to use Para-virtualized drivers instead of using built-in drivers for slower, emulated devices. Para-virtualized drivers are simply device drivers that are written for native virtual devices.
It sounds like a simple thing to do: As Ubuntu does not have support for Xen by default, I wanted to run a Debian Lenny Server as Xen host (Dom0) with Ubuntu Lucid (10.04) LTS as guest (DomU). But there were some obstacles