1. 程式人生 > >ETX遠端連線CentOS7

ETX遠端連線CentOS7

安裝epel源

yum install -y epel-release

安裝lightdm和xfce

yum install -y lightdm 
yum groupinstall -y xfce

修改配置檔案

vim /etc/lightdm/lightdm.conf
...
[XDMCPServer]
enabled=true
port=177
...

將Display Manager切換為lightdm

systemctl disable gdm && systemctl enable lightdm
  • 1

啟動lightdm

systemctl start lightdm
  • 1

關閉防火牆

systemctl stop
firewalld.service