Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3651365
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2017-08-16 15:53:51

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

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

发布时间:2017-09-21 10:34:46

(1)checking libxml2 xml2-config >= 2.6.0 ... configure: error: Could not find libxml2 anywhere (see config.log for details).#apt-cache search libxml2# apt-get install libxml++2.6-2# apt-get install libxml++2.6-dev(2) configure: error: You must install the GnuT.........【阅读全文】

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

发布时间:2017-09-21 14:21:44

转载来源:http://blog.chinaunix.net/uid-28622942-id-3487141.html一、简介    Samba,是在Unix上实现SMB(Server Message Block)的一个工具套件。而SMB通常是windows用来实现共享的,包括文件和打印机等。而Unix上装上SMB,则使得Unix能够和windows连接在一起,实现两者的资源互通。二、安装$r.........【阅读全文】

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

发布时间:2017-12-22 16:30:46

/ dev/sda6 分区文件系统出现了问题,这个问题发生的机率很高,通常引起这个问题的原因主要是系统突然断电,引起文件系统结构不一致,一般情况下,解决此问题的方法是采用 # umount/dev/sda6# fsck.ext3 -y/dev/sda6# crontab -e no space left on device # df -h / var 磁盘分区空间已经.........【阅读全文】

阅读(5678) | 评论(0) | 转发(1)

发布时间:2017-12-14 13:38:48

http://blog.sina.com.cn/s/blog_13cc013b50102v58n.htmlhttps://jingyan.baidu.com/article/a3aad71afbcc99b1fb0096ba.html可以用于解决类似如下Device not found的问题:eth1: error fetching interface information: Device not found例1:把网卡接口名从eth0改为eth1# ifconfig eth0  &.........【阅读全文】

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

登录 注册