swordzj

阿里云ECS(Centos)开启X11的步骤

1、修改sshd_config X11Forwarding yes

2、yum -y install xorg-x11-xauth xorg-x11-utils xorg-x11-fonts-*

3、dbus-uuidgen > /var/lib/dbus/machine-id

4、安装字体yum install -y fontconfig mkfontscale

    将字体文件放在/usr/share/fonts,

执行下面三条命令刷新字体缓存

mkfontscale

mkfontdir

fc-cache -fv

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2021-05-19
  • 2021-11-28
  • 2021-11-20
  • 2021-06-11
  • 2021-11-29
  • 2022-01-17
猜你喜欢
  • 2021-11-19
  • 2021-05-29
  • 2021-11-19
  • 2021-08-11
  • 2021-12-04
  • 2022-01-15
  • 2021-11-28
相关资源
相似解决方案