TruffleHog is an open-source security scanner to detect secrets hidden in codebases. These secrets can include API keys, cloud provider credentials, passwords, and other sensitive tokens that, if exposed, may...
Sherlock is an open-source command line tool for finding usernames across of many social media platforms. Given a username, Sherlock checks whether that username exists on hundreds of websites. Running...
ConvertX is a file conversion service, designed to run on the own server or device. It supports conversion of over 1,000 file formats - documents, images, audio, video, archives, etc...
The llama.cpp is a high-performance C++ implementation for running LLM models locally, enabling fast, offline inference on consumer-grade hardware. Running llama.cpp inside a Docker container ensures a consistent and reproducible...
The llama.cpp is an open-source project that enables efficient inference of LLM models on CPUs (and optionally on GPUs) using quantization. Its server component provides a local HTTP interface compatible...
Most Linux distributions - including Ubuntu, Fedora, openSUSE, and Arch - use systemd as their default init system. However, there are several notable non-systemd distributions as well. This difference can...
Kroki is an open-source, diagram-as-code service that provides a unified API to generate diagrams from plain text descriptions. It supports a wide range of diagram formats - including BlockDiag, PlantUML...
If you're working with Debian-based Linux distributions like Ubuntu, Linux Mint, or Kali, the dpkg tool is essential for managing Debian packages (.deb). It acts as the low-level package manager...
Stirling PDF is an open-source, web-based application that provides a suite of tools for working with PDF files. It allows users to perform various PDF-related tasks directly from their browser...
ShellCheck is a command line tool that automatically analyzes shell scripts to identify syntax errors, potential bugs, and style issues. It provides helpful suggestions to improve script readability. Running ShellCheck...