Created
September 9, 2011 20:59
-
-
Save micrypt/1207324 to your computer and use it in GitHub Desktop.
Fix silly "Networking Disabled" issue (Ubuntu 10.04)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su root | |
# Don't you hate when you need to root to fix dumb issues? | |
service network-manager stop | |
rm /var/lib/NetworkManager/NetworkManager.state | |
service network-manager start | |
reboot -h now |
I cannot believe this thing still works in 2024...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in my case, no need to delete NetworkManager.state