Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-26 00:13:01 +00:00
parent 17655fbe93
commit d9dd35567e
2 changed files with 54 additions and 0 deletions

17
tldr/linux/torsocks Normal file
View File

@@ -0,0 +1,17 @@
---
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}}`