上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: s@s:~/桌面/code/linux-4.0$ make dtbs CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.hmake 阅读全文
posted @ 2021-03-30 16:14 蒲城小农 阅读(4041) 评论(0) 推荐(0)
摘要: 安装google浏览器后出现 正在读取软件包列表... 有错误!E: 无法解析软件包文件 /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_InRelease (1)E: 无法解析或打开软件包的列表或是状态文件。 解决办法: 阅读全文
posted @ 2021-03-30 13:54 蒲城小农 阅读(1398) 评论(0) 推荐(0)
摘要: sudo chown -R snow file snow :账户名字 file :文件名 阅读全文
posted @ 2021-03-11 17:06 蒲城小农 阅读(914) 评论(0) 推荐(0)
摘要: 查看显卡信息 lspci -knn | grep VGA -A 5 重启窗口管理器 kill -9 的方式杀掉macro cat /etc/.patchinfo cat /etc/.productinfo cat /proc/net/bonding/bond0 ethtool eth1 mii-to 阅读全文
posted @ 2021-02-20 17:01 蒲城小农 阅读(290) 评论(0) 推荐(0)
摘要: 在包所在的文件夹下执行 rpm -Uvh *.rpm即可安装文件夹下所有的rpm包 回退旧版本rpm -Uvh *.rpm --force 阅读全文
posted @ 2021-02-20 16:55 蒲城小农 阅读(135) 评论(0) 推荐(0)
摘要: 1:kill -9 的方式杀掉marco,窗口管理器会自动重启 2:sudo systemctl restart lighttdm.service 阅读全文
posted @ 2021-02-20 16:53 蒲城小农 阅读(178) 评论(0) 推荐(0)
摘要: 在linux中定位内存泄漏一般使用mtrace和valgrind 阅读全文
posted @ 2021-02-19 09:58 蒲城小农 阅读(46) 评论(0) 推荐(0)
摘要: 1:先排查下lvds驱动是否加载,如果未加载就调查下驱动的问题 2:如果驱动已经加载,就需要设置下uboot的cmdline。加入video=HDMI-1:e video=LVDS-2:e 或者 video=VGA-1:e video=VGA-2:e 阅读全文
posted @ 2021-02-06 17:28 蒲城小农 阅读(1510) 评论(0) 推荐(0)
摘要: 1:在/etc/rsyslog.conf中添加以下内容 1 # Filter duplicated messages 2 $RepeatedMsgReduction on 2:重启服务 1 systemctl restart rsyslog.service 阅读全文
posted @ 2021-01-25 16:41 蒲城小农 阅读(666) 评论(0) 推荐(0)
摘要: 遇到这种情况有两种解决办法 1:卸载安装的包,重新安装 2:先安装低版本的包,再将编译成功的包安装上去 阅读全文
posted @ 2021-01-25 10:49 蒲城小农 阅读(87) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页