mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
tip: add page (#22835)
* tip: add page * Update pages/common/tip.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> --------- Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ca64c46f2f
commit
2e7a84f09d
@@ -0,0 +1,20 @@
|
||||
# tip
|
||||
|
||||
> Connect to a remote system or serial console.
|
||||
> More information: <https://manned.org/tip>.
|
||||
|
||||
- Connect to a remote system defined in `/etc/remote`:
|
||||
|
||||
`tip {{system_name}}`
|
||||
|
||||
- Connect at a specific baud rate:
|
||||
|
||||
`tip -{{115200}} {{system_name}}`
|
||||
|
||||
- Connect with verbose output:
|
||||
|
||||
`tip -v {{system_name}}`
|
||||
|
||||
- Connect with tilde escape sequences disabled:
|
||||
|
||||
`tip -n {{system_name}}`
|
||||
Reference in New Issue
Block a user