How to upgrade to Linux Mint 20.2
It is now possible to upgrade Linux Mint 20 and 20.1 to version 20.2. 1. Create a system snapshot You can use Timeshift to make a system snapshot before the…
It is now possible to upgrade Linux Mint 20 and 20.1 to version 20.2. 1. Create a system snapshot You can use Timeshift to make a system snapshot before the…
Testing is a very important phase in the development life cycle of an application. It ensures an application quality. It needs careful planning and execution. Unit Test Unit testing is…
Data binding deals with how to bind your data from component to HTML DOM elements (Templates). We can easily interact with application without worrying about how to insert your data.…
To open the file like explorer in Ubuntu, click the Files option in the software launcher. In the following screenshot the Files icon is encircled in red. On clicking the…
Ubuntu provides the facility to create new users who can be authorized to log on to the system. Let’s look at the different functions that can be performed with the…
Ubuntu provides some options when it comes to Media Players. Rhythmbox By default, it contains a music player called Rhythmbox. We can search for it, and launch it as shown…
The default messaging software used on desktops today is the Skype software. This software is distributed by Microsoft. Skype by default does not come with Ubuntu installation. It will not…
The default email client in Ubuntu is Thunderbird. The following steps show how to start using Thunderbird as the email client software. We can quickly search for any application using…
As we learned earlier, Components are the building blocks of Angular applications. The main job of the Angular Component is to generate a section of a web page called view. Every component will…
Let us see the architecture of the Angular framework in this chapter. The angular framework is based on four core concepts and they are as follows − Components.Templates with Data binding and Directives.Modules.Services…