su -c ifconfig
One of the first lines it gave in response was:
eth0 Link encap: Ethernet HWaddr 01:2A:34:56:7B:8C
The point here is that it says "Link encap: Ethernet", and the name given is "eth0." If yours says something different than eth0, use that instead in the commands below.su -c "dhcpcd eth0"
The quotes tell the computer that I mean for it to run both words as one command as root. Note that if I forget the last ", it will give a mostly blank line. Hit ctrl-c to cancel out of it if that happens.
Now to see if that worked.
lynx
And... success!
Time check...
Elapsed time interacting: 1 minute
Total time interacting: 4 minutes
Total time waiting: 0 minutes
Elapsed time interacting: 1 minute
Total time interacting: 4 minutes
Total time waiting: 0 minutes
No comments:
Post a Comment