Tag:Detach parse script
-
Implementation of shell separation parsing script
Time:2020-10-29Detach parse script Before running the script, we need VM virtual machine, centos7, two hosts, one win10 – 1 as Wan host and one win10 – 2 as LAN host. I had a tutorial on my blog before #!/bin/bash //Modify and add network card configuration file //Setting up dual network card sed -i ‘4s/dhcp/static/’ /etc/sysconfig/network-scripts/ifcfg-ens33 […]