Last active
August 29, 2015 14:11
-
-
Save batkinson/5bd0652bc8d5ed7e9640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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