xshell 连接虚拟机中Linux报错: Could not connect to '192.168.8.120' (port 22):Connection failed. 原因:虚拟机中Linux没有开启sshd服务 解决方法: root登录虚拟机Linux service sshd start 关闭防火墙 service iptables stop chkconfig iptables off 重新通过xshell连接虚拟机中的Linux即可.…
报错信息: building the main Guest Additions module FAILEDunable to find the sources of your current Linux kernel. Specify KERN_DIR-<directory> and run Make again 解决方案: yum update yum install gcc make kernel kernel-devel 然后,重启Centos. 1.创建一个目录 makdir /mnt…