Skip to content

Instantly share code, notes, and snippets.

@bearlikelion
Created January 16, 2015 01:43
Show Gist options
  • Save bearlikelion/0d3708d727e40daf8811 to your computer and use it in GitHub Desktop.
Save bearlikelion/0d3708d727e40daf8811 to your computer and use it in GitHub Desktop.
Linux system info
uname -a >> systeminfo.txt && lscpu | grep -e Architecture: -e ^CPU\(s\): -e Vendor >> systeminfo.txt && sudo lspci -k | grep VGA -A 3 >> systeminfo.txt && lspci | grep Audio >> systeminfo.txt && cat /proc/meminfo | grep MemTotal >> systeminfo.txt | cat systeminfo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment