Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
cams
Commits
f9f86415
Commit
f9f86415
authored
Jan 05, 2018
by
Neil Gershenfeld
Browse files
wip
parent
8cdb663c
Changes
3
Hide whitespace changes
Inline
Side-by-side
mods/README.md
View file @
f9f86415
...
...
@@ -10,33 +10,9 @@ git clone ssh://git@gitlab.cba.mit.edu:846/pub/mods.git
ssh -L 5901:127.0.0.1:5901 -N -f -l user_name ip_address
ssh -L 5901:127.0.0.1:5901 -l user_name ip_address
tightvncserver.service:
[Unit]
Description=TightVNC remote desktop server
After=sshd.service
[Service]
ExecStart=/usr/bin/tightvncserver :1 -localhost
User=fab
Type=forking
[Install]
WantedBy=multi-user.target
.vnc/xstartup:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
cd /home/fab/mods
http-server&
chromium-browser 127.0.0.1:8080/?program=programs/iterate/z%20theta%20scan&
/etc/X11/Xsession
tightvncserver.service
.vnc/xstartup
mods/tightvncserver.service
0 → 100644
View file @
f9f86415
[Unit]
Description
=
TightVNC server
After
=
sshd.service
[Service]
ExecStart
=
/usr/bin/tightvncserver :1 -localhost
User
=
fab
Type
=
forking
[Install]
WantedBy
=
multi-user.target
mods/xstartup
0 → 100644
View file @
f9f86415
#!/bin/sh
xrdb
$HOME
/.Xresources
xsetroot
-solid
grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export
XKL_XMODMAP_DISABLE
=
1
cd
/home/fab/mods
http-server&
chromium-browser 127.0.0.1:8080/?program
=
programs/iterate/z%20theta%20scan&
/etc/X11/Xsession
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment