Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
cams
Commits
f9f86415
Commit
f9f86415
authored
Jan 05, 2018
by
Neil Gershenfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
8cdb663c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
28 deletions
+27
-28
mods/README.md
mods/README.md
+4
-28
mods/tightvncserver.service
mods/tightvncserver.service
+11
-0
mods/xstartup
mods/xstartup
+12
-0
No files found.
mods/README.md
View file @
f9f86415
...
@@ -10,33 +10,9 @@ git clone ssh://git@gitlab.cba.mit.edu:846/pub/mods.git
...
@@ -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 -N -f -l user_name ip_address
ssh -L 5901:127.0.0.1:5901 -l user_name ip_address
ssh -L 5901:127.0.0.1:5901 -l user_name ip_address
tightvncserver.service:
tightvncserver.service
[Unit]
.vnc/xstartup
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
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