[Level 1] Remote UI display in local Ubuntu X.

If you want to display remote UI to your local X.
You can use ssh -X to login remote server.
Ex.
local# ssh -X user@remote_host
remote# echo $DISPLAY
local_host:10.0
remote# xclock
Then you can see xclock on your local X

Wish this helps.
regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python