mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 18:00:06 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/oniux
Normal file
30
tldr/linux/oniux
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# oniux
|
||||
|
||||
> Isolate an arbitrary application and route traffic over the Tor network.
|
||||
> Note: This is experimental software.
|
||||
> More information: <https://gitlab.torproject.org/tpo/core/oniux>.
|
||||
|
||||
- Isolate an application:
|
||||
|
||||
`oniux {{command}}`
|
||||
|
||||
- Query a website:
|
||||
|
||||
`oniux curl {{https://example.com}}`
|
||||
|
||||
- Query an onion site:
|
||||
|
||||
`oniux curl {{http://example.onion}}`
|
||||
|
||||
- Run an entire shell in "torified" isolation:
|
||||
|
||||
`oniux bash`
|
||||
|
||||
- Isolate graphical applications in desktop environments:
|
||||
|
||||
`oniux hexchat`
|
||||
Reference in New Issue
Block a user