Uhhoh!
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
obnomus@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 个月前

Noice

lemmy.ml

message-square
122
link
fedilink
470

Noice

lemmy.ml

obnomus@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 个月前
message-square
122
link
fedilink
  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    145
    arrow-down
    1
    ·
    1 个月前

    You can also just do a sudo !! the !! is a shorthand for whatever you tried to run previously.

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

      Was about to say, why would you copy anything when using sudo !! lol

      • Mountainaire@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 个月前

        … because I had no idea about this until now. Sweet!

    • devfuuu@lemmy.world
      link
      fedilink
      arrow-up
      27
      ·
      1 个月前

      Not all shells support that.

      I use fish btw.

      • furry toaster@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        17
        ·
        1 个月前

        I made my own !!

        • ArchAengelus@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          17
          ·
          1 个月前

          I know what you meant (I have one for fish as well), but I chucked because you looked very enthusiastic about it!

          The fish function for !! is super useful though

      • NannerBanner@literature.cafe
        link
        fedilink
        arrow-up
        7
        ·
        1 个月前

        I don’t even know what I use anymore. My distro seems to keep changing it when I reinstall.

        • unbuckled_easily933@lemmy.ml
          link
          fedilink
          English
          arrow-up
          9
          ·
          1 个月前
          echo $SHELL
          
          • NannerBanner@literature.cafe
            link
            fedilink
            arrow-up
            5
            ·
            1 个月前

            Lol, thanks. Now I know.

      • guymontag@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 个月前

        Holy shit I wish fish supported it. I just press up arrow then hold left arrow and manually type sudo. It fucking sucks

        • eneff@discuss.tchncs.de
          link
          fedilink
          arrow-up
          6
          ·
          1 个月前

          … are you not aware of Alt+S?!

          • guymontag@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 个月前

            Nope haha. Thanks for letting me know

        • tekino@pawb.social
          link
          fedilink
          arrow-up
          3
          ·
          1 个月前

          I’ve been using this plugin https://github.com/oh-my-fish/plugin-bang-bang fish also allows going through previous arguments with alt+up

          • guymontag@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 个月前

            Epicc. I should install thjs

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

          Does your keyboard not have a home key?

          • guymontag@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            1 个月前

            Didn’t know home key could do that lol.

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

          I’ve used it for so many years that it’s not an issue anymore. I remember using !! a lot but it was literally just for sudo. Now i either write what I need and do up or write what I need and then press alt+s, which seems even more intuitive now.

    • Sarcasmo220@lemmy.ml
      link
      fedilink
      arrow-up
      16
      ·
      1 个月前

      I learned something new today!

    • adeoxymus@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 个月前

      I completely forgot about this one!

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

      wish i could alias that

      alias ffs=“sudo !!”

      • timbuck2themoon@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 个月前

        alias ffs='sudo $(history -p !!)'

        • TedZanzibar@feddit.uk
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 个月前

          Just to confirm: I tried this, it works.

      • Caveman@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 个月前

        That doesn’t work? I would have thought it would work.

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

          !! Gets replaced by whatever was run before the alias command

    • obnomus@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      3
      ·
      1 个月前

      Bruh

      • Nalivai@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        1 个月前

        What shell are you using? In both bash and zsh, !! is a substitute for a previous command

        • obnomus@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          1 个月前

          Fish

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

            Oof. Posix non-compliant stuff always gives me the ick.
            I highly recommend switching to zsh, it can do the same stuff and more, and it is actually a proper terminal. Switching scripts might be a bit complicated if you’re deep into it, but it’s worth it

            • obnomus@lemmy.mlOP
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              1 个月前

              All I do in terminal is type, I don’t know scripting. But I heard a lot of things about zsh.

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

                Oh-my-zsh is a good start then. It gives you a bunch of themes and presets and plugins so you can do whatever you want with your zsh

                • obnomus@lemmy.mlOP
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  arrow-down
                  1
                  ·
                  1 个月前

                  I’ll try thanks for the recommendation.

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.

  • 168 users / day
  • 2.24K users / week
  • 5.21K users / month
  • 16.6K users / 6 months
  • 2 local subscribers
  • 32K subscribers
  • 1.33K Posts
  • 79K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.worlddeleted by creator
  • zephyr@lemmy.world
  • Err(()).unwrap()@lemmy.world
  • BE: 0.19.19
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org