this post was submitted on 19 Aug 2025
1835 points (98.5% liked)

linuxmemes

27642 readers
1454 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    (page 4) 50 comments
    sorted by: hot top controversial new old
    [–] Magister@lemmy.world 5 points 1 month ago (2 children)

    This could be me, I started on unix before Linux existed. I was on HP-UX, IRIX, AIX, Solaris1/2, and I did the same thing, went in /usr/bin, did a ls, man all the commands, this is how I learnt unix command, shell, awk, grep, sed, etc.

    load more comments (2 replies)
    [–] Goretantath@lemmy.world 5 points 1 month ago

    Its the damn truth. Either rtfm which is the easy way since your predecesors made it for you or tinker with shit by trial and error untill you figure it out all on your own. Otherwise you are just lazy.

    [–] branno@lemmy.zip 5 points 1 month ago* (last edited 1 month ago)

    now people just "ask GPT"... "I asked chatGPT".

    my answer is "dude, GPT just copypasted from the fucking manual so you don't have to read. congrats, you didn't learn a fucking thing."

    it's depressing

    [–] atomicbocks@sh.itjust.works 5 points 1 month ago (3 children)

    I got downvoted into oblivion a few weeks ago for suggesting something similar about car manuals. I’m glad to see that the sentiment isn’t totally lost. I honestly don’t get why people don’t read the fucking manual.

    load more comments (3 replies)
    [–] Naich 5 points 1 month ago

    I once wrote documentation for a fairly complicated bit of control and analysis software for use with test equipment I built for PhD students to use in my department. Towards the end of the docs I added a message that basically said "if you read this, come and see me and I'll buy you some nice food". Needless to say I never had to buy anyone anything.

    [–] chronicledmonocle@lemmy.world 5 points 1 month ago (1 children)

    Agreed. I've saved so much money by RTFM. As a father of three kids, every dollar saved means a better life for my family.

    Car broken? RTFM, bought an ODBII scanner, and fixed it.

    Need air conditioning? RTFM and installed my own heat pumps in my house, saving $7000 in labor and markup.

    House has an old 60 amp fuse panel? Paid an electrician for the service upgrade, read the NEC, wired and installed all branch circuits and sub panels myself. Passed inspection. Saved $7500.

    When you take the time to learn something, you not only get the satisfaction of using your own hands to accomplish something, but you also get to save money.

    load more comments (1 replies)
    [–] thingAmaBob@lemmy.world 5 points 1 month ago

    My entire job is basically reading manuals πŸ™ƒ

    [–] Endymion_Mallorn@kbin.melroy.org 4 points 1 month ago (2 children)

    I need them to actually print the FM in order to R it.

    [–] palordrolap@fedia.io 5 points 1 month ago

    From the man manual page: man -t name-of-command | lpr -Pps

    This dumps the manual page, along with relevant formatting, to the default Postscript-capable printer attached to the system.

    There are ways to print all manual pages this way, but you're gonna need a lot of paper. Bash's manual page is getting towards 100 pages* and ffmpeg's runs to nearly 700.

    By comparing compressed sizes in /usr/share/man/man1 and the equivalent page count of those two commands, I reckon my system's full complement of manuals would be on the order of 35- to 40,000 pages.

    * Figures obtained by using man -t name-of-command | ps2pdf - outputname.pdf to create PDFs instead, then scrolling to the end. I neither have a printer nor want to actually print anything.

    [–] jawa21@piefed.blahaj.zone 5 points 1 month ago

    I read the manual for printing and... I'm so sorry.

    [–] jpablo68@infosec.pub 4 points 1 month ago

    Reading the Gentoo Handbook in 2005 taught me more about GNU/Linux than all the tutorials about it I've ever seen

    [–] tankplanker@lemmy.world 4 points 1 month ago

    I read the manual before i buy a product, I watch the product reviews, and if I can I watch the repair videos as well.

    Big part of my enjoyment from buying things is the work I do upfront. I tend to do the same with any tech project.

    [–] Agent641@lemmy.world 4 points 1 month ago

    Can't find the manual for my girlfriend or her kids.

    [–] python@lemmy.world 4 points 1 month ago

    I've acquired a reputation as the go-to frontend wizard by reading the MaterialUI documentation. Now half my job is randomly getting called on Teams, listening to someone ramble about what crazy ideas they have for their frontend, and pointing them to the MUI implementation that already exists (because there are no new ideas). It's stupid, those docs are modern and well-structured, people just refuse to read them.

    load more comments
    view more: β€Ή prev next β€Ί