顯示具有 browser.cache.disk.parent_directory 標籤的文章。 顯示所有文章
顯示具有 browser.cache.disk.parent_directory 標籤的文章。 顯示所有文章

2016年1月17日 星期日

firefox change cache directory folder position

firefox change cache directory folder position

1. old version  ,   about:config     
--->  add --> browser.cache.disk.parent_directory 
--->  value point to your new folder location  ---example--> "R:\\Firefox_cache\\"  

2. new version  edit prefs.js
---> add new entry
user_pref("browser.cache.disk.parent_directory", "R:\\Firefox_cache\\");


In Gvim ,How to setup default font and font-size In  .gvimrc  , You must add a ( \ ) back-slash  to tell gvim ,  16  is the  font-size  . Ot...