From a8474cda5fe8d6f73ed32cc7e15f79cbe672d77d Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 23 Aug 2012 17:10:47 -0500 Subject: Made some minor changes to trait data and analysis page template --- misc/byobu_commands.txt | 6 ++++++ misc/runserver.txt | 1 + misc/virtual_env.txt | 1 + 3 files changed, 8 insertions(+) create mode 100644 misc/byobu_commands.txt create mode 100644 misc/runserver.txt create mode 100644 misc/virtual_env.txt (limited to 'misc') diff --git a/misc/byobu_commands.txt b/misc/byobu_commands.txt new file mode 100644 index 00000000..c9c22b29 --- /dev/null +++ b/misc/byobu_commands.txt @@ -0,0 +1,6 @@ +byobu -RD +control-a then :multiuser on +control-a then :acladd sam + +type: screen -list for sessions +screen -r sam/27189.byobu diff --git a/misc/runserver.txt b/misc/runserver.txt new file mode 100644 index 00000000..71e3dfd7 --- /dev/null +++ b/misc/runserver.txt @@ -0,0 +1 @@ +python runserver.py diff --git a/misc/virtual_env.txt b/misc/virtual_env.txt new file mode 100644 index 00000000..7a8f20be --- /dev/null +++ b/misc/virtual_env.txt @@ -0,0 +1 @@ +source ~/ve27/bin/activate -- cgit v1.2.3