购买的华为云 Linux 服务器,操作系统是 centos8,操作系统版本能够在买的时候抉择。
咱们须要在 centos 上装一个桌面,为了近程应用浏览器不便。
- 通过 ssh 登录到华为云服务器上,替换 yum 的源,执行上面的命令:
sed -i "s@https://repo.huaweicloud.com@https://repo.huaweicloud.com/centos-vault@g" /etc/yum.repos.d/CentOS*repo
-
装置 GNOME3,大概 1.2G。首先执行上面命令:
yum groupinstall "Server with GUI"
-
设置 GDM 开机启动,上面设置 gdm 开机启动,并立刻启动该服务:
systemctl enable gdm --now
默认状况,CentOS8 默认启动级别为 multi-user.target,上面设置 CentOS8 的启动级别为 graphical.target
systemctl set-default graphical.target
- 登录华为云后盾重启服务器,而后用华为云后盾的【近程登录】服务器就能够看到图形化桌面了。