mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 15:51:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user