Archive for January 2015

Patch fix for Replay in Live HTTP Headers

by in 2

Live HTTP Headers  is very useful addon for developer on firefox

But Replay option doesn't work in new FF! since September 2014

How to make "Replay" work again?
Easily, please following these steps

  1. Close firefox if it's opened
  2. Run : Type: %APPDATA%\Mozilla\Firefox\Profiles\ Enter
  3. CLick on extension folder, Ex: yourprofile.default\extensions\
  4. Search for "livehttpheaders.jar", then open the folder contained livehttpheaders.jar
  5. Download this patch: Patch fix Replay Live HTTP Headers 
  6. Uncompress the downloaded file into that folder
  7. Done.



How to disable updatedb? /usr/bin/updatedb

by in , 0

Sometimes you can see /usr/bin/updatedb running cause high load.
a question is posed. is It necessary to keep updatedb?

Just do the following step to find out the answer

  1. First find out where the program is located on disk.
    $ type updatedb
    updatedb is /usr/bin/updatedb
    
  2. Next find out what package provides updatedb.
    $ rpm -qf /usr/bin/updatedb
    mlocate-0.26-3.fc19.x86_64
    
  3. See if anything requires mlocate.
    $ rpm -q --whatrequires mlocate
    no package requires mlocate
    
  4. Nothing requires it so you can remove the package.
    $ yum remove mlocate