redhat 8.10按照图形化界面
dnf grouplist
dnf groupinstall "Server with GUI"
systemctl isolate graphical.target
立即切换图形
systemctl set-default graphical.target 设置默认图形启动
root:
export DISPLAY=:0.0
xhost +
grid:
export DISPLAY=:0.0
dnf grouplist
dnf groupinstall "Server with GUI"
systemctl isolate graphical.target
立即切换图形
systemctl set-default graphical.target 设置默认图形启动
root:
export DISPLAY=:0.0
xhost +
grid:
export DISPLAY=:0.0