mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-04 22:39:44 +00:00
Several updates
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
.. _tor-linux:
|
||||
|
||||
*****
|
||||
=====
|
||||
Linux
|
||||
*****
|
||||
=====
|
||||
|
||||
Debian / Ubuntu
|
||||
---------------
|
||||
|
||||
For Debian and Debian-based systems, such as Mint, PopOS etc.
|
||||
|
||||
#. Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt update && sudo apt install tor
|
||||
|
||||
#. That's it! Your Linux machine is now setup to natively use Tor.
|
||||
|
||||
|
||||
Arch
|
||||
----
|
||||
|
||||
Simply install Tor with:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo pacman -S tor
|
||||
|
||||
Reference in New Issue
Block a user