一、准备环境 依赖:Docker, Node.js >= 0.8.4 和 npm [root@dev_08 ~]# curl –silent –location https://rpm.nodesource.com/setup_7.x | sudo bash – [root@dev_08 ~]# yum install -y nodejs [root@dev_08 ~]# npm ins…
Leave a Comment分类: 未分类
To send a directory, cd to inside the directory whose contents you want to send on the computer doing the sending and do: tar -cz . | nc -q 10 -l -p 45454 On the computer receiving the contents, cd to…
Leave a Comment