Crea un script ejecutable con lo siguiente #!/bin/sh
x11vnc -bg -passwd 7celtic7 -forever exit 0 Luego copialo a /etc/init.d cp mivnc /etc/init.d/ chmod a+x /etc/init.d/mivnc Restaurar permisos que se pierden al copiar Luego teclea como root update-rc.d mivnc start defaults dos veces Listo. Al arrancar el ordenador se ejecuta el servidor vnc, si quieres quitarlo pon update-rc.d mivnc stop defaults -- Si dominas los Bits, dominas el mundo -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

