this post was submitted on 23 Aug 2024
13 points (100.0% liked)

Linux

47361 readers
1182 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 3 weeks ago

I'd say Nix requires some experience, so if you are new to Linux, definitely go with Flatpak. I believe Flatpak also provides stronger sandboxing.

[–] [email protected] 5 points 3 weeks ago (1 children)

Nix apps are not sandboxed and you have no control of what resources they have access to or don't, unless you wrap them with some other program

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

They can be isolated because Nix has in-built support for three different levels of sandboxing - virtual machines, containers as well as ephemeral shells.

[–] [email protected] 7 points 3 weeks ago

Define "sandboxed"

Application can only access a limited part of the system? = use flatpak or build a container/VM image using the nix pkgs.

Application can be uninstalled completely and has separate libraries? I prefer nix.

[–] [email protected] 4 points 3 weeks ago* (last edited 3 weeks ago)

Flatpaks are easier to use in most distros. If you're using NixOS, then Nix of course. But if you want to do a lot of CLI stuff, then Nix may be better too.

[–] [email protected] 9 points 3 weeks ago

Whichever you're more comfortable with and provides the features you want.