top of page
Search

Useful commands to check linux configuration

Writer: Mohd Athar
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

 
 
 

Recent Posts

See All
rsync at remote server

without password: ssh-keygen [WITHOUT entering any passphrase] ssh-copy-id user@remote-host (example: ssh-copy-id altair) nohup rsync...

 
 
 

Comments


bottom of page