×


Blog


Top 5 Best Time Tracking Software for Linux

This article covers the top and best functioning time tracking tools capable of tracking, managing, and providing insights such as reporting, on different tasks the users or employees have spent their time on. Project Hamster, actiTime, TimeCamp, Hubstaff, and Kimai, all are the most acclaimed time tracking software by many reviewers and Linux users across the globe. Each of the discussed tools offers seamless time tracking and reporting functionalities that enable companies or freelancers to manage their time, budgets, and accounting processes and operations.

Linux users are though less in number than the other platforms, still holds a significant market, and most of the servers, mainframe computers, and supercomputers are based on Linux.


Top 5 Best Open-Source Screenshot Tools for Linux

This article covers the best functioning and currently available screenshot tools enabling Linux users across the globe. There are many screenshot tools, however, not all come with the open-source functionality that despite enabling the user to modify and adjust the tool according to their needs and requirements, also help to enhance and improving the performance and feature set of the too, thereby enabling every user of the tool. 

Therefore, the discussed tools are free and open-source which offer unlimited access to features and functionalities and ever enhancing the platform’s functionalities and performance.

To capture the entire desktop, simply press the PrtScr button. Captured images are saved in the 'Pictures' folder. Another easy way of capturing screenshots is using the SHIFT + PrtScr keyboard combination. This reveals a crosshair pointer that you can drag to grab the area that you wish to capture.


Install Brave Browser on Linux Mint 20 - Step by Step Process ?

This article covers how to install Brave browser on a Linux Mint 20 system. Brave is a free to use and open-source web browser developed by Brave Software, Inc. Its source code is based on the Chromium browser. Brave is designed to block ads and website trackers by default and guarantee privacy.


How to Launch Brave Web Browser on Linux Mint 20 ?

After installation you can use the terminal or Desktop Environment Launcher to start brave web browser on Linux Mint 20 Desktop machine:

$ brave-browser


Install and Use Curl command on CentOS 8 - Step by Step Process ?

This article covers how to install the Curl command-line tool on CentOS 8 system. Through the curl command, users can download and upload files over the network. curl is a powerful command-line tool for transferring data from or to a remote server. With curl you can download or upload data using various network protocols, such as HTTP, HTTPS, SCP , SFTP , and FTP .


How to Install curl on CentOS ?

Curl package is available in the standard CentOS 8 repositories. 

To install it run the following command:

$ sudo dnf install curl

Once the installation is complete, verify it by typing curl in your terminal:

$ curl


Install Vivaldi Browser on Linux Mint 20 - Step by Step Process ?

This article covers how to install Vivaldi browser and concluded with its uninstallation method from a Linux system. Vivaldi is a next generation open source web browser that runs on Windows, Linux, macOS and on mobile devices. It comes with unique features and is created to be fast and secure browser that blocks ads and trackers. 

To Launch and Use Vivaldi Browser on Linux Mint 20:

Start the browser from terminal:

$ vivaldi


How to Install Vivaldi Web Browser on Linux Mint / Kali Linux ?

1. Start by importing the GPG key used for verification during installation.

$ sudo apt update
$ sudo apt -y install wget gnupg2 software-properties-common
$ wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -

2. Then run the commands below to add the repository to your system.

echo 'deb https://repo.vivaldi.com/archive/deb/ stable main' | sudo tee /etc/apt/sources.list.d/vivaldi.list

3. A final step is the installation of Vivaldi Web Browser on Linux Mint / Kali Linux.

$ sudo apt update
$ sudo apt install vivaldi-stable

Hit the y key in your keyboard to start installation.


Install Microsoft Teams on CentOS 8 - Step by Step Process ?

This article covers how to install Microsoft Teams on CentOS machine using different methods. You can either install Microsoft Teams by downloading and installing its RPM package from the official website or you can install the snap package. Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects. Microsoft Teams is available for macOS, Windows, and Linux operating systems available now.


How to Install Microsoft Teams Linux on CentOS 8 ?

By default, Microsoft Teams Linux package is not available in the CentOS 8 default repository. You will need to download the RPM package for it. 

1. You can download it with the following command:

$ cd /tmp
$ wget https://packages.microsoft.com/yumrepos/ms-teams/teams-1.3.00.5153-1.x86_64.rpm

2. Once the package is downloaded, install the downloaded package with the following command:

$ dnf install teams-1.3.00.5153-1.x86_64.rpm


How to Remove Microsoft Teams from CentOS ?

1. To remove Microsoft Teams Linux from the CentOS 8, run the following command:

$ dnf remove teams

2. To remove Microsoft Teams Linux from the Ubuntu 18.04, run the following command:

$ dpkg -r teams