Browse Source

Update 'README.md'

pull/1/head
onryo 2 years ago
parent
commit
55b9b76495
  1. 27
      README.md

27
README.md

@ -172,4 +172,29 @@ First sync (will be fixed) | Close & open it again
:----------------------------:|:----------------------------:
![](files/startupGIF_01.png) | ![](files/startupGIF_02.png)
# Tor
# Tor
Install `tor` and enable it by default.
```
sudo apt install tor torsocks
```
Check if Tor is running, should be `[ ok ] tor is running.`
```
sudo service tor status
```
Use the Tor network by default for shell commands.<br>
You will see `Tor mode activated. Every command will be torified for this shell.`
```
source torsocks on
```
To enable `torsocks` or all new shell sessions and after reboot, use the following command:
```
echo ". torsocks on" >> ~/.bashrc
```
Loading…
Cancel
Save