Skip to content

Instantly share code, notes, and snippets.

@batkinson
Last active August 29, 2015 14:11
Show Gist options
  • Save batkinson/5bd0652bc8d5ed7e9640 to your computer and use it in GitHub Desktop.
Save batkinson/5bd0652bc8d5ed7e9640 to your computer and use it in GitHub Desktop.
# Run the colbertix program, detach from it
screen
xvfb-run ./colbertix.py
<ctrl-a><ctrl-d>
# Close your SSH connection to the instance
exit
# You can later reconnect to the running program session by issuing
screen -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment