Skip to content

Instantly share code, notes, and snippets.

@sankars
Created April 25, 2014 07:56
Show Gist options
  • Select an option

  • Save sankars/11281324 to your computer and use it in GitHub Desktop.

Select an option

Save sankars/11281324 to your computer and use it in GitHub Desktop.
Commands to show system details & configurations
## From http://askubuntu.com/questions/18372/how-can-i-find-out-what-ram-a-computer-system-has
## find hardware info
sudo dmidecode -t memory ## RAM info
## http://askubuntu.com/questions/146621/what-is-the-equivalent-of-windows-system-properties-or-device-manager
lshw
lsusb
lspci
df -h ## free space
free -m ## RAM usage
uname -a ## kernel info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment