Saturday, July 31, 2010
Monday, July 26, 2010
How to background and nohup (run after terminal close) a running process
- run it in the foreground
- stop it (CTRL+Z)
- disown it so that it won't be closed when you close your shell (disown -h %jobid)
- restart the job in the background (bg %jobid)
Saturday, July 10, 2010
Friday, July 2, 2010
SSL References
Specifically researching how to trust a client only if they hold a specific private key.
http://www.dartmouth.edu/~pkilab/pages/Using_PKI.html
http://www.dartmouth.edu/~pkilab/pages/Web_Access_Control.html
http://www.modssl.org/docs/2.8/ssl_howto.html
http://www.dartmouth.edu/~pkilab/pages/Using_PKI.html
http://www.dartmouth.edu/~pkilab/pages/Web_Access_Control.html
http://www.modssl.org/docs/2.8/ssl_howto.html
Subscribe to:
Posts (Atom)