Adding messages to dmesg

The dmesg log on CentOS frequently is missing timestamps.  While it can probably be added, what I wanted to do was add a mark to dmesg every few hours so I’d know how the passage of time went with it.  This can be done with a simple cron job in /etc/cron.d, like this;

Read More