From 01a2679eb0a25779bc8364f6785a871f51bf5900 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 4 Jun 2025 00:20:38 +0000 Subject: [PATCH] Update cheatsheets --- tldr/jenv | 2 +- tldr/linux/iwctl | 8 ++++---- tldr/linux/modinfo | 2 +- tldr/linux/oniux | 30 ++++++++++++++++++++++++++++++ tldr/linux/udevadm | 2 +- 5 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 tldr/linux/oniux diff --git a/tldr/jenv b/tldr/jenv index 120e4ab5..730f81a7 100644 --- a/tldr/jenv +++ b/tldr/jenv @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jenv > Manage the "JAVA_HOME" environment variable. -> More information: . +> More information: . - Add a Java version to jEnv: diff --git a/tldr/linux/iwctl b/tldr/linux/iwctl index ea1484df..f0a93fdf 100644 --- a/tldr/linux/iwctl +++ b/tldr/linux/iwctl @@ -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]}}` diff --git a/tldr/linux/modinfo b/tldr/linux/modinfo index 020a17dd..4e3298ed 100644 --- a/tldr/linux/modinfo +++ b/tldr/linux/modinfo @@ -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}}` diff --git a/tldr/linux/oniux b/tldr/linux/oniux new file mode 100644 index 00000000..42da6630 --- /dev/null +++ b/tldr/linux/oniux @@ -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: . + +- 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` diff --git a/tldr/linux/udevadm b/tldr/linux/udevadm index b5daf9a5..a342362d 100644 --- a/tldr/linux/udevadm +++ b/tldr/linux/udevadm @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # udevadm > Linux `udev` management tool. -> More information: . +> More information: . - Monitor all device events: