1822231 Members
3922 Online
109642 Solutions
New Discussion юеВ

Run graphic mode

 
SOLVED
Go to solution
O'lnes
Regular Advisor

Run graphic mode

The linux console support graphic mode to run command ( eg. Netconfig ), how can i
also run the graphic mode when the client PC telnet to the server? Thanks.
Andy
4 REPLIES 4
U.SivaKumar_2
Honored Contributor
Solution

Re: Run graphic mode

Hi,
From a windows PC If you telnet to server , you cannot
run any graphical program as
telnet operates in terminal
mode .

But from a unix server in GUI desktop you can telnet to another unix server , then after exporting the DISPLAY variable you can start any graphical program.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Donald Kok
Respected Contributor

Re: Run graphic mode

From a PC you can use the program putty to be able to use gui-programs. It works transparent through ssh.
Also you can use X-emulators as exceed and reflection-X.

From other unix/linux machine when you connect with ssh, you can use X also.

Both ways, ssh has the advantage that is has automatic X support, and it is much more secure then rlogin and telnet.
My systems are 100% Murphy Compliant. Guaranteed!!!
O'lnes
Regular Advisor

Re: Run graphic mode

what i need to do to setup ssh? is there any pitfaill? Thanks.
Andy
Donald Kok
Respected Contributor

Re: Run graphic mode

Most linux's have ssh default on the installation.
My systems are 100% Murphy Compliant. Guaranteed!!!