iproute2 cheat sheet
Ok so apparently ifconfig is either deprecated or old fashioned and your supposed to use the 'ip' command instead. Turns out it's really nice and I prefer it to ifconfig,route,already.
Here's some examples:
ip addr - equivalent to ifconfig
ip addr show eth0 - same as above just show eth0 …
Continue reading