How to install Linux Mint or Debian 12 on Crucial MX500 SATA SSD drive on Dell Vostro 3546 laptop after BIOS upgrade

The humble Dell Vostro 3546 is an old laptop from 2014, which came with an Intel 4th Generation 4210U processor, 1 TB SATA 5400 rpm hard disk and 4 GB DDR3 (low voltage) 1.35V RAM. It worked fine till now even when it ran Linux Mint 20.3 with Blender 3D. However, everytime an Android app … Continue reading How to install Linux Mint or Debian 12 on Crucial MX500 SATA SSD drive on Dell Vostro 3546 laptop after BIOS upgrade

Experience with upgrade of RAM memory on Dell Inspiron 5580 and Dell Inspiron 5570 laptops

If you are one of those who run Virtual Box and use any other OS in it, then the base memory of the Dell Inspiron 5580 of 8 gb DDR4 RAM and an NVME PCIe SSD will still not give near good performance of Windows or the other OS in Virtual Box. The simplest solution … Continue reading Experience with upgrade of RAM memory on Dell Inspiron 5580 and Dell Inspiron 5570 laptops

Upgrade RAM on a Dell Inspiron 5580 laptop

The easiest way to do this is to visit the Crucial site, and scan the computer if you use Windows. However, on Linux, find out details about the RAM installed open a terminal window and enter :$ sudo dmidecode | more <enter> And scroll through the list till you get to the DIMM block. Here … Continue reading Upgrade RAM on a Dell Inspiron 5580 laptop

How to update Currency Quotes in GnuCash on Ubuntu

If you use GnuCash on Ubuntu 16.04 LTS, then this will apply to you. Over last few months, I have not been able to get stock quotes or currency updates for stocks on the NYSE, NASDAQ, Yahoo Finance. The reason is that Yahoo Finance Finance::Quotes module does not work anymore to fetch the quotes and … Continue reading How to update Currency Quotes in GnuCash on Ubuntu

apt-get dist-upgrade freezes at reading package lists due to appstreamcli in Ubuntu

Today, when I attempted to update the Ubuntu system to install the latest patches, the system hanged infinitely at the sudo apt-get update command. This appears to be a bug, but nonetheless, system patching is our priority and this is the workaround, till it gets fixed. To type the commands below, open a linux terminal … Continue reading apt-get dist-upgrade freezes at reading package lists due to appstreamcli in Ubuntu

Error Junit:Junit:4.12 not found or missing after Android Studio 1.4 to 1.5 update

After I updated Android Studio from 1.4 to 1.5, all went well and the patch got applied. However, when starting the project, I got an error that read something like this. Error Junit:Junit:4.12 not found or missing This error occurred due to gradle not getting updated / synced properly. Apparently, to speed up Android Studio, … Continue reading Error Junit:Junit:4.12 not found or missing after Android Studio 1.4 to 1.5 update

How to install OpenWRT on the TP-Link WDR-4300 router

Download the OpenWRT Breaking Barrier firmware for TP-Link WDR4300 router from http://wiki.openwrt.org/toh/tp-link/tl-wdr4300. You will also find the instructions on the upgrade process there. Next, visit the web GUI interface of the TP-Link WDR-4300 router. In my case, this was at http://192.168.1.1 of the factory TP-Link firmware. Select System Tools -> Firmware Upgrade, click on Browse... … Continue reading How to install OpenWRT on the TP-Link WDR-4300 router

How to upgrade packages in OpenWRT to apply updates, security patches and more

So you installed the OpenWRT firmware on your wireless router! It works like a charm. However, what would you need to do to upgrade the firmware periodically? A secure router is only as good as the last security patch applied. The best feature of OpenWRT over dd-wrt or even Android, is that you do not … Continue reading How to upgrade packages in OpenWRT to apply updates, security patches and more

Install kernels in Ubuntu from mainline

Use with caution. Although kernel updates or upgrades work well using the package manager in Ubuntu, there are times when you may need to try out the newer kernels although they are not available in the repository. To try out a kernel not in the repository, you can do the following steps: Visit http://kernel.ubuntu.com/~kernel-ppa/mainline and … Continue reading Install kernels in Ubuntu from mainline