I used Ubuntu for a few years, and always felt that it works well and was super easy to set up. But it also seemed to use a lot of disk space. This was of course not ubuntu‘s fault, but my inexperience. But I never had to look under the hood, so I didn’t, and I ended up installing a bunch pf bloat, some of which ended up causing minor issues eventually.
I decided to try arch, and get more into configuration and learning linux. It was quite a ride, and I am happy to have gone through with it. I’m still learning, but I have so much more knowledge & control over what the PC does and how it does it. I also have a lot more room for games and such.
D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a “single instance” application or daemon, and to launch applications and daemons on demand when their services are needed.
Manjaro - used to love it. Now the only distro I actively advise against
Garuda - just too much ( I prefer Arch / EndeavourOS )
Elementary - wanted to love it - just too limited
Gentoo - realized I just don’t want to build everything
RHEL Workstation - everything too old
Bhodi - honestly do not remember - long ago
Ubuntu - ok, let’s expand…
These days, I dislike Snaps. Ubuntu just never hit the sweet spot for me though. I was already an experienced Linux user when it appeared and preferred RPM based distros at the tome. Ubuntu always seemed slow and fragile to me. Setting things up, like Apache with Mono back in the day, was “different” on Ubuntu and that annoyed me. For most of its history, it is what I would recommend to new users but I just never liked it myself.
Debian Stable - ok, let’s expand
I really like Debian. It was also a little “alien” when I was using Fedora / Mandrake and the like but it never bothered me like Ubuntu. I ran RHEL / Centos as servers so I did not need Debian stability. As a desktop, Debian packages were always just a little too old ( especially for dev ). The lack of non-free firmware made it a pain.
These days though, Debian has been growing on me. The move to include non-free firmware has made it much more practical. With Flatpaks and Distrobox, aging packages is much less of a problem too. I could see myself using Debian. I am strongly considering moving to VanillaOS ( immutable Debian ).
I basically do not run any RHEL servers anymore. At home, I have a fair bit running Debian already ( Proxmox, PiHole, PiVPN, and a Minecraft server ).
EndeavourOS is my primary desktop these days ( and I love it ) but it is mostly for the AUR. A Debian base with an Arch Distrobox might be perfect. Void seems quite nice as well.
I have been an Open Source advocate forever ( and used to say Free Software and FLOSS ). I have used Linux daily since the 0.99 kernels and I even installed 386BSD back in the day. Despite that, the biggest “not for me” distros right now are anything too closely associated with the politics of the GNU project. It has almost made me want to leave Linux and I have considered moving to FreeBSD. I would love to use Haiku. OCI containers and the huge software ecosystem keep me on Linux though.
The distribution that intrigues me the most right now is Chimera Linux. I run it with an Arch distrobox and it may become my daily driver. The pragmatism of projects like SerenityOS really attracts me. Who knows it may be what finally pulls me away after 30+ years of Linux.
Apparently there’s a lot of hate for the devs/packaging team, people say updates break their systems all the time. I’ve used it on and off for a while years ago, personally and have had no issues. I put it on my parent’s computer over two years ago and they haven’t had any issues either.
Yep there seems to be a lot of hate for stupid reasons (“omg they forgot to renew the SSL cert of the archived forum”). I’ve been using it for 4+ years now and had zero major problems. I have even installed some exotic software from the AUR and am using them without any issues.
Gentoo - too long compile time, especially on my dated CPU. I prefer my system to update quickly.
Linux Mint - don’t like apt, some packages I installed refused to work properly (like Lutris), and the color scheme which is admittedly customizable but I prefer rolling with defaults except when using WM.
Void Linux - after installing it I realized how much I actually missed systemd, couldn’t be arsed to symlink services manually. And yes, I realize that’s the whole point.
NixOS - realized how much there is to learn with the flakes and separating home configurations and whatever, and just gave up
Manjaro - I tried it twice at the beginning of my Linux journey, and both times the nvidia driver shat itself and gave me different problems that I couldn’t fix.
Maybe I’ve been spoiled by Arch though, as most of my problems probably boil down to “not the same packages”, “not pacman”, “need to learn new skills that weren’t in Arch” and so on. Though admittedly, I did try to explore with an open mind to find a new “cool” distro, but I’d always go back.
Just this morning I was having issues with a wacky dual-boot install with NixOS and Windows sharing an EFI partition, and quite interestingly ChatGPT and I were able to troubleshoot the process and get it resolved in under half and hour. I was really impressed by the specific configurations it was giving me for my /etc/nixos/configuration.nix , so that is also another resource you may consider leaning on when you run into walls in other documentation sources.
As someone who hates Windows with a passion, once everyone recommend Linux Mint, I knew I had to try it.
I immediately had negative first impressions. I simply don’t wanna use something with a desktop environment that reminds me of something that I hate. I get that it makes transitioning a lot easier for many, but for me it simply looks too similar to Windows.
Swapping out KDE/Plasma for Gnome or anything else is dead simple most of the time. The DE isn’t locked to the distro, you can have multiple DEs and windowing systems (X and Wayland) installed at once. You can select them from your login manager.
Heh, no problem, never too late to learn. If you’re coming from Windows or OS X it’s easy to think that the WM/DE is tied to the OS but due to the way Linux is written, the entire GUI stack is separate from the base system. I use SDDM as my login manager and in the upper left-hand corner there is a drop-down to choose the DE and Windowing System.
Heh, no problem, never too late to learn. If you’re coming from Windows or OS X it’s easy to think that the WM/DE is tied to the OS but due to the way Linux is written, the entire GUI stack is separate from the base system. You can have both the old school X Windowing system and the new Wayland installed at the same time, along with many different Desktop Environments and Window Managers. I use SDDM as my login manager and in the upper left-hand corner there is a drop-down to choose the DE and Windowing System.
No one ever said learning something completely new was gonna be quick and easy. Take it piece by piece and follow tutorials. Installing Arch Linux will give you a good idea how everything fits together instead of just “click, click, click, reboot” and it’s installed. You don’t learn anything that way.
The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.
Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.
Make extensive use of search.nixos.org/options or man configuration.nix. Finding and making proper use of options and the module system is the bread and butter of using NixOS.
Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in my config to this day.
Debian, don't like apt.
Arch, breaks too much.
NixOs, just don't need the tools it provides.
Any fork of a mainline distro because it's never as good as the root.
I used arch for a while, but got sick of running repairs every few weeks. I use Gentoo now, it's stable and good. I have a fuck ton of ram and a good cpu, I also take advantage of binary packages from time to time. I don't really need to install new things that much after having done the initial install.
The arch breaks were always related to keys. I would run an update and there would always be an error related to the keys. Never had a breakage due to confs.
I used to distro-hop until 2017 when I started using Gentoo as my main distro. I did not have the same experiences as you with Arch but I tended to avoid the AUR. Ultimately Gentoo has kept my attention by being more flexible rather than having negative experiences with Arch.
I suppose I still distro-hop a little bit on an old laptop I’ve got but that one alternates between Debian and OpenBSD; also its primary use is a terminal for SSH’ing into my Gentoo desktop from the sofa.
Probably the only distro I’ve had a truly bad experience with is Manjaro. The additional repo that it comes bundled with creates more problems than it solves. Also - although this never affected me personally - the story about developers asking their users to reset their system clocks to accept an expired PGP key is an absolute scandal.
Skimmed over the whole article – I wish this had been available back when I was trying to piece together the basics from the documentation. There really needs to be a 2nd part, though, with some discussion of the GVariant signatures, which the author says were ‘beyond the scope of’ this article – which is true; nevertheless, understanding that syntax (and how to use it e.g. with gdbus) is an absolute requirement for using dbus properly; and as a silly amateur, I lost so much time over them.
linux
Oldest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.