21 lines
252 B
Markdown
21 lines
252 B
Markdown
---
|
|
title: "basics"
|
|
tags: [ "Documentation", "hardware" ]
|
|
---
|
|
# Motherboard Information
|
|
|
|
> sudo dmidecode
|
|
|
|
Motherboard info, upgrading BIOS, memory capacity, LAN connections.
|
|
|
|
# Disks
|
|
|
|
View currently inserted disks:
|
|
|
|
lsblk
|
|
|
|
# CPU
|
|
|
|
> cat /proc/cpuinfo
|
|
|