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

    Linux OS Thoughts?

    Water Closet
    windowstolinux linux linux desktop
    11
    63
    4.1k
    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.
    • DustinB3403D
      DustinB3403 @WrCombs
      last edited by

      @WrCombs https://republicofit.com/topic/20679/linux-os-thoughts/47

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

        @WrCombs said in Linux OS Thoughts?:

        @DustinB3403 said in Linux OS Thoughts?:

        @WrCombs said in Linux OS Thoughts?:

        @DustinB3403 said in Linux OS Thoughts?:

        If you wanted a one-liner

        sudo dnf group install --with-optional virtualization -y && systemctl start libvirtd && systemctl enable libvirtd

        sudo dnf -y install virt-manager

        That's not the guest utils etc, just one piece of the pie.

        why don't you build a guide.

        That one command is his whole guide. Just run the command, you have a KVM system.

        sudo dnf install @virtualization -y
        
        DustinB3403D WrCombsW JaredBuschJ 3 Replies Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @scottalanmiller
          last edited by

          @scottalanmiller and if you needed/wanted additional tools, you could run the longer version which I linked too.

          1 Reply Last reply Reply Quote 0
          • WrCombsW
            WrCombs @scottalanmiller
            last edited by

            @scottalanmiller said in Linux OS Thoughts?:

            @WrCombs said in Linux OS Thoughts?:

            @DustinB3403 said in Linux OS Thoughts?:

            @WrCombs said in Linux OS Thoughts?:

            @DustinB3403 said in Linux OS Thoughts?:

            If you wanted a one-liner

            sudo dnf group install --with-optional virtualization -y && systemctl start libvirtd && systemctl enable libvirtd

            sudo dnf -y install virt-manager

            That's not the guest utils etc, just one piece of the pie.

            why don't you build a guide.

            That one command is his whole guide. Just run the command, you have a KVM system.

            sudo dnf -y install virt-manager
            

            but how do I check if im able to run to on intel-v or amd-v?

            DustinB3403D scottalanmillerS black3dynamiteB 3 Replies Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403 @WrCombs
              last edited by

              @WrCombs said in Linux OS Thoughts?:

              @scottalanmiller said in Linux OS Thoughts?:

              @WrCombs said in Linux OS Thoughts?:

              @DustinB3403 said in Linux OS Thoughts?:

              @WrCombs said in Linux OS Thoughts?:

              @DustinB3403 said in Linux OS Thoughts?:

              If you wanted a one-liner

              sudo dnf group install --with-optional virtualization -y && systemctl start libvirtd && systemctl enable libvirtd

              sudo dnf -y install virt-manager

              That's not the guest utils etc, just one piece of the pie.

              why don't you build a guide.

              That one command is his whole guide. Just run the command, you have a KVM system.

              sudo dnf -y install virt-manager
              

              but how do I check if im able to run to on intel-v or amd-v?

              Doesn't matter, if your hardware doesn't support virtualization, you're dead in the water anyways.

              1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403
                last edited by

                The additional tools are really nice though, being able to mount and browse a file system of a guest without having to go into the guest. . . ahhh I'm drooling.

                File recovery anyone?

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

                  @WrCombs said in Linux OS Thoughts?:

                  but how do I check if im able to run to on intel-v or amd-v?

                  Are you using a computer from 2004? Otherwise, you should be good 😉

                  WrCombsW 1 Reply Last reply Reply Quote 0
                  • black3dynamiteB
                    black3dynamite @WrCombs
                    last edited by black3dynamite

                    @WrCombs said in Linux OS Thoughts?:

                    @scottalanmiller said in Linux OS Thoughts?:

                    @WrCombs said in Linux OS Thoughts?:

                    @DustinB3403 said in Linux OS Thoughts?:

                    @WrCombs said in Linux OS Thoughts?:

                    @DustinB3403 said in Linux OS Thoughts?:

                    If you wanted a one-liner

                    sudo dnf group install --with-optional virtualization -y && systemctl start libvirtd && systemctl enable libvirtd

                    sudo dnf -y install virt-manager

                    That's not the guest utils etc, just one piece of the pie.

                    why don't you build a guide.

                    That one command is his whole guide. Just run the command, you have a KVM system.

                    sudo dnf -y install virt-manager
                    

                    but how do I check if im able to run to on intel-v or amd-v?

                    Besides going to the BIOS to confirm if Virtualization is enabled.
                    Use this command

                    egrep -c '(svm|vmx)' /proc/cpuinfo
                    

                    You want the output to not show 0.

                    1 Reply Last reply Reply Quote 1
                    • WrCombsW
                      WrCombs @scottalanmiller
                      last edited by

                      @scottalanmiller said in Linux OS Thoughts?:

                      @WrCombs said in Linux OS Thoughts?:

                      but how do I check if im able to run to on intel-v or amd-v?

                      Are you using a computer from 2004? Otherwise, you should be good 😉

                      well.. Its always possible 😉

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

                        @scottalanmiller said in Linux OS Thoughts?:

                        @WrCombs said in Linux OS Thoughts?:

                        @DustinB3403 said in Linux OS Thoughts?:

                        @WrCombs said in Linux OS Thoughts?:

                        @DustinB3403 said in Linux OS Thoughts?:

                        If you wanted a one-liner

                        sudo dnf group install --with-optional virtualization -y && systemctl start libvirtd && systemctl enable libvirtd

                        sudo dnf -y install virt-manager

                        That's not the guest utils etc, just one piece of the pie.

                        why don't you build a guide.

                        That one command is his whole guide. Just run the command, you have a KVM system.

                        sudo dnf install @virtualization -y
                        

                        That is not a guide. It is a single command with no reasoning behind what it is or why it is or how to then use KVM after running it.

                        3cb2ff57-3a8f-4556-9db6-ef1a105e3701-image.png

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

                          @scottalanmiller said in Linux OS Thoughts?:

                          @JaredBusch said in Linux OS Thoughts?:

                          @scottalanmiller said in Linux OS Thoughts?:

                          @WrCombs said in Linux OS Thoughts?:

                          @WrCombs said in Linux OS Thoughts?:

                          @scottalanmiller said in Linux OS Thoughts?:

                          @WrCombs said in Linux OS Thoughts?:

                          @Dashrender said in Linux OS Thoughts?:

                          Back to the OP.

                          @WrCombs wants to things most likely...

                          a desktop environment to run in - So Fedora or Ubuntu most likely... and then a separate "server" box to install Linux Server OSes on to experiment with to do things like - setup FreePBX, setup NC, setup file server, etc.

                          yes.
                          I could even VM those, right? or no? - Forgive the newbness, but I'm thinking a Desktop and then run a VM Boxes with server OS's to do what @Dashrender is saying and thoughts on which ones to try.

                          Boxes is weird, but yes. Throw Fedora or Ubuntu onto a laptop or desktop, install KVM, and virtualize anything that you want. You get a fully functional, and gorgeous desktop environment, but can test any server OS or alternative desktop OS that you like.

                          sounds like the likely chose..
                          I know they're out there; anyone got the link for the guides?

                          for installing KVM ;
                          I'll start another list of projects that I'm going to work on and go from there

                          https://computingforgeeks.com/how-to-install-kvm-on-fedora/

                          Did I not have a guide here on ML?

                          For KVM on Fedora? Don't recall one.

                          Apparently not. I just did some searching, and it is mostly posts and screenshots of the various things in other people's threads.

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 3
                          • 4
                          • 4 / 4
                          • First post
                            Last post