Files
obsidian/PVE/Сведения о системе.md
T
2026-09-24 13:22:58 +05:00

22 lines
281 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#linux #terminal
Информация о материнской плате:
```sh
cat /sys/devices/virtual/dmi/id/board_{vendor,name,version}
```
О процессоре:
```sh
lscpu
```
Информация о PCI:
```sh
lspci
```
Информация о USB:
```sh
lsusb
```