Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cams
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
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