From d7209dda96aa76b185c4de47ed0d6d13d41a45de Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 3 Mar 2025 00:19:01 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/ubus | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tldr/linux/ubus diff --git a/tldr/linux/ubus b/tldr/linux/ubus new file mode 100644 index 00000000..31a7605f --- /dev/null +++ b/tldr/linux/ubus @@ -0,0 +1,21 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# ubus + +> Interact with an OpenWrt ubusd server. +> More information: . + +- List available objects: + +`ubus list` + +- Retrieve system information in JSON format: + +`ubus call system board` + +- Listen to events: + +`ubus subscribe {{event_name}}`