Fork me on GitHub

随笔分类 -  Linux 常见的问题和解决方法

摘要:yum 安装时报错 原因,yum源对应的版本包没有匹配 解决方法:转载 #wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo #sed -i 's/$releasever/7/g 阅读全文
posted @ 2020-08-03 11:51 Alex-Lzy 阅读(2263) 评论(1) 推荐(0) 编辑
摘要:make menuconfig 错误 肯定是缺少相应的包 这个报错缺少对应的包: centos : ncurses-devel Ubuntu: libncurses5-dev yum install ncurses-devel -y 阅读全文
posted @ 2020-08-03 11:04 Alex-Lzy 阅读(316) 评论(0) 推荐(0) 编辑
摘要:1、导入背景图至/boot/grub/下 rz filename 2、转化图片为启动菜单所需要的格式和后缀 convert -resize 640x480 -colors 14 backup.jpg back1.xpm 3、系统要求的后缀是.xpm.gz gzip back1.xpm 4 修改文件g 阅读全文
posted @ 2020-07-27 11:03 Alex-Lzy 阅读(573) 评论(0) 推荐(0) 编辑