Move pages back into a "pages" folder
This commit is contained in:
15
pages/osx/airport.md
Normal file
15
pages/osx/airport.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Airport
|
||||
|
||||
> Airport utility
|
||||
|
||||
- Create a symlink so you can easily run 'airport' without specifying a path.
|
||||
|
||||
`sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport`
|
||||
|
||||
- Scan for available wireless networks
|
||||
|
||||
`airport -s`
|
||||
|
||||
- Disassociate from current airport network
|
||||
|
||||
`sudo airport -z`
|
Reference in New Issue
Block a user