VirtualBox安装CentOS6.5
CentOS6.5的64位镜像文件iso,迅雷种子, 速度极快
https://download.csdn.net/detail/durui_12315/10439981
VirtualBox官网下载
https://www.virtualbox.org/wiki/Downloads
两者相似安装教程,仅供参考
https://www.cnblogs.com/gaomanito/p/11460381.html
注意点:
1、挂载完镜像后,进入系统没有安装,直接启动的话是从镜像启动,每次都会还原系统。
2、网络配置请选择桥接模式
3、使用xshell链接虚拟机centos系统时,centos需开启ssh服务
service sshd start 开启ssh服务:
service sshd stop 关闭ssh服务:
servcie sshd restart 重启ssh服务:
chkconfig sshd on SSH服务开机自动启动:
chkconfig sshd off 取消开机自启动:
service sshd status 开启服务后,检查服务状态:
若存在ssh未安装则
yum install openssh-server