Setting up a Server with KVM
I am using kvm on my server to put the applications into different virtual machines. For this i currently try to setup my own tool Mission Control that can be found on github. This...
Information about Programing & Server related topics
I am using kvm on my server to put the applications into different virtual machines. For this i currently try to setup my own tool Mission Control that can be found on github. This...
In order to create a KVM vagrant image i used to virt-manager to help me set it up.
sudo vmbuilder kvm ubuntu –suite quantal –flavour virtual –arch amd64 –libvirt qemu:///system –user ‘mike’ –pass ‘ubuntu’ \ –addpkg openssh-server,vim-nox,acpid,screen,htop,puppet –mirror ‘http://mirror.hetzner.de/ubuntu/packages‘ \ –hostname=app1 –mem ‘8096’ –rootsize ‘10240’ –swapsize ‘2048’ Good?? unattended-upgrades Currently there is...
Recent Comments