Skip to content

Instantly share code, notes, and snippets.

@VassilisPallas
Last active April 1, 2017 00:33
Show Gist options
  • Save VassilisPallas/0c843d32f888db8bb747e33c4fa46ad0 to your computer and use it in GitHub Desktop.
Save VassilisPallas/0c843d32f888db8bb747e33c4fa46ad0 to your computer and use it in GitHub Desktop.
wired internet connection for Arch
cp /etc/netctl/examples/ethernet-dhcp /etc/netctl/ethernet-dhcp
ip a
nano /etc/netctl/ethernet-dhcp
# replace interface value with the one you want (wlp3s0)
ip link set interface up
dhcpcd
ping -c 2 google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment