简体   繁体   English

通过SSH打开Netbeans

[英]Opening netbeans via SSH

I'm very new to netbeans and linux.I'm using netbeans6.9 in my linux OS for Ruby programing. 我是netbeans和linux的新手。我在linux操作系统中使用netbeans6.9进行Ruby编程。 I need to SSH to this machine,through my windows XP laptop and access netbeans.I'm using Cygwin X for the SSH connection.I'm not able to find an answer so please help me. 我需要通过Windows XP笔记本电脑通过SSH到这台计算机并访问netbeans。我正在使用Cygwin X进行SSH连接。我无法找到答案,所以请帮助我。

Depends on where NetBeans was installed. 取决于NetBeans的安装位置。 I have it in /usr/local/netbeans-6.9/ (I don't know what the default location is, but I don't think this is it), so my executable is /usr/local/netbeans-6.9/bin/netbeans . 我在/usr/local/netbeans-6.9/有它(我不知道默认位置是什么,但我不认为这是它),所以我的可执行文件是/usr/local/netbeans-6.9/bin/netbeans

ssh -X <IP> "<path_to_netbeans_binary>"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM