Sublime Text Disable Update Available Popup

October 8th, 2022
Sublime Text Disable Update Available Popup

Go to Preferences -> Settings-User and add there: “update_check”: false

Note there should be a ',' after that line UNLESS it is the final line in the block.

 

Running Beyond Compare as root

October 8th, 2022

The Fedora 22 bug is: KDE root apps fail to render using X w/o root rights

To run Beyond Compare as root on Fedora 22 without the screen blanking, run the following commands in a terminal:

su
export QT_GRAPHICSSYSTEM=native
bcompare

Python Daemons

October 8th, 2022

Multithreading Producer and Consumer (Python)

October 8th, 2022

Resources on Producer/Consumer multithreading in Python

MULTITHREADING - PRODUCER AND CONSUMER WITH QUEUE

Exporting Thuinderbird Email Account Settings

October 8th, 2022

You could copy the relevant prefs.js items manually.

mail.account.*
mail.accountmanager.*
mail.identity.*
mail.server.*
mail.smtpserver.*
mail.smtpservers
For example:

egrep 'user_pref\("mail\.(account(manager)?|identity|(smtp)?servers?)[."]' \
< old-profile/prefs.js >> new-profile/prefs.js