this post was submitted on 25 Dec 2023
5 points (100.0% liked)

Linux

48313 readers
806 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
 

Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?

Appreciate any tips ❄️

top 4 comments
sorted by: hot top controversial new old
[–] pruneaue@infosec.pub 3 points 11 months ago* (last edited 11 months ago) (1 children)

Im on my own NixOS journey right now, so i cant fully vouch for all this yet. Here are my bookmarks for Nix/NixOS learning resources:

Apart from all this, ive learned the most from a mix of looking at other people's configurations and reading source code. The documentation is super messy, especially if you want to make use of flakes (which i personally recommend from the get go).

[–] torgeir@lemmy.ml 1 points 10 months ago

+1 for these! I’d also add https://nixos.asia/en

[–] ScreaminOctopus@sh.itjust.works 1 points 11 months ago

If you're interested in using flakes, this repo was helpful when learning how to get my first system configurations set up in an organized way https://github.com/Misterio77/nix-starter-configs

[–] lily33@lemm.ee 1 points 11 months ago

After you're done with the initial setup, I've found looking for nix code on GitHub to be very useful for seeing how to do things.