|
You are here |
blog.quarkslab.com | ||
| | | | |
blog.slackware.nl
|
|
| | | | | Hi all! This is the second episode in a series of articles I am writing about using Slackware as your private/personal 'cloud server' while we are waiting for the release of Slackware 1... | |
| | | | |
mergeboard.com
|
|
| | | | | Execute docker containers securely in a multi-tenant environment by combining the isolation level of VMs with the docker ecosystem. | |
| | | | |
blog.miguelgrinberg.com
|
|
| | | | | miguelgrinberg.com | |
| | | | |
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... | ||