25 lines
252 B
Markdown
25 lines
252 B
Markdown
|
|
||
|
# Motherboard information
|
||
|
|
||
|
> sudo dmidecode
|
||
|
|
||
|
Motherboard info, upgrading BIOS, memory capacity, LAN connections.
|
||
|
|
||
|
# Disk Format information
|
||
|
|
||
|
> df
|
||
|
|
||
|
> df -h
|
||
|
|
||
|
# CPU
|
||
|
|
||
|
> cat /proc/cpuinfo
|
||
|
|
||
|
# Displays
|
||
|
|
||
|
xrandr, probably.
|
||
|
|
||
|
List displays ...
|
||
|
|
||
|
> xrandr --query
|