Linux - How to access remote desktop on local computer, Xhost access remote terminal
How to access remote desktop on local computer
How to access Remote desktop on local computerThe X Window graphic system used by Linux allows user's to view the local computer graphic windows generated by a program executing on a remote computer.
to access Remote desktop on local computer
# xhost +
On Remote Desktop type:
# setenv DISPLAY localname:0OR
# export DISPLAY=localname:0
If you are using 'bash' shell then replace localname by the name of local computer.
To Find the name of your machine:
# uname -n
The topic on Linux - How to access remote desktop on local computer is posted by - Math
Hope you have enjoyed, Linux - How to access remote desktop on local computerThanks for your time