2020년 12월 25일 금요일

Firefox Delete all Saved Login.

use below address copy and paste into address bar and enter, current version 84.0.1

chrome://pippki/content/resetpassword.xhtml

  

Lack of basic feature, UI/UX guy must didn't do their job. I am not designer but I can say I can do better job than this one. ha!

2020년 9월 7일 월요일

How to Get Nautilus Typeahead Search Back in Ubuntu (PPA)

 https://www.omgubuntu.co.uk/2018/05/enable-nautilus-type-ahead-search-ubuntu

 

New version of Ubuntu's Nautilus default search is annoying.. 

fortunately, there is way to go back to good old type ahead search. 


add PPA

sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead
 
update 
sudo apt dist-upgrade
 
 
restart nautilus, Press alt + f2 and run:
nautilus -r 

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...