Android Studio is one of the best IDEs for Android apps development, but with legacy computers, it is very slow. To run it on a Dell Vostro 3546, here's what I had to do. Upgrade hardware Minimum RAM required is 8 gb. The laptop came with 4 gb DDR3 1600 Mhz RAM which was slow, … Continue reading How to improve speed of Android Studio on a legacy computer
Tag: speed
Dell Inspiron 5570 laptop too slow with Windows 11. Upgrade to M.2 PCIe NVMe SSD
After upgrading the Dell Inspiron 5570 laptop to Windows 11, the big problem is the speed of the laptop. It deteriorates to the extent that it takes almost 5 minutes to boot. Each click on the desktop to open an app takes almost 30 seconds. With this performance, the laptop is virtually useless. The laptop … Continue reading Dell Inspiron 5570 laptop too slow with Windows 11. Upgrade to M.2 PCIe NVMe SSD
How to speed up starting of Ubuntu 19.04 on the Dell Inspiron 5580
Open a terminal windows in linux and enter the following commands: $ sudo apt-get purge snapd* <enter> Above command removes snapd. $ sudo systemd-analyze blame <enter> Also, found the plymouth-quit-wait.service takes very long time in boot. To eliminate the problem, enter following commands: $ sudo vi /etc/default/grub <enter> # Insert below line:GRUB_CMDLINE_LINUX_DEFAULT="noplymouth video=SVIDEO-1:d" :wq Update … Continue reading How to speed up starting of Ubuntu 19.04 on the Dell Inspiron 5580
How to find out time taken in Linux by processes when starting the computer
To identify which system processes take how much time when booting your Linux system, open a terminal window, at type the following command: $ sudo systemd-analyze blame <enter>
Speed up application startup time in Ubuntu
If you find your Linux computer is slow in starting up applications, you can install the preload package. It makes a small, discernible difference when launching applications. To install, open a terminal window and run the following command: $ sudo apt-get install preload <enter>
Asus RT-AC58U router very poor download speed. The fix from the FAQ
The Asus RT-AC58U wireless router though quite powerful, at times causes download speeds to plummet drastically. The broadband connection does work at full speed when directly connected to the computer. Which means, the router has an issue. Digging further, found the answer to fix the problem in the Asus FAQ at https://www.asus.com/in/support/FAQ/1030641 Use the information … Continue reading Asus RT-AC58U router very poor download speed. The fix from the FAQ