Over time I have hit situations were I felt I needed to solve it with code, not sure that was actually the case, but the tool got wrote. I do actually use several of these. As for the potpourri, I dable in some digital art and wrote an automation to create pretty pictures, each unique, and automatically post them to twitter, to see the results of that you can check out my twitter
https://twitter.com/jared216.
Point being, I want to share these tools, so I have started this thread, if anyone one wishes to share some of their tools here, please feel free to do so. And if you can think of a a better word than tools for the various short bits of software and scripts people create to allow their future self to be more lazy, please let me know.
JGPing (JSI Graphing Ping)jgping allows you to easily graph your ping times on any platform, using Python and matplotlib
DescriptionThis script works just like the ping command but it displays a graph instead of just text output
Requirements:sudo apt-get install python3 matplotlib
EXAMPLE USAGE:./jgping.py google.com # graph the ping for a domain
./jgping.py 192.168.0.1 # graph the ping for IP address
Check it out on GitHub:
https://github.com/J216/jgpingAdditional Note: I actually used JGPing today, not to solve, but to slowly watch a network issue gradually go away on it's own.
I think I tested this on Windows...