Changes between Version 26 and Version 27 of notes/linux


Ignore:
Timestamp:
2018-09-10T07:33:11Z (6 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/linux

    v26 v27  
    202202== test `logger`
    203203`logger -p daemon.info -t smartd --id=123 qwe`
     204
     205[[br]]
     206
     207== Common hardware diagnosis tools
     208{{{#!bash
     209ras-mc-ctl --summary
     210ipmitool sel elist
     211edac-util -v
     212dmesg -w
     213/var/log/kern.log*
     214/var/log/messages*
     215cat /proc/cpuinfo | fgrep -i mhz
     216lshw
     217dmidecode
     218}}}