RHEL 安装Hyper-V后,光驱丢失(/dev下没有cdrom)的解决方法

摘要: CD-ROM device is no longer accessible after installing the Hyper-V Linux Integration Services in a Red Hat or CentOS virtual machine现象:RHEL或CENTOS安装Hyper-V集成服务后,/dev/cdrom消失,光驱无法使用。解决:insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko微软KBhttp://support.microsoft.com/kb/2600152 阅读全文
posted @ 2013-07-08 13:47 nicrain 阅读(768) 评论(0) 推荐(0)

xampp for linux 安装配置

摘要: 下载安装包:http://sourceforge.net/projects/xampp/下载:xampp-linux-1.8.1.tar.gz将下载的压缩文件释放到 /opt:tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt使用下面的命令开始运行 XAMPP:/opt/lampp/lampp start您应该能在屏幕上看到类似下面的提示信息:Starting XAMPP 1.7.3a...LAMPP: Starting Apache...LAMPP: Starting MySQL...LAMPP started.安全问题(必读!)如前所述,XAMPP并不适用 阅读全文
posted @ 2013-06-04 16:26 nicrain 阅读(980) 评论(0) 推荐(0)

smb安装配置

摘要: 安装:安装所有samba开头的rpm安装包:[root@localhost dvd]# cd Packages/[root@localhost Packages]# ll|grep samba-r--r--r--. 56 root root 5189820 May 16 2012 samba-3.5.10-125.el6.i686.rpm-r--r--r--. 65 root root 11333984 May 16 2012 samba-client-3.5.10-125.el6.i686.rpm-r--r--r--. 147 root root 13891012 May 16 2012 s 阅读全文
posted @ 2013-06-04 16:12 nicrain 阅读(433) 评论(0) 推荐(0)