1, 安装 xmanager Passive
2,在虚拟机运行以下命令
[grid@jx-rac1 grid]$ export DISPLAY=58.17.9.120:0.0
[grid@jx-rac1 grid]$ export DISPLAY
[grid@jx-rac1 grid]$ echo $DISPLAY
58.17.9.120:0.0
[grid@jx-rac1 grid]$ xhost +
其中,58.17.9.120是宿主机的主机IP
3, 然后在Linux下输入 xclock, 如果在弹出了时间组件说明配置成功
如果执行xclock报错,command not found,则执行以下命令
yum install xorg-x11-apps
安装Goland的快捷方式
cd /usr/local/Goland/bin
sudo ln -s $(pwd)/goland.sh /usr/bin/goland.sh
然后在控制台输入 goland.sh就弹出Goland的开发界面