摘要:
1、安装 sudo apt install lxd lxd-client 查看服务状态 sudo systemctl status lxd 查看版本 lxd --version 初始化 lxd init 2、使用 https://linuxcontainers.org/lxd/getting-sta 阅读全文
posted @ 2019-10-25 15:41
小-马-过-河
阅读(1003)
评论(0)
推荐(0)
摘要:
一、windows上校验 1、查看工具帮助 certutil -? certutil -hashfile -? 2、校验md5、sha1、sha256 certutil -hashfile ubuntu-18.04.3-live-server-amd64.iso md5 certutil -hash 阅读全文
posted @ 2019-10-25 10:08
小-马-过-河
阅读(482)
评论(0)
推荐(0)
摘要:
1、查看lua命令文件 lua -v which lua 2、查看文件 ll /usr/bin/lua ll /etc/alternatives/lua-interpreter 3、重新生成链接 sudo mv /etc/alternatives/lua-interpreter /etc/alter 阅读全文
posted @ 2019-10-25 09:32
小-马-过-河
阅读(1200)
评论(0)
推荐(0)