/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

dustymabe.com
| | blog.josefsson.org
5.7 parsecs away

Travel
| | [AI summary] A technical guide explaining how to create Debian 11 VMs with static network configurations to eliminate DHCP delays using cloud-init and specific meta-data parameters.
| | fabianlee.org
5.5 parsecs away

Travel
| | The ability to quickly stand up a guest OS with cloud-init is most often associated with deployment of virtual machines in an IaaS like EC2 or Azure. But cloud-init is not just for remote cloud providers, and using cloud-init for local images that can be quickly deployed in KVM works great for local development and ... KVM: Testing cloud-init locally using KVM for an Ubuntu cloud image
| | www.naut.ca
0.9 parsecs away

Travel
| | virtiofs is a relatively new protocol that allows virtual machines to read and write files directly from the host, and replaces the older 9pfs protocol. It is supported in both Debian 11+ and Ubuntu 22.04+. This guide explains the setup of a virtiofs share. Host Configuration Some distributions (e.
| | david.newgas.net
20.3 parsecs away

Travel
| [AI summary] A technical guide explaining how to route a single Linux application through a specific VPN using network namespaces, routing rules, and NAT.