Manually Connecting Ethernet
I broke my computers internet installing wicd.
Getting internet back
Check the interfaces
$ ifconfig
Check eth0 explicitly
For whatever reason, my eth0 wasn't showing up until I explicitly specified it.
$ ifconfig eth0
Get an ip address
$ sudo ifconfig eth0 192.168.1.100
Connect to the outside internet
sudo route …