|
|
Displaying locally a window generated on a remote computer - Linux
|
Views : 339
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Displaying locally a window generated on a remote computer
The X Window graphic system used by Linux allows to see on the local computer graphic windows generated by a program running on a remote computer.
On the local computer, type:
xhost +
On the remote computer, type:
setenv DISPLAY localname:0
or
export DISPLAY=localname:0
if the shell is 'bash'
Replace localname by the name of local computer. If you do not know it, type the following on the localcomputer:
uname -n
|
|
By - Sanju, On - 2009-11-20 |
|
|
|