diff options
author | Zachary Sloan | 2012-09-25 15:44:51 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-09-25 15:44:51 -0500 |
commit | 73fe24131cbd89cdeb6c4c1027c75ca0b6bba3d5 (patch) | |
tree | aa6ebde4ce57b4fecedbf5278f6d251a5950e52b /misc | |
parent | 16f2d99bbeb693d3ac190d6977701a5450e9c2c0 (diff) | |
download | genenetwork2-73fe24131cbd89cdeb6c4c1027c75ca0b6bba3d5.tar.gz |
Fixed issue with parent strains appearing twice and began replacing variable names (strain -> sample, for example)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 14 |
1 files changed, 13 insertions, 1 deletions
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 + + + |