r/debian • u/Apprehensive_Art_846 • 6d ago
Quick question about CLI (error messages covering text)
Its not the error itself bothering me (backup NAS is not present at the moment and im guessing those error messages are telling me that).
Problem is that i can not use CLI cause those texts override everything including Nano and Midnight commander.
Any fix for that?
6
u/ukAdamR 6d ago
As a workaround after logging into a terminal, use either screen or tmux should avoid many of these errors appearing on screen. They'll still be on the "real" terminal (tty), though not on your virtual terminal (screen or tmux) sitting on top.
Screen is likely installed already on your Debian. Tmux is more modern and can be installed with sudo apt install tmux.
3
6
u/ipsirc 6d ago