this post was submitted on 24 Apr 2025
239 points (96.1% liked)
Linux
53549 readers
1042 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I actually wanted Arch but everyone was saying that you HAD to do a manual install first and I had been miserably failing at doing it in a WM for a few weeks. I had finally decided to try it directly on hardware so that I had no choice but to complete it if I wanted to use my laptop, and just as was about to burn the ISO on a USB stick the power went out and my hard drive died 😑 On a saturday evening, obviously...
All I had was a Haiku USB I had made to check it out, and a Linux Mint USB a friend lent me that I hadn't tried because I assumed I would hate it. So I used Haiku for about 30 minutes (let's say it had a few bugs), and Mint for the rest of the weekend and did, in fact, absolutely hate it (Windows PTSD 😭 ).
So until the computer store opened on Monday, I spend 48 hours browsing the web to find a better distro and when I got my new SSD I installed AntiX, because it was very light and likely to run well on my potato-grade laptop, it came without a DE and 7 different window managers to try (which seemed cool at the time, but I didn't actually try any of them except the default one IceWM and after a few weeks I installed i3 😅 ) and also because YouTube had convinced me that systemd was the Antechrist (thanks YouTube 😑 ).
After two months I decided to try Manjaro on my other laptop... it didn't go well : incompatible dependencies preventing updates, Nvidia + Wayland making games not display correctly, and if I had to fix all that manually what's the point I just might as well use regular Arch. So I gave up after 48 hours and decided to install Arch, and just as I booted from the Arch ISO the laptop died (fan malfunction) and I had to send it back 😑.
After three months, the third laptop, bought with the refund from the second one, did actually allow me to install Arch without throwing a fit 🥳 using archinstall to preserve my mental health this time.
Arch has been really great but I need to switch to a bigger SSD and I am probably going to try Nix because it seems really cool 🤩
As an Arch user who spun up NixOS for a few months; it's worth it. It will take weeks to perfectly set up and it could take months to properly learn nixlang, but what you get is a solid, unbreakable, reproducible distro. Move over your dotfiles, home-manager, and nixconfigs and you essentially have the same setup on any other PC (though you may have to alter the video driver config).
I had my nixfiles all modular. My nouveau video drivers for the ancient laptop I was using? Imported from a separate config. That way I could leave anything hardware related behind and draw up new hardware configs for the system I was moving to when the time came. Don't like your DE? Comment it out and write in whatever else you want to try.
Don't get me wrong, I still love and use Arch on my main machine. Its just that my dive down the NixOS rabbit hole was really fun and I haven't even tried flakes.