Monday, May 17, 2021

Kali Linux tmux is not displaying correctly

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
After reboot, tmux now looks much better

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...