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

Configure Putty.exe to save serial console output to a file

  Impact of procedure :  Performing the following procedure should not have a negative impact on your system. Open putty by double click...

Mais vistos