this post was submitted on 28 Nov 2023
23 points (92.6% liked)

Ask Lemmy

25937 readers
986 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

Hello,

Longtime windoze user (because work, gaming, programming, lazybess, ...) I'm switching over to Linux Mint (a slow long process that might finally end up with just a little win-box for the printer and a soft or two) on all my everyday pc:s so I'm trying to get more into the nitty gritty stuff here, and I have long time heard that the:

UNIX and Linux System Administration Handbook (4th Edition)

Is like the Linux Bible...

Is it still so? Is it still worth the money or are there better books out there?

Cheers!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 9 months ago

Gentoo is the og, "Linux from scratch" distro, where you compile everything yourself. Arch is kinda like that, except everything is compiled already. ๐Ÿ˜

You still select all the parts of your Linux system, from the desktop environment (if any) all the way down to which initialization system you want to use. Along the way, you'll dive into a lot of the various text files Linux uses for configuration and learn which files live where.

It's a very thorough dive!

If you're looking for reading material about Linux though, I don't really have any books to recommend offhand... I will say that the basic tooling in Linux, the POSIX-standard stuff, like grep, vi, sed, and so forth remains mostly unchanged (at least in all the important ways) from year to year. Some of it has remained essentially the same since the seventies, so even a six year old book will still be able to cover all of that just fine.

The things that it would not be good for would be some of the more recent developments in, say, UI tech, like the slow, but ongoing migration from X to Wayland.

Command line scripts and config files are likely to largely be the same (though a few files have a tendency to move around depending on the distro).

Tools for administration outside of the venerable POSIX tooling is gonna be a crapshoot in book-form. Still, it'll give you a place to start from!