Kali Linux tmux is not displaying correctly
I have a Kali Linux installed using network installer. Running tmux over SSH does not display correctly.
The reason it is not displaying correctly is that the environment variables LANG and LC_CTYPE were not set. To fix it do:$: sudo locale-gen "en_US.UTF-8" $: sudo dpkg-reconfigure locales
Comments