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:
Adriano Inghingolo
2026-06-16 17:58:56 +02:00
committed by GitHub
parent ca64c46f2f
commit 2e7a84f09d
+20
View File
@@ -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}}`