VMware workstation安装linux系统敲键盘,音箱滴滴响解决方案
在VMware workstation8下面安装了,RHEL5.4的虚拟机,安装完成后,敲命令时使用tab键进行自动适配,结果每次需要自动适配的时候,音箱都会滴响一声,感觉刺耳而且很忽然,于是搜索解决方案。解决方案如下,在root用户下运行[root@localhost ~]# vim /etc/rc.d/rc.local 打开文件后如下显示:#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in here if you don't# want to do the full Sys V style init stuff.touch /var/lock/subsys/local在最下面一行加入,下面内容后,重启系统,就好了/sbin/rmmod pcspkr