Answers for "view lubuntu-desktop from another computer"

0

view lubuntu-desktop from another computer

# description "Start x11vnc on system boot"

description "x11vnc"

start on runlevel [2345]
stop on runlevel [^2345]

console log

respawn
respawn limit 20 5

exec /usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/brian/.vnc/passwd -rfbport 5900 -shared
Posted by: Guest on January-09-2021

Code answers related to "view lubuntu-desktop from another computer"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language