All of these distros strive to solve the problem with having multiple versions of libraries and programs coexisting without conflicts, but Gobo took a different approach. What Gobo doesn’t do is the declarative system configuration. In Nix you don’t need to worry about breaking your system because you can easily restore the previous version of your config. In traditional distros you would need to set up package manager hooks to make snapshots and create snapshots manually every time before changing something in /etc
navordar
- 2 Posts
- 51 Comments
Well, the configuration and state in both cases is all over the place. I admit that since the move to push program directories to /usr and the XDG share/config directories the problem has been largely solved. I only shared my perception when I was learning Linux, which was right after Mandriva came out
navordar@lemmy.mlOPto Self Hosted - Self-hosting your services.@lemmy.ml•[Question] Is VPS still considered self-hosting?3·3 months agoThat’s a good distinction, thanks
When switching from Windows, it was very confusing to me, that program files where all over the place. It was before (almost) every distro switched to the /usr directory, so it was even worse than it is now. Even now, when I understand more about Linux than before, I still prefer the Windows way.
I think that this hierarchy is nice for people moving from Windows, but experienced enough that they could understand the docs and tweak the OS.
I was actually surprised that this distro was designed with more experienced people in mind, I thought it was for beginners.
First Amarok 3, now this‽
Edit: The previous release was four years ago? I was pretty sure it was abandoned earlier
navordar@lemmy.mlto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?1·3 months agoThere was the Linux Standard Base project, but there were multiple issues with it and finally it got abandoned. Some distributions still have a /etc/lsb-release file for compatibility.
navordar@lemmy.mlto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?1·3 months agoPeople thought the same about JVM
navordar@lemmy.mlto Asklemmy@lemmy.ml•What is the lowest quality product you’ve ever purchased?9·3 months agoA Logitech gaming headset, I think it was G332. My main headphones broke, and I needed some ASAP, so I went to the local store and bought them as backup ones. The black paint on the padding started peeling off almost immediately and it got everywhere, like sand.
There are two camps of Arch users:
- Use it despite it breaking on every update, because of AUR and other benefits
- What? Arch breaks?
A modern equivalent of let me google that for you, but a more obnoxious one
navordar@lemmy.mlto Asklemmy@lemmy.ml•[EU] I want to replace an old multi-socket but the majority of the ones sold today don't have this pin? Why is that and does that mean they are not connected to the ground?5·3 months agoAre there any disadvantages of schuko sockets against the French/Belgian/Polish ones? If I ever can afford my own apartment, I would like to install schuko sockets instead of the ones with the pin which are standard in my country.
navordar@lemmy.mlto Linux@lemmy.ml•EU OS: A Fedora-based distro 'for the public sector'10·3 months agoOpenSUSE is German
navordar@lemmy.mlto Asklemmy@lemmy.ml•Name an artist/group that you are surprised isn't more popular.4·3 months agoDe Staat, it’s a really creative experimental rock band from The Netherlands. Bubble Gum is my favorite, but also check out the Vinticious Versions album which contains their songs in vintage style. They also have a talent for powerful album outros. The Inevitable End and Luther always give me goosebumps
navordar@lemmy.mlto Linux@lemmy.ml•Testing PostMarketOS with Gnome on my MS Surface GO 23·3 months agoI’m wondering about that too and I think that this question deserves another thread. Maybe that’s because, as there are no (or are there?) PCs with other architectures than x86, vendors don’t see a need for standards like device discovery and UEFI.
I recommend adding a https://wiki.nixos.org/ search engine to your browser. Maybe it’s not Arch Wiki, but it’s getting better. Oftentimes I cannot find how to do something on NixOS anywhere but on the wiki
navordar@lemmy.mlto Asklemmy@lemmy.ml•What are some of the dumbest things you try, when you password isn't working?3·3 months agoThat’s not dumb at all
Can you make a screenshot?
navordar@lemmy.mlto Linux@lemmy.ml•What's a unique customization on your Linux machine you think no one else has?2·5 months agoI didn’t know about the
systemd-run
command. Do you use it to save the command log? I created a script conveniently namedx
which opens a file in a default app, in the background, so I can still use the terminal. But then I had the problem with handling logs and this sounds like a perfect solution. Gonna try it today.As for the alias, I wanted to create a pacman-like interface for systemctl, so the commands would be much shorter, but never finished it. For example,
sctl -Eun unit
would be equal tosysyemctl enable --user --now unit
Is it even legal?