Vnc

Version 2 (marcaronson408, 11/29/2014 06:32 am) → Version 3/4 (marcaronson408, 11/29/2014 06:32 am)

h1. VNC

VNC is very useful for remote administration.
You can install it using:
@pacman -Sy x11vnc@

If you want VNC to run automatically whenever your system reboots, add the following line to the end of your the file _/home/mythtv/.fluxbox/apps_ /home/mythtv/.fluxbox

@[startup] {sudo /usr/bin/x11vnc -ncache -nap -wait 50 -passwd mythtv -display :0 -forever -o /var/log/mythtv/x11vnc.log -bg }@