4
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 03 May 2024
4 points (83.3% liked)
raspberrypi
3255 readers
1 users here now
Community about the single-board computers, micro-controllers and related projects.
Other RaspberryPi communities on Lemmy
founded 4 years ago
MODERATORS
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!