mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 01:58:29 +02: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