11 lines
137 B
Bash
11 lines
137 B
Bash
#!/bin/sh
|
|
|
|
reboot
|
|
|
|
#cat etc/network/interfaces
|
|
#
|
|
#ip link set dev eth0 down
|
|
#ip link set dev eth0 up
|
|
|
|
#sudo systemctl restart networking
|