Civilloquy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
christos@lemmy.world to linuxmemes@lemmy.world · 2 years ago

Hearing voices

lemmy.world

message-square
46
fedilink
491

Hearing voices

lemmy.world

christos@lemmy.world to linuxmemes@lemmy.world · 2 years ago
message-square
46
fedilink
alert-triangle
You must log in or register to comment.
  • Glome@feddit.nl
    link
    fedilink
    arrow-up
    46
    ·
    2 years ago

    Where my pacman -Syu gang at btw

    • chi-chan~@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      2 years ago

      yay :)

      • AtHeartEngineer@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        yay -Syu && reboot && 😉🤞

    • Avid Amoeba@lemmy.ca
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      2 years ago

      They’re trying to boot.

      • Gallardo994@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        I died at this one ngl

    • madwifi@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      I’m kicking back here after paru -Syu --nocombinedupgrade --noconfirm

      PS: (obligatory) ‘Long live yay!’

    • HotsauceHurricane@lemmy.one
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 years ago

      C••••••••

    • dx1@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      I’ve got “syu” aliased to the above on Debian etc. boxes. Save me some typing.

    • XxTriviumxX@kbin.social
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      2 years ago

      paru -Syu --skipreview && flatpak update

  • ddh@lemmy.sdf.org
    link
    fedilink
    arrow-up
    28
    ·
    2 years ago

    -y && sudo apt autoremove

  • omnislayer88@kbin.social
    link
    fedilink
    arrow-up
    20
    ·
    2 years ago

    All you sophisticated folks with your dinky commands… I just click restart to update whenever Daddy Gated says so. So much easier…

  • stallmer@lemmy.one
    link
    fedilink
    English
    arrow-up
    17
    ·
    2 years ago

    Is there a reason these commands weren’t at some point combined into one flag?

    I can see why you’d want separate “update” and “upgrade” options, but another flag that does both without writing such a long command would be nice.

    Maybe I just don’t know enough about apt and such a flag does exist? Maybe they’re just expecting folks to create an alias?

    • Magister@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      2 years ago

      If you use nala (frontend for apt) when you drop a “nala upgrade” it automatically calls update first

    • WheelchairArtist@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 years ago

      I can see why you’d want separate “update” and “upgrade” options

      i don’t. anyone care to explain?

    • topinambour_rex@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 years ago

      If you want to install something, do you wish to just update before hand, or to upgrade too ? I guess the former.

      Now you could add update to the install function, but it would mean if you updated 5 mins ago for install something, you would need to update again as you install something else.

      Better to keep them separated and call them as you wish.

  • TeamAssimilation@infosec.pub
    link
    fedilink
    arrow-up
    17
    ·
    2 years ago

    Behold:

    sudo snap refresh
    

    … yeah… I’ll see myself out…

    • christos@lemmy.worldOP
      link
      fedilink
      arrow-up
      11
      ·
      2 years ago

      Please do.

      • christos@lemmy.worldOP
        link
        fedilink
        arrow-up
        5
        ·
        2 years ago

        Just kidding…

    • stoicmaverick@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      Class, let’s all thank ‘TeamAssimilation’ for showing us what not to do. Now, Brian, I think it’s your turn to wipe the drool off of his face, and make sure he hasn’t pooped himself again. I’m going to go call his parole officer and tell him that he’s in CLEAR violation of his parole.

  • KrisND@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 years ago

    -y

  • AccurstDemon@sopuli.xyz
    link
    fedilink
    arrow-up
    8
    ·
    2 years ago

    Termux gang

    • Jvrava9@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      deleted by creator

  • Benchamoneh@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    2 years ago

    dist-upgrade!

    • n00b001@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt full-upgrade -y

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 years ago
    sudo dpkg-reconfigure --priority=low unattended-upgrades
    
    • TrustingZebra@lemmy.one
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      What does that do?

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        8
        ·
        2 years ago

        It enables automatic security updates. You could also enable automatic updates for all, not just security. Basically have the system run the meme commands for you.

        • TrustingZebra@lemmy.one
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          That’s interesting, I didn’t know this can be configured in one line. When I searched how to configure unattended-upgrades myself I only found long solutions.

          • Avid Amoeba@lemmy.ca
            link
            fedilink
            arrow-up
            2
            ·
            2 years ago

            I’m sure there are longer solutions as well. This is straight up from the Ubuntu wiki. If you want to configure it differently, e.g. do all updates, not just security, you probably have to change some more vars in the apt config files.

    • sznio@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      First thing I do on Debian is disabling unattended upgrades. I will need to install some package now and it will always get in the way.

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 years ago

        That’s odd. If unattended upgrades are running, the system will do upgrades regularly. That means it’s unlikely to get a significant backlog of updates queued up. Upgrade cycles typically finish briefly as a result. All my systems, interactive or headless, are running an update and upgrade cycle every hour. I’ve yet to to run into a case when I couldn’t install a package because apt was in use. It’s not impossible, but I haven’t. Or at least it’s been so long ago that I’ve forgotten about it. I don’t have to think about unpatched vulnerabilities. ☺️

  • Nonononoki@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    2 years ago

    sudo dnf update && flatpak update

    • EsLisper@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      Two days later…

    • aport@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      The Silverblue prayer

      sudo rpm-ostree update && flatpak update

  • Ayhem@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 years ago

    deleted by creator

    • dukk@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      nix flake lock

  • nothacking@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 years ago

    Meanwhile the pacman -Syu sect:

  • nik0@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    I’ll give you one better:

    doas emerge --sync && emerge -uDN @world

    :)

  • SapienSRC@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    sudo zypper refresh && sudo zypper dist-upgrade

  • Magister@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    sudo nala upgrade

    I like nala, it’s a front end for apt

    • irkli@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 years ago

      deleted by creator

    • stoicmaverick@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      I feel like I heard of it ages ago, but why is it better?

      • Magister@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        It’s not better but nicer, and easier to see history.

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

  • 377 users / day
  • 2.47K users / week
  • 5.44K users / month
  • 15.6K users / 6 months
  • 1 local subscriber
  • 26.1K subscribers
  • 1.44K Posts
  • 56.4K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.5
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org