How to use a USB Drive on Debian 10

Mount USB Device on Debian

When we insert a USB drive in our Linux system, it is normally automatically recognized and mounted by the system. Most often, it mounts the USB drive by creating a directory by the user name under the media directory. However, this is not always the case; in some cases, you might need to mount/umount the … Read more

How long does your Linux system take to boot?

Ubuntu Boot Time

When you boot up your system, it passes through a sequence of events before presenting you with the login screen. Have you ever checked how long your system takes to boot? Generally, it all occurs within seconds or a few minutes but we do not know the exact time. Sometimes due to some reasons, you … Read more

Install Google Cloud SDK on Ubuntu 20.04

Google Cloud SDK

The Google Cloud SDK provides us with the ability to access the Google Cloud via the terminal. It is a development toolkit that comes with multiple commands that help in managing the resources within the Google Cloud environment. The scope of this tutorial is to show you how to download and install the Google Cloud … Read more

How to Install and Use Wireshark on Ubuntu 20.04 LTS

Wireshark

Wireshark is an open-source network protocol analyzer tool indispensable for system administration and security. It drills down and displays data travelling on the network. Wireshark allows you to either capture live network packets or to save it for offline analysis. One of the features of Wireshark that you will love to learn is the display … Read more

How to install SearX Search Engine on Ubuntu

SearX Meta Search Engine

Searx is a decentralized and non-commercial search engine that respects user’s privacy. It is one of the best and free private search engines that aggregate results from more than 70 search services, including Google and Bing. It does not track or collect user’s data. But the question is this why we need to have our … Read more

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