How to Install Hyper Terminal in Ubuntu 20.04

Hyper is an electron based highly customizable and configurable Terminal emulator built on HTML/CSS/JS. It allows for installing different themes and plugins in order to add new functionalities. It is an open-source application that is supported on all three major platforms; Windows, Linux, and MacOS systems. In this tutorial, we have explained how to install … Read more

How to restart a service via systemctl under Linux

Systemctl command

A service is a background process that automatically runs when you boot up your system. For regular users and especially system administrators, restarting a service is a common system administration task that you often have to perform while configuring system settings or installing a new application. In this article, we will learn about how to … Read more

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

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