about summary refs log tree commit diff
path: root/misc/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 59ab79cb..b0c0762c 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -14,6 +14,9 @@ export TERM=screen
 To search for commands in history if necessary:
 history | grep "(whatever is being searched for)"
 
+Run web server:
+/usr/local/nginx/sbin/nginx
+
 Run server:
 python runserver.py
 
@@ -63,11 +66,16 @@ 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
-
+d
 ===========================================
 
 tidyp - Improves/beautifies html code
 tidyp -m -i -w 100 index_page.html
 
+===========================================
+
+ps -ax - View processes
+
+kill (process #)