canmove, Confirmed users
6,441
edits
| Line 21: | Line 21: | ||
== Configure VNC Server == | == Configure VNC Server == | ||
Set a password with: | Set a password with: | ||
vncpasswd | vncpasswd | ||
Then replace /home/mozqa/.vnc/xstartup with the following: | |||
#!/bin/sh | |||
xsetroot -solid grey | |||
gnome-session& | |||
And make it executable | |||
chmod +x /home/mozqa/.vnc/xstartup | |||
Make vnc start on boot by adding the following to mozqa's crontab: | Make vnc start on boot by adding the following to mozqa's crontab: | ||
@reboot | @reboot tightvncserver -geometry 1280x1024 -rfbport 5900 | ||
== Configure Apache == | == Configure Apache == | ||