Obtaining Machine Specs (From Terminal): Difference between revisions
Jump to navigation
Jump to search
(Created page with 'glxinfo lspci | grep VGA cat /proc/cpuinfo cat /proc/meminfo df -H sudo dmidecode -t 2 Open case, look at power supply. Make sure to type the spaces into the terminal correctly …') |
No edit summary |
||
Line 1: | Line 1: | ||
glxinfo | glxinfo | ||
lspci | grep VGA | lspci | grep VGA | ||
cat /proc/cpuinfo | cat /proc/cpuinfo | ||
cat /proc/meminfo | cat /proc/meminfo | ||
df -H | df -H | ||
sudo dmidecode -t 2 | sudo dmidecode -t 2 | ||
Open case, look at power supply. Make sure to type the spaces into the terminal correctly for this command. | Open case, look at power supply. Make sure to type the spaces into the terminal correctly for this command. |
Revision as of 16:58, 9 September 2014
glxinfo
lspci | grep VGA
cat /proc/cpuinfo
cat /proc/meminfo
df -H
sudo dmidecode -t 2
Open case, look at power supply. Make sure to type the spaces into the terminal correctly for this command.