Shodan GeoPing – Quick‑Start Guide
Runs a Shodan GeoPing query against a domain, collects RTT and packet‑loss data from many global locations, and prints a concise, tabulated report.
Lue‑CLI‑Reader: Dockerized Text‑to‑Speech for Backbox/Ubuntu (PulseAudio)
A minimal, reproducible Docker setup that runs lue‑reader (a CLI PDF‑to‑speech converter) on Backbox Linux (or any Ubuntu‑based distro) with full PulseAudio support.
You can copy this solution into your own repo or use it as a template for any container‑based CLI tool that needs audio output.
Simple deploymenet of Pretalx in 2025
mkdir -p pretalx pretalx/conf && cd pretalx && touch docker-compose.yml && touch conf/pretalx.cfg
Monitoring unbound installation with Munin
sudo apt install munin munin-node munin-plugins-extra
Activate unbound plugins:
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_class
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_flags
ln -s /usr/share/munin/plugins/unbound_munin_ /etc/munin/plugins/unbound_munin_by_opcode
| #!/bin/bash | |
| # This script will extract the certificate and key from an .ovpn file | |
| # into their own files, which makes it possible to use them to configure | |
| # the VPN using Ubuntu's network manager | |
| # Usage example: | |
| # >> ovpnconvert username.dev.ovpn | |
| sed '1,/<ca>/d;/<\/ca>/,$d' $1 > $1.ca.crt |
From @BalCC0n orga team for hackers communities
People from our team have PC Engine small single board computers for networking in their office or home office. To protect board we are using this case:
The heat spreader kit is included with apu boards but because of his size it's not really easy to place it where we want. People from PC Engine are selling heat spreader placement fixture (apufix1a https://pcengines.ch/apufix1a.htm)), but in some countries is not even possible to order it.
Hi folks,
For some time now there is an issue for all people running VMWARE Workstation (i think even player) with vmmon and vmnet kernel modules. When you start Workstation you will get message "Before you can run VMWare, several modules must be compiled and loaded into the running kernel". You will try to click on install, but in the end you will get an error message with path to error log file.
I'm running kernel 5.4 because this version is fixing few hardware issues I have with "modern hardware" on my laptop.