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:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...