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

    Qubes OS - Using Xen to Secure Linux

    News
    qubes xen fedora linux security
    8
    22
    2.9k
    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.
    • bigbearB
      bigbear @NerdyDad
      last edited by

      @NerdyDad said in Qubes OS - Using Xen to Secure Linux:

      Did a Google search the other day on the most secure or and Qubes was at the top. I tried to install it in Virtual box but had a problem with partitioning the drive.

      Instead, I just may backup my laptop, install Qubes, and then restore windows as an AppVM, or its own domain.

      I haven't tried with Windows yet, last a read there was no audio and limited GPU support. Also Windows isnt my idea of a secure desktop, no matter what it runs with, lol.

      Would be interested to know how you fair though.

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

        @bigbear said in Qubes OS - Using Xen to Secure Linux:

        @NerdyDad said in Qubes OS - Using Xen to Secure Linux:

        Did a Google search the other day on the most secure or and Qubes was at the top. I tried to install it in Virtual box but had a problem with partitioning the drive.

        Instead, I just may backup my laptop, install Qubes, and then restore windows as an AppVM, or its own domain.

        I haven't tried with Windows yet, last a read there was no audio and limited GPU support. Also Windows isnt my idea of a secure desktop, no matter what it runs with, lol.

        Would be interested to know how you fair though.

        Need Win10 for work. Can't go without that. Not totally concerned about audio though. I might attempt on a personal that isn't on the HCL and go from there.

        1 Reply Last reply Reply Quote 1
        • NerdyDadN
          NerdyDad
          last edited by

          Installed Qubes and is running. I like the concept but I kind of at the point of "Okay, what now?". I attempted to install the Brave browser and keep getting blocked. My best guess right now is outside firewall because we're not a Linux house at all. Attempted to do a Yum update and discovered that yum has been deprecated and is now going to DNF. WTF?

          mlnewsM 1 Reply Last reply Reply Quote 0
          • mlnewsM
            mlnews @NerdyDad
            last edited by

            @NerdyDad said in Qubes OS - Using Xen to Secure Linux:

            Installed Qubes and is running. I like the concept but I kind of at the point of "Okay, what now?". I attempted to install the Brave browser and keep getting blocked. My best guess right now is outside firewall because we're not a Linux house at all. Attempted to do a Yum update and discovered that yum has been deprecated and is now going to DNF. WTF?

            DNF replaced YUM in the Fedora world a few releases ago.

            YUM is ancient.

            1 Reply Last reply Reply Quote 1
            • stacksofplatesS
              stacksofplates
              last edited by

              The DNF commands are essentially the same. The only one I've noticed a difference on was yum localinstall package.rpm. It's now dnf install ./package.rpm.

              And yum-cron is now dnf-automatic. That's about the only differences you see from a high level.

              1 Reply Last reply Reply Quote 2
              • stacksofplatesS
                stacksofplates
                last edited by

                One other thing that struck me. For some odd reason DNF usually requires the full path to do a provides search. So an easy way to fix that is

                dnf provides "*"/command
                

                The asterisk is the wildcard for any path. So an example

                [jhooks@megatron ~]$ sudo dnf provides "*"/nslookup
                Last metadata expiration check: 3:03:21 ago on Wed Mar 22 16:36:46 2017.
                bind-utils-32:9.10.4-2.P3.fc25.x86_64 : Utilities for querying DNS name servers
                Repo        : @System
                
                bind-utils-32:9.10.4-2.P3.fc25.x86_64 : Utilities for querying DNS name servers
                Repo        : fedora
                
                bind-utils-32:9.10.4-4.P6.fc25.x86_64 : Utilities for querying DNS name servers
                Repo        : updates
                
                1 Reply Last reply Reply Quote 4
                • NerdyDadN
                  NerdyDad
                  last edited by

                  So I was able to get passed dnf by discovering that once you connect it to the Internet that it reaches out and pulls the updates. Updates are pretty simple to manage, as long as you manage the vm appropriately.

                  All default VM's are updated and I am in the process of installing Kali. However, I have run into another problem. One of the reasons why I wanted Qubes was to be able to setup and learn CentOS & Freepbx, along with several other server systems. When I go to install a server, I receive anews error trying to create a templateVM or to make it a standalone. It doesn't have the specs for an x86_64 HVM.

                  Got any suggestions?

                  RomoR 1 Reply Last reply Reply Quote 0
                  • RomoR
                    Romo @NerdyDad
                    last edited by

                    @NerdyDad What is the error that appears?

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

                      @Romo
                      0_1490388716826_1490388700463896111934.jpg

                      RomoR 2 Replies Last reply Reply Quote 0
                      • RomoR
                        Romo @NerdyDad
                        last edited by

                        @NerdyDad You can't build it a standalone either?

                        1 Reply Last reply Reply Quote 0
                        • RomoR
                          Romo @NerdyDad
                          last edited by

                          @NerdyDad https://www.qubes-os.org/doc/building-non-fedora-template/ that's for creating your own template not that easy to create.

                          But it should let you build it as standalone and HVM
                          https://www.qubes-os.org/doc/hvm/

                          @NerdyDad said in Qubes OS - Using Xen to Secure Linux:

                          One of the reasons why I wanted Qubes was to be able to setup and learn CentOS & Freepbx, along with several other server systems. When I go to install a server, I receive anews error trying to create a templateVM or to make it a standalone. It doesn't have the specs for an x86_64 HVM.

                          Instead of using Qubes, did you try just using a regular linux distro and using KVM with virt-manager.

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

                            I think that you have the wrong tool for the job. Others are correct, you just want a normal KVM install. Qubes is the wrong tool here.

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

                              @scottalanmiller said in Qubes OS - Using Xen to Secure Linux:

                              I think that you have the wrong tool for the job. Others are correct, you just want a normal KVM install. Qubes is the wrong tool here.

                              😞

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