linux
关于linux的一切知识点
黑猫学长呀
芯片行业嵌入式攻城狮一枚~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nand_write_skip_bad函数解析
/** * nand_write_skip_bad: * * Write image to NAND flash. * Blocks that are marked bad are skipped and the is written to the next * block instead as long as the image is short enough to fit even after * skipping the bad blocks. Due to bad blocks we原创 2021-01-05 10:24:34 · 942 阅读 · 0 评论 -
使用virtualbox打开虚拟机显示:不能为虚拟电脑xxx打开一个新任务
如图所示,打不开虚拟机了,显示:不能为虚拟电脑xxx打开一个新任务解决办法:重启电脑,一直按F2,进入bios,然后在advancee mode–>advanced找到intel virtualization technology选项,使能该选项即可。...原创 2021-02-22 16:10:26 · 5712 阅读 · 0 评论 -
E: Unable to correct problems, you have held broken packages.
环境ubuntu 16.04版报错使用apt命令apt-get install git:i386(这里的i386应该指的是依赖32位的库)安装git时候,报错如下:Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstable distribution that some required pack原创 2020-09-12 11:08:56 · 3915 阅读 · 0 评论 -
使用yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.
在ubuntu上安装了yum,执行yum命令就报错:There are no enabled repos. Run “yum repolist all” to see the repos you have. You can enable repos按照提示输入yum repolist all,啥也没有,百度查了一堆,乱七八糟,都不行。弄了我好久。后来知道为啥了。我就不该安装yum,因为我用的是Ubuntu。我之前使用lubunt的时候,是可以使用yum的,但是ubuntu不要去用。所以,也就原创 2020-09-11 20:00:44 · 23466 阅读 · 5 评论 -
lubuntu的Software&Update在哪里
sudo agpt-get时候出现Unable to locate package…然后按照网上的方法:https://blog.csdn.net/long19910605/article/details/47017889发现就lubuntu的software&update不知道在哪里,后来发现如下:声明:文章用于个人知识学习积累与回顾,同时做个分享,个人能力有限,如有错误,欢迎指正。联系:个人微博:东巴克。公众号:巴客小屋。文章有帮到你,也欢迎你来关注一波,谢谢。...原创 2020-09-07 17:56:00 · 5269 阅读 · 0 评论 -
vim如何配置
Vim 启动时,会根据配置文件(.vimrc)来设置 Vim,因此我们可以通过此文件来定制适合自己的 Vim。Vim 配置文件分为系统配置文件和用户配置文件:系统配置文件位于 Vim 的安装目录(默认路径为 /etc/.vimrc);用户配置文件位于主目录 ~/.vimrc,即通过执行 vim ~/.vimrc 命令即可对此配置文件进行合理修改。通常情况下,Vim 用户配置文件需要自己手动创建。注意,Vim 用户配置文件比系统配置文件的优先级高,换句话说,Vim 启动时,会优先读取 Vim 用户配置原创 2020-08-18 15:18:55 · 1595 阅读 · 0 评论
分享