在本地主机
输入xhost +
显示access control disabled, clients can connect From any host
登录远程主机
setenv DISPLAY 本地主机ip地址:0.0 (c shell ,sh 为DISPLAY=localhost:0.0 export DISPLAY)
运行需要图形界面的程序
在本地主机
输入xhost +
显示access control disabled, clients can connect From any host
登录远程主机
setenv DISPLAY 本地主机ip地址:0.0 (c shell ,sh 为DISPLAY=localhost:0.0 export DISPLAY)
运行需要图形界面的程序
Post a Comment