• Shell script to set up an LXD / Incus (Linux Containers) lab for testing purpose

    From nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED) ( Vivek Gite ) to All on Fri Jan 10 15:26:19 2025


    L
    XD or Incus is a Linux operating system-level container system. You can build over 25+ Linux distros for testing, fun, and profit. You can even run GUI apps inside those containers and get output displayed back to your X display easily. For example, you can run Firefox in one Linux container for banking needs with custom add-ons, including specific firewall rules just for allowing outgoing banking and nothing else. You can have another container to run Chromium/Edge/FF for social media. Of course, it is not a replacement for something like Qubes OS, but you can do many things in an isolated environment. You can try a new Linux distro without the VM's overheads and test new features offered by that distro. All Linux containers will share the same Linux kernel and hardware devices as your GPU. Here is a quick shell script to build a quick lab to test various Linux distros.

    Love this? sudo share_on:

    Twitter

    -

    Facebook

    -

    LinkedIn

    -

    Whatsapp

    -

    Reddit

    The post
    Shell script to set up an LXD / Incus (Linux Containers) lab for testing purpose
    appeared first on
    nixCraft
    .