服务器上没有X Window Server, 但可以使用本地的X Window Server 来运行服务器端的GUI程序,如果在局域网里,速度和本地使用没有差别。
以Eclipse为例,使用 ssh X forwarding 来实现这个目的,这里假设本地机器为PC,远端服务器为SERVER。
1.PC和SERVER都安装ssh
sudo apt-get install ssh
2.从官网下载Eclipse,解压到用户主目录。
3.PC上运行Terminal,ssh到SERVER(192.168.0.2)上选项-X
ssh -X javy@192.168.0.2
4.在SERVER上,进入eclipse目录,运行eclipse即可
如果本地机器为Windows程序,可以使用PuTTY+Xming来实现同样的目的。
在Ubuntu 15.04中使用Eclipse 4.4、Java 8以及WTP:http://www.linuxdiyf.com/linux/11736.html
Win7中使用Eclipse连接虚拟机中的Ubuntu中的Hadoop2.4:http://www.linuxdiyf.com/linux/10691.html
Linux下使用Eclipse编写MapReduce程序的配置:http://www.linuxdiyf.com/linux/7919.html
在Ubuntu上使用Eclipse创建OpenCV项目:http://www.linuxdiyf.com/linux/6447.html
Ubuntu下使用Eclipse和PyDev搭建完美Python开发环境:http://www.linuxdiyf.com/linux/6257.html