Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-04 00:20:38 +00:00
parent 1a1798715b
commit 01a2679eb0
5 changed files with 37 additions and 7 deletions

View File

@@ -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:

View File

@@ -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]}}`

View File

@@ -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
View 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`

View File

@@ -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: