The wine package in the Ubuntu Linux repository is version 5, but running applications from it, cannot connect to the internet. It was found that upgrading to wine version 5.0.3 in the winehq repository solved this error. To install wine version 5.0.3 from winehq, open a terminal window and enter the following commands: $ sudo … Continue reading How to install wine 5.0.3 stable from winehq on Linux Mint 20 or Ubuntu
Category: Fedora
How to fix tinny sound from Dell Inspiron 5000 series laptop speakers in Linux Mint 20 or Ubuntu 20.04 LTS
Linux Mint 20, Xubuntu or Ubuntu 20.04 LTS runs well on the Dell laptop. But, the recent upgrade to Linux Mint 20 or Ubuntu 20.04 LTS caused an issue of tinny sound from the the speakers. After trying several changes, I tried this below, and at least, using the pulseaudio equalizer, managed to make the … Continue reading How to fix tinny sound from Dell Inspiron 5000 series laptop speakers in Linux Mint 20 or Ubuntu 20.04 LTS
Select and set up a Crucial M2.2280 NVMe PCIe SSD
Android Studio works quite slow with a normal SATA Hard Disk Drive (HDD), on a computer. To overcome this, there are a few solutions, including waiting for the good folks at Google to release another efficient version, or if you are seriously into Android development, then you can augment the hardware of your computer by … Continue reading Select and set up a Crucial M2.2280 NVMe PCIe SSD
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.
Android Studio experience on Linux distributions
Finally tried out Android Studio 4.0.1 on multiple Linux distributions. However, below is my experience on how it went. Mileage varies. Linux Mint 20 with Android Studio without a swap file of 8 GB would hang or freeze very frequently. Technically, not a freeze but it got too slow to be able to do anything … Continue reading Android Studio experience on Linux distributions
How to increase fonts size in Thunderbird 68+
Start ThunderbirdSelect Edit -> Preferences.Scroll right down and click on Config Editor… button Locate value layout.css.devPixelsPerPx and modify it per convenience. This is needed for displaying messages in the right text size if using a HiDPI display.
How to change the price retrieval source for stock quote in GnuCash
Recently, I wanted to change the stock quote source for the stocks in GnuCash. To do so, follow the steps below: To retrieve the stock quotes for National Stock Exchange or Bombay Stock Exchange in India, use Yahoo as JSON as the source.To find the stock quote and abbreviation, visit the Yahoo Finance at https://in.finance.yahoo.com … Continue reading How to change the price retrieval source for stock quote in GnuCash
How to configure and run Wine on Fedora Linux
To configure Wine on Fedora Linux, connect to the Internet, then open a terminal window and enter:$ winecfg <enter> After wine is configured, any Windows application that is compatible with it can be installed by entering the below command:$ wine program.exe <enter> where program.exe is the program file to install. Run the program from the … Continue reading How to configure and run Wine on Fedora Linux
How to run India income tax Java utilities on Linux Mint 20 or Ubuntu 20.04 LTS or Fedora 32
From Ubuntu 20.04 LTS or LinuxMint 20, the Java 8 SDK or Java 8 Runtime Environment is in the repository, but the openjfx libraries are not of version 8 but of version 11. To overcome error, you can use the Zulu Java runtime for version 8 with JavaFX. Also, these steps can work on Fedora … Continue reading How to run India income tax Java utilities on Linux Mint 20 or Ubuntu 20.04 LTS or Fedora 32
Error running Income Tax India ITR utility on Fedora 32 Linux
India income tax returns filing utilities are created using Java 8 SDK and use Java FX. These can only be run using Java 8 as Java FX was bundled with it. Newer versions of Java from Oracle do not bundle Java Fx anymore. Therefore, when running the Java income tax utilities, the following error (in … Continue reading Error running Income Tax India ITR utility on Fedora 32 Linux