this post was submitted on 10 May 2024
61 points (88.6% liked)

Linux

45573 readers
1111 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
61
Cool distros to try (lemmy.blahaj.zone)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

I'm pretty comftable with linux mint right now but i want to peruse the wares so to speak, what are some cool or interesting distros that do things differently than mint?

Edit: i dont wanna distro hop people cool your jets, i just wanna look around cos i find it neat :3

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 month ago (1 children)

I look back on learning to live with NixOS and laugh. It made my brain hurt, and if I'd only found the Misterio77 repo sooner, it would've saved a lot of premature aging. But, if you have some basic familiarity with programming concepts, it's an easy OS to live with, just different. And so, so, so, so powerful.

They do desperately need a set of opinionated example builds and much better documentation.

[–] [email protected] 6 points 1 month ago (1 children)

Nix + home-manager are a much better starting point than NixOS

  • your system still respects FHS and can still use like npm
  • you can still leverage decades of Linux knowledge
  • it's much easier to slowly build up knowledge than to have to immediately learn everything
[–] [email protected] 4 points 1 month ago

That’s pretty much how I got where I am. Started with Fedora, then Silverblue, then Ublue, then fleek (a custom front end for Home Manager), then, when I saw what Home Manager and Nix could do, dove into NixOS fully.