sabreW4K3@lazysoci.al to raspberrypi@lemmy.ml · 6 months agoHow to disconnect and reconnect WiFi from Terminal via SSHmessage-squaremessage-square4fedilinkarrow-up15arrow-down11file-text
arrow-up14arrow-down1message-squareHow to disconnect and reconnect WiFi from Terminal via SSHsabreW4K3@lazysoci.al to raspberrypi@lemmy.ml · 6 months agomessage-square4fedilinkfile-text
minus-squareBrewchin@lemmy.worldlinkfedilinkEnglisharrow-up6·6 months agoUsing systemctl restart NetworkManager will likely do it for you. Or the more traditional ifup/ifdown method, but if you’re remotely connected that’s likely to give you a Bad Time as you fall off the network… :)
Using
systemctl restart NetworkManager
will likely do it for you.Or the more traditional
ifup
/ifdown
method, but if you’re remotely connected that’s likely to give you a Bad Time as you fall off the network… :)Ooh, perfect. Thank you!