hardware.rst
changeset 2145 9139b230c7ee
parent 2034 95989e2e6203
child 2208 78545cdddf98
equal deleted inserted replaced
2144:f8891b4321f5 2145:9139b230c7ee
   268 
   268 
   269 Human readable string with BIOS.motheboard names::
   269 Human readable string with BIOS.motheboard names::
   270 
   270 
   271   $ dd if=/dev/mem bs=64k skip=15 count=1 | strings
   271   $ dd if=/dev/mem bs=64k skip=15 count=1 | strings
   272 
   272 
   273 Find out virtualization type.
   273 Find out virtualization type
   274 =============================
   274 ============================
   275 ::
   275 ::
   276 
   276 
   277   $ sudo apt-get install virt-what
   277   $ sudo apt-get install virt-what
   278   $ virt-what
   278   $ virt-what
   279 
   279 
   280   $ sudo apt-get install imvirt
   280   $ sudo apt-get install imvirt
   281   $ imvirt
   281   $ imvirt
   282 
   282 
       
   283   $ dmidecode -s system-product-name
       
   284