What is the command to identify nearby wireless networks?
iwlist
What is the command to connect to and disconnect from specific wireless networks?
iwconfig
What is the command to show your ip address?
ip address show
What is the command to set a link to down or up?
sudo ip set link [link_name] down/up
What is the command to add/remove an ip?
sudo ip addr add/delete [ip_address] dev [dev_name]
What is the command to adjust the computers route table?
route
What is the /etc/resolv.conf file?
Configuration file that contains the ip addresses of up to 3 DNS servers