Tag: Ubuntu
-
No Boot Space No iNodes
When I set up my QEMU virtual machine system I made a couple of mistakes. As I was running on a host that had very limited resources I made the virtual machines as small as I possibly could and that has come back to bite me at bit. The two problems I seem to constantly…
-
No Space on the boot Partition
When I installed my Ubuntu Linux virtual machines I just let the installer do whatever it felt was right in terms of disk partitioning. In hindsight that was probably a mistake because it gave me a separate 256Mb boot partition. While this partition is large enough to store several kernels I do find myself running…
-
SonarQube on Ubuntu 14.04
SonarQube (previously just Sonar) is an open source code quality tool. In this short series of articles I’ll be installing and configuring SonarQube on Ubuntu 14.04. Installing SonarQube on Ubuntu is just part of a wider continuous integration (CI) server build that I’ve been performing. Previous articles include installing Artifactory and Java 8.
-
Java 8 on Ubuntu 14.04
Getting Java 8 on Ubuntu 14.04 is a topic that is very hotly debated (1, 2, 3, etc, etc) but it looks like this important piece of software won’t officially make it into Ubuntu 14.04 in any time frame that is useful – I’m writing this May 2015, OpenJDK 8 was released March 2014 and…
-
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 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…
-
Installing VirtualBox Additons on Ubuntu Server
I have a number of Ubuntu 14.04 virtual machines installed under VirtualBox running on Windows 8.1 and occasionally I find it useful to have the VirtualBox additions installed. Unfortunately for me the documented process doesn’t seem to work. Whenever I mount the ISO image using Devices –> Insert Guest Additions CD Image… I find that…
-
Udacity Computer Networking Course Notes
I’ve just started the Udacity course on Computer Networking and I’ve hit a few bumps along the way so I thought I’d document them here for others to find.
-
Only detected a i686
One of the servers I manage is currently running Ubuntu 12.04 (Precise Pangolin) but in a little over a month 14.04 (Trusty Tahr) will be making an appearance. Now there’s no good reason for me to be rushing out an upgrading but it’s got to be done at some point so I thought I’d get…