-
2 年前
解决curl: (60) Peer‘s Certificate issuer is not recognized.错误
运维技术 疑难杂症
yum install 出错 curl: (60) Peer's Certificate issuer is not recognized. More details here: http://curl.haxx.se/docs/sslcerts.html 解决办法 安装 ca-certificates 包 yum install ca-certificates 启用动态 CA 证书 up…
-
2 年前
/dev/sdb 提示 Device /dev/sdb excluded by a filter解决办法
疑难杂症 运维技术
无法创建PV,找不到分区表 [root@localhost etc]# pvcreate /dev/sdb Device /dev/sdb excluded by a filter 通过blkid发现磁盘类型为gpt [root@localhost etc]# blkid /dev/sdb: PTTYPE="gpt" /dev/sdc: PTTYPE="gpt" /dev/sdd: P…
-
2 年前
centos7编译安装cmake3
运维技术 cmake
下载cmake源码 这是已经编译的版本,解压即可以使用 wget https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz 解压 tar -zxvf cmake-3.15.0-Linux-x86_64.tar.gz mv cmake-3.15.0-Linux-x86_64 /usr/local/cmake cd /usr/…
Linux运维笔记|自动化运维攻城狮

