Skip to content

Instantly share code, notes, and snippets.

@drcjar
Created June 2, 2015 11:26
Show Gist options
  • Save drcjar/d03d2c4f9fbf1d5e1daa to your computer and use it in GitHub Desktop.
Save drcjar/d03d2c4f9fbf1d5e1daa to your computer and use it in GitHub Desktop.
networking ubuntu post upgrade (with a wired connection)
sudo stop network-manager
sudo ifconfig eth0 up
sudo dhclient eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment