Posts

Showing posts from February, 2021

How to enable Postgres debugging

Image
 It's very simple. Just install the plugin with the following sentence: sudo apt install postgresql-12-pldebugger Next, edit /etc/postgresql/12/main/postgresql.conf and enable the plugin adding the following line: shared_preload_libraries = 'plugin_debugger' Now, you need to restart the postgres service sudo service postgres restart If you run PGAdmin4, now you can see the extension enabled Enjoy it!

Firefox 85 doesn't load sign in page

Image
I just format my pc and I installed firefox 85.0. When I tried to sign in to accounts.firefox.com the page doesn't load. I found the solution is to disable privacy.resistFingerprinting You can do it from Preferences/Privacy & Security         Just uncheck Fingerprinters checkbox Enjoy it!