{"id":18883,"date":"2021-04-13T11:27:09","date_gmt":"2021-04-13T11:27:09","guid":{"rendered":"https:\/\/linuxiac.com\/?p=18883"},"modified":"2022-04-24T14:12:27","modified_gmt":"2022-04-24T14:12:27","slug":"dmidecode-get-system-hardware-information-on-linux","status":"publish","type":"post","link":"https:\/\/linuxiac.com\/dmidecode-get-system-hardware-information-on-linux\/","title":{"rendered":"dmidecode: Get System Hardware Information On Linux"},"content":{"rendered":"\n<div class=\"wp-block-ultimate-post-table-of-content ultp-block-2e6c04\"><div class=\"ultp-block-wrapper\"><div class=\"ultp-block-toc\"><div class=\"ultp-toc-header\"><div class=\"ultp-toc-heading\">Table of Contents<\/div><div class=\"ultp-collapsible-toggle  ultp-collapsible-right\"><a class=\"ultp-collapsible-text ultp-collapsible-open\" href=\"javascript:;\">[Open]<\/a><a class=\"ultp-collapsible-text ultp-collapsible-hide\" href=\"javascript:;\">[Close]<\/a><\/div><\/div><div class=\"ultp-block-toc-style1 ultp-block-toc-body\" style=\"display:block;\"><ul class=\"ultp-toc-lists\"><li><a href=\"#h-what-is-the-dmidecode-command-in-linux\">What is the dmidecode Command in Linux?<\/a><\/li><li><a href=\"#h-dmidecode-use-cases\">Dmidecode Use Cases<\/a><\/li><li><a href=\"#h-how-to-install-dmidecode\">How to Install dmidecode<\/a><\/li><li><a href=\"#h-dmi-types\">DMI Types<\/a><\/li><li><a href=\"#h-how-to-use-the-dmidecode-command\">How to Use the dmidecode Command<\/a><ul class=\"ultp-toc-lists\"><li><a href=\"#h-get-memory-information-in-linux\">Get Memory Information in Linux<\/a><\/li><li><a href=\"#h-get-cpu-information-in-linux\">Get CPU Information in Linux<\/a><\/li><li><a href=\"#h-get-hardware-information-on-bios-in-linux\">Get Hardware Information on BIOS in Linux<\/a><\/li><li><a href=\"#h-get-the-system-information-in-linux\">Get the System Information in Linux<\/a><\/li><li><a href=\"#h-get-nbsp-the-nbsp-motherboard-nbsp-model-in-nbsp-linux\">Get&nbsp;the&nbsp;Motherboard&nbsp;Model in&nbsp;Linux<\/a><\/li><\/ul><\/li><li><a href=\"#h-conclusion\">Conclusion<\/a><\/li><\/ul><\/div><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-the-dmidecode-command-in-linux\">What is the dmidecode Command in Linux?<\/h2>\n\n\n\n<p>Dmidecode reads the data from DMI (Desktop Management Interface)\u00a0table, which holds information for the system&#8217;s hardware components like BIOS Revision, Serial Number, RAM, CPU, manufacturer information, etc. In other words, it acts as a decoder of the DMI table.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-dmidecode-use-cases\">Dmidecode Use Cases<\/h2>\n\n\n\n<p>For example, you might run into situations where you need to find out the maximum RAM supported by the BIOS and motherboard, a serial number, or an essential piece of hardware information during troubleshooting.<\/p>\n\n\n\n<p>So, rather than looking up hardware specs in a manual, you could instantly use&nbsp;the <code>dmidecode<\/code>&nbsp;command to grab this information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-install-dmidecode\">How to Install dmidecode<\/h2>\n\n\n\n<p><code>Dmidecode<\/code> comes pre-installed with most Linux distributions. However, if it is not installed already, you can install it using your distribution&#8217;s package manager.<\/p>\n\n\n\n<p><a href=\"https:\/\/linuxiac.com\/ubuntu\/\">Ubuntu<\/a> \/ <a href=\"https:\/\/linuxiac.com\/debian\/\">Debian<\/a> \/ <a href=\"https:\/\/linuxiac.com\/linux-mint\/\">Linux Mint<\/a><\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo apt install dmidecode<\/code><\/span><\/pre>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/linuxiac.com\/fedora\/\">Fedora<\/a> \/ Cent OS \/ Alma Linux<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo yum install dmidecode<\/code><\/span><\/pre>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/linuxiac.com\/opensuse\/\">openSUSE<\/a><\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo zypper in dmidecode<\/code><\/span><\/pre>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><a href=\"https:\/\/linuxiac.com\/archlinux\/\">Arch Linux<\/a> \/ <a href=\"https:\/\/linuxiac.com\/manjaro\/\">Manjaro<\/a><\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo pacman -S dmidecode<\/code><\/span><\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"h-dmi-types\">DMI Types<\/h2>\n\n\n\n<p>To use <code>dmidecode<\/code> effectively, you need to know about the types of DMI and its keywords to play well without any problems. The specification defines the following DMI types.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><thead><tr><th>Type<\/th><th>Information<\/th><th>Type<\/th><th>Information<\/th><\/tr><\/thead><tbody><tr><td>0<\/td><td>BIOS<\/td><td>21<\/td><td>Built-in Pointing Device<\/td><\/tr><tr><td>1<\/td><td>System<\/td><td>22<\/td><td>Portable Battery<\/td><\/tr><tr><td>2<\/td><td>Base Board<\/td><td>23<\/td><td>System Reset<\/td><\/tr><tr><td>3<\/td><td>Chassis<\/td><td>24<\/td><td>Hardware Security<\/td><\/tr><tr><td>4<\/td><td>Processor<\/td><td>25<\/td><td>System Power Controls<\/td><\/tr><tr><td>5<\/td><td>Memory Controller<\/td><td>26<\/td><td>Voltage Probe<\/td><\/tr><tr><td>6<\/td><td>Memory Module<\/td><td>27<\/td><td>Cooling Device<\/td><\/tr><tr><td>7<\/td><td>Cache<\/td><td>28<\/td><td>Temperature Probe<\/td><\/tr><tr><td>8<\/td><td>Port Connector<\/td><td>29<\/td><td>Electrical Current Probe<\/td><\/tr><tr><td>9<\/td><td>System Slots<\/td><td>30<\/td><td>Out-of-band Remote Access<\/td><\/tr><tr><td>10<\/td><td>On-Board Devices<\/td><td>31<\/td><td>Boot Integrity Services<\/td><\/tr><tr><td>11<\/td><td>OEM Strings<\/td><td>32<\/td><td>System Boot<\/td><\/tr><tr><td>12<\/td><td>System Configuration Options<\/td><td>33<\/td><td>64-bit Memory Error<\/td><\/tr><tr><td>13<\/td><td>BIOS Language<\/td><td>34<\/td><td>Management Device<\/td><\/tr><tr><td>14<\/td><td>Group Associations<\/td><td>35<\/td><td>Management Device Component<\/td><\/tr><tr><td>15<\/td><td>System Event Log<\/td><td>36<\/td><td>Management Device Threshold Data<\/td><\/tr><tr><td>16<\/td><td>Physical Memory Array<\/td><td>37<\/td><td>Memory Channel<\/td><\/tr><tr><td>17<\/td><td>Memory Device<\/td><td>38<\/td><td>IPMI Device<\/td><\/tr><tr><td>18<\/td><td>32-bit Memory Error<\/td><td>39<\/td><td>Power Supply<\/td><\/tr><tr><td>19<\/td><td>Memory Array Mapped Address<\/td><td>40<\/td><td>Additional Information<\/td><\/tr><tr><td>20<\/td><td>Memory Device Mapped Address<\/td><td>41<\/td><td>On-board Device<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Keywords can be used instead of type numbers with&nbsp;<code>--type<\/code> or <code>-t<\/code> flags to pull all associated type codes into the command. Each keyword is equivalent to a list of type numbers. Following is the list of available keywords.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><thead><tr><th>Keyword<\/th><th>Types<\/th><\/tr><\/thead><tbody><tr><td>bios<\/td><td>0<\/td><\/tr><tr><td>system<\/td><td>1, 12, 15, 23, 32<\/td><\/tr><tr><td>baseboard<\/td><td>2, 10, 41<\/td><\/tr><tr><td>chassis<\/td><td>3<\/td><\/tr><tr><td>processor<\/td><td>4<\/td><\/tr><tr><td>memory<\/td><td>5, 6, 16, 17<\/td><\/tr><tr><td>cache<\/td><td>7<\/td><\/tr><tr><td>connector<\/td><td>8<\/td><\/tr><tr><td>slot<\/td><td>9<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-use-the-dmidecode-command\">How to Use the dmidecode Command<\/h2>\n\n\n\n<p>In the <code>dmidecode<\/code> command, we can use either keyword or type id to get hardware information of the system. Note that you need to execute commands as a root user or one with <a href=\"https:\/\/linuxiac.com\/make-sudo-remember-password-longer\/\">sudo privileges<\/a> to get this information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-memory-information-in-linux\">Get Memory Information in Linux<\/h3>\n\n\n\n<p>To get all memory information details, run <code>dmidecode<\/code> with the&nbsp;<code>-t<\/code><strong>&nbsp;<\/strong>option below.<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo dmidecode -t memory<\/code><\/span><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory.jpg\"><img decoding=\"async\" width=\"1024\" height=\"790\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory-1024x790.jpg\" alt=\"Get Memory Information in Linux Using the dmidecode Comm\" class=\"wp-image-45231\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory-1024x790.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory-380x293.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory-768x592.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory.jpg 1352w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>You can further filter details with the <code>egrep<\/code> command to filter only the required information.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code lang=\"bash\" class=\"hljs language-javascript language-bash\">sudo dmidecode -t memory | egrep <span class=\"hljs-string\">\"Maximum Capacity|Number Of Devices|Size|Type:\"<\/span> | egrep -v <span class=\"hljs-string\">\"No Module|Unknown|None\"<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2.jpg\"><img decoding=\"async\" width=\"1024\" height=\"347\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2-1024x347.jpg\" alt=\"Get Memory Information in Linux Using the dmidecode Command\" class=\"wp-image-45234\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2-1024x347.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2-380x129.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2-768x261.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-memory2.jpg 1111w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-cpu-information-in-linux\">Get CPU Information in Linux<\/h3>\n\n\n\n<p>To get processor information, use the following command.<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo dmidecode -t processor<\/code><\/span><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu.jpg\"><img decoding=\"async\" width=\"1283\" height=\"1763\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu.jpg\" alt=\"Get CPU Information in Linux Using the dmidecode Command\" class=\"wp-image-45240\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu.jpg 1283w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu-277x380.jpg 277w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu-745x1024.jpg 745w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu-768x1055.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu-1118x1536.jpg 1118w\" sizes=\"(max-width: 1283px) 100vw, 1283px\" \/><\/a><\/figure>\n\n\n\n<p>You can further filter details with the <code>egrep<\/code> command to filter only the required details.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code lang=\"bash\" class=\"hljs language-javascript language-bash\">sudo dmidecode -t processor | egrep <span class=\"hljs-string\">\"Family|Manufacturer|Version|Max Speed|Core Count|Thread Count\"<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2.jpg\"><img decoding=\"async\" width=\"1024\" height=\"346\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2-1024x346.jpg\" alt=\"Get CPU Information in Linux Using the dmidecode Command\" class=\"wp-image-45243\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2-1024x346.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2-380x129.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2-768x260.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-cpu2.jpg 1091w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-hardware-information-on-bios-in-linux\">Get Hardware Information on BIOS in Linux<\/h3>\n\n\n\n<p>To get the BIOS version, vendor, and other details, use the&nbsp;<code>-t bios<\/code>&nbsp;option.<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo dmidecode -t bios<\/code><\/span><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios.jpg\"><img decoding=\"async\" width=\"1024\" height=\"782\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios-1024x782.jpg\" alt=\"Get Hardware Information on BIOS in Linux Using the dmidecode Command\" class=\"wp-image-45246\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios-1024x782.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios-380x290.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios-768x587.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-bios.jpg 1343w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-the-system-information-in-linux\">Get the System Information in Linux<\/h3>\n\n\n\n<p>Run the dmidecode command with the <code>-t<\/code> option followed by the <code>system<\/code> keyword to get system information.<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo dmidecode -t system<\/code><\/span><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system.jpg\"><img decoding=\"async\" width=\"1024\" height=\"715\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system-1024x715.jpg\" alt=\"Get the System Information in Linux Using the dmidecode Command\" class=\"wp-image-45249\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system-1024x715.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system-380x265.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system-768x536.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-system.jpg 1221w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-get-nbsp-the-nbsp-motherboard-nbsp-model-in-nbsp-linux\">Get&nbsp;the&nbsp;Motherboard&nbsp;Model in&nbsp;Linux<\/h3>\n\n\n<pre class=\"wp-block-code\"><span><code lang=\"bash\" class=\"hljs language-bash\">sudo dmidecode -t baseboard<\/code><\/span><\/pre>\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard.jpg\"><img decoding=\"async\" width=\"1024\" height=\"876\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard-1024x876.jpg\" alt=\"Get\u00a0the\u00a0Motherboard\u00a0Model in\u00a0Linux Using the dmidecode Command\" class=\"wp-image-45255\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard-1024x876.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard-380x325.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard-768x657.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-motherboard.jpg 1220w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>That&#8217;s all from this article. Now you know how to use the <code>dmidecode<\/code> command and its options to get different hardware information. Then, of course, you can try other <code>dmidecode<\/code> options to obtain the system details you need.<\/p>\n\n\n\n<p>If you want to read more&nbsp; about <code>dmidecode<\/code> command you can refer to the <a href=\"https:\/\/www.nongnu.org\/dmidecode\/\" target=\"_blank\" rel=\"noreferrer noopener\">official website<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dmidecode is a Linux command-line tool used to retrieve information about your system&#8217;s hardware components in a human-readable format.<\/p>\n","protected":false},"author":10,"featured_media":18986,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,4417],"tags":[1484,3476,3482],"class_list":["post-18883","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tips","category-linux-knowledge","tag-commands","tag-dmidecode","tag-hardware"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"post_title_panel":"","has_hero_section":"default","3e8ba6825126ebe2b9d395027d39bbd6":"","hero_section":"type-2","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home","__id":"jtbh58Kv0ncl-5bMUVxx7"},{"id":"custom_description","enabled":false,"description_visibility":{"desktop":true,"tablet":true,"mobile":false},"__id":"mII_6ZpSbk4zVUhqbqlD4"},{"id":"custom_meta","enabled":true,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":50,"__id":"GOgt2VkUJx_jlUWoLrbtc"},{"id":"post_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y","__id":"9Zc-fvnc9l2Skh-phsegQ"},{"id":"updated_date","enabled":true,"label":"Updated","date_format_source":"default","date_format":"M j, Y","__id":"zK95N3M3MGLCO83cvMCUj"},{"id":"categories","enabled":false,"label":"In","style":"simple","__id":"nc7jiuv7kN7AOz_Zp3Z6W"},{"id":"comments","enabled":true,"__id":"qrECbVdqPBD0M8NGcGtuV"}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true},"__id":"PGLMAWygQB3NNbIdzeuwO","meta_type":"label","meta_divider":"circle"},{"id":"breadcrumbs","enabled":false,"__id":"sxoyUULFlrXbZT6Bej3rZ"}],"fda56b3fefb4dd1bd23f56e6b8f903d1":"","hero_alignment1":"CT_CSS_SKIP_RULE","hero_margin":40,"hero_alignment2":"center","hero_vertical_alignment":"center","d176d208c8e35553ca0ed280ef4b602e":"","hero_structure":"normal","db422c20d70b0999eb70ab4ea53b1078":"","page_title_bg_type":"custom_image","custom_hero_background":{"attachment_id":45222,"url":"https:\/\/linuxiac.com\/wp-content\/uploads\/2021\/04\/dmidecode-header-1024x237.png"},"page_title_image_size":"full","parallax":{"desktop":false,"tablet":false,"mobile":false},"29c79bfa244a08ba2c831114d6256be3":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"2.8em","tablet":"2.8em","mobile":"2.8em","__changed":[]},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_font_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_background_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-6)"}}},"pageTitlePadding":{"top":"50px","bottom":"50px","left":"auto","right":"auto","linked":true},"b2d2b8098bdd8c17a55d251bc05a9c30":"","page_structure_type":"default","b96439f4324944e74c8ecf63cb677e77":"","content_style_source":"inherit","content_style":"wide","ad404e47ad319c428c0bacdfff2107a0":"","vertical_spacing_source":"inherit","content_area_spacing":"both","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-8)"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"05bcb8030c0b36bd95b14197d8d24cc2":"","disable_featured_image":"no","disable_post_tags":"no","disable_share_box":"no","disable_author_box":"no","disable_posts_navigation":"no","disable_subscribe_form":"no","3a8c1d1c79bf80a6a463667ab95e8440":"","disable_related_posts":"no","disable_header":"no","disable_footer":"no","a788c9abf441b76bb45938e722fd5d0b":"","header_footer_scripts_panel":"","header_scripts":"","cb97785d4866861c3670b8da10347586":"","header_after_body_scripts":"","02493fa71265e43e72909c5b5707de64":"","footer_scripts":""},"_links":{"self":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/18883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/comments?post=18883"}],"version-history":[{"count":0,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/18883\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media\/18986"}],"wp:attachment":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media?parent=18883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/categories?post=18883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/tags?post=18883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}