91 private links
Running podman under alpine linux. However, also some hints on running podman under btrfs - and in containers. Basically follows similar principles to this saved shaare for docker under containers in btrfs.
Mounting block devices in LXC containters in incus
"Incus containers and Incus Virtual Machines store their data in the default storage pool that is created when you installed Incus. You can use storage pools in other ways and even create supplemental storage pools. In December of 2023, I presented a video tutorial entitled LXD Storage Pools & Volumes. This tutorial is a follow-on to that one, however this time we focus on Storage Pools in Incus."
An in-depth tutorial from the basics of container storage management in incus to passthrough of usb devices like harddrives and so on.
Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
Works for Office Apps and Adobe apps, and a few other microsoft-owned ones. Seems very interesting way to integrate with Linux system.
Do not know if it works outside the Gnome/KDE ecosystems.
Setting up Windows 10 in KVM, using virt-manager. Goes through step-by-step for driver installation and so on, very helpful
Tool for interactive command line environments on Linux. Similar concept to distrobox, and somewhat of the predecessor I suppose (or at least it seems a more limited scope).
Maps a containerized environment to the host resources, allowing you to more seamlessly work on the guest environment.
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with.
Essentially creates containers for the requested distro but also integrates the home directory, maps X11/Wayland sockets, devices, journals, ssh agent and so on - it basically maps your host resources automatically to the guest machine so you can work on it as if it was your actual machine.
really nice guide for setting up pci passhtrough.
Does not work without vt-d capable processor (find out with e.g. cat /proc/cpuinfo -> list)
This post doesn’t cover fully setting up KVM
For a long time, I’ve been trying to figure out just how to get the best of both worlds in terms of running Windows and Ubuntu1 on my desktop PC. I’ve tried the obvious options: I dual-booted Windows and Ubuntu on my laptop for most of my university career, and more recently I’ve tried just running a Windows host with a virtualised Ubuntu in VMWare. Neither of these approaches fully satisfied me.