If I ssh to a machine and:
man df
I see this:

I'm using GNOME-terminal/Ubuntu 10.04 LTS.
So somehow the terminal is messed up, when I want to see the ex.: man pages..
How can I fix this?
|
If I ssh to a machine and:
I see this:
I'm using GNOME-terminal/Ubuntu 10.04 LTS. So somehow the terminal is messed up, when I want to see the ex.: man pages.. How can I fix this? |
||||
|
|
It's failing to show underlined and bold text. This is sometimes related to the color scheme in use, as it's inherited from the system theme by default. In gnome-terminal, go to |
|||
|
|
|
Most probably the terminfo/termcap entry for $TERM on the remote system doesn't match the capabilities of your gnome terminal. Try setting $TERM to something closer to gnome-terminal, maybe some variations of "xterm", or you could always revert to "vt100". |
|||
|
|