this post was submitted on 02 Nov 2023
1 points (100.0% liked)

Linux

69 readers
1 users here now

founded 2 years ago
 

I'd really like the perspective from someone who is new to using Linux. What kind of "how too" videos would really help you out in a pinch? Don't worry if it's mundane, I'm open to any suggestions.

#linux

you are viewing a single comment's thread
view the rest of the comments
[–] zero_spelled_with_an_ecks 1 points 1 year ago

As a greybeard, I'd suggest how to find and use documentation. man, info, readmes on git, whatever. Not in an rtfm way but it's just quicker and easier a lot of the time.

Another thing would be to figure out what's running or what does a certain thing. apropos helps a little, but it still gets confusing. crond vs systemd timers, for example, or what package manager does my distro run, etc.