/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

zzamboni.org
| | dustymabe.com
3.0 parsecs away

Travel
| | Recently we switched our 9p filesystem usage in CoreOS Assembler to use virtiofs. This is the technology behind a lot of new lightweight container VM technology like kata-containers and libkrun, but can also be easily used with libvirt. Running as non-root using qemu:///session Currently the virtiofs integration doesn't work as non-root via a qemu:///session connection. There is an oustanding RFE for this upstream and downstream in RHEL that can be followed for updates.
| | manuel.kiessling.net
4.0 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.
| | captainslog.me
3.6 parsecs away

Travel
| | Prepare the clone Use the virt-sysprep command to reset a virtual machine. The virtual machine must be shut down before you use this command. virt-sysprep --connect qemu:///system -d centos7-gold Create the clone Use the virt-clone command to create a clone of an existing virtual machine. virt-clone --original centos7-gold --name ...
| | gist.github.com
31.2 parsecs away

Travel
| Install Docker on Termux. GitHub Gist: instantly share code, notes, and snippets.