Program for testing speed of internet connection
$sudo apt-get install speedtest-cli
$speedtest-cli
Midnight Commander (mc)
$sudo apt-get install mc
closing mc and stay in current directory
$nano ~/.profile
insert this text
alias mc='source /usr/lib/mc/mc-wrapper.sh'
reload profile
source ~/.profile