aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt14
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
+
+
+