Hello group:
I want to know your experiences on using Terminal emulations and X
servers.
I have been using netterm for terminal emulation on character mode and
Reflection as X server.
I didn't need to use ssh.
I have seen that ssh improves security and you can even use x-windows
through a ssh connection using putty and any X-server (X-win32).
Does anybody use this?
If so, what terminal emulation and X-server are you using?
Thanks in advance.
|
|
0
|
|
|
|
Reply
|
oraclejva (26)
|
6/8/2006 3:53:47 PM |
|
In article <1149782027.129272.29150@j55g2000cwa.googlegroups.com>, Papa
Piquillo wrote:
> Hello group:
> I want to know your experiences on using Terminal emulations and X
> servers.
> I have been using netterm for terminal emulation on character mode and
> Reflection as X server.
> I didn't need to use ssh.
> I have seen that ssh improves security and you can even use x-windows
> through a ssh connection using putty and any X-server (X-win32).
> Does anybody use this?
> If so, what terminal emulation and X-server are you using?
While you can do this, and I have done it using Hummingbird's eXceed X server.
However, I'd like to suggest an alternative that will give you what you want in
one package, and offer further advantages: VNC.
Take a look at http://www.realvnc.com.
The commercial version of VNC (which is cheaper than eXceed or Reflection/X)
has native 128bit encryption, so there is no need to tunnel X through ssh. In
addition, X is "fat" application with lots of data sent over the wire, so
performance can be poor. With VNC, the X server actually runs on the server
(what a concept!) and you access it with a viewer app (vncviewer). The VNC
protocol is "thin" so perfomance is good even on very slow connections. The
viewer can be disconnected without killing the server. This allows you to keep
an X desktop and connect to it from various workstations - a very useful
feature! One other thing is that ir requires much less configuration than your
average X server for PC to have it up and running.
Anyway, I'm not associated with RealVNC in any way, I just really like the
product.
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Kevin
|
6/8/2006 6:46:57 PM
|
|
Kevin I appreciate your help.
I have downloaded the server for hp-ux and the client for windows and
it is very easy to configure and run.
Just one question, is there a posibility to run the CDE?
Thanks a lot.
|
|
0
|
|
|
|
Reply
|
Papa
|
6/9/2006 10:10:27 AM
|
|
In article <1149847827.331125.168210@h76g2000cwa.googlegroups.com>, Papa
Piquillo wrote:
> Kevin I appreciate your help.
> I have downloaded the server for hp-ux and the client for windows and
> it is very easy to configure and run.
> Just one question, is there a posibility to run the CDE?
> Thanks a lot.
Yes, there is. In our environment, we use Linux to run teh desktops, so I
didn't think about CDE.
You will need to modify the file used to start VNC sessions:
$HOME/.vnc/xstartup. It probably looks like this:
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
Change it to this:
#!/bin/sh
xsession=/usr/dt/bin/Xsession
[ -r $xsession ] && exec $xsession
# Fall back if the script wasn't readable or the exec failed
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
If CDE was working for you before, this should do what you want. You'll need to
restart vncserver to see the effect.
Also, if this is what you want all users behavior to be, you should copy that
xstartup file to the /etc/vnc directory. Its copied to that users' .vnc
directory on first run of vncserver.
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Kevin
|
6/9/2006 6:12:35 PM
|
|
Kevin:
Really good stuff.
You have helped me a lot.
THANKS!!!
Kevin Collins ha escrito:
> In article <1149847827.331125.168210@h76g2000cwa.googlegroups.com>, Papa
> Piquillo wrote:
> > Kevin I appreciate your help.
> > I have downloaded the server for hp-ux and the client for windows and
> > it is very easy to configure and run.
> > Just one question, is there a posibility to run the CDE?
> > Thanks a lot.
>
> Yes, there is. In our environment, we use Linux to run teh desktops, so I
> didn't think about CDE.
>
> You will need to modify the file used to start VNC sessions:
> $HOME/.vnc/xstartup. It probably looks like this:
>
> #!/bin/sh
> [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> xsetroot -solid grey
> vncconfig -iconic &
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> twm &
>
>
> Change it to this:
>
> #!/bin/sh
>
> xsession=/usr/dt/bin/Xsession
> [ -r $xsession ] && exec $xsession
>
> # Fall back if the script wasn't readable or the exec failed
> xrdb $HOME/.Xresources
> xsetroot -solid grey
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> twm &
>
> If CDE was working for you before, this should do what you want. You'll need to
> restart vncserver to see the effect.
>
> Also, if this is what you want all users behavior to be, you should copy that
> xstartup file to the /etc/vnc directory. Its copied to that users' .vnc
> directory on first run of vncserver.
>
> Kevin
>
> --
> Unix Guy Consulting, LLC
> Unix and Linux Automation, Shell, Perl and CGI scripting
> http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Papa
|
6/12/2006 4:56:55 PM
|
|
|
4 Replies
383 Views
(page loaded in 0.077 seconds)
Similiar Articles: Terminal emulation, X servers and ssh - comp.sys.hp.hpux ...Hello group: I want to know your experiences on using Terminal emulations and X servers. I have been using netterm for terminal emulation on character... AT386 and PuTTy - comp.terminalsTerminal emulation, X servers and ssh - comp.sys.hp.hpux ... Mofeel Groups 64: AT386 and PuTTy 65: DEC terminal emulation on ... Tcl Expect ssh to shutdown Linux box ... KEA and SSH - comp.unix.solarisTerminal emulation, X servers and ssh - comp.sys.hp.hpux ... KEA and SSH - comp.unix.solaris What terminal type should I select for Putty when installing ... Solaris 10 desktop terminal emulation options ? - comp.unix ...Terminal emulation, X servers and ssh - comp.sys.hp.hpux ... Solaris 10 desktop terminal emulation options ? - comp.unix ... Terminal emulation, X servers and ssh - comp ... emacs and PuTTY - comp.emacsWe have several users who SSH to a server with PuTTY and run emacs there. Unfortunately, there seems to be some issue with PuTTYs terminal emulation ... Future Terminal Emulator? - comp.unix.solarisTerminal emulation, X servers and ssh - comp.sys.hp.hpux ... Future Terminal Emulator? - comp.unix.solaris My daily existence consists of man pages, ssh sessions, using ... using cat and << - comp.unix.shellTerminal emulation, X servers and ssh - comp.sys.hp.hpux ... Future Terminal Emulator? - comp.unix.solaris My daily existence consists of man pages, ssh sessions, using ... Solaris 10, PuTTY, and vi - comp.unix.solarisI do have Cygwin (I use and love the X server! :-) ). I'm just ... can learn something > other than, "Just use another terminal emulator". Whether you use Cygwin ssh or ... serial terminal replacement - comp.unix.solarisA PC with a terminal > emulation program is not an option. Does such a box exist? Is a console server appliance (many support SSH nowadays ... to be called an "X Terminal ... ssh sessions between FreeBSD and solaris - comp.unix.solaris ...Would it help to have the ssh session bedded into a screen session? Something like "screen ssh -X server -l user"? Or do I use some terminal that's supported by fbsd and ... Terminal emulation, X servers and ssh - comp.sys.hp.hpux ...Hello group: I want to know your experiences on using Terminal emulations and X servers. I have been using netterm for terminal emulation on character... X Windows Terminal Emulator: X Windows Server for X Windows ...what you get. BlueZoneX is a complete X Windows terminal emulator (X server) that includes SSH security, Open GL graphics, Dynamic Low Bandwidth X (LBX) support for ... 7/23/2012 7:18:16 AM
|