lotus

previous page: 013.  I hate the sound of the bell. I would prefer to disable it perhaps enabling the visual bell as an alternative.
  
page up: Brief Linux FAQ
  
next page: 015.  I am sick of having to type in my password interactively each time I want to start a shell on a remote server. Is there a way to avoid this.

014. I have access to a remote Unix machine that has some commercial software that uses X which I would like to run remotely on my display. How do I do it?




Description

This article is from the the Brief Linux FAQ (BLFAQ) Maintained by Neil Zanella nzanella@ganymede.cs.mun.ca

014. I have access to a remote Unix machine that has some commercial software that uses X which I would like to run remotely on my display. How do I do it?

First connect to the remote machine using dip or whatever you use. If the remote machine is called grasshopper.uvw.edu and your machine is called kiwi.fruit.org then first type

xhost +grasshopper.uvw.edu

from your own machine's shell prompt while running X. If you telnet to the remote machine and you're using a modem to connect then your machine name on the Internet may be different from your actual machine name at home so be sure to use the finger command on the remote machine with your remote user name as an argument to find out what your machine name is on the Internet. Assuming your machine name has not changed you must type

export DISPLAY=kiwi.fruit.org:0.0

on the remote machine if it uses the Korn shell or the equivalent if it uses another shell. You should be now ready to fire up the remote application from your machine.

 

Continue to:













TOP
previous page: 013.  I hate the sound of the bell. I would prefer to disable it perhaps enabling the visual bell as an alternative.
  
page up: Brief Linux FAQ
  
next page: 015.  I am sick of having to type in my password interactively each time I want to start a shell on a remote server. Is there a way to avoid this.