add cheatsheet for df iwconfig ls and rm

This commit is contained in:
ashernor
2013-10-06 19:47:15 +02:00
parent 545c35722a
commit d9bce2f3c4
4 changed files with 26 additions and 0 deletions

8
cheatsheets/iwconfig Normal file
View File

@ -0,0 +1,8 @@
# Display wireless settings of the first wireless adapter
iwconfig wlan0
# Take down / up the wireless adapter
iwconfig wlan0 txpower {on|auto|off}
# Change the mode of the wireless adapter
iwconfig wlan0 mode {managed|ad-hoc|monitor}