How to Install Grub Customizer on Ubuntu

Grub Customizer

Grub Customizer is a useful UI tool for changing the default settings of the Grub boot loader. With this tool, you can add, remove and rearrange boot menu entries. You can edit kernel parameters and also change the boot time delay to boot from the default entry. The software also allows you to make cosmetic … Read more

How to Check Weather From your Ubuntu System

Ubuntu Weather Reports

In this article, we will explain how to install and use the Gnome Weather application to view weather from different cities on your Ubuntu system. Gnome Weather is a small application that allows you to monitor the current weather conditions for your city, or anywhere in the world. It provides access to detailed forecasts, up … Read more

How to Master the Linux Tree Command

Linux Tree Command

As a Linux user, our first choice for directory listings is the good old ls command. The ls command, however, lacks some functions that the topic discussed here offers – the tree command. This command outputs the directories, subdirectories, and files as a tree. You can make the command even more helpful by giving it … Read more

How to install Yarn NPM Client on Ubuntu and Manage Dependencies through it

Yarn MPM Package Manager

Yarn is an open-source npm client, developed at Facebook, that has many added benefits than the standard npm client.  With Yarn, you can opt for speed, license checks, robust installs, compatibility with npm, and multiple registries. With Yarn, you can also automate the management of packages or dependencies. This includes installation, upgrade, configuration and removal … Read more

How to Add/Remove PPA Repositories in Ubuntu

Ubuntu PPA Management

Whenever you want to install a software package to your Ubuntu system, you first refer to the official Ubuntu repository listed in your system’s sources.list file. If the software is not available there, you can install it through any PPA repository it is available on. PPA repositories are unofficial repositories of those software packages that … Read more

How to Change DNS Settings in Ubuntu 18.04 LTS

Ubuntu change DNS

People change DNS settings for a lot of reasons. Sometimes the websites are not loading properly, sometimes the scripts of the web page are not functioning properly. Usually flushing the DNS cache can help resolve most of the issues but if it is not working for you then changing the DNS settings might help you … Read more