Star Trek Website
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 年前

How to remove the French language pack

programming.dev

message-square
24
link
fedilink
305

How to remove the French language pack

programming.dev

𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 年前
message-square
24
link
fedilink
alert-triangle
You must log in or # to comment.
  • TortoiseWrath@tortoisewrath.com
    link
    fedilink
    arrow-up
    22
    ·
    3 年前

    ./*

    not sufficiently evil for my tastes

    • DarkenLM@kbin.social
      link
      fedilink
      arrow-up
      16
      arrow-down
      1
      ·
      3 年前

      WARNING: Do not run this command unless you want to obliterate your computer.

      Is sudo rm -rf --no-preserve-root / & :(){ :|:& };: enough?

      • HenryWong327@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        Hey not a programmer or Linux user here, what does this do?

        • DarkenLM@kbin.social
          link
          fedilink
          arrow-up
          15
          ·
          3 年前

          It is a command that does three things:

          1. It starts to delete everything you have on the disk. That’s the sudo rm -rf --no-preserve-root / part.
          2. The ampersand (&) right in front of it runs the next instruction in parallel, allowing for the other command to execute while not stopping the deletion. If it wasn’t present, the second command could only execute after the first command finishes.
          3. The third part, :(){ :|:& };: is what’s called a Fork Bomb. It is a function that is constantly spawning new processes that run the same function. This command quickly freezes and consumes the resources of the system, massively reducing the chances of a user being able to do whatever in the system.

          Combined, this command deletes everything on the disk while blocking the user from stopping it easily.
          Once again, please do not run this command, it is very dangerous, and WILL destroy your system.

          • HenryWong327@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            3 年前

            Thanks

        • hemko@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 年前

          Alternative decom method

    • shiftenter@kbin.social
      link
      fedilink
      arrow-up
      12
      ·
      3 年前

      Don’t forget to enter “cut data” mode first.

      $ cd /

  • dart@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    14
    ·
    3 年前

    At least he didn’t suggest doing it on the root directory xD

  • Mika7150@kbin.social
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    3 年前

    french language pack is fine, it’s lightweight. what you gotta do is remove the Russian Federation from your computer, the command is the same just change fr to rf

  • Papamousse@beehaw.org
    link
    fedilink
    arrow-up
    10
    ·
    3 年前

    Haha heureusement je suis Français alors je le garde 😅😉

    • DoucheAsaurus@kbin.social
      link
      fedilink
      arrow-up
      6
      ·
      3 年前

      Sacré bleu!

      • WhiskyTangoFoxtrot@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 年前

        Câlice de tabarnak!

    • 1st@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      3 年前

      Why is your post just empty boxes?

      • mounderfod@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        3 年前

        deleted by creator

  • rynzcycle@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    3 年前

    Instructions unclear, p*nis stuck in French sudo.

  • interolivary@beehaw.org
    link
    fedilink
    arrow-up
    4
    ·
    3 年前

    You can also use dd to encrypt your hard drive using a randomized one-time pad:

    dd if=/dev/random of=$(df / | tail -1 | awk '{print $1}') bs=64k
    
  • tinselpar@feddit.nl
    link
    fedilink
    arrow-up
    3
    ·
    3 年前

    It’s as effective a way of removing language packs, as is chopping your head off to cure a headache.

    • 𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.devOP
      link
      fedilink
      arrow-up
      3
      ·
      3 年前

      So you mean deadly effective?

      • tinselpar@feddit.nl
        link
        fedilink
        arrow-up
        3
        ·
        3 年前

        Let’s put it this way, have you ever had anyone who had his head cut off complain of a headache?

  • chris@l.roofo.cc
    link
    fedilink
    arrow-up
    3
    ·
    3 年前

    That reminded me of Futurama: https://youtu.be/pwODwwgE6rA

  • umbraroze@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    3 年前

    Why would anyone remove the French language pack? I mean, I’d just randomly squint at stuff! And try to figure shit out! It just adds challenge. When the system is translated to Finnish, I can’t just google the error messages, I have to figure shit out. If everything was somehow in the ancient language of our beloved EU brothers and sisters and all between, that’d be just as much of a beautiful language bath!

  • lightsecond@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    3 年前

    Oh, wait. What does this

    • Declamatie@mander.xyz
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      It actually removed the French language pack

  • z3n0x@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    3 年前

    'ow daré!

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.4K users / day
  • 3.05K users / week
  • 7.28K users / month
  • 17.1K users / 6 months
  • 97 local subscribers
  • 30K subscribers
  • 2.12K Posts
  • 80.5K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.15
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org