Revision 9400
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
10 | 10 |
Maintenance: |
11 | 11 |
on a live machine, you should put the following in your .profile: |
12 | 12 |
umask ug=rwx,o= # prevent files from becoming web-accessible |
13 |
unset TMOUT # TMOUT causes screen to exit even if background processes
|
|
13 |
unset TMOUT # TMOUT causes screen to exit even with background processes
|
|
14 | 14 |
to synchronize vegbiendev, jupiter, and your local machine: |
15 | 15 |
install put if needed: |
16 | 16 |
download https://uutils.googlecode.com/svn/trunk/bin/put to ~/bin/ and `chmod +x` it |
Also available in: Unified diff
/README.TXT: Maintenance: added things to put in your .profile on a live machine (e.g. vegbiendev). in particular, you MUST NOT have a TMOUT (autologout) set, because this causes screen to exit even if background processes (e.g. from column-based import) are running