ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.3m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • EddieJenningsE
      EddieJennings
      last edited by

      Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @EddieJennings
        last edited by

        @eddiejennings said in What Are You Doing Right Now:

        Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

        dnf upgrade --refresh -y
        dnf install dnf-plugin-system-upgrade -y
        dnf system-upgrade download --refresh --releasever=27 -y
        dnf system-upgrade reboot
        
        EddieJenningsE 1 Reply Last reply Reply Quote 1
        • EddieJenningsE
          EddieJennings @JaredBusch
          last edited by EddieJennings

          @jaredbusch said in What Are You Doing Right Now:

          @eddiejennings said in What Are You Doing Right Now:

          Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

          dnf upgrade --refresh -y
          dnf install dnf-plugin-system-upgrade -y
          dnf system-upgrade download --refresh --releasever=27 -y
          dnf system-upgrade reboot
          

          Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

          black3dynamiteB 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch
            last edited by JaredBusch

            KVM host all rebooted. Now performing the same upgrade to my Plex VM.

            691 packages there.
            0_1511155913805_821c66cd-73b7-449e-969d-53fa3649cad9-image.png

            NerdyDadN 1 Reply Last reply Reply Quote 2
            • black3dynamiteB
              black3dynamite @EddieJennings
              last edited by

              @eddiejennings said in What Are You Doing Right Now:

              @jaredbusch said in What Are You Doing Right Now:

              @eddiejennings said in What Are You Doing Right Now:

              Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

              dnf upgrade --refresh -y
              dnf install dnf-plugin-system-upgrade -y
              dnf system-upgrade download --refresh --releasever=27 -y
              dnf system-upgrade reboot
              

              Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

              You're trying to hard.
              https://fedoraproject.org/wiki/DNF_system_upgrade

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • EddieJenningsE
                EddieJennings
                last edited by

                Figured I'd do one post from Fedora 27 before I head to sleep. Good night, all!

                1 Reply Last reply Reply Quote 0
                • hobbit666H
                  hobbit666
                  last edited by

                  Kali updates and stuff. Also some more on the Pi's today I think.

                  1 Reply Last reply Reply Quote 0
                  • travisdh1T
                    travisdh1 @EddieJennings
                    last edited by

                    @eddiejennings said in What Are You Doing Right Now:

                    Just discovered sed. Nifty tool, but dangerous.

                    Once you learn it's particular implementation of regular expressions, it's like a new best friend. Enables you to script all the things.

                    1 Reply Last reply Reply Quote 0
                    • nadnerBN
                      nadnerB
                      last edited by

                      Installing Battlefront II... the LucasArts version

                      1 Reply Last reply Reply Quote 0
                      • NerdyDadN
                        NerdyDad @JaredBusch
                        last edited by

                        @jaredbusch said in What Are You Doing Right Now:

                        KVM host all rebooted. Now performing the same upgrade to my Plex VM.

                        691 packages there.
                        0_1511155913805_821c66cd-73b7-449e-969d-53fa3649cad9-image.png

                        I so want to do this some time. Wife still doesn't understand it.

                        1 Reply Last reply Reply Quote 0
                        • travisdh1T
                          travisdh1
                          last edited by travisdh1

                          Just opened my lab Pi-Hole install to the world, now I can use it for all the things. Also have to watch the usage on the thing, don't want you all to bring it down.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @black3dynamite
                            last edited by

                            @black3dynamite said in What Are You Doing Right Now:

                            @eddiejennings said in What Are You Doing Right Now:

                            @jaredbusch said in What Are You Doing Right Now:

                            @eddiejennings said in What Are You Doing Right Now:

                            Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

                            dnf upgrade --refresh -y
                            dnf install dnf-plugin-system-upgrade -y
                            dnf system-upgrade download --refresh --releasever=27 -y
                            dnf system-upgrade reboot
                            

                            Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

                            You're trying to hard.
                            https://fedoraproject.org/wiki/DNF_system_upgrade

                            I had already posted a one liner in this thread to just run and it fully updates.

                            travisdh1T JaredBuschJ 2 Replies Last reply Reply Quote 1
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Niece just got in from the clinic, she has a terrible cold and double ear infections.

                              travisdh1T 1 Reply Last reply Reply Quote 0
                              • travisdh1T
                                travisdh1 @scottalanmiller
                                last edited by

                                @scottalanmiller said in What Are You Doing Right Now:

                                @black3dynamite said in What Are You Doing Right Now:

                                @eddiejennings said in What Are You Doing Right Now:

                                @jaredbusch said in What Are You Doing Right Now:

                                @eddiejennings said in What Are You Doing Right Now:

                                Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

                                dnf upgrade --refresh -y
                                dnf install dnf-plugin-system-upgrade -y
                                dnf system-upgrade download --refresh --releasever=27 -y
                                dnf system-upgrade reboot
                                

                                Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

                                You're trying to hard.
                                https://fedoraproject.org/wiki/DNF_system_upgrade

                                I had already posted a one liner in this thread to just run and it fully updates.

                                You should've put that in it's own thread, makes it easier to find latter on.

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • travisdh1T
                                  travisdh1 @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  Niece just got in from the clinic, she has a terrible cold and double ear infections.

                                  Yuck, tell her to stop taking after me in my childhood, that's no fun at all.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @travisdh1
                                    last edited by

                                    @travisdh1 said in What Are You Doing Right Now:

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    Niece just got in from the clinic, she has a terrible cold and double ear infections.

                                    Yuck, tell her to stop taking after me in my childhood, that's no fun at all.

                                    She's pretty old for this.

                                    EddieJenningsE 1 Reply Last reply Reply Quote 0
                                    • EddieJenningsE
                                      EddieJennings @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      @travisdh1 said in What Are You Doing Right Now:

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      Niece just got in from the clinic, she has a terrible cold and double ear infections.

                                      Yuck, tell her to stop taking after me in my childhood, that's no fun at all.

                                      She's pretty old for this.

                                      Problem solved.

                                      1 Reply Last reply Reply Quote 1
                                      • JaredBuschJ
                                        JaredBusch @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @black3dynamite said in What Are You Doing Right Now:

                                        @eddiejennings said in What Are You Doing Right Now:

                                        @jaredbusch said in What Are You Doing Right Now:

                                        @eddiejennings said in What Are You Doing Right Now:

                                        Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

                                        dnf upgrade --refresh -y
                                        dnf install dnf-plugin-system-upgrade -y
                                        dnf system-upgrade download --refresh --releasever=27 -y
                                        dnf system-upgrade reboot
                                        

                                        Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

                                        You're trying to hard.
                                        https://fedoraproject.org/wiki/DNF_system_upgrade

                                        I had already posted a one liner in this thread to just run and it fully updates.

                                        Actually, couple issues.

                                        1. I hate those concatenated command one liners. it does not educate people as it is hard for a normal person to parse visually.
                                        2. putting it on multiple lines accomplishes the same thing when the user copy/pastes it into their terminal window.
                                        3. You did not use the -y switch, so it has to be monitored. If you are going to put something up there just to copy paste, there is no point in not using the -y switch.
                                        1 Reply Last reply Reply Quote 1
                                        • JaredBuschJ
                                          JaredBusch @travisdh1
                                          last edited by

                                          @travisdh1 said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @black3dynamite said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          @jaredbusch said in What Are You Doing Right Now:

                                          @eddiejennings said in What Are You Doing Right Now:

                                          Learning how to upgrade my laptop to Fedora 27 via dnf rather than going to sleep.

                                          dnf upgrade --refresh -y
                                          dnf install dnf-plugin-system-upgrade -y
                                          dnf system-upgrade download --refresh --releasever=27 -y
                                          dnf system-upgrade reboot
                                          

                                          Yep. I kept looking for the system-upgrade parameter in the man pages, and then realized I had to install that plugin.

                                          You're trying to hard.
                                          https://fedoraproject.org/wiki/DNF_system_upgrade

                                          I had already posted a one liner in this thread to just run and it fully updates.

                                          You should've put that in it's own thread, makes it easier to find latter on.

                                          There is a thread from Fedora 25 to 26 already.
                                          https://mangolassi.it/topic/14388/updating-fedora-25-to-fedora-26-with-dnf/1

                                          Maybe you need to search better?

                                          NerdyDadN ObsolesceO 2 Replies Last reply Reply Quote 0
                                          • dafyreD
                                            dafyre
                                            last edited by

                                            Speaking of Fedora... I'm installing it on a USB drive now. No Wifi drivers in the installer, so I'll add those after the fact.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2588
                                            • 2589
                                            • 2590
                                            • 2591
                                            • 2592
                                            • 4443
                                            • 4444
                                            • 2590 / 4444
                                            • First post
                                              Last post