mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
Labeled key points with <b>
This commit is contained in:
parent
19f554029d
commit
7d9a09aa76
2 changed files with 13 additions and 11 deletions
|
@ -63,7 +63,7 @@
|
|||
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>nihilist - 00 / 00 / 00</ba></p>
|
||||
<h1>Qubes OS guide </h1>
|
||||
<p>Official site of Qubes OS <a href="https://www.qubes-os.org">https://www.qubes-os.org</a></p>
|
||||
<p>When you land into this tutorial, I assume you already have some Linux experience, if not this might not be suitable for you, since Qubes OS is not very user-friendly. I recommend you to try some normal Linux distribution first <a href="../linux/index.html">How to Install Linux as a beginner</a></p>
|
||||
<p>When you land into this tutorial, I assume you already have some Linux experience, if not this might not be suitable for you, since Qubes OS is <b>not very user-friendly</b>. I recommend you to try some normal Linux distribution first <a href="../linux/index.html">How to Install Linux as a beginner</a></p>
|
||||
<p>Qubes OS is a very cutting edge OS that uses virtualization everywhere to compartmentalize your digital life. It is technically not a Linux distribution, it is built on Xen which is a type 1 hypervisor that runs on bare metal, <a href="https://en.wikipedia.org/wiki/Xen">https://en.wikipedia.org/wiki/Xen</a></p>
|
||||
<p>First you have Xen hypervisor booted at startup, then you get separate VM for all of your activities. Because all of your activities are separated by VM, one of them get hacked will not compromise the security of your entire system. It is like manage your personal pc like a server, that is why Qubes OS is a highly secure OS if used correctly</p>
|
||||
<p>If you want to dive into the tech details and concepts about Qubes, official document is the best place <a href="https://www.qubes-os.org/intro/">https://www.qubes-os.org/intro/</a></p>
|
||||
|
@ -122,7 +122,7 @@ $ sudo blkid
|
|||
<pre><code class="nim">
|
||||
$ sudo dd if=file_name.iso of=/dev/sda status=progress
|
||||
</code></pre>
|
||||
<p>Warning: dd is a low level tool aka data destroyer, check the parameters carefully and make sure parameters behind "of" points towards your usb, otherwise it might nuke your computer !!!</p>
|
||||
<p>Warning: dd is a low level tool aka <b>data destroyer</b>, check the parameters carefully and make sure parameters behind "of" points towards your usb, otherwise it might nuke your computer !!!</p>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
|
@ -155,7 +155,7 @@ $ sudo dd if=file_name.iso of=/dev/sda status=progress
|
|||
<p>If you are installing on a fresh drive just check the three areas on the pictures</p>
|
||||
<p>Next is to choose a disk encryption password, notice this is the password used to encrypt your disk and is the only thing protects you when FBI kicks your door, so make sure it is strong enough</p>
|
||||
<img src="Screenshot From 2024-12-05 16-29-12.png" class="imgRz" style="width: 900px">
|
||||
<p>Select "delete all" and "reclaim space", make sure you backed up everything!</p>
|
||||
<p>Select "delete all" and "reclaim space", make sure you <b>backed up </b>everything!</p>
|
||||
<img src="Screenshot From 2024-12-05 16-29-23.png" class="imgRz" style="width: 900px">
|
||||
<p>Next create a user with password, this is the password you will use to unlock the screen</p>
|
||||
<img src="Screenshot From 2024-12-05 16-29-33.png" class="imgRz" style="width: 900px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue