mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01:00
add cheatsheet for df iwconfig ls and rm
This commit is contained in:
8
cheatsheets/iwconfig
Normal file
8
cheatsheets/iwconfig
Normal 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}
|
||||
Reference in New Issue
Block a user