this post was submitted on 19 May 2025
201 points (96.7% liked)

Selfhosted

61647 readers
718 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I've got to confess, I have for years been guilty if not reading the documentation. I simply go with the flow and hope it works...

But not anymore! And why the change you may ask? We'll, I'm reading the f..ing documentation on Rocky linux and I'm just blown away from the amount of great information!

If you've been guilty of not reading the documentation, let me me know what changed it for you

If you're not reading the documentation, this is your time to confess!

you are viewing a single comment's thread
view the rest of the comments
[–] lka1988@lemmy.dbzer0.com 24 points 1 year ago* (last edited 1 year ago) (2 children)

Man pages tend to assume a lot and overload the user with information.

Forums are full of "duh, haven't you read the man pages, idiot?" kinds of people.

Web searches are full of AI/garbage (same thing) articles that focus on distros/programs that are either horrendously inaccurate, out of date, or simply don't exist anymore.

Therefore, I utilize the tldr man pages, and use extremely specific terms for web searches.

[–] Broadfern@lemmy.world 9 points 1 year ago (3 children)

Oh thank hell it’s not just me. Every so often I retry the man command only to get frustrated having to flip through six walls of text via keyboard for something a 20 second Internet search would have easily refreshed my memory on.

[–] lka1988@lemmy.dbzer0.com 4 points 1 year ago* (last edited 1 year ago)

Bingo.

And even then it's difficult to find shit, like for instance, finding the working directory for crontab when run as root. This answer on Stack Exchange is the embodiment of my second example in the other comment. The answers go into great detail, yet still don't answer the question in any reasonable capacity for a "standard user" like myself.

[–] mhzawadi@lemmy.horwood.cloud 4 points 1 year ago

FYI

Use / to search the man page, it's basically less. Been doing that for years, as some man pages are the length of the great wall of China.

[–] bigredgiraffe@lemmy.world 3 points 1 year ago

Oh it is certainly not just you, I am sometimes confused reading them even for commands I have used for years and I know what flag I am looking for but don’t remember the exact syntax or something hah! I am glad they are there but they are definitely not a complete guide to any command, especially built-ins.

Interestingly, this is something AI has been very useful for to me, less searching because I can describe the outcome I want and it figures out what I am talking about generally.

[–] mhzawadi@lemmy.horwood.cloud 4 points 1 year ago (1 children)

Man can be searched as well, if you use less or grep a lot the same keys work.

Use / to search

[–] lka1988@lemmy.dbzer0.com 3 points 1 year ago

Yes, I am painfully aware. Unfortunately, this doesn't actually help.