Explore >> Select a destination


You are here

nathanchance.dev
| | www.vincentdelft.be
3.5 parsecs away

Travel
| |
| | pw999.wordpress.com
2.6 parsecs away

Travel
| | I'm trying out new things like libvirt, CoreOS and Kubernetes.
| | stafwag.github.io
4.3 parsecs away

Travel
| | I started to migrate all the services that I use on my internal network to my Raspberry Pi 4 cluster. I migrated my FreeBSD jails to BastileBSD on a virtual machine running on a Raspberry Pi. See my blog post on how to migrate from ezjail to BastilleBSD. https://stafwag.github.io/blog/blog/2023/09/10/migrate-from-ezjail-to-bastille-part1-introduction-to-bastillebsd/ Running FreeBSD as a virtual machine with UEFI on ARM64 came to the point that it just works. I have to use QEMU with u-boot to get FreeBSD up and running on the Raspberry Pi as a virtual machine with older FreeBSD versions: https://stafwag.github.io/blog/blog/2021/03/14/howto_run_freebsd_as_vm_on_pi/. But with the latest versions of FreeBSD ( not sure when it started to work, but it works on Fre...
| | zzamboni.org
21.6 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...