Boot Script

This little script notifies me by email when a system restarts, I use it on a couple of machines with different email content to tell me which system has restarted. It relies upon having the packages sendemail and dnsutils installed and also uses wget which is usually installed by default with most distributions #!/bin/bash a=0 … Continue reading Boot Script