Explore >> Select a destination


You are here

blog.oddbit.com
| | zzamboni.org
5.7 parsecs away

Travel
| | I got tired of clicking through virt-managerto create new VMs, so I found the command needed to create one from the command line (thankshttps://acidborg.wordpress.com/2010/02/18/how-to-create-virtual-machines-using-kvm-kernel-based-virtual-machine/): virt-install --name=hostname --arch=x86_64 --vcpus=2 --ram=4096 --os-type=linux --os-variant=rhel7 --hvm --connect=qemu:///system --network bridge:br-fabric --cdrom=/var/lib/libvirt/images/CentOS-7.0-1406-x86_64-Minimal.iso --disk path=/var/lib/libvirt/image...
| | manuel.kiessling.net
7.7 parsecs away

Travel
| | Most KVM or virt-install tutorials will make you think that while you can create new virtual guests on the text console, you still have to log into them using VNC in order to actually use their OS installation tools. But in fact there is a way to completely install new guests without leaving your SSH session - as long as the guest OS does have a text-based installer, that it. I have tested this with an Ubuntu 12.04 LTS Server guest.
| | willhaley.com
8.4 parsecs away

Travel
| | I occasionally teach computer classes at a local community center and one of our classes covers basic WordPress and web design. One of our goals in the first iteration of this class was to have students interact with a full WordPress installation. However, we did not want to pay for web hosting or set up a server in-house that the students could connect to. Primarily, the effort of administrating the WordPress instances and user accounts did not seem worthwhile.
| | thomascountz.com
34.4 parsecs away

Travel
| Personal site of Thomas Countz