Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


gping

gping is like ping, but with a graph.

Reference(s)

Table of contents


Install

# pacman -S gping

TODO

$ echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
$ wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
$ sudo apt update
$ sudo apt install gping

TODO

TODO


Use

$ gping duckduckgo.org

If this cheat sheet has been useful to you, then please consider leaving a star here.