Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4117100
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2021-05-27 17:25:36

新版的ubuntu开机启动时,默认不运行rc.localsystemctl status rc-local.service如果显示code=exited, status=1/FAILURE 表示开机不运行运行 sudo systemctl enable rc-local如果提示The unit files have no [Install] section. 需要重新修改rc-local.servicesudo nano /etc/systemd/system/rc-local.service.........【阅读全文】

阅读(1529) | 评论(0) | 转发(0)

发布时间:2021-05-25 10:33:21

安装jzmq-3.1.0 提示 ./autogen.sh autogen.sh: error: could not find libtool.  libtool is required to run autogen.sh.需要安装sudo apt install libtool-bin && libtool --version不是安装 libtool......【阅读全文】

阅读(2543) | 评论(0) | 转发(0)

发布时间:2021-05-24 18:51:31

......【阅读全文】

阅读(2181) | 评论(0) | 转发(0)

发布时间:2021-05-24 18:49:43

使用pip安装第三方包,出现 netifaces.c:1:20: fatal error: Python.h: 没有那个文件或目录python2 sudo apt install python-dev python3 sudo apt install python3-dev......【阅读全文】

阅读(2168) | 评论(0) | 转发(0)

发布时间:2021-05-21 14:13:07

deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial main restricted multiverse universedeb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial main restricted multiverse universedeb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports xenial-updates main restricted multiverse universe.........【阅读全文】

阅读(1304) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册