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] ……
阅读全文
2020年10月28日
| 作者: Witton Bell
| 921 字
| 2 分钟
文章目录 一、设置软件源 二、安装输入法 三、安装Shell扩展 用习惯了CentOS 6.X的桌面环境后,感觉CentOS7与8 ……
阅读全文
2020年10月27日
| 作者: Witton Bell
| 318 字
| 1 分钟
之前都用得好好的CentOS8系统,突然不能上网了,图形界面也没有有线连接选项。 首先需要查看网卡名: 通过查看/etc/s ……
阅读全文
2020年7月2日
| 作者: Witton Bell
| 3883 字
| 8 分钟
文章目录 一、环境准备 1. 卸载podman 2. 关闭交换区 3. 禁用selinux 4. 关闭防火墙 二、安装K8S 1. 配置系统基本安装源 2. 添 ……
阅读全文