rh8下,有没有登陆工作站的软件阿?

由 xjtuyxy 在 12-20-2002 10:32 发表:

rh8下,有没有登陆工作站的软件阿?

要仿真电路,问一下rh8下有没有像windows下exceed那样登陆工作站的软件阿?

很急阿,在搞不定只好干掉rh8了,不然被老板kill了


由 charley 在 12-20-2002 13:30 发表:

XWindows上还要?

Exceed 是Windows上的XServer, XFree86本身就是XServer.

假定你机器192.168.0.1, 工作站192.168.0.2

xhost + 192.168.0.2

telnet 192.168.0.2

DISPLAY=192.168.0.1:0.0; export DISPLAY (bash/bsh)

setenv DISPLAY 192.168.0.1:0.0 (csh)

你的防火墙最高只能为中级, 或者

iptables -A INPUT -s 192.168.0.2/32 -j ACCEPT


由 xjtuyxy 在 12-20-2002 15:38 发表:


DISPLAY=192.168.0.1:0.0; export DISPLAY (bash/bsh)

bash: syntax error near unexpected token `('

不知道怎么回事阿,望大侠说的详细些,刚接触到linux的说啊!!!


由 charley 在 12-21-2002 03:24 发表:

晕,建议斑竹增加一些入门级的教材

telnet/ssh后, 你使用的shell是远端机器

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus