Sunday, January 03, 2021

iftop shows qqqq under tmux

 Running iftop in tmux shows qqqq for the border, like below.




To fix this do:

$: sudo TERM=xterm iftop

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... ...