Yes, I realize these posts aren’t exactly riveting, but alas I’m essentially sharing my lab notebook here.
Setting up X11VNC:
sudo apt-get install x11vnc
Then configuring to run on startup:
cd .config mkdir autostart cd autostart nano x11vnc.desktop [Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -display :0 -ultrafilexfer StartupNotify=false Terminal=false Hidden=false
Lastly, installing BOINC:
sudo apt-get install boinc-manager boinc-client