Tag: Linux
-
Installing and Running KVM on Ubuntu 14.04 Part 6
In part 5 I talked about auto-starting KVM guest machines and setting up a console that could be accessed through virsh. In this section I’ll cover accessing the guest using VNC.
-
Installing and Running KVM on Ubuntu 14.04 Part 5
In part 4 in this series on installing and running KVM I installed the first guest machine. In this part I’ll tweak the guest so that it’s more to my liking and easier to recover should something go wrong.
-
Installing and Running KVM on Ubuntu 14.04 Part 4
In part 3 of this series about installing KVM on Ubuntu 14.04 I installed and configured KVM. In this part I’ll be installing a guest.
-
Installing and Running KVM on Ubuntu 14.04 Part 3
In part 2 of this series about installing KVM on Ubuntu 14.04 I configured the network. In this part I’ll be installing and configuring KVM.
-
Installing and Running KVM on Ubuntu 14.04 Part 2
In part 1 of the series I covered basic machine set up and preparation. In this second part of the series about setting up KVM on Ubuntu 14.04 I cover setting up the network. Setting up the network can seem quite daunting but a basic KVM install doesn’t actually require much network set up.
-
Installing Linux on a PowerEdge 860
I’ve got a couple of old Dell PowerEdge 860 servers. They are nothing to write home about but they are functional and good enough for playing around with (I’m investigating KVM and Xen virtualization at the moment). What I need to do though is install from a USB as I don’t have any CD’s to…
-
Installing and Running KVM on Ubuntu 14.04 Part 1
I’ve been running my own servers for many years now but recently I’ve started to get the feeling that I could be doing a better job of it. I’ve played with virutalization a little both on the desktop and on real servers (I run a small VMware set up for work) but I’ve never translated that…
-
Understanding TUN TAP Interfaces
As I mentioned in the previous article Understanding Bridges, Linux and most other operating systems have the ability to create virtual interfaces which are usually called TUN/TAP devices. This article will discuss those devices with particular focus on how they are used in OpenStack.
-
Understanding Bridges
In this article I’ll discuss network bridges and where they are commonly used (spoiler: they aren’t any more). Mainly though I want to discuss how bridges are used in an OpenStack set up as building a personal cloud is my final aim. Hardware network bridges aren’t as common as they once were as switches have…
-
Understanding VLANs
The aim of this article is to explain VLANs to someone who has a reasonable understand of how a computer network works. Recently I’ve been reading up on OpenStack as I’d like to put together a small personal cloud for a project I’m working on. So far so easy but the one aspect that I’ve been…
-
WobblyStack – Reading List
I had to read a lot before I could get to the point where I felt I could write a script that installed OpenStack for me. The links below are a selection of articles that I found useful. This is the complete list of things I read as I didn’t start compiling the list before…
-
A Quick Introduction to Open vSwitch
In a previous article I discussed bridges and showed how the Linux utilities bridge-utils and iproute2 could be used to create virtual bridges within a system. This is great for simple set up but when deploying a cloud environment a bit more functionality is required and that’s where Open vSwitch comes in.