get number of cpus/memory

PHOTO EMBED

Wed Jul 19 2023 14:41:37 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

# cpus
nproc # simple count of cores
cat /proc/cpuinfo # detailed information about each individual core and processor

# memory
free -h
content_copyCOPY