canmove, Confirmed users
6,441
edits
| Line 26: | Line 26: | ||
#!/bin/sh | #!/bin/sh | ||
xsetroot -solid grey | xsetroot -solid grey | ||
gnome-session& | |||
And make it executable | And make it executable | ||
chmod +x /home/mozqa/.vnc/xstartup | 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 == | ||