mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
fix legal + new version of sensitive backups tutorial
This commit is contained in:
parent
b25b03ad71
commit
147ade2dd7
29 changed files with 1573 additions and 171 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
|
||||
|
||||
<title>Sensitive use VMs Setup (Whonix VMs in a Veracrypt Hidden Volume)</title>
|
||||
<title>Sensitive VMs Setup (Whonix VMs in a Veracrypt Hidden Volume)</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
|
||||
|
@ -61,7 +61,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>nihilist@mainpc - 2025-04-02</ba></p>
|
||||
<h1>Sensitive use VMs Setup (Whonix VMs in a Veracrypt Hidden Volume) (April 2025 Update) </h1>
|
||||
<h1>Sensitive VMs Setup (Whonix VMs in a Veracrypt Hidden Volume) (April 2025 Update) </h1>
|
||||
<img src="0.png" class="imgRz">
|
||||
<p>In this tutorial we're going to cover how to setup Whonix VMs for Sensitive use. This means that our <a href="../opsec4levels/index.html">OPSEC requirement</a> is that <b>we need to be able to deny the existance of the Sensitive Whonix VM if the adversary ever gets access to our laptop.</b> </p>
|
||||
<p>Now the advantage of this setup, is that it is not going to actually destroy the computer, nor any sensitive data, you can keep using it even after triggering an emergency shutdown. </p>
|
||||
|
@ -106,7 +106,7 @@
|
|||
|
||||
<p>I also recommend making a simple shortcut to trigger the script.sh bashscript to avoid having to open up a terminal and run it every time you want to open up the sensitive VMs after booting in live mode:</p>
|
||||
<pre><code class="nim">
|
||||
[user ~]% xfconf-query -c xfce4-keyboard-shortcuts -n -t 'string' -p '/commands/custom/<Super>s' -s /run/media/private/user/sda/script.sh
|
||||
[user ~]% xfconf-query -c xfce4-keyboard-shortcuts -n -t 'string' -p '/commands/custom/<<i></i>Super>s' -s /run/media/private/user/sda/script.sh
|
||||
|
||||
</pre></code>
|
||||
<p>In this example, i set the <b>Super+S</b> shortcut to run script.sh more easily.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue