Operating Systems > Linux and UNIX
VNC
KernelPanic:
Does anybody know how to use VNC?
I don't have particular problem, I am just generally clueless but want to use it.
voidmain:
What do you want to know about it? I've been using it for several years now, although I usually only use it to remote control Windows machines (don't need it for *NIX machines). Basically you have to install the VNC server on the machine you want to control and then you can remote control it from either the VNC client or from any web browser.
Or do you want to set up the vncserver on a *NIX box? Which you *can* do but like I said, I prefer not to. If you have VNC properly installed on your *NIX box you would start the server by typing "vncserver :1" which should prompt you for a password to be used by the client. On the client you would enter "servername:1" to connect to the server (or in the web browser you would use the url "http://servername:5801"). On Windows servers you would use ":0" or "5800" as the port. UNIX you can use any number ":1", ":2", ":3", etc and "5801", "5802", "5803", etc for the browser, but it must match between client and server.
See "man vncserver" for more info...
Master of Reality:
void mains post translated into a stupidified form.
You isntall the vncserver on the computer you want to view and control. You install the vncviewer on the computer you want to be looking/controlling from.
if you have the vncviewer in linux than type at the commandprompt:
# vncviewer 192.168.0.4
replace 192.168.0.4 with whatever you vncserver's IP address is.
That is the simplest way to use it.
[ September 13, 2002: Message edited by: Master of Reality / Bob ]
voidmain:
Uh, that's not going to work if he wants to remote control a *NIX box that already has X running on :0, which is why I gave him more information. I assumed since he posted the question in the *NIX forum that is what he was intending to do.
Did you know that you could use your web browser as a VNC client? Yep, you don't even need the VNC client program installed. Use Konqueror with JavaScript and Java enabled and remote control your Windows box by going to this URL:
http://xxx.xxx.xxx.xxx:5800
Repace the xxx.xxx.xxx.xxx with your IP address or host name if it is resolvable by DNS. Or use IE on Windows machines and use the same syntax. Of course you still need the VNC server installed on the machine you want to control.
[ September 13, 2002: Message edited by: void main ]
Master of Reality:
oh.... i see. hmmmmmmm i wonder what he is gonna do with it... I think he has windows, mandrake, and slackware but i dont know if they are all on separate computers or not.
Navigation
[0] Message Index
[#] Next page
Go to full version