Chinaunix首页 | 论坛 | 博客
  • 博客访问: 392807
  • 博文数量: 80
  • 博客积分: 885
  • 博客等级: 准尉
  • 技术积分: 917
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-02 11:43
个人简介

人生就是一次旅行,生活就是艺术,人人都是手艺人.

文章分类

全部博文(80)

文章存档

2023年(1)

2022年(5)

2019年(3)

2018年(1)

2017年(6)

2016年(4)

2014年(8)

2013年(20)

2012年(9)

2010年(3)

2009年(17)

2008年(3)

我的朋友

发布时间:2013-06-14 10:32:46

版本有RedHat Enterprise Linux(RHEL)5.4/5.5/5.8/6.0/6.3 ISO镜像文件下载地址:RHEL 5.4 ISO下载http://rhel.ieesee.net/uingei/rhel-server-5.4-i386-dvd.isohttp://rhel.ieesee.net/uingei/rhel-server-5.4-x86_64-dvd.isoRHEL 5.5 ISO下载http://mirrors.sohu.com/RHEL/AS5U5/i386/rhel-server-5.5-i386-dvd.is.........【阅读全文】

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

发布时间:2013-05-20 15:07:08

1.修改gd安装目录下的include/gd_io.h修改为文件中的结构体为 typedef struct gdIOCtx{  int (*getC) (struct gdIOCtx *);  int (*getBuf) (struct gdIOCtx *, void *, int);   void (*putC) (struct gdIOCtx *, int); .........【阅读全文】

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

发布时间:2013-05-20 14:42:45

经常在安装 php 5.4  的时候出现以下错误:checking for MySQL UNIX socket location... noconfigure: error: Cannot find libmysqlclient under /usr.Note that the MySQL client library is not bundled anymore!解决方法:#mysql_config 查看mysql 的安装目录 例如找出mysql安装在/usr/loca/mysql#cd /.........【阅读全文】

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

发布时间:2013-04-28 23:01:26

yum 安装的时候有时候会出现:[ERROR]-Error: failure: repodata/filelists.xml.gz from addons: [Errno 256] No more mirrors to try.解决方法:yum clean all  ......【阅读全文】

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

发布时间:2013-01-13 23:00:26

网卡驱动安装配置:1.卸载旧的e1000e#rmmod e1000e#ll -t /lib/modules/2.6.9-42.ELsmp/kernel/drivers/net/e1000e/e1000e.ko #查看文件创建时间是否旧的2.安装步骤#tar zxvf e1000e-1.6.3.tar.gz#cd e1000e-1.6.3#make#make install#ll -t /lib/modules/2.6.9-42.ELsmp/kernel/drivers/net/e1000e/e1000e.ko #查看文件创建时间是否新的;新的证明安装成功3.配置#modprobe e1000e......【阅读全文】

阅读(1053) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2009-02-16 10:11

你好什么时候开?

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册