<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dmidecode on Details...</title>
    <link>https://www.deepreflect.net/tags/dmidecode/</link>
    <description>Recent content in Dmidecode on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Tue, 30 Jun 2026 03:28:29 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/dmidecode/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux - dmidecode</title>
      <link>https://www.deepreflect.net/2010/03/29/linux-dmidecode/</link>
      <pubDate>Mon, 29 Mar 2010 08:56:54 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=882</guid> 
      <description>&lt;p&gt;dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system’s hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision.
If you like to see which memory banks is in use and what the ram module sizes, you simply call dmidecode with memory parameter.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# dmidecode -t memory&lt;/code&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system’s hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision.
If you like to see which memory banks is in use and what the ram module sizes, you simply call dmidecode with memory parameter.</p>
<p><code># dmidecode -t memory</code></p>
<p>dmidecode also gives you information about your system&rsquo;s cache, bios and cpu.
Here is a sample output for processor:
<code># dmidecode -t processor</code></p>
<p>information about your system cache
<code># dmidecode -t cache</code></p>
<p>bios information includes vendor of your bios and it&rsquo;s version. Also, which devices are supported and which ones can be use for booting up your system.
<code># dmidecode -t bios</code></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
