fork download
  1. pi@raspberrypi:~ $ sudo ifconfig eth0 down; sudo ifconfig hw ether 21:12:12:12:12:22; sudo ifconfig eth0 up; ifconfig eth0
  2. ether: Host name lookup failure
  3. ifconfig: `--help' gives usage information.
  4. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  5. inet6 fe80::bb7e:8c36:1a6c:4d5e prefixlen 64 scopeid 0x20<link>
  6. ether 10:10:12:10:10:10 txqueuelen 1000 (Ethernet)
  7. RX packets 650 bytes 48051 (46.9 KiB)
  8. RX errors 1 dropped 1 overruns 0 frame 1
  9. TX packets 403 bytes 49730 (48.5 KiB)
  10. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Runtime error #stdin #stdout #stderr 0s 19632KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog.sh: line 1: pi@raspberrypi:~: command not found
./prog.sh: line 1: sudo: command not found
./prog.sh: line 1: sudo: command not found
./prog.sh: line 1: ifconfig: command not found
./prog.sh: line 2: ether:: command not found
./prog.sh: line 3: unexpected EOF while looking for matching ``'
./prog.sh: line 11: syntax error: unexpected end of file