Skip to content

Instantly share code, notes, and snippets.

@kkarad
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkarad/c076586cc26f917c73bd to your computer and use it in GitHub Desktop.
Save kkarad/c076586cc26f917c73bd to your computer and use it in GitHub Desktop.
#Taken from: http://www.binarytides.com/linux-commands-hardware-info/
#kernel and distro
cat /etc/*release
cat /proc/version
#cpu
cat /proc/cpuinfo
#memory
cat /proc/meminfo
free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment