From 73fe24131cbd89cdeb6c4c1027c75ca0b6bba3d5 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 25 Sep 2012 15:44:51 -0500 Subject: Fixed issue with parent strains appearing twice and began replacing variable names (strain -> sample, for example) --- misc/notes.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'misc/notes.txt') diff --git a/misc/notes.txt b/misc/notes.txt index 9d31fb5d..76962804 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -6,6 +6,9 @@ source ~/ve27/bin/activate To set WQFLASK_SETTINGS environment variable: export WQFLASK_SETTINGS=~/gene/wqflask/cfg/zach_settings.py (or wherever file is located) +To change screen environment variable (if man not working or to get color, for example): +export TERM=screen + To search for commands in history if necessary: history | grep "(whatever is being searched for)" @@ -44,4 +47,13 @@ unset SSH_ASKPASS Python stuff: -Classes should always inherit "object" \ No newline at end of file +Classes should always inherit "object" + +=========================================== + +htop: Gives information on processes, cpu/memory load, etc +dstat: Also gives various system information, resource usage, etc +df: Reports file system disk space usage + + + -- cgit v1.2.3