@sabreW4K3@lazysoci.al to raspberrypi@lemmy.ml • 7 months agoHow to disconnect and reconnect WiFi from Terminal via SSHmessage-square5fedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1message-squareHow to disconnect and reconnect WiFi from Terminal via SSH@sabreW4K3@lazysoci.al to raspberrypi@lemmy.ml • 7 months agomessage-square5fedilinkfile-text
minus-squareRikudou_SageAlinkEnglish1•7 months agoTry reboot, it will do exactly that and more! Jokes aside, try sudo ifdown wlan0 and sudo ifup wlan0.
Try
reboot
, it will do exactly that and more!Jokes aside, try
sudo ifdown wlan0
andsudo ifup wlan0
.