Proxychains und Tor Installation: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Installion= *sudo apt install proxychains tor -y“) |
|||
| Zeile 1: | Zeile 1: | ||
| − | = | + | =Installation= |
*sudo apt install proxychains tor -y | *sudo apt install proxychains tor -y | ||
| + | =Enablen und Starten= | ||
| + | *systemctl enable tor --now | ||
| + | =Status checken= | ||
| + | *systemctl status tor | ||
| + | <pre> | ||
| + | ● tor.service - Anonymizing overlay network for TCP (multi-instance-master) | ||
| + | Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: disabled) | ||
| + | Active: active (exited) since Tue 2023-03-21 20:13:29 CET; 36s ago | ||
| + | Process: 89530 ExecStart=/bin/true (code=exited, status=0/SUCCESS) | ||
| + | Main PID: 89530 (code=exited, status=0/SUCCESS) | ||
| + | CPU: 2ms | ||
| + | </pre> | ||
Version vom 21. März 2023, 19:14 Uhr
Installation
- sudo apt install proxychains tor -y
Enablen und Starten
- systemctl enable tor --now
Status checken
- systemctl status tor
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: disabled)
Active: active (exited) since Tue 2023-03-21 20:13:29 CET; 36s ago
Process: 89530 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 89530 (code=exited, status=0/SUCCESS)
CPU: 2ms