https://docs.docker.com/docker-for-mac/ Get started with Docker for Mac 首先像在本博客docker-1-环境安装及例子实践处将环境安装好,或者你可以查看 Install Docker for Mac Check versions查看你安装的docker的版本 Ensure your versions of docker, docker-compose, and docker-machine are up-to-date an…
转自http://www.linuxmine.com/178.html有很多人没有听说过ZModem协议,更不知道有rz/sz这样方便的工具: 下面一段是从SecureCRT的帮助中copy的: ZModem is a full-duplex file transfer protocol that supports fast datatransfer rates and effective error detection. ZModem is very userfriendly, allowin…
wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz tar zxvf lrzsz-0.12.20.tar.gz cd lrzsz-0.12.20 ./configure make make install 上面安装过程默认把lsz和lrz安装到了/usr/local/bin/目录下,现在我们并不能直接使用,下面创建软链接,并命名为rz/sz: cd /usr/binln -s /usr/local/bin/lrz rzln -s /…
一.软件安装 root 账号登陆后,依次执行以下命令: cd /tmp wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz http://www.filewatcher.com/m/lrzsz-0.12.20.tar.gz.280938-0.html tar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20 ./configure && make &&…