Others: https://blog.csdn.net/Kasumi_yuki/article/details/90721037

install Chrome:

https://www.cnblogs.com/vae860514/p/8269002.html

######################################## #vim /ect/yum.repos.d/google-chrome.repo @@@@@@@@@@@@@@@@@@@@ [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub @@@@@@@@@@@@@@@@@@@@@

#yum -y install google-chrome-stable --nogpgcheck #which google-chrome-stable #ln -s xxx /bin/chrome

to change IP address:

https://blog.51cto.com/zhangfang526/2428437

#################################### vim /etc/sysconfig/network-scripts/ifcfg-XXXX IPADDR=192.168.127.128 NETMASK=255.255.255.0 GATEWAY=192.168.127.2 DNS1=119.29.29.29 BOOTPROTO=static

to change hostname: ##################### https://blog.csdn.net/xuheng8600/article/details/79983927 hostnamectl --static set-hostname XXX

to install Temaview:

################## https://www.cnblogs.com/baker95935/p/9791984.html

to install Remote Desktop: ################## https://www.jianshu.com/p/63dce85dc958 su rpm -qa|grep epel yum install epel-release

yum install xrdp

yum install tigervnc-server

vncpasswd root vncpasswd sulan

systemctl stop firewalld.service

systemctl disable firewalld

setenforce 0

vim /etc/selinux/config SELINUX=disabled

systemctl start xrdp

systemctl enable xrdp