Deprecated Linux networking commands and their replacements

Doug Vitale has done a splendid article. Further comments not needed.

http://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/

I still strugle to get ifconfig and netstat out of my fingers…..

alias ifconfig="echo No no. Use ip"
alias netstat="echo No way. Use ss or ip"