2021年9月5日
| 作者: Witton Bell
| 3035 字
| 7 分钟
文章目录 一、安装Cockpit的附加组件 二、监控存储系统 三、管理卷组、逻辑卷(分区) 1.管理普通分区 2. 格式化 3.调整分区 ……
阅读全文
2021年9月5日
| 作者: Witton Bell
| 5196 字
| 11 分钟
文章目录 一、使用 web 控制台管理防火墙 1.开关防火墙 2.编辑防火墙区域和规则 2.1 区域 2.2 防火墙规则 2.3 添加区域 2.4 删除区域 二、使用 Web ……
阅读全文
2021年9月5日
| 作者: Witton Bell
| 1740 字
| 4 分钟
文章目录 一、账户管理 1.创建新账户 2. 设置密码 3.强制变更密码 4.设置密码永不过期或者要求每多少天就需要修改密码 5.设置从 ……
阅读全文
2021年9月4日
| 作者: Witton Bell
| 1551 字
| 4 分钟
文章目录 一、安装 二、登录Cockpit web 控制台 三、设置Web显示语言 四、重启或者关闭CentOS系统 五、修改基本配置 1. 修 ……
阅读全文
2021年9月4日
| 作者: Witton Bell
| 903 字
| 2 分钟
CentOS 8使用Cockpit管理Linux系列文章列表: CentOS 8使用Cockpit管理Linux——简介 CentOS 8使用Cockpit管理 ……
阅读全文
2021年8月30日
| 作者: Witton Bell
| 1195 字
| 3 分钟
文章目录 一、老式方法: 1、导入公钥: 2、查看是否安装ELRepo项目 3、安装ELRepo项目 二、直接下载内核安装包安装内 ……
阅读全文
2021年8月15日
| 作者: Witton Bell
| 2354 字
| 5 分钟
目前Docker新版本docker-ce官宣支持的CentOS系统为7及以上系统,CentOS 6.X由于内核版本太低,为 ……
阅读全文
2020年10月30日
| 作者: Witton Bell
| 403 字
| 1 分钟
今天在使用Clang编译器编译项目时出现问题,项目使用了CMake,在cmake时报错: 1-- Detecting C compiler ABI info - failed 2/usr/bin/ld: crtbegin.o: No such file: No such file ……
阅读全文
2020年10月29日
| 作者: Witton Bell
| 1311 字
| 3 分钟
文章目录 一、下载并安装CheckInstall 二、使用CheckInstall 一、下载并安装CheckInstall RP ……
阅读全文
2020年10月29日
| 作者: Witton Bell
| 75 字
| 1 分钟
在使用pip进行软件包安装的时候出现问题: 1WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 解决: 1mkdir -p ~/.pip 2vim ~/.pip/pip.conf 然后输入内容: 1[global] 2index-url = http://mirrors.aliyun.com/pypi/simple/ 3 4[install] ……
阅读全文