Network diagnostic is useful when you getting internet connection issue. And, here’s a brand new graphical tool for Linux beginners.
It’s PingPath, a free open-source tool written mostly in C, and use GTK4 toolkit for its user interface.
PingPath uses the popular command line tool ping to send ICMP ECHO_REQUEST to networks hosts. Simply type the host-name or IP address in header input box, hit Enter, then press Ctrl+S to get started.
It will then show you all the host IPs (if you start with host-name), as well as their autonomous system numbers and country code. For each, it shows the real time information about
Besides digital information, it also has a Graph tab to show all the info in graph lines with or without legend. This makes it easier to identify connectivity problems, measure network latency between your machine and the destination host.
The app by default sends 100 packets with 1 seconds time interval. You can change the numbers and other settings using the header-bar button menus.
The tool has an official PPA which so far supports for Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04.
1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:lrou2014/pingpath
Type user password for sudo authentication, and hit Enter to continue.
2. If you’re following this tutorial on Linux Mint, then you may either use Software Manager or manually refresh package cache by running command:
sudo apt update
3. Finally, install the network diagnostic tool by command:
sudo apt install pingpath
Once installed, search for and launch it from either start menu or Gnome overview screen depends on your desktop environment, and enjoy!
To uninstall the tool, open terminal (Ctrl+Alt+T) and run command:
sudo apt remove --autoremove pingpath
And, remove the PPA, either by running the command below in terminal:
sudo add-apt-repository --remove ppa:lrou2014/pingpath
Or, use the Software & Updates tool to remove the source line under Other Software tab.
The post PingPath – Simple GTK4 Network Diagnostic Tool Based on Ping appeared first on Osgrove.
FIPS 140 is a highly demanding security standard that’s mandatory for almost all high-security and…
Open source has come a long way. Recently I was watching a keynote address by…
Sylva 1.5 becomes the first release to include Kubernetes 1.32, bringing the latest open source…
Expansion ensures business continuity without forcing major upgrades Today, Canonical announced the expansion of the…
TL;DR: YARD-Lint catches documentation issues, just like RuboCop for code. Star it and use it…
Deploy a FedRAMP-ready kubernetes cluster and application suite, with FIPS 140-3 crypto and DISA-STIG hardening…