Differences between revisions 1 and 2
Revision 1 as of 2011-10-26 03:45:18
Size: 650
Editor: ?NeilStockbridge
Comment:
Revision 2 as of 2011-10-26 07:10:43
Size: 650
Editor: GeoffSimmons
Comment: Limit automatic linking.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Debian can be configured so as to minimise the amount it writes to storage, which is useful when running on flash memory ( such as a CompactFlash card). Debian can be configured so as to minimise the amount it writes to storage, which is useful when running on flash memory (such as a !CompactFlash card).

Debian can be configured so as to minimise the amount it writes to storage, which is useful when running on flash memory (such as a CompactFlash card).

Finding recently changed files

Finding out which files have been written to recently:

sudo find / -xdev -printf '%T+ %P\n' | sort -n | tail -99

syslog

Edit /etc/rsyslog.conf and comment out any log files that are not required.

/var/run and /var/lock

sudoedit /etc/default/rcS

..then edit these lines:

RAMRUN=yes
RAMLOCK=yes

..so that /var/run and /var/lock are mounted in RAM.