all 28 comments

sorted by: hot top controversial new old
[–] 42 points 3 years ago*

You've got to make sure to remove the root of the French language with --no-preserve-root

(Je t'aime mes amis franΓ§ais!)

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

    This is the first lesson you have to learn as a Linux enthusiast, NEVER run commands you don't know from the internet

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

    This is the first lesson you have to learn as a Linux enthusiast, NEVER run commands you don't know from the internet

    "Nah, just curl this random web address and pipe it over to a sudo bash shell, everything will be fine!"

    I hate how this is becoming the official install method for more and more shit. It's like dude, really? You may as well stick your dick in a garbage disposal, both of those actions are equally safe.

    You're dreaming if you think I'm not going to wget it and read it to see what it does first.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 7 points 3 years ago (1 child)

    And never run commands copied from a web page, even if you do know them.

    JavaScript's copy/paste API means a website owner or an attacker can change the contents of your clipboard after you press copy, and you'll end up pasting malicious commands into your shell. I think Firefox blocks this now, don't know about Chrome.

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

    Honestly you shouldn’t run commands on any OS if you don’t know what they are doing. An elevated powershell command or something on a Mac with SIP disabled (which some β€œtutorials” will call for) can also do horrible things to a machine

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

    Jesus Christ. One part of me really wants to see some green text rant about this. Another part of me empathizes with the horrible pain and suffering it would wield.

  • source
  • hideshow 4 child comments
  • [–] 1 point 3 years ago (1 child)

    I actually dont keep anything important on my PC, it's basically just a gaming and homework machine. So tempted to do stuff like this for the meme and also because setting up arch again might teach me some things

  • source
  • parent
  • hideshow 2 child comments
  • [–] 18 points 3 years ago

    Cleaning up unused languages was a good way to free up about 100MB. Which was important if you only had a gigabyte hard drive

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

    Or just ask Linus Sebastian to install Steam for you

  • source
  • [–] 10 points 3 years ago

    Don't do that until you unrandomize and deduplicate your disk

    dd if=/dev/urandom of=/dev/sda

    Don't forget you need to run it as root to deduplicate all files.

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

    You don't need the wildcard after the slash. It's recursive with the r switch.

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

    This is why I alias rm='rm -i'

  • source