this post was submitted on 14 Jan 2024
66 points (98.5% liked)

Unixporn

15168 readers
113 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 8 months ago (1 children)

wait what? How, and whats the Benefit of having two uh... kernels running at the same time?

[–] [email protected] 13 points 8 months ago (1 children)

It uses the same kernel (it's just a container) and the benefit is for example AUR without using unstable distro. You use AUR and if something breaks, it only breaks the container.

[–] [email protected] 11 points 8 months ago

Also keeps your base system clean if you uninstall (big reason why docker is so popular on servers). Can create custom environments for a project then just delete everything when you’re done.

Also very useful on immutable distros like Fedora Silverblue (all my command line programs and some gui programs are in a distrobox container, exported to the host so they are just there like normal).

The Distrobox assemble command allows you to install programs from a file and automatically export (unfortunately there’s some bugs I hope are fixed soon). So things can be declarative like nixos.