submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
 

yes i did a os one but i am wondering what distros do you guys use and why,for me cachyos its fast,flexible,has aur(I loved how easy installing apps was) without tinkering.

you are viewing a single comment's thread
view the rest of the comments
[–] 34 points 2 years ago* (last edited 9 months ago) (4 children)

This comment should be deleted soon

  • source
  • hideshow 8 child comments
  • [–] 9 points 2 years ago (1 child)

    Same here, I use Silverblue as host OS on all of my workstations now, and Arch for nearly all of my containers.

    Flatpak for just about everything in the userspace.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    I was using Debian and Docker for my servers, but I'm switching to uCore and Podman. It was a decent learning curve, but I think I'm going to like it better.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    I hated postman so much I switched back to Docker. Why compose was better at handling dependent containers then quadlets. Yes I could use postman compose but heard it’s no longer supported and if I’m using it might as well use a supported docker compose.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 3 points 2 years ago (1 child)

    I like flatpak

    i am kinda the opposite of you, i find flatpacks meh its alright.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 2 years ago (2 children)

    I love flatpak. No more dependency hell!

  • source
  • parent
  • hideshow 4 child comments
  • [–] -1 points 2 years ago (2 children)

    While true... RIP disk space.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 10 points 2 years ago (1 child)
  • [–] 2 points 2 years ago (2 children)

    I see being facetious is lost. Yes I know they don't use a lot of space, however, they do package all their own dependencies. That means you do end up with duplicates.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 8 points 2 years ago* (last edited 2 years ago)

    Appimages do. Flatpaks have runtimes. There may be multiple runtimes but space is cheap. You can even spare the amount of space on a phone.

    I once thought I should compress my images because they had 10mb each. I was wrong. I just had to put them on my server with immich and I don't care about the space anymore. One 4k video is so big, all space related problems with apps or images are a real waste of time.

  • source
  • parent
  • [–] 0 points 2 years ago (2 children)

    What do people use for command line utilities? The selection on flatpak is a bit sparse

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago

    Options include:

    • Installing them through brew; this is setup, enabled and configured correctly by default on uBlue projects like Aurora, Bazzite and Bluefin.
    • Installing them within a container; be it though Toolbx or Distrobox. This is what Fedora Atomic initially intended (and probably still does).
    • Some users got a lot of mileage from utilizing nix to this effect.
    • If all else fails (or if you outright prefer it this way), you can always layer it through rpm-ostree.
  • source
  • parent