pydmesg: dmesg with human-readable timestamps

Моя версия (python 2.7):

# wget --no-check-certificate\
  https://raw.githubusercontent.com/eking-go/public-tools/master/dmesg.py -O -| python

Версия для python 2.6

# wget --no-check-certificate\
  https://gist.githubusercontent.com/saghul/542780/raw/8165daf89e3cf3f6e18b550dede870293369afec/pydmesg -O -| python