mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
0b39c76c40
This name is easier to understand and more generalizable.
6 lines
185 B
Bash
6 lines
185 B
Bash
rmmod ne2k-pci && modprobe ne2k-pci
|
|
ifconfig enp0s5 192.168.1.5 netmask 255.255.255.0 up
|
|
route add default gw 192.168.1.1
|
|
echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
|
dhcpcd -w4 enp0s5
|