mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 05:47:38 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Open a serial port using the specified baud rate:
|
||||
|
||||
`microcom --port {{path/to/serial_port}} --speed {{baud_rate}}`
|
||||
`microcom {{[-p|--port]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{baud_rate}}`
|
||||
|
||||
- Establish a telnet connection to the specified host:
|
||||
|
||||
`microcom --telnet {{hostname}}:{{port}}`
|
||||
`microcom {{[-t|--telnet]}} {{hostname}}:{{port}}`
|
||||
|
||||
Reference in New Issue
Block a user