criticalbasics
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 months ago

Highlight of my Morning

lemmy.blahaj.zone

message-square
67
link
fedilink
430

Highlight of my Morning

lemmy.blahaj.zone

IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 months ago
message-square
67
link
fedilink
alert-triangle
You must log in or # to comment.
  • ExtremeDullard@piefed.social
    link
    fedilink
    English
    arrow-up
    128
    ·
    2 months ago

    The poster would be more convincing if you hadn’t inverted apt-get update and apt-get upgrade…

    • uzay@infosec.pub
      link
      fedilink
      arrow-up
      13
      ·
      2 months ago

      I mean, it’s definitely faster this way around

    • IO 😇@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 months ago

      😭😭

      • dev_null@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        It’s fine! You were trying to show how Windows is better because you can’t make a mistake like that and succeeded!

        I’m joking

    • tuckerm@feddit.online
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 months ago

      It accurately got them backwards, the same way I always do. :)

    • Ging@anarchist.nexus
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Wait I’m confused, did OP invert it or did you?

      • DacoTaco@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Op inverted. apt update updates the local package cache of apt so it knows what packages have updates. apt upgrade then installs those updates.

  • Blaster M@lemmy.world
    link
    fedilink
    English
    arrow-up
    30
    ·
    2 months ago

    Meanwhile in Fedora:

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      12
      ·
      2 months ago

      It is done that way for better reliability. It is optional and not even needed with Silverblue.

    • Shady_Shiroe@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      At least you get the option to disable, I have it disabled, I’ll reboot when I say I will reboot.

    • TrickDacy@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      Wait what? I have been running silver blue and vanilla fedora recently and I don’t remember this happening. I always run my update script manually every day or so though. When do you see this screen?

      • minkymunkey_7_7@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        It updates just like Windows automatically, in Discover. Then it asks to restart and upgrade and it’s just like Windows. I did this just today. Nice UI and UX with Fedora with Plasma.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      It is done that way for better reliability. It is optional and not even needed with Silverblue.

  • rumschlumpel@feddit.org
    link
    fedilink
    arrow-up
    25
    arrow-down
    1
    ·
    2 months ago

    Who even uses apt-get these days?

  • ohshit604@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    2 months ago

    Be me -

    Gets the Ok from IT to switch to a Linux Distro for my work desktop.

    Gets the Ok from my direct manager.

    Gets the Ok from our contracts manager who used to be in my direct managers position before.

    Direct manager reaches out to lead developer, who happens to be a windows fanboy, for the web app we use to ensure “compatibility”, gets told to be careful of what I do and our cybersecurity insurance won’t cover it.

    Be me, looking around at all the minuscule pieces of hardware connected to the internet likely running some form of Linux or Unix.

  • Cevilia (she/they/…)@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    14
    ·
    2 months ago

    Ain’t nobody got time for two commands. sudo apt upgrade --update

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      14
      ·
      2 months ago

      Are you serious? That’s a thing? I’ve been doing apt update and apt upgrade for years

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Yes.

        Also don’t forget && exists for sequential completion of any commands

        • MsFlammkuchen@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          15
          ·
          2 months ago

          && executes the second command, if the command before was successful, || executes the second command if the first one was unsuccessful and ; executes the second command regardless of success.

          • Cevilia (she/they/…)@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            5
            ·
            2 months ago

            I didn’t know any of this, thank you both :)

          • myotheraccount@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            2 months ago

            These are much more useful than the :() ::& ;: operator

            • somerandomperson@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              4
              ·
              2 months ago

              Fun fact and disclaimer: this is a fork bomb. i tried it to run it on my phone via termux, thinking android would act up and terminate termux; but nope, my phone froze. Thankfully i hard-reset my phone by holding [VOLUME_DOWN]+[POWER] for ~5 seconds.

      • Cevilia (she/they/…)@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        I’m absolutely serious.

        You can also add a package name to install it at the same time as doing the upgrade, though personally I prefer to do that as a separate command so I can see what dependencies are needed.

      • Wilmo Bones@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        It also has sudo apt autopurge which does autoremove --purge

  • tomkatt@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    2 months ago

    Even better:

    sudo apt update && sudo apt upgrade -y
    
    • pinpin@sh.itjust.works
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      2 months ago
      sudo apt --update upgrade -y
      
  • DaddleDew@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    2 months ago

    sudo dnf up

  • guldukat@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    2 months ago

    Click Update and Shut Down

    Windows: Updates and restarts

    trollface.jpg

    • Infernal_pizza@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Install Windows - does updates as part of the installation process. Get to desktop and check for updates - more updates to install. Reboot and check for updates again - yet more updates.

    • groet@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      No it will update and once that is done it will shut down. But the update includes a restart so it will restart and then require you to type your password so it can finish the update, after which it will shut down.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 months ago

    Ain’t nobody got time for apt-get. apt all the way.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      Yeah it’s crazy to me that people default to it. For scripts, sure, but apt is so much prettier.

      • groet@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I use apt in scripts and docker files. I don’t even know what apt-get is supposed to do better there?

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          It has a stable API but realistically I can’t see them changing apt so much it matters.

      • /home/pineapplelover@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        I recall somewhere that it makes some kind of difference in scripts

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          apt-get has a stable API is my understanding.

          • somerandomperson@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            wdym “a stable api”?

            • limer@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              2 months ago

              A mythical thing. Humans tell stories of impossible things around campfires and by the light of monitors

  • Best_Jeanist@discuss.online
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    sudo pacman -Syu

    • EddoWagt@feddit.nl
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      I believe sudo pacman without an argument works aswell

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      sudo yay

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        ssu in config, yay -Syu

  • alecsargent@lemmy.zip
    link
    fedilink
    arrow-up
    9
    ·
    2 months ago

    Last week my brother had to use my laptop and install Rstudio(for some University project) because his Mac was too old and slow. I was out of home so I had to instruct him through the phone and I could hear his awe while he explained how easy was to install the program. He told me laughing that he could see the pacman and started to cheer for it, this made my day.

  • ShinkanTrain@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    ⬆️⬆️⬆️⬆️⬆️⬆️ enter

  • MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    Well, true, one of the slowest packaging systems in Linux world is still faster than Windows Update.

  • Echolynx@lemmy.zip
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    I gotta say, apt-get is not my favorite way to update… yay is so much simpler.

    • Wolfram@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      Yay but especially apk keep it much simpler than apt.

      • Echolynx@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        Apk?

        • Wolfram@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          It’s Alpine Linux’s package manager.

  • BartyDeCanter@lemmy.sdf.org
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    alias up='topgrade'

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.

  • 723 users / day
  • 1.48K users / week
  • 3.31K users / month
  • 15K users / 6 months
  • 1 local subscriber
  • 28.1K subscribers
  • 1.85K Posts
  • 69.1K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.13
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org