This repository has been archived on 2024-01-13 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-07-30 03:06:42 +00:00
< h1 id = "win10" class = "anchor" > < a href = "#vm" > < i class = "fas fa-link anchor-icon" > < / i > < / a > Use VMs for isolation.< / h1 >
< div class = "alert alert-warning" role = "alert" >
2019-07-30 03:22:33 +00:00
< strong > When opening up insecure applications use a VM!< / strong >
2019-07-30 03:06:42 +00:00
< / div >
< img src = "/assets/img/layout/vm.jpg" width = "367" height = "369" class = "img-fluid float-right" alt = "virtual-machine-logo" style = "margin-left:10px;" >
< ol >
< li > < strong > Choosing a strong hyperviser.< / strong >
< ul >
2019-07-30 03:25:44 +00:00
< li > Use one that is href="https://www.wikipedia.org/wiki/Free_software">free software< / a > like QEMU< / li >
< li > Stay wary of KVM as it can be a security risk (accesses kernel).< / li >
2019-07-30 03:06:42 +00:00
< li > Choose one with managable settings like shared clipboard.< / li >
< / ul >
< / li >
< li > < strong > Choosing an OS.< / strong >
< ul >
2019-07-30 03:25:44 +00:00
< li > View our < a href = "https://www.privacytools.io/operating-systems/" > OS section< / a > for information on OSes that respect your privacy.< / li >
2019-07-30 03:06:42 +00:00
< / ul >
< / li >
< / ol >
< h3 > Related Information< / h3 >
< ul >
< li > < a href = "https://security.stackexchange.com/questions/73338/can-virtual-machines-be-used-to-isolate-vulnerable-software" > VMs Have Flaws< / a > - Security Stack Echange question "Can virtual machines be used to isolate vulnerable software?".< / li >
< / ul >