Skip to content

Instantly share code, notes, and snippets.

@n1mh
Last active February 13, 2017 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1mh/0bfa4574b4991d3d02c209ae112f4d94 to your computer and use it in GitHub Desktop.
Save n1mh/0bfa4574b4991d3d02c209ae112f4d94 to your computer and use it in GitHub Desktop.
network-manager "device not managed"
#!/bin/bash
sudo sed -i 's/managed=false/managed=true/g' /etc/NetworkManager/NetworkManager.conf
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment