mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 03:45:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# jenv
|
||||
|
||||
> Manage the "JAVA_HOME" environment variable.
|
||||
> More information: <https://www.jenv.be/>.
|
||||
> More information: <https://github.com/jenv/jenv/>.
|
||||
|
||||
- Add a Java version to jEnv:
|
||||
|
||||
|
||||
@@ -12,10 +12,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`iwctl`
|
||||
|
||||
- Call general help:
|
||||
|
||||
`iwctl {{[-h|--help]}}`
|
||||
|
||||
- Display your Wi-Fi stations:
|
||||
|
||||
`iwctl station list`
|
||||
@@ -31,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Connect to a network with a station, if credentials are needed they will be asked:
|
||||
|
||||
`iwctl station {{station}} connect {{network_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`iwctl {{[-h|--help]}}`
|
||||
|
||||
@@ -15,4 +15,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List the specified attribute only:
|
||||
|
||||
`modinfo {{[-F|--field]}} {{author|description|license|parm|filename}} {{kernel_module}}`
|
||||
`modinfo {{[-F|--field]}} {{author|description|license|parm|filename|version|...}} {{kernel_module}}`
|
||||
|
||||
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`
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# udevadm
|
||||
|
||||
> Linux `udev` management tool.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/udevadm>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/udevadm.html>.
|
||||
|
||||
- Monitor all device events:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user