
ubuntu
bigPillow
You can be serious without a suit.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
E: Unable to correct problems, you have held broken packages.
今天腾讯云服务器的ubuntu上安装某个软件的时候,我发现下载的速度特别的慢于是我使用Ctrl+c终止了安装,等我下次重复安装的时候,产生了如下的提示错误:Reading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages cou原创 2016-07-26 10:35:40 · 9840 阅读 · 2 评论 -
vim8.0 ubuntu 安装 && 使用vimplus安装插件
首先说下我的环境:#uname -a Linux hello-machine 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:18:00 UTC 2015 i686 i686 i686 GNU/Linux#cat /ect/issueUbuntu 14.04.3 LTS \n \l我想很多同学跟我一样,直接用vim无法知道补全,而且翻译 2016-11-12 23:40:17 · 9277 阅读 · 0 评论 -
xenomai 在ubuntu上的安装测试
在ubuntu下安装安装xenomai试试系统,背景: 1、全新的ubuntu系统,我安装了一些必要的软件比如gcc g++等等 2、版本信息为:hello@hello-Lenovo:~$ cat /etc/issueUbuntu 14.04.4 LTS \n \lhello@hello-Lenovo:~$ uname -aLinux hello-Lenovo 3.19.0-58-gene原创 2016-12-07 21:08:41 · 8752 阅读 · 8 评论 -
xenomai 实时linux驱动编写实例
在上个(http://blog.youkuaiyun.com/woshidahuaidan2011/article/details/53510510)博文中,介绍了有关xenomai在ubuntu上的安装,接下来根据xenomai代码里面的example修改出一个字符驱动代码及其驱动对应的测试程序。 下面是驱动代码:#include <linux/module.h>#include <rtdm/rtdm_d原创 2016-12-08 19:21:47 · 10042 阅读 · 3 评论