"CLI APPS"
Here are a list of command line apps that could be useful
Magika
A very fast file type detection.
You can start using Magika by installing it as a Python package: pip install magika
s-tui
The Stress Terminal UI: s-tui
s-tui, monitors CPU temperature, frequency, power and utilization in a graphical way from the terminal.
You can start using s-tui by installing it as a Python package: pip install s-tui
if you have install the stress program, you can activate it within s-tui to monitor the system activities created by stress.
GDU
A fast disk usage analyzer written in Go.
Gdu is intended primarily for SSD disks where it can fully utilize parallel processing.
ps_mem
A utility to accurately report the core memory usage for a program
You can start using ps_mem by installing it as a Python package: pip install ps_mem