Difference between revisions of "Dmidecode"
(Created page with "{{Entry |Name=dmidecode |Short description=Dumps a computer's DMI (SMBIOS) table contents |Full description='Dmidecode' reports information about your system's hardware as descri...") |
(Add dev language) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=dmidecode | |Name=dmidecode | ||
− | |Short description=Dumps a computer's DMI (SMBIOS) table contents | + | |Short description=Dumps a computer's DMI (SMBIOS) table contents. |
|Full description='Dmidecode' reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as other details of varying level of interest and reliability. This other information often includes usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). | |Full description='Dmidecode' reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as other details of varying level of interest and reliability. This other information often includes usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). | ||
− | + | |Homepage URL=https://www.nongnu.org/dmidecode/ | |
− | + | |Version download=https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.4.tar.xz | |
− | + | }} | |
− | |Homepage URL= | + | {{Project license |
− | | | + | |License=GPLv2orlater |
− | | | + | |License copyright=From dmidecode.c: |
− | | | + | /* |
− | + | * DMI Decode | |
− | + | * | |
− | + | * Copyright (C) 2000-2002 Alan Cox <alan@redhat.com> | |
− | + | * Copyright (C) 2002-2020 Jean Delvare <jdelvare@suse.de> | |
− | + | * | |
− | + | * This program is free software; you can redistribute it and/or modify | |
− | + | * it under the terms of the GNU General Public License as published by | |
− | + | * the Free Software Foundation; either version 2 of the License, or | |
− | + | * (at your option) any later version. | |
− | | | + | * |
− | | | + | * This program is distributed in the hope that it will be useful, |
− | + | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
− | | | + | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
− | | | + | * GNU General Public License for more details. |
− | | | + | * |
− | | | + | * You should have received a copy of the GNU General Public License |
− | | | + | * along with this program; if not, write to the Free Software |
+ | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
+ | * | ||
+ | * For the avoidance of doubt the "preferred form" of this code is one which | ||
+ | * is in an open unpatent encumbered format. Where cryptographic key signing | ||
+ | * forms part of the process of creating an executable the information | ||
+ | * including keys needed to generate an equivalently functional executable | ||
+ | * are deemed to be part of the source code. | ||
+ | * | ||
+ | |License verified by=GNUtoo | ||
+ | |License verified date=2023-11-22 | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Programming-language=C | ||
+ | |Runs-on=BSD, GNU/Linux, GNU/Hurd | ||
+ | |Software-development=small-specific-development-task | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Jean Delvare | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=khali@linux-fr.org | |Email=khali@linux-fr.org | ||
− | |||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Python (Ref) |
− | | | + | |Resource URL=https://pypi.org/project/dmidecode/ |
− | | | + | }} |
− | |Resource URL= | + | {{Resource |
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/dmidecode | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Savannah (Ref) | ||
+ | |Resource URL=https://savannah.nongnu.org/projects/dmidecode/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://git.savannah.nongnu.org/cgit/dmidecode.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://lists.nongnu.org/mailman/listinfo/dmidecode-devel/ |
− | |Resource URL=https:// | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://download.savannah.gnu.org/releases/dmidecode/ |
− | |Resource URL= | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=General |
− | | | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |||
}} | }} | ||
− | {{Project | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |Computer languages=C |
− | | | + | |Decommissioned or Obsolete=No |
+ | |Version identifier=3.4 | ||
+ | |Version status=stable | ||
+ | |Last review by=GNUtoo | ||
+ | |Last review date=2023-11-22 | ||
+ | |User level=intermediate | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
+ | {{Featured}} |
Latest revision as of 14:28, 22 November 2023
dmidecode
https://www.nongnu.org/dmidecode/
Dumps a computer's DMI (SMBIOS) table contents.
'Dmidecode' reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as other details of varying level of interest and reliability. This other information often includes usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).
Download
https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.4.tar.xz
version 3.4 (stable)
User level
Intermediate
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Jean Delvare | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah (Ref) | https://savannah.nongnu.org/projects/dmidecode/ | |
VCS Repository Webview | https://git.savannah.nongnu.org/cgit/dmidecode.git/ | |
Mailing List | https://lists.nongnu.org/mailman/listinfo/dmidecode-devel/ | |
General | https://savannah.gnu.org/people/ | |
Debian (Ref) | https://tracker.debian.org/pkg/dmidecode | |
Download | https://download.savannah.gnu.org/releases/dmidecode/ | |
Python (Ref) | https://pypi.org/project/dmidecode/ |
Software prerequisites
This entry (in part or in whole) was last reviewed on 22 November 2023.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.