2024-07-16 Linux Install Xfce & Lightdm Instead of GNOME desktop with GDM which is configured by default in Redhat, I’m told that xfce+lightdm is much more lighted and efficient. So I tried that out today. Let’s see how to deply xfce+lightdm in CentOS7.9. Install EPEL (Extra Package for Enterprise Linux)123# yum install epel-release//if above command doesn't work, try this# yum install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Install xfce & lightdm12# yum groupinstall xfce# yum install lightdm Configure lightdm.conf123456# cat /etc/lightdm/lightdm.conf...[XDMCPServer]enabled=trueport=177... Stop & disable GDM12# systemctl disable gdm# systemctl stop gdm Start & enable lightdm12# systemctl enable lightdm# systemctl start lightdm Reboot and it’s done1# reboot If successfully, you’ll see there is an option of Xfce Session on login screen. Newer RHEL7配置ssh - 限制/允许IP Older EDA Collections