From 88d89bacd73d4b0879f27976c51f360197bf88a3 Mon Sep 17 00:00:00 2001 From: who am i Date: Sun, 30 Jan 2022 14:41:45 +0100 Subject: [PATCH] Update page 'Qubes OS lokinet setup' --- Qubes-OS-lokinet-setup.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index 02a2baf..f61a4f0 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -13,6 +13,7 @@ This guide is based on * lokinet-0.9.8-deb0.9.8.1~deb10 + ________________________________________________________ ###**1. Lokinet setup** @@ -32,10 +33,10 @@ Create new qube * Template: **Debian-11** * Networking: **default (sys-firewall)** (or sys-whonix, or sys-vpm) -Add the apt source list and install lokinet: +Add the apt source list and install lokinet (1): * open a terminal in **lokinet-vm** -* `user@lokinet-vm:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg` (1) -* `user@lokinet-vm:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list` (1) +* `user@lokinet-vm:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg` +* `user@lokinet-vm:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list` * `user@lokinet-vm:~$ sudo apt update` * `user@lokinet-vm:~$ sudo apt-get install lokinet-gui -y` @@ -53,11 +54,12 @@ Create a new templateVM and add the apt source list * `[user@dom0~]$ qvm-clone debian-11 debian-11-lokinet` * open the templateVM settings *[Dom0] Settings: debian-11-lokinet*, confirm your setting with *Apply* and keep the window open. * allow networking: Networking: **sys-firewall** (or sys-whonix, or sys-vpm) -* `user@debian-11-lokinet:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg` (1) -* `user@debian-11-lokinet:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list` (1) +Add the apt source list to the templateVM (1): +* `user@debian-11-lokinet:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg` +* `user@debian-11-lokinet:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list` * `user@debian-11-lokinet:~$ sudo apt update` * go back to your templateVM settings *[Dom0] Settings: debian-11-lokinet*, set the networking back to **default(none)** and confirm with *Apply* and close the setting window. -Install lokinet +Install lokinet (1) * open a terminal in **debian-11-lokinet** * `user@debian-11-lokinet:~$ sudo apt-get install lokinet-gui -y` @@ -83,12 +85,14 @@ You can use any web-browser to access lokinet (.loki) or use lokinet exit node. * Anonymity due to unified Tor-Browser fingerprint * Security and convenience: A hardened Firefox by default. -Install the Tor-Browser: https://www.torproject.org/download/languages +The following describtion will based on the [Simple setup for one standalone AppVM](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#simple-setup-for-one-standalone-appvm). For the template approach you need to make the installation and modification within the templateVM or if you want to keep it on the AppVM level, do all operations in the user directories. -Open the terminal of your freshly created AppVM (lokinet) and move the tor-browser to system directory `/opt` +Download the Tor-Browser (https://www.torproject.org/download/languages) +Open the terminal of your freshly created AppVM (lokinet) and move the tor-browser to system directory `/opt` -**`user@lokinet:~$ mv tor-browser /opt`** +For the +`user@lokinet:~$ mv tor-browser /opt` ...