Saturday, 18. April 2020Week 15
.: Poor man's reboot notification

Sometimes you need to be notified about reboots of a machine without having the luxury of a proper monitoring system.

The following crontab entry triggers an e-mail when the host has been rebooted in the last 5 minutes.

*/5 * * * * [ $(sed -e 's/\..*//' /proc/uptime) -lt 540 ] && echo "Host has been rebooted! Uptime: $(uptime)"


15:03 | Linux | Permalink
Sunday, 12. April 2020Week 14
.: Cottage cheese Avocado Crostini

Inspired by this recipe, I made some yummy Crostini using Cottage cheese (instead of Ricotta cheese) and Avocado with some drops of Aceto balsamico.

Cottage cheese Avocado Crostini


19:16 | Food | Permalink