[X4U] VNC issue (kinda stuck!)

..lj darwin at ljsworld.com
Thu Dec 22 18:25:49 PST 2005


On Dec 22, 2005, at 17:19, m i l e s wrote:

> Hi,
>
> Is is possible to LAUNCH the VNC server from the command line under  
> OS X.4.3 ?
>
> M i l e s.
> _______________________________________________


I use OSXVNC as my VNC server. I start it with the File: bin/startvnc
#!/bin/sh
/Applications/OSXvnc.app/OSXvnc-server -rfbport 5901 > ~/Library/Logs/ 
OSXvnc-server.log 2>&1 &

I Stop it with the File:bin/stopvnc
#!/bin/sh
killall OSXvnc-server

..lj



More information about the X4U mailing list