Daily Shaarli

All links of one day in a single page.

March 4, 2018

‘rxvt-unicode-256color’: unknown terminal type. | Darren Goossens
1. Run the following command on the external host to make a terminfo directory
   under the logged in user's home folder.

       mkdir -p ~/.terminfo/r/

2. Copy the appropriate terminal profile from your local machine to the newly
   created folder on the remote host.

       scp /usr/share/terminfo/r/rxvt-unicode-256color user@helloworld.com:.terminfo/r/

3. Restart the SSH connection. It should work now.

And yep, it's work \o/