Open ajhsu opened 7 years ago
Turn off the Wi-Fi connection
$ sudo ifconfig en0 down
Then turn on the Wi-Fi connection
$ sudo ifconfig en0 up
So you could combine them into:
$ sudo ifconfig en0 down; sudo ifconfig en0 up;
Turn off the Wi-Fi connection
Then turn on the Wi-Fi connection
So you could combine them into: