Thursday, January 3, 2013

VNC Server

I setup a VNC Server just in case I needed GUI tools when remotely testing the router.

vnc4config
Edit .vnc/xstartup with:
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
/usr/bin/mate-session
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &

vnc4server

No comments:

Post a Comment