Skip to content

Instantly share code, notes, and snippets.

@micrypt
Created September 9, 2011 20:59
Show Gist options
  • Save micrypt/1207324 to your computer and use it in GitHub Desktop.
Save micrypt/1207324 to your computer and use it in GitHub Desktop.
Fix silly "Networking Disabled" issue (Ubuntu 10.04)
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
@TT702
Copy link

TT702 commented Jun 12, 2024

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