可以使用以下命令来重置Linux系统的IP地址:
ifconfig
sudo ifconfig eth0 0.0.0.0
sudo ifconfig eth0 192.168.1.100
sudo systemctl restart networking
这样就可以重置Linux系统的IP地址。