Helvetet
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 个月前

Feels more polite for sure.

sh.itjust.works

message-square
93
link
fedilink
1.11K

Feels more polite for sure.

sh.itjust.works

#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 个月前
message-square
93
link
fedilink
alert-triangle
You must log in or # to comment.
  • Chris@feddit.uk
    link
    fedilink
    English
    arrow-up
    187
    ·
    2 个月前

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

    • tiny_hedgehog@piefed.social
      link
      fedilink
      English
      arrow-up
      65
      ·
      2 个月前

      Or icanhaz

    • Agent641@lemmy.world
      link
      fedilink
      arrow-up
      50
      ·
      2 个月前

      Try “Bruh”

      Bruh shutdown

    • funkajunk 🇨🇦@lemmy.world
      link
      fedilink
      arrow-up
      23
      ·
      2 个月前

      gooby pls

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 个月前

        I’ll fuckin’ do it again, ayuck!

        • funkajunk 🇨🇦@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 个月前

          Elite Pink Guy reference

          • JackbyDev@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 个月前

            It’s a reference to a comic where Goofy murdered children lol, but yeah, Pink Guy may have said it too.

            • funkajunk 🇨🇦@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              2 个月前

              https://www.youtube.com/watch?v=umvgwXINJBE

    • TeamAssimilation@infosec.pub
      link
      fedilink
      English
      arrow-up
      15
      ·
      2 个月前

      Maybe pls for the su command?

  • Björn@swg-empire.de
    link
    fedilink
    arrow-up
    124
    ·
    2 个月前

    • ordnance_qf_17_pounder@reddthat.com
      link
      fedilink
      arrow-up
      67
      ·
      2 个月前

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

      • Viking_Hippie@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        47
        ·
        2 个月前

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

        • AngryCommieKender@lemmy.world
          link
          fedilink
          arrow-up
          17
          ·
          2 个月前

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

  • wildbus8979@sh.itjust.works
    link
    fedilink
    arrow-up
    72
    ·
    edit-2
    2 个月前

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

    please shutdown; thanks

    • nymnympseudonym@piefed.social
      link
      fedilink
      English
      arrow-up
      77
      arrow-down
      1
      ·
      2 个月前

      alias sudo fucking

      fucking systemctl restart firewalld.service

      fucking shutdown

      • thejml@sh.itjust.works
        link
        fedilink
        arrow-up
        56
        ·
        2 个月前

        Reminds me of my favorite command line utility.

        • Glitterkoe@lemmy.world
          link
          fedilink
          arrow-up
          11
          ·
          2 个月前

          Kind stranger; you made my day

        • ramasses@social.ozymandias.club
          link
          fedilink
          English
          arrow-up
          7
          ·
          2 个月前

          Is their a still maintained fork?

          • shrek_is_love@lemmy.ml
            link
            fedilink
            arrow-up
            13
            ·
            2 个月前

            I use Pay Respects now

        • Fmstrat@lemmy.world
          cake
          link
          fedilink
          arrow-up
          5
          ·
          2 个月前

          Unfortunately no longer maintained, but in case you didn’t see the other reply: https://codeberg.org/iff/pay-respects

    • shrek_is_love@lemmy.ml
      link
      fedilink
      arrow-up
      20
      ·
      2 个月前

      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
        ·
        2 个月前

        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
          11
          ·
          2 个月前

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

          • juipeltje@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            2 个月前

            Ah yes you’re right, had to look it up to see for myself. It’s weird because i remember specifically changing some of my &&s for ; instead because i wanted it to not continue if exit wasn’t zero, but i must’ve misread it at the time. Time to change it back i guess lol.

            • JackbyDev@programming.dev
              link
              fedilink
              English
              arrow-up
              3
              ·
              2 个月前

              It makes more sense if you think of semicolons like other programming languages like Java and C use it.

              foo();
              bar();
              

              But those languages allow foo(); bar(); as well. Then && works like a normal short circuited expression (with side effects).

        • Fmstrat@lemmy.world
          cake
          link
          fedilink
          arrow-up
          3
          ·
          2 个月前

          Partly right in bash:

          set -e; echo 1; echo 2;
          

          is the same as

          echo 1 && echo 2
          

          So if you see the -e in a script, it’s to keep the function clean.

    • Arthur Besse@lemmy.ml
      link
      fedilink
      English
      arrow-up
      11
      ·
      2 个月前

      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
        6
        ·
        2 个月前

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

  • kurmudgeon@lemmy.world
    link
    fedilink
    English
    arrow-up
    65
    arrow-down
    1
    ·
    2 个月前

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

    bitch poweroff

    bitch rm -rf /

  • alecsargent@lemmy.zip
    link
    fedilink
    arrow-up
    48
    ·
    2 个月前

    please touch me

    • Reginald_T_Biter@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      2 个月前

      please touch my.butt

  • mogoh@lemmy.ml
    link
    fedilink
    arrow-up
    47
    arrow-down
    1
    ·
    2 个月前
    alias srsly="sudo !!"
    
    • Murdoc@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 个月前

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

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      2 个月前

      Does that expand properly? My gut feeling is that the !! expands right away, not when you run srsly but when you define it.

  • Cantaloupe@lemmy.fedioasis.cc
    link
    fedilink
    English
    arrow-up
    41
    ·
    2 个月前

    please rm -rf /*

    • NeilBrü@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 个月前

      You forgot the -v tag to watch your dreams die in real time!

  • ttyybb@lemmy.world
    link
    fedilink
    arrow-up
    30
    ·
    2 个月前

    I have please run the previous command as sudo

    • kluczyczka (she/her)@discuss.tchncs.de
      link
      fedilink
      arrow-up
      12
      ·
      2 个月前

      i love that!

  • sunbytes@lemmy.world
    link
    fedilink
    arrow-up
    26
    ·
    2 个月前

    For me, it’s “pwease” because I like that sub relationship.

  • CoooookieCrisp@fedia.io
    link
    fedilink
    arrow-up
    21
    ·
    2 个月前

    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…?”

    • Liketearsinrain@lemmy.ml
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      7 天前

      deleted by creator

    • CallMeMrFlipper@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 个月前

      This is something I’ve been doing since before AI, so it’s not that… but yeah.

    • CXORA@aussie.zone
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 个月前

      Is there anything in these agents that blocks sudo? I don’t think this would be necessary.

  • endless_nameless@lemmy.world
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    2 个月前

    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.

    • Bababasti@feddit.org
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      2 个月前

      True, but it can be a good training to be a nice person in general, no? Wouldn’t hurt to include a “please” and the likes once in a while

      • endless_nameless@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        2 个月前

        I don’t say please and thank you to any inanimate objects whatsoever and if I were to begin doing so (which I will never do) computers would be the very last to receive that treatment from me. Personifying computers is not practice for how to treat people. Fuck clankers

        • Grail@multiverse.soulism.net
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 个月前

          My pet shark thanks its toaster

  • MousePotatoDoesStuff@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    2 个月前

    Just aliased it to “Computer,” so it feels more like Star Trek

    will probably continue typing sudo tho

  • Alberat@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    2 个月前

    User is not in the pleaser file. This incident will be reported.

  • Arthur Besse@lemmy.ml
    link
    fedilink
    English
    arrow-up
    19
    ·
    2 个月前

    disappointed cricket fan Muhammad Sarim Akhtar meme template, no text

    https://gitlab.com/edneville/please (a sudo alternative)

  • unalivejoy@lemmy.zip
    link
    fedilink
    arrow-up
    16
    ·
    2 个月前
    robm@homebox ~$ please su
    [sudo] password for robm: 
    robm is not in the sudoers file.  This incident will be reported.
    
    • ramasses@social.ozymandias.club
      link
      fedilink
      English
      arrow-up
      36
      ·
      2 个月前

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.61K users / day
  • 3.48K users / week
  • 9.49K users / month
  • 17.6K users / 6 months
  • 2 local subscribers
  • 31.2K subscribers
  • 2.19K Posts
  • 112K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.17
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org