Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CL
Posts
26
Comments
829
Joined
1 yr. ago

  • You can technically run Linux on a USB stick. You need to install the boot partition in the system itself not in the USB partition.

    But I seriously recommend against this. I once ran ZorinOS like this back in the day, when I was testing the waters and that thing was stuttering. I ran it off a USB 3.2 stick and even then it was slow. Not to mention the heat and the damage to your USB port.

    Stay away if possible.

  • tldr

    If the internet is 175 x 1024^7 bytes, that’s 960,947 grams’ worth of DNA. That’s the same as 10.6 American males. Or one third of a Cybertruck. Or 64,000 strawberries.

    Anything but metric.

  • One of the main advantage of podman is that, it respects the firewall rules. Docker don't do that. Also having rootless podman means if somehow the container went rogue, it cannot have access to your root directory and perform malicious actions.

    Also podman is a drop in replacement for docker. It does not need much configurations to setup. If you need compose, you might need to install podman-compose as well.