Broadband Speed checker

Tuesday, October 21, 2008

How to

While going through some forums online and on ubuntu forum today i found something very handy and informative

check this in terminal :)

How to find which version of ubuntu you are using
lsb_release -a


How to find which version of kernel you are using
uname -r

How to find ip address
ip -d addr

How to find ip route
ip -d route

How to check MTU or Link
ip -d link

How to check MAC address
ifconfig

No comments: