dmidecode, inxi, lshw, hwinfo: refer to each other (#21031)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Managor
2026-02-07 12:36:44 +02:00
committed by GitHub
parent 5435177013
commit c72bf97aba
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
# dmidecode
> Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format.
> See also: `inxi`, `lshw`, `hwinfo`.
> More information: <https://manned.org/dmidecode>.
- Show all DMI table contents:
+1 -1
View File
@@ -1,7 +1,7 @@
# hwinfo
> Probe for the hardware present in the system.
> See also: `inxi`, `lshw`.
> See also: `inxi`, `lshw`, `dmidecode`.
> More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
- Display all available hardware information:
+1 -1
View File
@@ -1,7 +1,7 @@
# inxi
> Print a summary of system information and resources for debugging purposes.
> See also: `lshw`, `hwinfo`.
> See also: `lshw`, `hwinfo`, `dmidecode`.
> More information: <https://manned.org/inxi>.
- Print a summary of CPU, memory, hard drive and kernel information:
+1 -1
View File
@@ -1,7 +1,7 @@
# lshw
> List detailed information about hardware configurations as root user.
> See also: `inxi`, `hwinfo`.
> See also: `inxi`, `hwinfo`, `dmidecode`.
> More information: <https://ezix.org/project/wiki/HardwareLiSter>.
- Launch the X11 GUI (if available):