Thursday, 16 February 2023
Interesting Snippets from 2023-02-16
-
GitHub - AndrianBdn/wg-cmd: TUI for managing WireGuard configuration files
aka "wg-cmd" — TUI for managing WireGuard configuration files
-
GitHub - nviennot/core-to-core-latency: Measures the latency between CPU cores
We measure the latency it takes for a CPU to send a message to another CPU via its cache coherence protocol. By pinning two threads on two different CPU cores, we can get them to do a bunch of compare-exchange operation, and measure the latency.
-
PDQ Inventory: Software inventory management made easy | PDQ
Scan, collect, and organize your machines so deployments go exactly where you need them to.
-
PDQ Deploy: Automate patch management & app deployments | PDQ
Update third-party software, deploy custom scripts, and make impactful configuration changes in minutes with PDQ Deploy.
-
GitHub - irctrakz/docker-wireguard-tiny: A Wireguard implementation as small as possible.
A standalone userspace Wireguard implementation using Alpine Linux. Resultant container is <20MB uncompressed, and <7MB compressed!