Topic: Small tip: Speed up your system with preload
So what's preload?
preload is an adaptive readahead daemon that prefetches files mapped by
applications from the disk to reduce application startup time. (taken from the man page, lazy me..)
Installing:
sudo apt-get install preloadThat's it!
preload will run in the background, and collect all its data and perform its magic.
Config file: /etc/preload.conf
http://sourceforge.net/projects/preload/
Last edited by cut_copy (2009-07-09 14:13:57)