Xming介绍
Xming 的主要功能是通过在Linux平台上通过交叉编译的方法,实现了跨越操作系统对X GUI的表现。
1. Xming安装
全部下一步安装完。
点击Xlaunch
crt连接
#安装firefox
[root@gby ~]# yum -y install nginx
[root@gby ~]# echo "gby cs" >/usr/share/nginx/html/index.html
[root@gby ~]# systemctl enable --now nginx
Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /usr/lib/systemd/system/nginx.service.
[root@gby ~]# systemctl disable --now firewalld
Removed "/etc/systemd/system/multi-user.target.wants/firewalld.service".
Removed "/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service".
[root@gby ~]# curl 127.0.0.1
gby cs
[root@gby ~]# yum -y install firefox
[root@gby ~]# firefox
Error: no DISPLAY environment variable specified
[root@gby ~]# export DISPLAY=192.168.1.22:0.0 #winip+右下脚提示
[root@gby ~]# firefox