How to install Guake 3.7 on Ubuntu 20.04 and Linux Mint 20

Guake is a drop-down terminal for GNOME-based desktops with many cool features like split terminal functionality, session save and restore, transparency, 150+ built-in color schemes, and more. Guake 3.7 Features Main Guake features: Drop-down terminal, is shown or hidden with a keyboard shortcut (can also automatically hide when it loses focus) Supports tabs that can be … Read more

How To Install Pip on CentOS 8 / RHEL 8

install-pip3-or-pip2-on-rhel-centos8

In this tutorial, we will explain how to install pip for Python 2 and 3 on CentOS 8 and cover the basics of how to manage Python packages with pip. [box type=”info” align=”” class=”” width=””]See also: Install Python 3.8 on CentOS 8[/box] What is pip? Pip is a package management system that allows you to … Read more

How to use Linux tcpdump Command with examples

tcpdump is a command-line utility that you can use to capture and inspect network traffic going to and from your system. It is the most commonly used tool among network administrators for troubleshooting network issues and security testing. In this tutorial, we are going to discuss the uses of tcpdump command along with some examples. 1. … Read more

How to monitor CPU and GPU temperature in Ubuntu Linux

Glances – Monitor CPU and GPU Temperature

Overheating of laptops is a common issue one faces these days. Monitoring hardware temperature may help you to diagnose why laptop is getting overheated. In this article, we will share some useful command-line tools to help you keep a close eye on the temperature of your CPU and GPU. Sensors Sensors is a simple command-line utility that displays … Read more

How to stop and disable firewall on CentOS 8

Firewalld dynamically manages the trust level of network connections and comes as a complete firewall solution. Firewalld service mainly used to configure and manage network connections by deciding which packets to allow and block. There are two types of FirewallD configurations which are Permanent and Runtime. Permanent configuration always retained across the system boot so … Read more