Archive for the ‘Virtualization’ Category

KVM with Bridged Networking on Ubuntu (10.04 LTS) (With UFW, Netfilter, Bridge-Utils, Virt-Manager)

One of the big reasons I moved to the new Ubuntu LTS for my main server was to get the new packages for KVM. To my disappointment, the versions that ship with 10.04 are slightly antiquated, especially with the amount of changes that are happening in the KVM development society. I found this PPA maintained by Daniel Baumann had everything that I needed. He keep is quite up to date and resolves build problems quickly. I don’t recommend you to use this PPA for production systems, I use it for my personal system and try to give any support to Daniel that I can because it really helps me out that he is packaging/maintaining this for the bleeding edge KVM packages.

KVM is a really great piece of virtualization software that is up and coming in the linux world, in the last several months the graphical (newbie) tools have become very simple to use. These tools still lag behind other solutions for virtualization such as VirtualBox or Vmware products, however KVMs performance and developmental activity make it a likely candidate for people setting up virtualization servers for personal and enterprise use.

Before we begin let me explain my set-up. I have a server that will be running the qemu-kvm software with libvirt that I will administer from my laptop running virt-manager. You can use KVM and Virt-Manager all while on the same machine without issue, but this guide is written for my particular configuration. I assume before beginning that you are running a pretty vanilla machine and will not have any strange configurations that would conflict with a standard Ubuntu 10.04 install. (more…)

Install (Set up) Linode with Ubuntu

Recently purchased hosting through Linode which i am extremely happy with. They offer strictly Linux dedicated virtual private server hosting, their packages are competitively priced and the guys in IRC are fantastic for answering the little questions that someone new to Linux hosting might have.

This is a list of the things I had to immediately overcome regarding setting up ubuntu with their XEN system. They have a pre-packaged deploy-able Ubuntu 8.10 server that is stripped down to the bare minimum to conserve disk space… which is really important if you buy one of their smaller accounts.

(more…)

Arrow Keys in Vmware Workstation 6.51 on Ubuntu

On a fresh install of Ubuntu Intrepid Ibex (also Hardy Heron) Vmware Workstation’s arrow keys and some hot keys will not work. This can be easily fixed by running the following command, which will create a config file for vmware workstation that sets the xkeymap.nokeycodeMap value to true.

sudo echo 'xkeymap.nokeycodeMap = true' >> ~/.vmware/config

Restart Vmware Workstation and enjoy!