yum -y install epel-release
yum -y install nc nmap pv
送信側
pv WindowsXP.img | nc -l 10000
受信側
nc 192.168.1.33 10000 | pv > WindowsXP.img
yum -y install epel-release
yum -y install nc nmap pv
送信側
pv WindowsXP.img | nc -l 10000
受信側
nc 192.168.1.33 10000 | pv > WindowsXP.img