Parallel ssh allows to execute commands on multiple hosts at the same time.
PSSH provides parallel versions of OpenSSH and related tools including:
pssh – run ssh in parallel on multiple remote hosts.
pscp – copy files in parallel to a number of hosts.
prsync –copy files in parallel to a num...
Nmap is an open source security and analysis tool designed for scanning large networks, even though it works perfectly on single hosts.
Navigating through the numerous features in Nmap can be overwhelming, which is why we will focus in this page on recognizing the commonly utilized ones that could...
Most Linux distributions come with a system monitor that displays info about cpu, memory, swap and running processes.
However GPU, HDD and SSD activity may not be displayed.
Here comes sysmon, a python3 program that comes with all features similarly to windows task manager :

To install :
...