linux centos7使用yum安装或升级最新git 默认使用yum install git安装的git版本都是1.x的。 卸载旧版git 使用yum安装最新git 07月08日 274 发表评论 阅读全文
nginx Window环境使用ZeroBrane Studio开发调试OpenResty ZeroBrane Studio简介和功能 ZeroBrane Studio是一个轻量级的Lua IDE,具有代码完成,语法高亮,实时编码,代码分析器以及Lua 5.1,Lua 5.2,Lua 5.3... 05月23日 71 发表评论 阅读全文
linux Libtool library used but ‘LIBTOOL’ is undefined autoreconf -i 提示error: Libtool library used but 'LIBTOOL' is undefined 需要安装libtool 创建软连接 Libt... 09月30日 157Libtool library used but ‘LIBTOOL’ is undefined已关闭评论 阅读全文
linux CentOS 7安装配置ceph 10.2.11 IP 主机名 系统版本 ceph版本 ceph存储 192.168.5.61 k8s-storage-01 CentOS Linux release 7.7.1908 ceph 10.2.11 /de... 09月26日 158CentOS 7安装配置ceph 10.2.11已关闭评论 阅读全文
linux linux运行df -h命令无响应问题解决 运行df -h命令无响应问题解决 1.使用strace查看df日志 可以查看到卡到了/mnt,说明这个目录存在问题,一般是通过挂载网络文件系统,由于网络故障或服务端问题导致服务不可用 strace显示... 09月25日 73linux运行df -h命令无响应问题解决已关闭评论 阅读全文