Skip to content
Snippets Groups Projects
Commit e19f9c20 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent f9f86415
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
sudo apt-get update sudo apt-get update
sudo apt-get dist-upgrade sudo apt-get dist-upgrade
sudo apt-get install gedit chromium-browser git npm guvcview tightvncserver xtightvncviewer openssh-server geeqie sudo apt-get install gedit chromium-browser git npm nodejs-legacy guvcview geeqie tightvncserver xtightvncviewer openssh-server
git clone ssh://git@gitlab.cba.mit.edu:846/pub/cams.git git clone ssh://git@gitlab.cba.mit.edu:846/pub/cams.git
git clone ssh://git@gitlab.cba.mit.edu:846/pub/mods.git git clone ssh://git@gitlab.cba.mit.edu:846/pub/mods.git
...@@ -14,5 +14,12 @@ tightvncserver.service ...@@ -14,5 +14,12 @@ tightvncserver.service
.vnc/xstartup .vnc/xstartup
tightvncpasswd
System -> Administration -> Time and Date -> Keep synchronized with internet servers
sudo cp tightvncserver.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable tightvncserver.service
sudo systemctl start tightvncserver.service
journalctl -u tightvncserver.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment