[LINUX] Restart only network functions on Mac

Introduction

Occasionally it will not be possible to connect to Wi-Fi due to a problem with Docker, so use it at that time.

command

The following is the command You can stop and start with the ʻifconfig` command.

sudo ifconfig en0 down
sudo ifconfig en0 up

cf. https://apple.stackexchange.com/questions/284251/how-to-restart-network-services-on-sierra

Recommended Posts

Restart only network functions on Mac
python on mac
Install Tensorflow on Mac
Install pyenv on mac
Pyenv + virtualenv on Mac
Install Python on Mac
Install Python 3 on Mac
numba installation on mac
Run OpenMVG on Mac
Install Python 3.4 on Mac
Install Caffe on Mac
Install mecab on mac
Install mecab-python on Mac
Notes on SciPy.linalg functions
Notes on installing dlib on mac
Pyramid + mongodb environment on Mac
Install pygame on python3.4 on mac
Install module on Anaconda (Mac)
Install OpenPose on mac (Catalina)
Install numba on your Mac
Handling of python on mac
Update python on Mac to 3.7-> 3.8
Install pandas 0.14 on python3.4 [on Mac]
Launch local server on mac
Notes on installing Python on Mac
Install Django on your Mac
Install pillow on Mac OSX 10.9
[Mac] Tips: Install pyquery on Mac [pyquery]
Use matplot libwidget on mac
Memo on Mac OS X
Notes on installing pipenv on Mac
Catalina on Mac and pyenv
Neural network implementation (NumPy only)