You are here |
blog.oddbit.com | ||
| | | |
willhaley.com
|
|
| | | | Create a Linux virtual machine that can run on a Windows, Linux, or Mac OSX host. The VM can be moved around on a USB drive or even synced via DropBox between machines. OS: Tiny Core Linux Tiny Core Linux is small and simple. Its size makes it the perfect guest OS for this project. Create a directory called tc to store all the files for this project. | |
| | | |
zzamboni.org
|
|
| | | | 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... | |
| | | |
blog.tmm.cx
|
|
| | | | ||
| | | |
vsis.online
|
|
| |