Render a dmidecode command output and shape it in a proper format, using data type dictionary.
you can access the the information as the dict access method
- dict_name[section_name] = ... 'property'
- dict_name[section_name][property_key] = ... 'value'