Bash commands regarding network - Quick & dirty bandwidth monitorwatch -n1 "ifconfig eth0 | grep 'RX'" - LAN/WAN TCP connections sudo lsof -n -P -i +c 15 - Public IP wget http://ipinfo.io/ip -qO - or curl ipecho.net/plain ; echo
watch -n1 "ifconfig eth0 | grep 'RX'"
sudo lsof -n -P -i +c 15
wget http://ipinfo.io/ip -qO -
curl ipecho.net/plain ; echo