Vnc
Version 2 (brfransen, 11/29/2014 06:32 am)
1 | 1 | h1. VNC |
|
---|---|---|---|
2 | 1 | ||
3 | 1 | VNC is very useful for remote administration. |
|
4 | 1 | You can install it using: |
|
5 | 1 | @pacman -Sy x11vnc@ |
|
6 | 2 | brfransen | |
7 | 2 | brfransen | 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 |
8 | 2 | brfransen | |
9 | 2 | brfransen | @[startup] {sudo /usr/bin/x11vnc -ncache -nap -wait 50 -passwd mythtv -display :0 -forever -o /var/log/mythtv/x11vnc.log -bg }@ |