Cyberithub

How to Install Arpwatch tool on RHEL/CentOS 7/8{Simple and Effective Steps}

How to Install Arpwatch tool on RHEL/CentOS 7/8{Simple and Effective Steps} 2

In this article, I will take you through the steps to Install Arpwatch tool on RHEL/CentOS 7/8. Arpwatch is an open source tool used in the Linux Based Servers for keeping track of ethernet/ip address pairings along with the timestamp. It can be used to maintain a database of ethernet/ip address pairings. Arpwatch uses pcap ... Read more

Solved: ModuleNotFoundError No module named "numpy" in Python3{Simple and Effective Methods}

Solved: ModuleNotFoundError No module named "numpy" in Python3{Simple and Effective Methods} 3

It is not very uncommon for Python Programmers or Researchers to get the error "ModuleNotFoundError No module named 'numpy'" while trying to run their python program. It usually happens when you forgot to install the numpy module or you are not aware of the steps to install this module. Well in both cases you need ... Read more

Python3: ModuleNotFoundError: No module named "prettytable" in Linux

Python3: ModuleNotFoundError: No module named "prettytable" in Linux 6

Python Developers or programmers often get the error "ModuleNotFoundError: No module named 'prettytable" while trying to run their python program. Are you also getting the same"ModuleNotFoundError: No module named 'prettytable'" error ? Are you looking for a command to install Python prettytable module on Linux Servers ? If yes, then I am going to explain ... Read more

How to Install and Enable EPEL Repository on RHEL/CentOS 7/8{Simple and Easy Steps}

How to Install and Enable EPEL Repository on RHEL/CentOS 7/8{Simple and Easy Steps} 7

In this article, I will take you through the steps to Install and Enable EPEL Repository on RHEL/CentOS 7/8. EPEL is a very commonly used repository for package installation on RHEL/CentOS Based Servers. Although EPEL Repository is created and managed by Fedora Community but it is very frequently used on other Linux Servers as well. ... Read more

10 Easy Steps to Install psacct or acct User Activity Monitoring tool on RHEL/CentOS 7/8

10 Easy Steps to Install psacct or acct User Activity Monitoring tool on RHEL/CentOS 7/8 10

In this article, I will take your through 10 Easy Steps to Install psacct User Activity Monitoring tools on RHEL/CentOS 7/8. Now a days there are many open source user activity monitoring tool available to monitor the user activity on Linux based Servers. psacct or acct are also one such package that provides multiple number ... Read more