ubuntu
tanyhuan
编程是让生活美好的一种习惯!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu error while loading shared libraries: libxml2.so.2: cannot open shared object file: 解决
执行程序报告:./fexcute: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory查找问题过程: ldd fexcute | grep found libxml2.so.2 => not found原创 2015-05-11 18:21:44 · 6601 阅读 · 0 评论 -
crontab 不同系统下的使用
CentOS 下第一次使用 cron, 需要依次执行:各个用户下:crontab -e 保存crontab -l 查看nano /etc/crontab 添加规则crontab /etc/crontab 生效激活crontab -l 查看ubuntu 下此功能较为完善:crontab -e 选择编辑器 编辑保存crontab -l 已生效原创 2015-06-29 15:07:41 · 437 阅读 · 0 评论 -
ubuntu 14.04 + 32 位兼容库
安装ia32-libs: # apt-get update # apt-get install ia32-libs如果是官方源,需要添加协议:# sudo -i# cd /etc/apt/sources.list.d# echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multive转载 2017-02-24 13:58:37 · 479 阅读 · 0 评论
分享