Skip to content

Instantly share code, notes, and snippets.

View GauriShankarBadola's full-sized avatar
🎯
Focusing

Gauri Shankar Badola GauriShankarBadola

🎯
Focusing
  • Siemens
  • Pune, India
View GitHub Profile
@micrypt
micrypt / gist:1207324
Created September 9, 2011 20:59
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