1 yum groupinstall -y 'Server with GUI'
2 yum install -y tigervnc-server
3 cat /lib/systemd/system/vncserver@.service
4 cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service
5 vim /etc/systemd/system/vncserver@:1.service
6 systemctl daemon-reload
7 vncpasswd
8 systemctl start vncserver@:1.service
9 netstat -ntulp| grep vnc
10 iptables -L
11 systemctl stop firewalld
12 systemctl disable firewalld
13 echo $DISPLAY
14 tail -f /var/log/messages
15 systemctl start vncserver@:1.service
16 vim /etc/systemd/system/vncserver@:1.service
17 netstat -ntulp | grep vnc
18 cd /
19 ls
20 rz
21 ls
22 unzip V17530-01_1of2.zip
23 unzip V17530-01_2of2.zip
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/bigdata/289239.html