Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Plonky Alternatives
Similar projects and alternatives to plonky
-
rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
privaxy
Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic. Also check out my new project, https://www.merklemap.com/
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
libprocesshider
Hide a process under Linux using the ld preloader (https://sysdig.com/blog/hiding-linux-processes-for-fun-and-profit/)
plonky discussion
plonky reviews and mentions
-
OpenSnitch is a GNU/Linux port of the Little Snitch application firewall
You can use lsof in Linux to show connexions:
lsof -i -n -P | grep "\\-\>" | awk '{a[\$1"_p"\$2]++;}END{ for (it in a){print it,a[it]}}' | sort -nr -k2,2
This project uses conky to display the current connexions:
https://github.com/viviparous/plonky/blob/main/plonky.pl
-
Microsoft Windows operating system talks to 291 hosts and 2,764 IPs
Linux has lsof that can show connexions. Here's a config generator for conky that demonstrates the usage:
https://github.com/viviparous/plonky
- plonky -- generate a conkyrc file (for users of conky)
-
A note from our sponsor - InfluxDB
influxdata.com | 19 Apr 2025
Stats
viviparous/plonky is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of plonky is Perl.