This commit is contained in:
nihilist 2024-11-03 18:16:29 +01:00
parent c72d6719ec
commit db4fd98c94
19 changed files with 327 additions and 21 deletions

View file

@ -216,7 +216,16 @@ nihilist@debian:~$ sudo chown nihilist:libvirt -R ISOs
<img src="38.png" class="imgRz">
<img src="39.png" class="imgRz">
<p>Then Bob can use the windows VM for his public usage (such as KYC services, and closed-source software), and use the debian VM for his private usage (any personal matter, with only open source software)</p>
<p>Next, Bob can setup a <a href="../vpn/index.html">VPN</a> by default into his debian VM.</p>
<p>From inside the Debian VM, you can run the following from a terminal to be able to copy and paste from inside the VM out, and from outside the VM in:</p>
<pre><code class="nim">
su -
apt update -y
apt install spice-vdagent -y
reboot now
</pre></code>
<p>Do not do the same for the windows VM, otherwise you'd be allowing the Windows VM to spy on what your clipboard contains, from outside the VM. Make sure it is kept isolated as it is by default here.</p>
<p>Next, Bob can setup a <a href="../vpn/index.html">VPN</a> by default into his debian VM to prevent his ISP from spying on what he is doing.</p>
</div>