Hebdomadaire Shaarli

Tous les liens d'un semaine sur une page.

Semaine 23 (June 2, 2025)

insidegui/VirtualBuddy: Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3, M4
thumbnail

VirtualBuddy
VirtualBuddy can virtualize macOS 12 and later on Apple Silicon, with the goal of offering features that are useful to developers who need to test their apps on multiple versions of macOS, especially betas.

via korben :-)

I use Zip Bombs to Protect my Server
thumbnail

I use Zip Bombs to Protect my Server

Bots be warned 

By Ibrahim Diallo
Published Apr 17 2025 ~ 5 minutes read

The majority of the traffic on the web is from bots. For the most part, these bots are used to discover new content. These are RSS Feed readers, search engines crawling your content, or nowadays AI bots crawling content to power LLMs. But then there are the malicious bots. These are from spammers, content scrapers or hackers. At my old employer, a bot discovered a wordpress vulnerability and inserted a malicious script into our server. It then turned the machine into a botnet used for DDOS. One of my first websites was yanked off of Google search entirely due to bots generating spam. At some point, I had to find a way to protect myself from these bots. That's when I started using zip bombs.

fosrl/pangolin: Tunneled Mesh Reverse Proxy Server with Identity and Access Control and Dashboard UI
thumbnail

Tunneled Mesh Reverse Proxy Server with Access Control

Your own self-hosted zero trust tunnel.
Website | Install Guide | Contact Us
Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks. Acting as a central hub, it connects isolated networks — even those behind restrictive firewalls — through encrypted tunnels, enabling easy access to remote services without opening ports.

FPGArtktic/GnuRAMage: GNU RAM Disk Synchronization Tool written in bash
thumbnail

via Korben

What is GnuRAMage?

GnuRAMage is a sophisticated yet humble Bash tool that bridges the gap between your sluggish rotating rust (hard drives) and the blazing fast silicon heaven (RAM disks). It's like having a very diligent intern who never sleeps, constantly ensuring your files are where they should be, when they should be there.

This tool was born out of the necessity to manage multi-terabyte RAM disks without losing one's sanity or data. Because let's face it, having terabytes of RAM without proper synchronization is like having a Ferrari without brakes - exciting, but ultimately catastrophic.

kanbn/kan: The open source Trello alternative.
thumbnail

Kan

The open-source project management alternative to Trello.

Roadmap · Website · Docs · Discord

Kanboard
thumbnail

Kanboard

Kanboard is a free and open source Kanban project management software.

bash: set a trap to log errors | ¬ just serendipity 🍀

bash: set a trap to log errors

22 May, 2025 • 59 words • 1 min

Create main.sh and mark it as executable (chmod +x):

via sebsauvage