mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
Misc edits
This commit is contained in:
@@ -4,85 +4,84 @@
|
||||
Linux
|
||||
=====
|
||||
|
||||
Debian / Ubuntu
|
||||
---------------
|
||||
.. tabs::
|
||||
|
||||
For Debian and Debian-based systems, such as Mint, PopOS etc.
|
||||
.. group-tab:: Debian / Ubuntu
|
||||
|
||||
.. note:: The following install is for the LTS (Long Term Support) version of Tor from Debian. If you would like the latest stable release, The Tor Project maintain their own Debian repository. The instructions to connect to this can be found `here <https://support.torproject.org/apt/tor-deb-repo/>`_.
|
||||
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:
|
||||
.. note:: The following install is for the LTS (Long Term Support) version of Tor from Debian. If you would like the latest stable release, The Tor Project maintain their own Debian repository. The instructions to connect to this can be found `here <https://support.torproject.org/apt/tor-deb-repo/>`_.
|
||||
|
||||
.. code-block:: bash
|
||||
Install the Tor proxy service to your system. To do so, open your terminal and run the following command:
|
||||
|
||||
sudo apt update && sudo apt install tor
|
||||
.. code-block:: bash
|
||||
|
||||
.. tip:: You can check that Tor is running with:
|
||||
sudo apt update && sudo apt install tor
|
||||
|
||||
.. code-block:: bash
|
||||
.. tip:: You can check that Tor is running with:
|
||||
|
||||
systemctl status tor
|
||||
.. code-block:: bash
|
||||
|
||||
In the rare event that Tor is having connectivity issues, you can reset your connection with:
|
||||
systemctl status tor
|
||||
|
||||
.. code-block:: bash
|
||||
In the rare event that Tor is having connectivity issues, you can reset your connection with:
|
||||
|
||||
sudo systemctl restart tor
|
||||
.. code-block:: bash
|
||||
|
||||
Arch / Manjaro
|
||||
--------------
|
||||
sudo systemctl restart tor
|
||||
|
||||
Simply install Tor with:
|
||||
.. group-tab:: Arch / Manjaro
|
||||
|
||||
.. code-block:: bash
|
||||
Simply install Tor with:
|
||||
|
||||
sudo pacman -S tor
|
||||
.. code-block:: bash
|
||||
|
||||
sudo pacman -S tor
|
||||
|
||||
|
||||
.. tip:: You can check that Tor is running with:
|
||||
.. tip:: You can check that Tor is running with:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
systemctl status tor
|
||||
systemctl status tor
|
||||
|
||||
In the rare event that Tor is having connectivity issues, you can reset your connection with:
|
||||
In the rare event that Tor is having connectivity issues, you can reset your connection with:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
sudo systemctl restart tor
|
||||
sudo systemctl restart tor
|
||||
|
||||
CentOS / Fedora / RHEL
|
||||
----------------------
|
||||
.. group-tab:: CentOS / RHEL / Fedora
|
||||
|
||||
1. Configure the Tor Package repository. Add the following to ``/etc/yum.repos.d/tor.repo``:
|
||||
#. Configure the Tor Package repository. Add the following to ``/etc/yum.repos.d/tor.repo``:
|
||||
|
||||
- CentOS / RHEL:
|
||||
- CentOS / RHEL:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
[Tor]
|
||||
name=Tor for Enterprise Linux $releasever - $basearch
|
||||
baseurl=https://rpm.torproject.org/centos/$releasever/$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.torproject.org/centos/public_gpg.key
|
||||
cost=100
|
||||
[Tor]
|
||||
name=Tor for Enterprise Linux $releasever - $basearch
|
||||
baseurl=https://rpm.torproject.org/centos/$releasever/$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.torproject.org/centos/public_gpg.key
|
||||
cost=100
|
||||
|
||||
|
||||
- Fedora:
|
||||
- Fedora:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
[Tor]
|
||||
name=Tor for Fedora $releasever - $basearch
|
||||
baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.torproject.org/fedora/public_gpg.key
|
||||
cost=100
|
||||
[Tor]
|
||||
name=Tor for Fedora $releasever - $basearch
|
||||
baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.torproject.org/fedora/public_gpg.key
|
||||
cost=100
|
||||
|
||||
2. Then install the Tor package:
|
||||
#. Then install the Tor package:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
sudo dnf install tor
|
||||
sudo dnf install tor
|
||||
|
||||
Reference in New Issue
Block a user