Pour obtenir une liste du matériel installé sur un pc tournant sous mac os x (testé sous leopard) utiliser en ligne de commande : system_profiler
Possibilité de ne lister que certain type de matériel, etc.
Blog dans lequel je note comme aide-mémoire les trucs et astuces que j'ai utilisés pour configurer selon mes besoins mes machines sous Linux Ubuntu Raspbian Macosx Windows.
Pour obtenir une liste du matériel installé sur un pc tournant sous mac os x (testé sous leopard) utiliser en ligne de commande : system_profiler
Possibilité de ne lister que certain type de matériel, etc.
Pour obtenir sous linux / ubuntu 8.04 une liste détaillée du matériel présent sur une machine, utiliser la commande : dmidecode
DESCRIPTION
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. Thanks to this table, you can retrieve this information without having to probe for the actual hardware. While this
is a good point in terms of report speed and safeness, this also makes the presented information possibly unreliable.
The DMI table doesn't only describe what the system is currently made of, it also can report the possible evolutions (such as the fastest supported CPU or the maximal amount of memory sup-
ported).
SMBIOS stands for System Management BIOS, while DMI stands for Desktop Management Interface. Both standards are tightly related and developed by the DMTF (Desktop Management Task Force).
Found this trick on http://4sysops.com/archives/forgot-the-administrator-password-the-sticky-keys-trick/