Article
PROBLEM: Need to access a remote desktop when VNC is not allowed on the network.
SOLUTION: Use the command:
user@linux # X :1 -query [IP Address Here] |
EXAMPLE:
Create the following script:
#!/bin/sh /usr/X11R6/bin/X -query 192.168.1.254 |
Save it as remote.sh and make it executable:
user@linux # chmod +x remote.sh |
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 2379 reads


0