this post was submitted on 26 Jun 2023
26 points (86.1% liked)

Linux

47344 readers
1409 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
 

Which OS has the steep learning curve and is considered hardest?

  • Gentoo ( I have been using it for 3 years now, until I have to switch to Ubuntu for research sake. I love it's philosophy and I kinda feel even my lifestyle changed after Gentoo. Tried it's successors, redstar, cosmic mod didn't liked much.)
  • Arch Linux ( when I got into Linux, everyone was like, I use arch btw. So tried it first with gnome, then kde, then i3, then i3 gaps and tui, then used openrc, then used runit. Helped me lot to install Gentoo. But Gentoo transformed me into something else)
  • Nix OS ( I was hearing about it since 2022. I wanted to try, and now I am gonna install and use it. I'm planning)

My question is, which among these is considered to be hardest and thus by mastering it, one can master linux to atleast some part? (excluding network management, ofsec, netsec, forensics, etc)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Nix, the language you use to configure your system is a functional language (c.f. https://nixos.wiki/wiki/Overview_of_the_Nix_Language), that's why I said it'd help you with FP. I didn't know you were into functional programming, just lucky wording.

But if you get into the FP side of nix, then there's so much more you can do. Here are some examples of projects that use nix/FP to help you with something:

Since nix (the language) is primarily used with nix (the tool/build system), most things you'll will be doing are centered around building something.

It will cover most FP paradigms, but writing the apps themselves with a functional language can teach you more than setting up the build system for it.

Edit 1 (spelling)