linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

TheCaconym, in toolbox vs distrobox. Which one to use?

Can I ask why you choose to use one of those weird “immutable” distributions in the first place, out of curiosity ?

Vincent,

Not OP, but for me, the main benefit is how uneventful major distro upgrades are. Yesterday I updated to Fedora 39, and it was so anticlimactic to reboot and then be like: is it over? But that was really all there was to it.

beta_tester,

sure,

I already liked fedora for choosing sane (imo) defaults for the most part. I got to know the atomic builds just a few weeks ago. The advantage the atomic versions have over the traditional builds are that they are reproducible which is huge advantage for maintainers. Hence, it’s not directly an advantage for me but reduced workload for others.

The update process is much easier than with workstation as you just have to restart the system “without having to update”. It’s like android in this case, you just restart and have an updated system. Moreover, I can just switch to another system underneath without breaking the rest of the system. Although it might be better to have an additional layer in between the base OS, the DE and (graphical) applications.

Moreover I really like the idea of having reproducible systems, i.e. I can setup a working system with e.g. distrobox and distribute it to others. I have not yet used this but I like the idea behind it. This is not distro dependent but the atomic versions made me aware of it.

And I appreciate that there’s always a working system. There are other ways that can ensure a working system but it works very well (so far) and is directly integrated into the OS.

alt,

Not OP. But for me, atomic updates, reproducibility, (to some degree) declarative system configuration, increased security, built-in rollback functionality and their consequences; rock solid system even with relatively up to date packages, possibility to enable automatic updates in background without fearing breakage, (quasi) factory reset feature, setting up a new system in just a fraction of the time required otherwise are the primary reasons why I absolutely adore atomic^[1]^ distros.


  1. I prefer referring to the so-called ‘immutable’ distros as atomic distros instead. It’s more descriptive, because the distros aren’t actually ‘immutable’ but instead they’re atomic.
TheCaconym,

I disagree with most of the benefits you list (chief among them “increased security”) - not to mention half of them are already supported by traditional package managers - but I was genuinely curious so thanks for the rationale.

gnumdk,
@gnumdk@lemmy.ml avatar

Ubuntu, then Debian on my University computers, broken every weeks with dpkg killed while updating (students don’t care properly shutting down computers).

Since we migrated to Silverblue, it just works. We can downgrade the system at any point in time, even previous release. Apps can be individually downgraded, locked at any point in history. Totally not doable with a traditional package manager.

IverCoder, (edited )

All of the points of the previous comment are actually valid. Plus, immutable distros are much safer and easier to tinker with than traditional mutable distros. For example, an extremely specialized Arch setup would be much more stable and easier to jumpstart if it was a personalized Universal Blue image, even all your Flatpaks can be declared and installed at setup.

alt, (edited )

I disagree with most of the benefits you list

I’m curious to hear your objections.

chief among them “increased security”

Do you deny that specific protection to some attacks is provided through the chosen model of ‘immutability’ on at least one of the atomic distros?

not to mention half of them are already supported by traditional package managers

Hmm…,:

  • atomicity; nope
  • reproducibility =/= reproducible builds for some packages (if that’s what you meant)
  • declarative system configuration; ansible (and any other solution that I’ve witnessed being mentioned in such discussions) succeed (at best) at convergent system management, while e.g. NixOS does congruent system management by default. Consider taking a look at this page if you’re interested in what these are and how they’re different. (Spoiler alert) congruent is better and therefore more desirable.
  • increased security; security is not limited to chosen model for ‘immutability’ if at all; as Qubes OS (read: most secure and private desktop OS) doesn’t rely on it for its security. So I can understand where you’re coming from, but I have yet to see any non-security focused distro that provides the elevated protection against particular attacks that some atomic distros offer by default.
  • built-in rollback functionality; sure, this is not exclusive to atomic distros. Perhaps I should have done a better job at making clear that it isn’t a feature provided necessarily by atomicity. But, the fact that I listed it at the very end, alludes that it isn’t as exclusive and consequential as atomicity is. At this point, however, it has become almost synonymous with atomic distros, while the same can’t be said about traditional distros.
  • regarding the consequences; I’m unaware of any distro that does those out of the box (barring Pop!_OS with their factory reset). Though, I’d love to be educated on this.

I was genuinely curious so thanks for the rationale.

It has been my pleasure ☺️! I’m also genuinely curious to read your reply to this comment😉.

TheCaconym, (edited )

I really wanted to avoid a debate (doubly so in a thread where some dude just wanted some help), which is why I’m trying not to engage the various answers I got; though just one thing since I apparently can’t help myself: Qubes, which you cite, is indeed an example of such improved security done correctly, through an hypervisor and a solid implementation; not cgroups, some duct-tape and the same kernel, and thinking your security has improved. Thanks again, at any rate.

alt, (edited )

Understandable! Please consider coming back to this at some point (also possible in private) as I’m genuinely curious to hear from you.

kanzalibrary,

There are may layers of security that every companies have different approach based by their users / their target customers.

Metatronz, in A response to the "Boycott Wayland" article

I just got one question. What is cruft?

LeFantome,

Old and useless stuff that builds up over time

ssokolow, (edited ) in A response to the "Boycott Wayland" article
@ssokolow@lemmy.ml avatar

Lemmy hangs whenever I try to post my response (I suspect it doesn’t like the length), so here’s a link to it on Github Gist:

gist.github.com/…/16c9311573eabc7343ff7ff2cc3513b…

It begins as follows and I’ve tried to hyperlink my sources as often as possible:

I’ll try to fill in some of the knowledge gaps and respond to some of your answers from a more user-centric perspective.

Toribor, (edited ) in Automated deployment of systems
@Toribor@corndog.social avatar

I use Ansible for all my deployments and just got a PXE boot set up with a preseed file to automate the install process and get the host ready to run playbooks.

I’ve been really pleased with this strategy overall. I think that Ansible works really well for programmatically generating config files which in turn makes moving applications between servers effortless. I control docker volume mounts with ansible variables and encrypt secrets with ansible vault so I can do everything all in one place.

Troubleshooting issues is a lot easier and recovering from a backup is faster and a requires less effort since I can just pull down the Ansible config from git and redeploy.

imgel, (edited ) in This week in KDE: Panel Intellihide and Wayland Presentation Time

Yo this update is crazy.

rufus, in do the Linux/other distros developers play videogames??

Probably a bit less than other people if you take an average between the groups of people because they spend their time tinkering with other stuff and software development takes time. If you do it as a hobby that eats into the time you could use for other hobbies. But I’m not sure if this holds true once you do that as your day job.

RmDebArc_5, in Applications to reduce mouse usage
@RmDebArc_5@lemmy.ml avatar

qutebrowser, vifm, and keyboard plugins for all apps that have them

Frato, (edited ) in Applications to reduce mouse usage
@Frato@lemmy.ml avatar

lynx (when possible), fff, cmus, mutt, latex, core-utils, mupdf (vi like keybindings), sxiv, mpv (no-gui)

i only use gui programs if no cli option exists: js-browser, gimp

ultra,
promitheas, in Applications to reduce mouse usage
@promitheas@iusearchlinux.fyi avatar

I use vimium browser extension as I noticed a large chunk of my mouse usage was on the browser.

weketi6945, in wayland is biased towards gnome

CSDs are fucking cancer

Dirk,
@Dirk@lemmy.ml avatar

Exactly this! They make windows unmanageable by the window manager and make the window look like a foreign object on the desktop.

Granixo, in change my mind: Ubuntu does the same thing as Android
@Granixo@feddit.cl avatar

Android is a mobile operating system owned by one of the 3 largest tech companies in the world.

Ubuntu is an alternate desktop OS for users of x86 systems that can’t pay a licence, want to bring new life to old hardware or just want to use something other than Windows or MacOS.

ILikeBoobies, in Looking for a "couch laptop"

I used a Pinebook for that

adam_b, in What do you think about this?

“People get upset, especially when its an honest tier list”

Makes me question, how “honest” it really is

A few moments later

seems like a purist to me, liking only Arch + Debian

But I agree with this man’s take

GustavoM, in Do I actually need to do anything to go from GeForce to Radeon?
@GustavoM@lemmy.world avatar

afaik, you actually need to do way LESS compared to using a geforce card.

Blaiz0r, in Copy this code and paste it in the CLI. And no, it's not a forkbomb.

Show don’t tell

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #