摘要: 1. 下载源码包 # screen 4.9.1 curl -O http://ftp.gnu.org/gnu/screen/screen-4.9.1.tar.gz # 依赖包 curl -O http://ftp.gnu.org/gnu/ncurses/ncurses-6.4.tar.gz 2. 安 阅读全文
posted @ 2021-10-16 09:26 LeoShi2020 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 1. 安装libtool yum install -y libtool END 阅读全文
posted @ 2021-10-16 09:04 LeoShi2020 阅读(971) 评论(0) 推荐(1) 编辑
摘要: 1. 安装autoconf yum install -y autoconf END 阅读全文
posted @ 2021-10-16 09:01 LeoShi2020 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 1. 计算脚本执行时间 $start = Get-Date Get-HotFix $end = Get-Date Write-Host -ForegroundColor Red ('Total Runtime: ' + ($end - $start).TotalSeconds) END 阅读全文
posted @ 2021-10-16 08:56 LeoShi2020 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 1. 问题 | 10/16/2021 2:04:54 AM Move-VM The request channel timed out attempting to send after 00:05:00. Increase the timeout value passed to the call t 阅读全文
posted @ 2021-10-16 08:16 LeoShi2020 阅读(380) 评论(0) 推荐(0) 编辑