Audible ping

using ping

ping -a -c 1 8.8.8.8
or 
while sleep 3;do ping -a -c 1 8.8.8.8; done

using beep
while sleep 3;do ping -c 1 8.8.8.8 && beep; done

Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos