The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. The below list of applications is a must-have for any Linux system. Not just for convenience, but additional capabilities too. Download From internet Firefox Thunderbird Android Studio VirtualBox Google Chrome Mega InsyncHQ Spotify Vivaldi Browser … Continue reading Must have applications on Linux Mint or Ubuntu Linux
Category: Email
How to start up Thunderbird mail client on another path or computer in Linux
After moving Thunderbird folder i.e. ~/.thunderbird to another computer, it could not find the mailbox of the profile. It created a new profile. This was due to the change in the path where ~/.thunderbird folder was restored. To overcome this issue, open a terminal window and enter the following: $ cd ~/thunderbird <enter>$ ./thunderbird -profilemanager … Continue reading How to start up Thunderbird mail client on another path or computer in Linux
How to sync Google Contacts into Thunderbird 78.3.2 address book or above using CardBook extension
If you use Thunderbird ver 78.3.2, gContactSync extension will not work anymore. To fetch Google Contacts into Thunderbird, use the CardBook extension.
How to save an email in the .eml format
To save an email in the .eml format, follow the steps below: Login to the email accountIf Conversation view is enabled, then disable it. In GMail, this is in the Settings optionDownload the email as .eml format. Once above steps are done, the email is available in the .eml format. In some email services, this … Continue reading How to save an email in the .eml format
Synchronize Google Calendar with Thunderbird Lightning
To synchronize Google Calendar with Thunderbird Lightning, open Thunderbird and install an add-on named "Provider for Google Calendar" by Philipp Kewisch. Follow the instructions after the install to grant permissions to your Google Calendar and synchronize.
Install Lightning Calendar addon in Ubuntu 18.10
Lightning Calendar comes with Thunderbird on Ubuntu 18.10. To enable it, open a terminal window and install the following package: $ sudo apt-get install xul-ext-lightning <enter>
How to display all email in Plaintext only in the Evolution Email Client
After installing Linux Mint, I found that I did not have an option on the Evolution Preferences -> HTML Messages tab, to make sure that all email I received was only displayed as plain text. The option display was as per Figure 1 below. Figure 1Figure 2 If you too do not see the Plain … Continue reading How to display all email in Plaintext only in the Evolution Email Client
Evolution keeps asking for passwords in Ubuntu after updates
After an update, the Evolution email client on Ubuntu 14.04 LTS would not remember any passwords. Each time it tries to retrieve messages, it asks that passwords be entered. Even though the check box to Add the password to the key ring is clicked, it never stopped asking. It neither stored passwords in the key … Continue reading Evolution keeps asking for passwords in Ubuntu after updates
How to use GNU Privacy Guard / GnuPG / GPG / PGP to encrypt email and data
Okay... on this blog post, we explained the finer details of GNU Privacy Guard or GPG or GnuPG or PGP. Activities that are required to be performed were explained in detail with the commands to perform them. However, you would still not be able to connect the dots, without this grand overview of GNU Privacy … Continue reading How to use GNU Privacy Guard / GnuPG / GPG / PGP to encrypt email and data
How to revoke a GnuPG / GPG key in Linux
If your Gnu Privacy Guard or GPG or GnuPG key has been compromised or something has gone wrong, you can revoke your key. Make sure that you generated a revocation certificate and stored in a safe place to do so. To revoke a key, open a terminal in Linux, and enter the following command: $ … Continue reading How to revoke a GnuPG / GPG key in Linux