I’m going to use the term “Cloud” in this post which I despise for it’s nebulosity. The press has bandied the term around so much that it means everything from the Net as a whole to Google Apps to virtualization. My “cloud” means a cluster of virtual machines. I’ve been a huge fan of Mark […]
October 29, 2009 | Linux, Ubuntu | No comments
While I upgrade to Karmic, here’s a quick setup to get a virtual ubuntu server running on a real ubuntu server: As root: ubuntu-vm-builder kvm jaunty –hostname dev2 –addpkg openssh-server vim -d /usr/local/vms/dev2 –mem 256 –libvirt qemu:///system This will create a jaunty jackalope ubuntu virtual server using the KVM hypervisor. The hostname will be dev2. […]
October 15, 2009 | Linux, Ubuntu | No comments