发布时间:2017-03-03 14:17:48
As the sixth Windows Server edition, Windows Server 2012 added and improved many features, but the Disk Management keeps the same with Windows Server 2008. Though Disk Management console integrates Extend Volume feature to extend a disk partition, it is useless in most of the cases. In t.........【阅读全文】
发布时间:2014-09-10 13:40:10
igbigb 驱动程序支持所有基于 82575,82576,82580 和 I350 的千兆位网络连接。使用 igb 基础驱动程序下载 igb 概述 构建和安装有关驱动程序配置的更多详细信息,请参阅位于上方下载链接的自述文件。概述 Linux 基础驱动程序支持 2.4.x 和 2.6.x 内.........【阅读全文】
发布时间:2014-07-31 15:24:40
yum错误TypeError: rpmdb open failed解决方法 使用root用户# cd /var/lib/rpm/# for i in `ls | grep 'db.'`;do mv $i $i.bak;done #备份一下旧库# rpm --rebuilddb #重建该数据库(rebuild the database indices from the i.........【阅读全文】