mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 20:43:39 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# torsocks
|
|
|
|
> Use any application through the Tor network.
|
|
> More information: <https://gitlab.torproject.org/tpo/core/torsocks/>.
|
|
|
|
- Run a command using Tor:
|
|
|
|
`torsocks {{command}}`
|
|
|
|
- Enable or disable Tor in this shell:
|
|
|
|
`. torsocks {{on|off}}`
|