Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use MI/X to start an X session with a remote host?

host mi remote session
0
Posted

How do I use MI/X to start an X session with a remote host?

0

Start MI/X. Telnet to the remote host. Set the DISPLAY environment variable on the remote host to the machine you are running MI/X on. For example on Solaris (running csh): setenv DISPLAY mymachine:0.0 or failing that: setenv DISPLAY my.machine’s.ip.number:0.0 (running BASH): export DISPLAY=mymachine:0.0 or failing that: export DISPLAY=my.machine’s.ip.number:0.0 replacing “my.machines’s.ip.number” with the actual IP number of the local machine running MI/X. After this, you can launch whatever X applications you wish on your remote host and they will display on the machine running MI/X. To invoke a command shell try: xterm & When the xterm comes up you can close the telnet session. The commands may differ on various flavors of UNIX.

0

Start MI/X. Telnet to the remote host. Set the DISPLAY environment variable on the remote host to the machine you are running MI/X on. For example on Solaris (running csh): setenv DISPLAY mymachine:0.0 or failing that: setenv DISPLAY my.machine’s.ip.number:0.0 (and if you’re running BASH): export DISPLAY=mymachine:0.0 or failing that: export DISPLAY=my.machine’s.ip.number:0.0 replacing “my.machines’s.ip.number” with the actual IP number of the local machine running MI/X. After this, you can launch whatever X applications you wish on your remote host and they will display on the machine running MI/X. To invoke a command shell try: xterm When the xterm comes up you can close the telnet session. The commands may differ on various flavors of UNIX.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123