Useful commands to check linux configuration
- Mohd Athar
- Jul 11, 2021
- 1 min read
FOR THE GPU CARD, if available
nvidia-smi
lshw -c memory
sudo lshw -c memory
free -g
cat /proc/cpuinfo
FOR MEMORY DETAILS/STICKWISE
sudo dmidecode --type 17
OVERALL RAM
free -g
free -h
Comments