Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Bind a USB device to `usbip` on the server:
`sudo usbip bind --busid={{bus_id}}`
`sudo usbip bind --busid {{bus_id}}`
- Load the kernel module required by `usbip` on the client:
@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Attach to the `usbip` device on the client (bus ID is the same as on the server):
`sudo usbip attach -r {{ip_address}} --busid={{bus_id}}`
`sudo usbip attach -r {{ip_address}} --busid {{bus_id}}`
- List attached devices:
@@ -34,8 +34,8 @@ source: https://github.com/tldr-pages/tldr.git
- Detach from a device:
`sudo usbip detach --port={{port}}`
`sudo usbip detach --port {{port}}`
- Unbind a device:
`usbip unbind --busid={{bus_id}}`
`usbip unbind --busid {{bus_id}}`