Hard Pass
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 9 hours ago

Feels more polite for sure.

sh.itjust.works

message-square
53
link
fedilink
614

Feels more polite for sure.

sh.itjust.works

#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 9 hours ago
message-square
53
link
fedilink
alert-triangle
You must log in or register to comment.
  • kurmudgeon@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    25 minutes ago

    As a Jesse Pinkman fan, I use “bitch”.

    bitch poweroff

    bitch rm -rf /

  • elephantium@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    22 minutes ago

    I shared this with my wife. She said “It sounds like pangolin programming.”

  • ColeSloth@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    42 minutes ago

    I’m not saying please to a machine.

    I’m aware I’ll be the first killed off during the uprising, and I’m ok with it.

  • Phoenixz@lemmy.ca
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    22 minutes ago

    Yeah, I will never say please to an algorithm.

    Maybe if we get true AI like Star Treks Data, but until then, STFU and do what I tell you

  • CoooookieCrisp@fedia.io
    link
    fedilink
    arrow-up
    10
    ·
    3 hours ago

    The hyper-cynical side of me is sure this is written by someone prepping their next LLM exploit. “How can I get around these security filters that won’t let me include ‘sudo’ in my command injection…?”

  • Cantaloupe@lemmy.fedioasis.cc
    link
    fedilink
    English
    arrow-up
    14
    ·
    4 hours ago

    please rm -rf /*

  • Björn@swg-empire.de
    link
    fedilink
    arrow-up
    60
    ·
    6 hours ago

    • ordnance_qf_17_pounder@reddthat.com
      link
      fedilink
      arrow-up
      25
      ·
      6 hours ago

      Life pro tip: good manners make it easier to get what you want

      • Viking_Hippie@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        19
        ·
        6 hours ago

        ACTUAL good advice?! Is that even allowed here??

        • AngryCommieKender@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          2 hours ago

          Only once per quarter, and only incomplete rules to the advice. This particular instance of advice is barely skirting the standards and norms.

  • endless_nameless@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    5 hours ago

    Nah. Fuck being polite to computers. It’s an object and I own it. I’ll shoot it the instant it expresses any level of personhood.

  • Rokin@leminal.space
    link
    fedilink
    arrow-up
    5
    ·
    4 hours ago

    I have it aliased to “pls”

    … but I don’t use it.

  • Chris@feddit.uk
    link
    fedilink
    English
    arrow-up
    124
    ·
    9 hours ago

    In the interests of Linux commands generally being short abbreviations, I suggest “pls”.

    • Agent641@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      5 hours ago

      Try “Bruh”

      Bruh shutdown

    • tiny_hedgehog@piefed.social
      link
      fedilink
      English
      arrow-up
      41
      ·
      9 hours ago

      Or icanhaz

    • funkajunk 🇨🇦@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      8 hours ago

      gooby pls

    • TeamAssimilation@infosec.pub
      link
      fedilink
      English
      arrow-up
      9
      ·
      8 hours ago

      Maybe pls for the su command?

  • mogoh@lemmy.ml
    link
    fedilink
    arrow-up
    35
    ·
    7 hours ago
    alias srsly="sudo !!"
    
    • Murdoc@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      I prefer "sota !!" house-flags-1,royal-blue,print-2023-01-20+dff3677c-103b-402f-9527-b26e285c7d58,24508b

  • Constant Pain@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    5 hours ago

    What I don’t get is why deny the execution of a command because the lack of sudo instead of just notice that it needs elevated privilege and ask for password

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      5 hours ago

      It’s kind of bad for scripts, where it can be either annoying or genuinely problematic, when your script hangs on a password prompt. You typically do want it to just fail right away, because if you have monitoring, then you’ll be able to spot it failing.

      These days, it is (largely reliably) possible to detect whether a command is being run interactively or as part of an unattended script, so you do see some commands that trigger a sudo password prompt only for interactive use, for example systemctl does this. But this adds quite a bit of complexity to each individual program, so it isn’t really something that’s going to be implemented universally.

      I also have to say that systemctl kind of gets on my tits when it does that, because it throws up a GUI dialog for grabbing the password, which is quite jarring.

  • wildbus8979@sh.itjust.works
    link
    fedilink
    arrow-up
    49
    ·
    edit-2
    8 hours ago

    alias thanks="echo 'You are most welcomed'"

    please shutdown; thanks

    • shrek_is_love@lemmy.ml
      link
      fedilink
      arrow-up
      10
      ·
      6 hours ago

      I know this is a meme and not GitHub, but I thought some people might like to learn that if you do please shutdown && thanks it won’t say you’re welcome if the shutdown failed

      • juipeltje@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        Wait, isn’t it the other way around? I thought ; only executed the next command if the previous one succeeded, and && executed the next command regardless of exit status.

        • wildbus8979@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 hours ago

          No, OP is correct, && only continues on exit 0. || For anything but zero, ; just chains another command.

    • nymnympseudonym@piefed.social
      link
      fedilink
      English
      arrow-up
      49
      arrow-down
      1
      ·
      8 hours ago

      alias sudo fucking

      fucking systemctl restart firewalld.service

      fucking shutdown

      • thejml@sh.itjust.works
        link
        fedilink
        arrow-up
        37
        ·
        8 hours ago

        Reminds me of my favorite command line utility.

        • ramasses@social.ozymandias.club
          link
          fedilink
          English
          arrow-up
          5
          ·
          7 hours ago

          Is their a still maintained fork?

          • shrek_is_love@lemmy.ml
            link
            fedilink
            arrow-up
            6
            ·
            6 hours ago

            I use Pay Respects now

        • Glitterkoe@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          8 hours ago

          Kind stranger; you made my day

    • Arthur Besse@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      8 hours ago

      alias thanks="You are most welcomed"

      you need to use the echo command if you want to echo something:

      alias thanks="echo 'You are most welcomed'"

      (the inner single-quotes are not strictly required in this case, but recommended nonetheless)

      • wildbus8979@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        8 hours ago

        Huh yeah my bad, wrote this too fast in-between two messages at work

  • ttyybb@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    8 hours ago

    I have please run the previous command as sudo

    • kluczyczka (she/her)@discuss.tchncs.de
      link
      fedilink
      arrow-up
      8
      ·
      7 hours ago

      i love that!

  • NotASharkInAManSuit@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    But the whole reason I use Linux is because I don’t ask it to do things, I tell it to do things, because it’s a machine, and it’s my machine.

    • ilinamorato@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      You could alias sudo to just for a little more rudeness.

      • NotASharkInAManSuit@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        4 hours ago

        I’m also not trying to be rude to my machine, that’s erroneous, I’m not going to treat a computer like it thinks or has emotions, one way or the other.

linuxmemes@lemmy.world

linuxmemes@lemmy.world

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: !linuxmemes@lemmy.world

Hint: :q!


Sister communities:
  • !tech_memes@lemmy.world
  • !memes@lemmy.world
  • !lemmyshitpost@lemmy.world
  • !risa@startrek.website

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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.
  • Don’t come looking for advice, this is not the right community.
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 figures

We 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.

Visibility: Public
globe

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

  • 1.13K users / day
  • 4.72K users / week
  • 8.96K users / month
  • 12.5K users / 6 months
  • 1 local subscriber
  • 30.2K subscribers
  • 679 Posts
  • 11.4K Comments
  • Modlog
  • mods:
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.11
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org