下面是安装GNOME图形化桌面的教程
1、更新软件列表到最新
apt-get update
2、安装GNOME
这里有很多种方式,我就随便选了一种。也不知道有没有区别。
apt install x-window-system-core gnome-core
3、设置能用root账户进入系统
修改/etc/gdm3/daemon.conf文件,在[security]下增加一行AllowRoot = true
修改/etc/pam.d/gdm-password文件,注释掉auth required pam_succeed_if.so user != root quiet_success。这里搜quiet_success,或者直接看到第三行就行。
4、重启动进入桌面系统
init 6
5、安装微软RDP支持软件xrdp
方便使用Windows远程查看。如果安装过宝塔的同学得去安全页面放行3389端口。当然如果是在本地安装桌面。或者主机商提供了VNC就完全没必要安装了,还能更加安全。
apt-get install xrdp
Comments | NOTHING