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!

  • Valmond@lemmy.mindoki.comOP
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    Ha ha thanks 😊 party time 🥳🎉 !

    I’m sort of in between I guess, I’m a senior dev and I mean I get to it when needed like doing that vi ~/.bashrc for an env var (and ~/.bashrc to (re)load it right?), fixing some script or installing “stuff” or so.

    Server soft I write is usually for Linux, the rest on Wind. But I also decided to switch my daily driver over and I have a curious mind so if I can’t sleep I’d love to have some big good old book to check out for ‘stuff’ I do not yet know!

    Maybe you’re right and I should go on and install everything from scratch (that’s it with Arch right, of am I messing it up with some more bare metal install? A colleague did that compile install everything once a bunch of years ago, he spoke about it for weeks :-).

    • swordsmanluke@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      7 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!