[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Slightly OT: bad rap for Fedora, and realistic effects



At 3:54 PM +0100 3/1/07, Ingemar Nilsson wrote:
>Les Mikesell <lesmikesell gmail com> writes:
>
>> Maybe you just need to come up with a way to preload a few programs.
>
>In a startup script:
 ...

Readahead does this, and is probably already installed.  "rpm -qil
readahead" and read its README.

I use the following command to list missing files in the readahead.later file:

    while read f ; do [[ ! -a "$f" ]] && echo "'$f'" ; done \
        </etc/readahead.d/default.later
-- 
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson georgeanelson com>
      '                              <http://www.georgeanelson.com/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]