Update page 'Qubes OS lokinet setup'

master
who am i 4 years ago
parent 948f06e6eb
commit 88d89bacd7

@ -13,6 +13,7 @@ This guide is based on
* lokinet-0.9.8-deb0.9.8.1~deb10 * lokinet-0.9.8-deb0.9.8.1~deb10
________________________________________________________ ________________________________________________________
###**1. Lokinet setup** ###**1. Lokinet setup**
@ -32,10 +33,10 @@ Create new qube
* Template: **Debian-11** * Template: **Debian-11**
* Networking: **default (sys-firewall)** (or sys-whonix, or sys-vpm) * 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** * 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:~$ 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` (1) * `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 update`
* `user@lokinet-vm:~$ sudo apt-get install lokinet-gui -y` * `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` * `[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. * 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) * 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) Add the apt source list to the templateVM (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) * `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` * `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. * 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** * open a terminal in **debian-11-lokinet**
* `user@debian-11-lokinet:~$ sudo apt-get install lokinet-gui -y` * `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 * Anonymity due to unified Tor-Browser fingerprint
* Security and convenience: A hardened Firefox by default. * 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`
... ...

Loading…
Cancel
Save