Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1676673
  • 博文数量: 391
  • 博客积分: 8464
  • 博客等级: 中将
  • 技术积分: 4589
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-13 15:12
个人简介

狮子的雄心,骆驼的耐力,孩子的执著!

文章分类

全部博文(391)

文章存档

2023年(4)

2018年(9)

2017年(13)

2016年(18)

2014年(7)

2013年(29)

2012年(61)

2011年(49)

2010年(84)

2009年(95)

2008年(22)

发布时间:2013-11-23 21:45:18

Unable to launch VNCServer due to fontpath issues on CentOS 6 When trying out VNCServer on both CentOS 6.2 and CentOS 6.3 $ vncserver WARNING: The first attempt to start Xvnc failed, possibly because the font catalog is not properly configured.  Attempting to determine.........【阅读全文】

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

发布时间:2013-11-16 11:45:41

SELECT table_schema, sum( data_length + index_length ) / 1024 / 1024 "DB Size in MB" FROM information_schema.TABLES where table_schema = "DB Name" GROUP BY table_schema ;SELECT   table_schema,           SUM(data_length+index_length)/1024/1024 AS total_mb,.........【阅读全文】

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

发布时间:2013-11-10 16:51:14

为什么要写这篇文章?  答:通过常规的三大步(./configure,make,makeinstall)的编译安装mmseg时,总是出现找不到src/Makefile.in文件的错误(config.status:error: cannot find input file:src/Makefile.in)。即便是依照官方教程所说的先安装好依赖软件(yum -y installglibc-common libtool autoc.........【阅读全文】

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

发布时间:2013-10-27 15:05:08

安装配置TFTP服务器 PXE BOOT Server 配置过程,以下配置和测试 都是在 Centos6.3 上完成的,其他系统请酌情参考!一、 DHCP的安装与配置在PXE引导过程中,PXE Client通过DHCP Server 获取ip地址,NBP文件名称,然后从TFTP SERVER 下载NBP文件并在客户端执行,从而启动计算机。请确认系统中安装 dhcp 软.........【阅读全文】

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

发布时间:2013-10-21 17:04:06

DELL M910刀片服务器,板载了四块网卡。通过这四个网卡连接后端的dell eq PS6100存储的GROUP地址。因为EQ存储设备上的四个网口的IP是相同网段的,所以当从M910的四块网卡连接后端存储设备,建立多路径绑定,网卡的IP也必须是相同网段的。问题就这么出现了,四个网卡配置相同网段的IP,从主机ping -I ethx eq_group_ip,.........【阅读全文】

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

登录 注册