-
aria2c, curl, wget: Download tools;
-
ping: ping -c 4 bing.com;
-
tracepath bing.com;
-
mtr bing.com: combination of ping and tracepath;
-
host bing.com; host 204.79.197.200
-
whois bing.com
-
ifconfig;
-
ifup; ifdown;
-
ifplugstatus: sudo apt-get install ifplugd
-
netstat -p; netstat -s;
-
dhclient (root privilege): free IP address, and get a new one from DHCP server;
Ref: 如何用Linux命令行管理网络:11个你必须知道的命令