User Tools

Site Tools


linux:ping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:ping [2020/08/09 22:40] – created Wulf Rajeklinux:ping [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 39: Line 39:
 <code> <code>
 while sleep 20; do ps -o pid= -C ping | xargs -r kill -SIGQUIT; done & while sleep 20; do ps -o pid= -C ping | xargs -r kill -SIGQUIT; done &
 +</code>
 +
 +
 +====== noping/oping ======
 +
 +Graphical console ping alternative:
 +https://noping.cc/
 +<code>
 +sudo apt-get install oping
 +</code>
 +<code>
 +noping 8.8.8.8
 </code> </code>
  
linux/ping.1597009250.txt.gz · Last modified: (external edit)