Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 402 Bytes

macos.md

File metadata and controls

14 lines (10 loc) · 402 Bytes

macos

keep network interfaces up when locked

of course, taken from stack overflow....

# after getting the mac of the wifi interface, get the name of the interface.
$ ifconfig

# set "disconnectonlogout" to "no".
sudo ./airport $interface_name_probably_en0 prefs disconnectonlogout=no