
Linux系统问题集
linux下ubuntu/centos系统问题
pride.li
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu18.04不能打开终端
1.首先使用快捷键打开终端。2.检查补丁包是否下载。原创 2024-12-05 10:46:54 · 374 阅读 · 0 评论 -
apt update报错:GLib-ERROR **: 16:11:37.610: g_variant_new_parsed
处理方法:sudo rm -rf /var/cache/app-info。原创 2024-12-03 16:23:33 · 187 阅读 · 0 评论 -
ImportError: No module named kconfiglib
解决方法:pip install kconfiglib。1.系统没有安装kconfiglib。解决方法:根据自己的路径决定。原创 2024-12-02 17:52:29 · 628 阅读 · 0 评论 -
Ubuntu的ens33网卡消失
1.进入终端查看网卡状态是否正常。2.在终端输入如下指令,重置并。原创 2024-11-01 09:07:44 · 574 阅读 · 0 评论 -
Centos安装 Apache2.4提示 APR not found处理方法
在安装apache2.2.22版本的时候没有任何问题,可直接使用命令编译安装。但是,在apache 2.4.12版本,./configure 进行配置时,解决APR-util not found问题。原创 2023-09-11 18:39:43 · 460 阅读 · 0 评论 -
Centos6下升级gcc-10.1.0安装过程中出现的make[2]: *** [configure-stage1-gcc] 错误 1,make[1]: *** [stage1-bubble] 错误
make[2]: Leaving directory `/usr/local/gcc-10.1.0/build' make[1]: *** [stage1-bubble] 错误 2 make[1]: Leaving directory `/usr/local/gcc-10.1.0/build' make: *** [all] 错误 2。原创 2023-09-11 21:27:35 · 1242 阅读 · 1 评论 -
配置网络yum源方法
非阿里云ECS用户会出现 Couldn't resolve host 'mirrors.cloud.aliyuncs.com' 信息,不影响使用。查看Linux系统版本的命令。原创 2023-09-11 16:13:17 · 113 阅读 · 0 评论 -
CentOS6中的CentOS-Media.repo文件被删除了的解决办法
创建CentOS-Media.repo文件。将一下内容粘贴进去保存。原创 2023-09-11 15:21:06 · 851 阅读 · 0 评论