Linux has an OS Prober feature that allows us to choose other operating systems installed in the system using Grub. By default on the latest version of Linux, it’s disabled; on the earlier versions, it’s enabled. In this article, I’ll show you how to disable or enable OS Prober from the Grub in Linux (Debian/Ubuntu). […]
No matter what Linux system or distribution you use, over time it is going to fill with lots of files like unnecessary caches, dependencies, and temporary files. It may happen often if you have a habit of trying out new or alternative applications every day. You’ll be surprised to know that major Linux users do […]
Ubuntu introduced snap as default package source to install latest applications and software. But it is new and slow as per my experience, whenever I try to install some big application or one that has slow network from backend takes hell lot of time that ultimetly I get error when try to install once more. […]
Everyone likes to have a good-looking desktop dock that has most used apps in it. I like Ubuntu’s Dock too, but it’s more user-friendly, but most of us prefer it on the bottom side just like we see on macOS. I like to see Ubuntu Dock at bottom side instead of left side, and Ubuntu […]
While apt update you may get repository no longer has a release file error, it happens when a repository owner changes its suite value or version. Do not panic if this is the first time you are encountering this kind of issue. Simply allow the release information to get changed by adding below small flag […]
If you being a root or root privileged user who tried to install and interrupt the installation in mid of it, then you’ll see this error when you try to resume the installation again. But below message will appear as: E: Could not get lock /var/lib/dpkg/lock – open (11 Resource temporarily unavailable) E: Unable to […]
If you are running a WordPress blog or website on NGINX Webserver, then you should also enable FastCGI caching module, because FastCGI is not only better but also faster when we compare it with WP Super Cache and W3 Total Cache under heavy load. We can simply say it eliminates the need of caching plugin […]