1.####重置密码
第1步:开机后在内核上敲击“e”。
第2步:在linux16这行的后面输入“rd.break”并敲击“ctrl+x“。
第3步:进入到了系统的紧急求援模式。
第4步:依次输入以下命令。
mount -o remount,rw /sysroot
chroot /sysroot
echo "linuxprobe" | passwd --stdin root
touch /.autorelabel
exit
reboot 重启
这样密码就重置为 linuxprobe了
2.####修改yumIP
命令: cd /etc/sysconfig/network-scripts
vi ifcfg-ens33
3.###配置vnc
[root@linuxprobe ~]# yum install tigervnc-server 下载
rm -rf /etc/systemd/system/vncserver@:1.service //删除文件夹
cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service //复制
vi /etc/systemd/system/vncserver@:1.service
vncpasswd //修改密码
systemctl start vncserver@:1.service //开启服务
systemctl enable vncserver@:1.service
netstat -an|grep 590 //查询端口