Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3670624
  • 博文数量: 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-12-11 13:26:54

本文介绍了linux系统中daemon函数的实现机制。......【阅读全文】

阅读(1068) | 评论(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 磁盘分区空间已经.........【阅读全文】

阅读(5687) | 评论(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  &.........【阅读全文】

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

发布时间:2017-12-29 13:46:19

[root@localhost /]# lsmod | grep kvmkvm_intel             143293  0 kvm                   426536  1 kvm_intel[root@localhost /]# [root@l.........【阅读全文】

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

发布时间:2017-12-14 17:13:59

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

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

登录 注册