How to install OpenCV on Ubuntu 20.04

Ubuntu OpenCV

OpenCV is a library of computer vision abbreviated as Open Source Computer Vision Library. Open means it is an open-source library with bindings for python, C++, and Java and supports different Operating Systems like Windows and Linux. It is able to use multi-core processing and GPU acceleration for real-time operating tasks.  OpenCV library can be … Read more

The Tree Command on Debian

Linux Tree Command

Most Linux users utilize the good old ls command for a directory listing on Debian. The ls command, however, lacks some features that are provided by another command- the tree command. This command prints the folders, subfolders, and files in the form of a tree. You can make the command even more useful by using … Read more

How to Edit the Hosts File on Debian

Debian Hosts File

This article is about editing the /etc/hosts file on a Debian 12 system. But let us first see what the Hosts file is. Understanding the Hosts File All major operating systems have a hosts file to translate hostnames to IP addresses. The hosts file has priority over DNS lookups. Whenever you open a website by … Read more

How to test your Microphone on Debian

Debian Microphone test

If you are using your system’s built-in microphone or even an external one, it is very important to test if your voice is getting through to your system. Only when your system is reading your microphone sound as an input, it can process it further to be used in any of your applications. In this … Read more

How to Install Wine on Debian 10 (Buster)

Debian Wine installation

When Linux was originally released, it lacked many useful applications that its main competitor – Windows – successfully supported. Linux thus created a compatibility layer that was used to run the Windows application on Linux itself, called Wine. Originally, Wine could run only a few Windows applications, but now it can support thousands of them, … Read more

How to Manage Unattended Upgrades on Debian 10

Debian Auto-update

Whenever some critical data resides on your system, the most important thing that you need to do is to ensure its security and safety. For doing that, you need to regularly install all the latest security patches and updates. However, it gets all the more convenient if these patches and updates get installed automatically. Fortunately, … Read more