Serial Console

From NixOS Wiki
Revision as of 21:20, 24 January 2020 by imported>Samueldr (Init with serial console wrapping tip)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

== Tips

=== Serial console wrapping

The remote serial console has no knowledge of your local console. This means that it will wrap with safe defaults.

You can configure the columns/rows of your serial console using stty.

In a console sized like yours, e.g. a new tab or tmux window:

$ echo "stty rows $(tput lines) cols $(tput cols)"

This will give you the exact invocation for your current terminal size.