Skip to content

Instantly share code, notes, and snippets.

@sofianhw
Last active September 14, 2015 18:23
Show Gist options
  • Save sofianhw/562e3aee0e628fc9f93f to your computer and use it in GitHub Desktop.
Save sofianhw/562e3aee0e628fc9f93f to your computer and use it in GitHub Desktop.
show hw info
#!/bin/bash
# cpu information
cat /proc/cpuinfo
# memory information
cat /proc/meminfo
# kernel information
cat /proc/version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment