09 2021 档案

摘要:系统信息 [root@centos8 ~]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) [root@centos8 ~]# 注意要安装桌面环境,如果没有安装桌面环境,登进去是黑屏。处理:安装桌面环境 yum groupi 阅读全文
posted @ 2021-09-07 14:07 RoyFans 阅读(1492) 评论(1) 推荐(0) 编辑
摘要:安装Xvfb yum install Xvfb 运行 export DISPLAY=':99.0';Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & 阅读全文
posted @ 2021-09-03 16:57 RoyFans 阅读(1002) 评论(0) 推荐(0) 编辑
摘要:1.安装 GNOME-Desktop 安装GNOME桌面环境 # yum -y groups install "GNOME Desktop" 完成安装后,使用如下命令启动桌面 # startx 阅读全文
posted @ 2021-09-03 16:45 RoyFans 阅读(2306) 评论(0) 推荐(0) 编辑
摘要:添加 firewall-cmd --zone=public --add-port=80/tcp --permanent (--permanent永久生效,没有此参数重启后失效) 删除 firewall-cmd --zone=public --remove-port=80/tcp --permanen 阅读全文
posted @ 2021-09-01 17:42 RoyFans 阅读(329) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示