Connaître son matériel : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Utilitaires, lignes de commande)
(Utilitaires, lignes de commande)
 
(10 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
  
  Cf http://www.linuxjournal.com/content/whats-box-interrogate-your-linux-machines-hardware
+
* {{Lien|http://www.linuxjournal.com/content/whats-box-interrogate-your-linux-machines-hardware}}
 +
 
 +
* https://h-node.org/wiki/page/en/Discover-your-hardware
 +
 
 +
__TOC__
 +
 
 +
== Utilitaires, mode graphique ==
 +
 
 +
; [[hardinfo2]] :
 +
 
 +
; [[usbview]] :
 +
 
 +
; lshw-gtk :
  
 
== Utilitaires, lignes de commande ==
 
== Utilitaires, lignes de commande ==
 +
 +
; [[inxi]] :
  
 
; [[dmidecode]] :   
 
; [[dmidecode]] :   
  
; hwinfo :           
+
; [[hwinfo]] :           
  
 
; lshw :
 
; lshw :
 
e.g. Créer une page html récapitulant la configuration matérielle d'une machine :
 
e.g. Créer une page html récapitulant la configuration matérielle d'une machine :
  
   lshw -html > /var/www/html/hwinfo.html
+
   lshw -html > /tmp//hwinfo.html
  
Consulter via
+
Consulter via :
  
  http://localhost/hwinfo.html
+
xdg-open /tmp//hwinfo.html
  
 
; lsscsi :     
 
; lsscsi :     
Ligne 21 : Ligne 35 :
 
; procinfo :
 
; procinfo :
  
== Utilitaires, mode graphique ==
+
; [[Hw-probe]] :
 
 
; hardinfo :
 
 
 
; usbview :
 
  
 
== Architecture ==
 
== Architecture ==
Ligne 44 : Ligne 54 :
  
 
[[Catégorie:Admin]]
 
[[Catégorie:Admin]]
[[Catégorie:Comment]]
+
 
 +
{{Mémo}}{{Comment}}

Version actuelle en date du 19 mai 2025 à 09:57

Utilitaires, mode graphique

hardinfo2 
usbview 
lshw-gtk 

Utilitaires, lignes de commande

inxi 
dmidecode 
hwinfo 
lshw 

e.g. Créer une page html récapitulant la configuration matérielle d'une machine :

 lshw -html > /tmp//hwinfo.html

Consulter via :

xdg-open /tmp//hwinfo.html
lsscsi 
procinfo 
Hw-probe 

Architecture

 https://www.ostechnix.com/check-linux-system-32-bit-64-bit/

Déterminer si l'architecture est 32 bits ou 64 bits ?

 uname -m
 file /usr/bin/id
 dpkg --print-architecture
 getconf LONG_BIT


Les réponses sont

i386 / i686 / 32 ==> Architecture 32bits
x86_64 / 64 ==> Architecture 64bits