centos 开机自动联网vim
a. 默认centos不能自动联网centos
$ ifconfig //插卡ip的设备名 eth0 # vim /etc/sysconfig/network-scripts/ifcfg-eth0 修改 ONBOOT=yes // default = no
b. 经过命令行打开图形界面设置ssh
#ntsysv
c. 开机启动服务spa
#chkconfig //查看系统服务 #chkconfig sshd on/off //设置开机启动/关闭 ssd 服务