Cyberithub

How to Convert/Change Time to Epoch Time using date utility on Linux or Unix Server{13 Best Examples}

How to Convert/Change Time to Epoch Time using date utility on Linux or Unix Server{13 Best Examples} 3

If you are are programmer or developer then you might have felt or encountered the necessity to change time to epoch time using date utility in Linux or Unix Server. It is not very uncommon to use the epoch time in Linux or Unix friendly scripts or programs hence it is very important to understand ... Read more

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} 6

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} 7

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 10

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