# JPKCom DB > Blog, Dokumentation und Knowledge Base von Jean Pierre Kolb — Cheat Sheets, Tool-Doku und mehr, zweisprachig (DE/EN) und KI-lesbar. ## Core Pages - [Homepage](https://www.jpkc.com/db/): Main landing page - [Documentation](https://www.jpkc.com/db/docs/): Comprehensive guides and references - [Changelog](https://www.jpkc.com/db/changelog/): Version history and updates - [Credits](https://www.jpkc.com/db/credits/): Acknowledgments and technologies used ## Cheat Sheets - [zstd — Schnelle Kompression mit Zstandard](https://www.jpkc.com/db/cheatsheets/archives/zstd/): Praxis-Guide zu zstd (Zstandard) — schnelle Kompression mit hervorragendem Verhältnis von Tempo und Größe, Multi-Threading und tar-Integration. - [sort — Textzeilen sortieren und deduplizieren](https://www.jpkc.com/db/cheatsheets/files-text/sort/): Praxis-Guide zu sort: Textzeilen alphabetisch, numerisch oder nach Version sortieren — mit Schlüsseln, Feldern, Locale und Tuning für große Dateien. - [free — Speicherauslastung von RAM und Swap anzeigen](https://www.jpkc.com/db/cheatsheets/shell-system/free/): Praxis-Guide zu free: RAM- und Swap-Auslastung anzeigen und verstehen, warum unter Linux die Spalte available aussagekräftiger ist als free. - [htop — interaktiver Prozess-Monitor fürs Terminal](https://www.jpkc.com/db/cheatsheets/shell-system/htop/): Praxis-Guide zu htop: Prozesse im Terminal live überwachen, sortieren, filtern und beenden — der komfortable top-Nachfolger mit Farben und Maus. - [iostat — CPU- und Datenträger-I/O-Statistiken anzeigen](https://www.jpkc.com/db/cheatsheets/shell-system/iostat/): Praxis-Guide zu iostat: CPU-Auslastung und Festplatten-I/O messen, Engpässe per await, %util und aqu-sz aufspüren – Teil des sysstat-Pakets. - [strace — Systemaufrufe und Signale eines Prozesses verfolgen](https://www.jpkc.com/db/cheatsheets/shell-system/strace/): Praxis-Guide zu strace: Systemaufrufe verfolgen, fehlschlagende Programme diagnostizieren und Performance-Engpässe auf OS-Ebene aufspüren. - [top — Prozesse und Systemlast in Echtzeit überwachen](https://www.jpkc.com/db/cheatsheets/shell-system/top/): Praxis-Guide zu top: CPU- und Speicherlast live überwachen, interaktiv sortieren und filtern, Prozesse beenden und Snapshots für Skripte erzeugen. - [uptime — Laufzeit und Lastdurchschnitt des Systems anzeigen](https://www.jpkc.com/db/cheatsheets/shell-system/uptime/): Praxis-Guide zu uptime: Systemlaufzeit, angemeldete Nutzer und den 1/5/15-Minuten-Lastdurchschnitt richtig lesen und im Verhältnis zur CPU-Kern-Zahl bewerten. - [vmstat — Speicher, Swap und CPU live überwachen](https://www.jpkc.com/db/cheatsheets/shell-system/vmstat/): Praxis-Guide zu vmstat: Speicher, Swap, I/O-Wait und CPU-Last im Sekundentakt überwachen und Engpässe früh erkennen. - [zstd — Fast Compression with Zstandard](https://www.jpkc.com/db/en/cheatsheets/archives/zstd/): Practical guide to zstd (Zstandard) — fast compression with an excellent speed-to-ratio balance, multi-threading and tar integration. - [sort — Sort Lines of Text Files](https://www.jpkc.com/db/en/cheatsheets/files-text/sort/): Practical guide to sort: order lines alphabetically, numerically or by version — with keys, fields, locale control and tuning for large files. - [free — Show RAM and Swap Memory Usage](https://www.jpkc.com/db/en/cheatsheets/shell-system/free/): Practical guide to free: display RAM and swap usage and learn why on Linux the available column matters more than free. - [htop — Interactive Process Monitor for the Terminal](https://www.jpkc.com/db/en/cheatsheets/shell-system/htop/): Practical guide to htop — monitor, sort, filter and kill processes live in the terminal with the comfortable, colourful top replacement. - [iostat — Report CPU and Disk I/O Statistics](https://www.jpkc.com/db/en/cheatsheets/shell-system/iostat/): Practical guide to iostat — measure CPU usage and disk I/O, spot bottlenecks via await, %util and aqu-sz. Part of the sysstat package. - [strace — Trace System Calls and Signals of a Process](https://www.jpkc.com/db/en/cheatsheets/shell-system/strace/): Practical guide to strace: trace system calls, diagnose failing programs and track down performance bottlenecks at the OS level. - [top — Monitor Processes and System Load in Real Time](https://www.jpkc.com/db/en/cheatsheets/shell-system/top/): Practical guide to top — monitor CPU and memory load live, sort and filter interactively, kill processes and capture snapshots for scripts and logs. - [uptime — Show System Runtime and Load Average](https://www.jpkc.com/db/en/cheatsheets/shell-system/uptime/): Practical guide to uptime: read system runtime, logged-in users and the 1/5/15-minute load average, and interpret load correctly relative to your CPU core count. - [vmstat — Monitor Memory, Swap and CPU in Real Time](https://www.jpkc.com/db/en/cheatsheets/shell-system/vmstat/): Practical guide to vmstat — watch memory, swap, I/O wait and CPU load second by second and spot system bottlenecks early. - [redis-cli — Der Kommandozeilen-Client für Redis](https://www.jpkc.com/db/cheatsheets/build-languages/redis-cli/): Praxis-Guide zu redis-cli — interaktiver Client für Redis und Valkey: Keys und Datenstrukturen verwalten, Pub/Sub nutzen und den Server überwachen. - [tail — Das Ende von Dateien anzeigen und Logs verfolgen](https://www.jpkc.com/db/cheatsheets/files-text/tail/): Praxis-Guide zu tail: die letzten Zeilen einer Datei anzeigen und Logdateien mit -f/-F in Echtzeit verfolgen, filtern und überwachen. - [ApacheBench (ab) — HTTP-Last messen und Web-Server-Leistung testen](https://www.jpkc.com/db/cheatsheets/networking/ab/): Praxis-Guide zu ApacheBench (ab) — HTTP-Benchmarks, Parallelität, Keep-Alive, POST-Daten und TLS-Tests auf der Kommandozeile. - [ethtool — Netzwerkkarten auf Linux konfigurieren und analysieren](https://www.jpkc.com/db/cheatsheets/networking/ethtool/): Praxis-Guide zu ethtool — Linkgeschwindigkeit, Duplex, Offload-Features und Ringpuffer unter Linux abfragen und konfigurieren, mit Diagnose-Beispielen. - [h2load — HTTP/2-Lasttest auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/h2load/): Praxis-Guide zu h2load — HTTP/2- und HTTP/1.1-Lasttests mit parallelen Streams, TLS, Ratensteuerung und experimentellem HTTP/3 (QUIC). - [iftop — Netzwerkverkehr live pro Verbindung überwachen](https://www.jpkc.com/db/cheatsheets/networking/iftop/): Praxis-Guide zu iftop — Live-Bandbreite pro Verbindung im Terminal anzeigen, BPF-Filter setzen und Traffic-Spitzen mit dem „top für Netzwerke" aufspüren. - [ip — Netzwerk-Interfaces, Adressen und Routen verwalten](https://www.jpkc.com/db/cheatsheets/networking/ip/): Praxis-Guide zu ip (iproute2) — Interfaces, Adressen, Routen, Tunnel und Netzwerk-Namespaces unter Linux verwalten, Nachfolger von ifconfig, route und arp. - [mtr — Netzwerkpfade live analysieren](https://www.jpkc.com/db/cheatsheets/networking/mtr/): Praxis-Guide zu mtr – Netzwerkpfad und Paketverluste live diagnostizieren, Report-Modus für Tickets und Scripting, TCP/UDP-Probes für Firewalls. - [netstat — Netzwerkverbindungen und Statistiken im Überblick](https://www.jpkc.com/db/cheatsheets/networking/netstat/): Praxis-Guide zu netstat – Verbindungen, lauschende Ports, Routing-Tabelle und Schnittstellenstatistiken mit den wichtigsten Optionskombinationen. - [nmap — Netzwerke scannen und analysieren](https://www.jpkc.com/db/cheatsheets/networking/nmap/): Praxis-Guide zu nmap — Hosts entdecken, Ports und Dienste scannen, Betriebssysteme erkennen und Sicherheitslücken prüfen; für Admins und Security-Profis. - [ping — Netzwerk-Erreichbarkeit per ICMP prüfen](https://www.jpkc.com/db/cheatsheets/networking/ping/): Praxis-Guide zu ping — Netzwerkerreichbarkeit testen, Paketverlust messen und Laufzeiten per ICMP analysieren; mit Beispielen für alle Anwendungsfälle. - [siege — HTTP-Lasttest auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/siege/): Praxis-Guide zu Siege – mehrere gleichzeitige Nutzer simulieren, Webserver benchmarken, URL-Listen abarbeiten und detaillierte Performance-Berichte erzeugen. - [ss — Socket-Statistiken und Netzwerkverbindungen inspizieren](https://www.jpkc.com/db/cheatsheets/networking/ss/): Praxis-Guide zu ss — Socket-Statistiken, lauschende Ports, Protokoll-Filter und TCP-Zustände aus dem Kernel abfragen, mit Beispielen für den Serveralltag. - [tcpdump — Netzwerkverkehr auf der Kommandozeile analysieren](https://www.jpkc.com/db/cheatsheets/networking/tcpdump/): Praxis-Guide zu tcpdump — dem klassischen CLI-Paketanalyzer: Netzwerkverkehr aufzeichnen, BPF-Filter einsetzen und Protokolle debuggen. - [traceroute — Netzwerkpfad Hop für Hop analysieren](https://www.jpkc.com/db/cheatsheets/networking/traceroute/): Praxis-Guide zu traceroute und tracepath — Netzwerkpfade Hop für Hop verfolgen, Latenzen lokalisieren und Firewall-Sperren per TCP oder ICMP umgehen. - [wrk — Modernes Multi-Threaded-HTTP-Benchmarking mit Lua](https://www.jpkc.com/db/cheatsheets/networking/wrk/): Praxis-Guide zu wrk — Multi-Threaded-HTTP-Benchmarking mit Lua. Lastprofile konfigurieren, Latenz-Perzentile messen und POST-Requests automatisieren. - [df & du — Plattenplatz analysieren unter Linux](https://www.jpkc.com/db/cheatsheets/shell-system/df-du/): Praxis-Guide zu df und du — freien Speicher pro Dateisystem prüfen, Verzeichnisgrößen ermitteln und volle Festplatten gezielt aufräumen. - [dmesg — den Kernel-Ring-Buffer auslesen und Hardware-Probleme diagnostizieren](https://www.jpkc.com/db/cheatsheets/shell-system/dmesg/): Praxis-Guide zu dmesg: Kernel-Meldungen zu Hardware, Treibern und OOM-Events lesen, live verfolgen, nach Level filtern und Zeitstempel formatieren. - [ps — Laufende Prozesse anzeigen und analysieren](https://www.jpkc.com/db/cheatsheets/shell-system/ps/): Praxis-Guide zu ps: laufende Prozesse als Schnappschuss anzeigen, nach CPU und Speicher sortieren, nach Nutzer oder PID filtern und mit eigenen Spalten analysieren. - [uname — Kernel- und Systeminformationen ausgeben](https://www.jpkc.com/db/cheatsheets/shell-system/uname/): Praxis-Guide zu uname: Kernel-Name, Kernel-Release, Hostname und CPU-Architektur ausgeben – plus Abgrenzung zu Distributions-Infos. - [watch — Befehle periodisch wiederholen und Ausgabe live beobachten](https://www.jpkc.com/db/cheatsheets/shell-system/watch/): Praxis-Guide zu watch: Befehle in festen Intervallen wiederholen und die Ausgabe live verfolgen — Intervall, Diff-Hervorhebung und Exit-Bedingungen. - [GoAccess — Webserver-Logs in Echtzeit auswerten](https://www.jpkc.com/db/cheatsheets/web-servers/goaccess/): Praxis-Guide zu GoAccess — Webserver-Logs (Apache/Nginx) im Terminal-Dashboard oder als HTML-Report auswerten, mit Log-Format-Tipps für jeden Anwendungsfall. - [Log-Analyse — Webserver-Logs mit Bordmitteln auswerten](https://www.jpkc.com/db/cheatsheets/web-servers/log-analysis/): Praxis-Rezepte zur Analyse von Apache- und nginx-Logs mit grep, awk, sort und uniq — Top-IPs, Status-Codes, Bandbreite und Echtzeit-Monitoring. - [redis-cli — The Redis Command-Line Client](https://www.jpkc.com/db/en/cheatsheets/build-languages/redis-cli/): Practical guide to redis-cli — the interactive client for Redis and Valkey: manage keys and data structures, use pub/sub and monitor the server. - [tail — Show the End of Files and Follow Logs](https://www.jpkc.com/db/en/cheatsheets/files-text/tail/): Practical guide to tail: show the last lines of a file and follow log files in real time with -f/-F, plus filtering and monitoring. - [ApacheBench (ab) — Benchmark Web Servers from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/ab/): Practical guide to ApacheBench (ab) — HTTP load tests, concurrency, Keep-Alive, POST data and TLS benchmarks on the command line. - [ethtool — Inspect and Configure Network Interfaces on Linux](https://www.jpkc.com/db/en/cheatsheets/networking/ethtool/): Practical guide to ethtool — query and configure link speed, duplex, offload features and ring buffers on Linux, with diagnostic examples. - [h2load — HTTP/2 Load Testing on the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/h2load/): Practical guide to h2load — HTTP/2 and HTTP/1.1 load tests with concurrent streams, TLS, rate control and experimental HTTP/3 (QUIC). - [iftop — Monitor Live Network Traffic per Connection](https://www.jpkc.com/db/en/cheatsheets/networking/iftop/): Practical guide to iftop — monitor live bandwidth per connection in the terminal, apply BPF filters and spot traffic spikes. - [ip — Manage Network Interfaces, Addresses and Routes](https://www.jpkc.com/db/en/cheatsheets/networking/ip/): Practical guide to ip (iproute2) — manage interfaces, addresses, routes, tunnels and namespaces on Linux, the modern replacement for ifconfig. - [mtr — Real-Time Network Path Diagnostics](https://www.jpkc.com/db/en/cheatsheets/networking/mtr/): Practical guide to mtr – diagnose network paths and packet loss in real time, report mode for tickets, TCP/UDP probes for firewalled networks. - [netstat — Network Connections and Statistics at a Glance](https://www.jpkc.com/db/en/cheatsheets/networking/netstat/): Practical guide to netstat — active connections, listening ports, routing table and interface statistics, with the most common option combinations. - [nmap — Scan and Analyse Networks](https://www.jpkc.com/db/en/cheatsheets/networking/nmap/): Practical guide to nmap — discover hosts, scan ports, detect services and operating systems, and find security issues on networks you are authorised to test. - [ping — Test Network Reachability from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/ping/): Practical guide to ping — test network reachability, measure packet loss and round-trip time (RTT) via ICMP on the command line, with examples for every use case. - [siege — HTTP Load Testing from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/siege/): Practical guide to Siege — simulate concurrent users, benchmark web servers, feed URL lists, add custom headers, and get detailed performance reports. - [ss — Inspect Socket Statistics and Network Connections](https://www.jpkc.com/db/en/cheatsheets/networking/ss/): Practical guide to ss — query socket statistics, listening ports, protocol filters and TCP states from the kernel, with examples for everyday server work. - [tcpdump — Analyze Network Traffic from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/tcpdump/): Practical guide to tcpdump — the classic CLI packet analyzer: capture network traffic, apply BPF filters and debug protocols. - [traceroute — Trace the Network Path Hop by Hop](https://www.jpkc.com/db/en/cheatsheets/networking/traceroute/): Practical guide to traceroute and tracepath — trace network paths hop by hop, pinpoint latency spikes, and work around firewalls with alternative probes. - [wrk — Modern Multi-Threaded HTTP Benchmarking with Lua](https://www.jpkc.com/db/en/cheatsheets/networking/wrk/): Practical guide to wrk — modern multi-threaded HTTP benchmarking with Lua. Configure load profiles, measure latency percentiles, automate POST requests. - [GoAccess — Analyze Web Server Logs in Real Time](https://www.jpkc.com/db/en/cheatsheets/web-servers/goaccess/): Practical guide to GoAccess — analyze web server logs (Apache/Nginx) in a terminal dashboard or as an HTML report, with log-format tips for every use case. - [Log Analysis — Inspecting Web Server Logs with Built-in Tools](https://www.jpkc.com/db/en/cheatsheets/web-servers/log-analysis/): Practical recipes for analyzing Apache and nginx logs with grep, awk, sort and uniq — top IPs, status codes, bandwidth and real-time monitoring. - [df & du — Analyze Disk Space on Linux](https://www.jpkc.com/db/en/cheatsheets/shell-system/df-du/): Practical guide to df and du — check free space per filesystem, measure directory sizes and track down what fills up a disk. - [dmesg — Read the Kernel Ring Buffer and Diagnose Hardware Issues](https://www.jpkc.com/db/en/cheatsheets/shell-system/dmesg/): Practical guide to dmesg — read kernel messages about hardware, drivers and OOM events, follow them live, filter by level and format timestamps. - [ps — Inspect Running Processes](https://www.jpkc.com/db/en/cheatsheets/shell-system/ps/): Practical guide to ps — snapshot running processes, sort by CPU and memory, filter by user or PID and analyse them with custom output columns. - [uname — Print Kernel and System Information](https://www.jpkc.com/db/en/cheatsheets/shell-system/uname/): Practical guide to uname: print kernel name, kernel release, hostname and CPU architecture – plus how it differs from distribution info. - [watch — Run a Command Repeatedly and Watch Its Output](https://www.jpkc.com/db/en/cheatsheets/shell-system/watch/): Practical guide to watch — repeat commands at fixed intervals and follow changing output live, with custom intervals, diff highlighting and exit conditions. - [Claude Code — KI-Agent für Softwareentwicklung im Terminal](https://www.jpkc.com/db/cheatsheets/ai-cli/claude-code/): Anthropics offizieller KI-Agent fürs Terminal: interaktive oder geskriptete Sessions, MCP-Server, Subagenten, Plugins, Worktrees und IDE-Integration. - [Claude Code — AI Coding Agent for the Terminal](https://www.jpkc.com/db/en/cheatsheets/ai-cli/claude-code/): Anthropic's official AI coding agent: interactive or scripted sessions, MCP servers, subagents, plugins, worktrees and IDE integration. - [WP-CLI — WordPress über die Kommandozeile steuern](https://www.jpkc.com/db/cheatsheets/build-languages/wp-cli/): Praxis-Guide zu WP-CLI — WordPress-Plugins, Themes, Core, Nutzer und die Datenbank per Kommandozeile verwalten, ganz ohne Browser. - [WP-CLI — Manage WordPress from the Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/wp-cli/): Practical guide to WP-CLI — manage WordPress plugins, themes, core, users and the database from the command line, without a browser. - [chmod — Dateirechte verwalten](https://www.jpkc.com/db/cheatsheets/files-text/chmod/): Praxis-Guide zu chmod: Dateirechte in oktaler und symbolischer Notation setzen, rekursiv arbeiten und 777 als Sicherheitsrisiko vermeiden. - [chown — Datei-Eigentümer und Gruppe ändern](https://www.jpkc.com/db/cheatsheets/files-text/chown/): Datei-Eigentümer und Gruppe mit chown ändern: Besitz nach dem Kopieren korrigieren, Rechte für Webserver setzen und rekursiv vergeben. - [mktemp — Sichere temporäre Dateien und Verzeichnisse](https://www.jpkc.com/db/cheatsheets/files-text/mktemp/): Praxis-Guide zu mktemp: temporäre Dateien und Verzeichnisse mit eindeutigem Namen anlegen, Race-Conditions vermeiden und sauber per trap aufräumen. - [security — Schlüsselbund und Zertifikate verwalten](https://www.jpkc.com/db/cheatsheets/macos/security/): Praxis-Guide zum macOS-Tool security — Passwörter, Zertifikate, Signier-Identitäten und Schlüsselbünde bequem im Terminal verwalten. - [softwareupdate — macOS-Updates über die Kommandozeile](https://www.jpkc.com/db/cheatsheets/macos/softwareupdate/): Praxis-Guide zu softwareupdate — macOS- und Apple-Software-Updates über die Kommandozeile suchen, laden und installieren, inklusive vollständiger Installer. - [netcat (nc) — Das Schweizer Taschenmesser für TCP/IP](https://www.jpkc.com/db/cheatsheets/networking/nc/): Praxis-Guide zu netcat (nc) — rohe TCP-/UDP-Verbindungen lesen und schreiben, Ports scannen, Dateien übertragen und Netzwerkdienste auf der Kommandozeile debuggen. - [socat — Bidirektionale Netzwerk-Relays auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/socat/): Praxis-Guide zu socat — Netcat auf Steroiden: bidirektionale Relays für Portweiterleitung, Tunneling und Debugging über TCP, UDP, TLS und UNIX-Sockets. - [ssh-keygen — SSH-Schlüssel erzeugen und verwalten](https://www.jpkc.com/db/cheatsheets/networking/ssh-keygen/): Praxis-Guide zu ssh-keygen — Ed25519- und RSA-Schlüsselpaare erstellen, Passphrasen verwalten, known_hosts pflegen und SSH-Zertifikate ausstellen. - [ssh — Verschlüsselte Verbindungen und Tunneling auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/ssh/): Praxis-Guide zu SSH — Verbindungen aufbauen, Schlüssel verwalten, Port-Forwarding einrichten und Dateien sicher übertragen. - [age — Dateien einfach und modern verschlüsseln](https://www.jpkc.com/db/cheatsheets/security/age/): Praxis-Guide zu age — moderne, einfache Dateiverschlüsselung mit X25519-Schlüsseln, Passphrasen und SSH-Keys als schlanke GPG-Alternative. - [ClamAV — Viren und Malware auf der Kommandozeile aufspüren](https://www.jpkc.com/db/cheatsheets/security/clamav/): Praxis-Guide zu ClamAV — Dateien scannen, Signaturen mit freshclam aktualisieren und Bedrohungen über den clamd-Daemon aufspüren. - [Fail2ban — Brute-Force-Angriffe automatisch abwehren](https://www.jpkc.com/db/cheatsheets/security/fail2ban/): Praxis-Guide zu Fail2ban — Logdateien überwachen, IPs per Firewall sperren und Brute-Force-Angriffe auf SSH & Co. mit fail2ban-client abwehren. - [firewalld — Dynamische Firewall-Verwaltung unter Linux](https://www.jpkc.com/db/cheatsheets/security/firewalld/): Praxis-Guide zu firewalld — Zones, Services, Ports und Rich Rules mit firewall-cmd, Runtime- und Permanent-Regeln für RHEL, Fedora und CentOS. - [GnuPG (gpg) — Verschlüsseln, Signieren und Schlüssel verwalten](https://www.jpkc.com/db/cheatsheets/security/gpg/): Praxis-Guide zu GnuPG — Schlüssel erzeugen und verwalten, Dateien ver- und entschlüsseln, signieren und verifizieren sowie das Web of Trust nutzen. - [iptables — Linux-Firewall mit netfilter steuern](https://www.jpkc.com/db/cheatsheets/security/iptables/): Praxis-Guide zu iptables — die Linux-Firewall über netfilter steuern, mit Chains, Tables, Targets, NAT, Connection Tracking und persistenten Regeln. - [nftables — Die moderne Linux-Firewall mit nft](https://www.jpkc.com/db/cheatsheets/security/nftables/): Praxis-Guide zu nftables — dem modernen iptables-Nachfolger. Tables, Chains, Rules, Sets und NAT mit der nft-Syntax, plus abgesicherte Firewall-Setups. - [OpenSSL — TLS, Zertifikate und Kryptografie auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/security/openssl/): Praxis-Guide zu OpenSSL — Zertifikate und CSRs erzeugen, Keys verwalten, TLS-Verbindungen testen, Dateien ver- und entschlüsseln und Hashes berechnen. - [ufw — Firewall-Regeln einfach verwalten](https://www.jpkc.com/db/cheatsheets/security/ufw/): Praxis-Guide zu ufw — dem einfachen Firewall-Frontend für iptables/nftables: Regeln, Profile, Rate-Limiting und Logging auf Ubuntu und Debian. - [WireGuard — schlankes, modernes VPN auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/security/wireguard/): Praxis-Guide zu WireGuard: Schlüsselpaare erzeugen, Peers und AllowedIPs konfigurieren, Tunnel mit wg und wg-quick verwalten und Verbindungen prüfen. - [id — Benutzer- und Gruppen-IDs anzeigen](https://www.jpkc.com/db/cheatsheets/shell-system/id/): id zeigt UID, GID und alle Gruppen eines Nutzers – ideal für Rechte-Diagnose, Root-Checks in Skripten und das Debuggen von Berechtigungen unter Linux. - [su — Benutzer in einer laufenden Sitzung wechseln](https://www.jpkc.com/db/cheatsheets/shell-system/su/): Praxis-Guide zu su: Identität in einer laufenden Shell wechseln, Login-Shell mit su -, Befehle als anderer Nutzer ausführen und der Unterschied zu sudo. - [sudo — Befehle mit Root-Rechten ausführen](https://www.jpkc.com/db/cheatsheets/shell-system/sudo/): Praxis-Guide zu sudo: Befehle als root oder anderer Nutzer ausführen, Shells öffnen, Timestamp steuern und sudoers sicher per visudo konfigurieren. - [useradd — Benutzerkonten und Gruppen unter Linux verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/useradd/): Praxis-Guide zu useradd, usermod und userdel: Linux-Benutzerkonten, Home-Verzeichnisse, Gruppen und Passwörter sicher anlegen, ändern und löschen. - [Certbot — TLS-Zertifikate von Let's Encrypt automatisieren](https://www.jpkc.com/db/cheatsheets/web-servers/certbot/): Praxis-Guide zu Certbot — TLS-Zertifikate von Let's Encrypt ausstellen, automatisch erneuern und verwalten, mit Plugins für Apache, NGINX und DNS-Challenges. - [security — Manage Keychains and Certificates](https://www.jpkc.com/db/en/cheatsheets/macos/security/): Practical guide to the macOS security tool — manage passwords, certificates, signing identities and keychains from the terminal. - [softwareupdate — Manage macOS Updates from the CLI](https://www.jpkc.com/db/en/cheatsheets/macos/softwareupdate/): Practical guide to softwareupdate — find, download and install macOS and Apple software updates from the command line, including full installers. - [chmod — Manage File Permissions](https://www.jpkc.com/db/en/cheatsheets/files-text/chmod/): Practical guide to chmod: set file permissions in octal and symbolic notation, work recursively, and avoid 777 as a security risk. - [chown — Change File Owner and Group](https://www.jpkc.com/db/en/cheatsheets/files-text/chown/): Change file owner and group with chown — fix ownership after copying, set permissions for web servers and services, and apply changes recursively. - [mktemp — Safe Temporary Files and Directories](https://www.jpkc.com/db/en/cheatsheets/files-text/mktemp/): Create unique temporary files and directories safely. Avoids race conditions and predictable names by generating a random suffix. Essential for shell scripts that need scratch space. Syntax differs between GNU coreutils (Linux) and BSD (macOS). - [netcat (nc) — The TCP/IP Swiss Army Knife](https://www.jpkc.com/db/en/cheatsheets/networking/nc/): Practical guide to netcat (nc) — read and write raw TCP and UDP connections, scan ports, transfer files, and debug network services from the command line. - [socat — Bidirectional Network Relays on the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/socat/): Practical guide to socat — netcat on steroids: bidirectional relays between sockets, files, pipes, and TLS connections for port forwarding and tunneling. - [ssh-keygen — Generate and Manage SSH Keys](https://www.jpkc.com/db/en/cheatsheets/networking/ssh-keygen/): Practical guide to ssh-keygen — generate Ed25519 and RSA key pairs, manage passphrases, maintain known_hosts, inspect fingerprints, and issue SSH certificates. - [ssh — Encrypted Remote Access and Tunneling from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/ssh/): Practical guide to SSH — connecting to remote hosts, managing keys, setting up port forwarding and transferring files securely. - [age — Simple, Modern File Encryption](https://www.jpkc.com/db/en/cheatsheets/security/age/): Practical guide to age — simple, modern file encryption with X25519 keys, passphrases and SSH keys as a lean GPG alternative. - [ClamAV — Hunt Viruses and Malware from the Command Line](https://www.jpkc.com/db/en/cheatsheets/security/clamav/): Practical guide to ClamAV — scan files, update signatures with freshclam and detect threats through the clamd daemon on the command line. - [Fail2ban — Block Brute-Force Attacks Automatically](https://www.jpkc.com/db/en/cheatsheets/security/fail2ban/): Practical guide to Fail2ban — monitor log files, ban IPs via the firewall and stop brute-force attacks on SSH and more with fail2ban-client. - [firewalld — Dynamic Firewall Management on Linux](https://www.jpkc.com/db/en/cheatsheets/security/firewalld/): Practical guide to firewalld — zones, services, ports and rich rules with firewall-cmd, runtime and permanent rules on RHEL, Fedora and CentOS. - [GnuPG (gpg) — Encrypt, Sign, and Manage Keys](https://www.jpkc.com/db/en/cheatsheets/security/gpg/): Practical guide to GnuPG — generate and manage keys, encrypt and decrypt files, sign and verify data, and use the OpenPGP web of trust. - [iptables — Manage the Linux Firewall with netfilter](https://www.jpkc.com/db/en/cheatsheets/security/iptables/): Practical guide to iptables — controlling the Linux firewall via netfilter, with chains, tables, targets, NAT, connection tracking and persistent rules. - [nftables — The Modern Linux Firewall with nft](https://www.jpkc.com/db/en/cheatsheets/security/nftables/): Practical guide to nftables — the modern iptables successor. Tables, chains, rules, sets and NAT with the nft syntax, plus hardened firewall setups. - [OpenSSL — TLS, Certificates and Cryptography on the Command Line](https://www.jpkc.com/db/en/cheatsheets/security/openssl/): Practical guide to OpenSSL — create certificates and CSRs, manage keys, test TLS connections, encrypt and decrypt files, and compute hashes. - [ufw — Manage Firewall Rules the Easy Way](https://www.jpkc.com/db/en/cheatsheets/security/ufw/): Practical guide to ufw — the simple firewall frontend for iptables/nftables: rules, profiles, rate limiting and logging on Ubuntu and Debian. - [WireGuard — Lean, Modern VPN on the Command Line](https://www.jpkc.com/db/en/cheatsheets/security/wireguard/): Hands-on guide to WireGuard: generate key pairs, configure peers and AllowedIPs, manage tunnels with wg and wg-quick, and verify connections. - [Certbot — Automate Let's Encrypt TLS Certificates](https://www.jpkc.com/db/en/cheatsheets/web-servers/certbot/): Practical guide to Certbot — issue, auto-renew and manage Let's Encrypt TLS certificates, with plugins for Apache, NGINX and DNS challenges. - [id — Show User and Group IDs](https://www.jpkc.com/db/en/cheatsheets/shell-system/id/): id prints the UID, GID and group memberships of a user – ideal for permission troubleshooting, root checks in scripts and debugging access on Linux. - [su — Switch User in a Running Session](https://www.jpkc.com/db/en/cheatsheets/shell-system/su/): Practical guide to su: switch identity in a running shell, open a login shell with su -, run commands as another user, and how it differs from sudo. - [sudo — Run Commands with Root Privileges](https://www.jpkc.com/db/en/cheatsheets/shell-system/sudo/): Practical guide to sudo: run commands as root or another user, open shells, control the timestamp and configure sudoers safely with visudo. - [useradd — Create and Manage User Accounts on Linux](https://www.jpkc.com/db/en/cheatsheets/shell-system/useradd/): Practical guide to useradd, usermod and userdel — create, modify and delete Linux user accounts, home directories, groups and passwords safely. - [go — Das Kommandozeilen-Werkzeug für Go](https://www.jpkc.com/db/cheatsheets/build-languages/go/): Praxis-Guide zur go-Toolchain: build, run, test und mod für Module, Workspaces, Cross-Compiling und Formatierung. - [Caddy — Webserver mit automatischem HTTPS](https://www.jpkc.com/db/cheatsheets/web-servers/caddy/): Praxis-Guide zu Caddy — automatische TLS-Zertifikate, Caddyfile-Syntax, Reverse Proxy, statischer Dateiserver und CLI, mit Beispielen für den Alltag. - [go — The Go Command-Line Tool](https://www.jpkc.com/db/en/cheatsheets/build-languages/go/): Practical guide to the go toolchain: build, run, test and mod for modules, workspaces, cross-compiling and formatting. - [Caddy — Web Server with Automatic HTTPS](https://www.jpkc.com/db/en/cheatsheets/web-servers/caddy/): Practical guide to Caddy — automatic TLS certificates, Caddyfile syntax, reverse proxy, static file server and CLI, with examples for everyday use. - [mongosh — Die MongoDB-Shell](https://www.jpkc.com/db/cheatsheets/build-languages/mongosh/): Praxis-Guide zu mongosh — die moderne, JavaScript-basierte MongoDB-Shell zum Verbinden, Abfragen, Aggregieren und Verwalten von Collections und Dokumenten. - [node — Die Node.js-Runtime auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/node/): Die Node.js-Runtime auf der Kommandozeile — Skripte ausführen, REPL starten, Apps debuggen, Flags setzen und die JavaScript-Umgebung verwalten. - [npm — Der Paketmanager für Node.js](https://www.jpkc.com/db/cheatsheets/package-managers/npm/): Praxis-Guide zu npm — Pakete installieren, package.json und Lockfiles verwalten, Skripte ausführen und Abhängigkeiten sicher aktualisieren. - [pnpm — Schneller, platzsparender Paketmanager für Node.js](https://www.jpkc.com/db/cheatsheets/package-managers/pnpm/): Praxis-Guide zu pnpm — schneller, platzsparender Paketmanager für Node.js mit content-addressable Store und exzellentem Monorepo-Support. - [Yarn — Paket- und Projektmanager für Node.js](https://www.jpkc.com/db/cheatsheets/package-managers/yarn/): Praxis-Guide zu Yarn — schnellem JavaScript-Paketmanager als npm-Alternative mit Workspaces, Offline-Cache und reproduzierbaren Installs per Lockfile. - [mongosh — The MongoDB Shell](https://www.jpkc.com/db/en/cheatsheets/build-languages/mongosh/): Practical guide to mongosh — the modern, JavaScript-based MongoDB shell for connecting, querying, aggregating and managing collections and documents. - [node — The Node.js Runtime on the Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/node/): The Node.js runtime on the command line — run scripts, start a REPL, debug apps, set flags and manage your JavaScript environment. - [npm — The Node.js Package Manager](https://www.jpkc.com/db/en/cheatsheets/package-managers/npm/): Practical guide to npm — install packages, manage package.json and lockfiles, run scripts and update dependencies safely. - [pnpm — Fast, Disk-Efficient Node.js Package Manager](https://www.jpkc.com/db/en/cheatsheets/package-managers/pnpm/): Practical guide to pnpm — a fast, disk-efficient package manager for Node.js with a content-addressable store and excellent monorepo support. - [Yarn — Package and Project Manager for Node.js](https://www.jpkc.com/db/en/cheatsheets/package-managers/yarn/): Practical guide to Yarn — fast JavaScript package manager and npm alternative with workspaces, offline caching and deterministic installs via lockfile. - [column — Eingaben in Spalten und Tabellen formatieren](https://www.jpkc.com/db/cheatsheets/files-text/column/): Praxis-Guide zu column — Listen in Spalten setzen, ausgerichtete Tabellen aus getrennten Daten erzeugen und Befehlsausgaben im Terminal lesbar formatieren. - [jq — JSON auf der Kommandozeile verarbeiten](https://www.jpkc.com/db/cheatsheets/files-text/jq/): Praxis-Guide zu jq: JSON auf der Kommandozeile filtern, transformieren und abfragen — die jq-Abfragesprache von Pretty-Print bis select(). - [yq — YAML und JSON auf der Kommandozeile verarbeiten](https://www.jpkc.com/db/cheatsheets/files-text/yq/): Praxis-Guide zu yq (mikefarah): YAML, JSON und XML auf der Kommandozeile abfragen, transformieren und bearbeiten — mit jq-ähnlicher Syntax. - [HTTPie — Moderner HTTP-Client für die Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/httpie/): Praxis-Guide zu HTTPie — HTTP-Requests, JSON-Daten, Sessions und Authentifizierung auf der Kommandozeile, mit intuitiver Syntax und Beispielen für API-Testing. - [column — Format Input into Columns and Tables](https://www.jpkc.com/db/en/cheatsheets/files-text/column/): Practical guide to column — columnate lists, build aligned tables from delimited data and format command output for better readability in the terminal. - [jq — Process JSON on the Command Line](https://www.jpkc.com/db/en/cheatsheets/files-text/jq/): Practical guide to jq — filter, transform and query JSON on the command line with jq's expressive query language, from pretty-print to select(). - [yq — Process YAML and JSON on the Command Line](https://www.jpkc.com/db/en/cheatsheets/files-text/yq/): Practical guide to yq (mikefarah): query, transform and edit YAML, JSON and XML on the command line with a jq-like syntax. - [HTTPie — Modern HTTP Client for the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/httpie/): Practical guide to HTTPie — HTTP requests, JSON data, sessions and authentication on the command line, with intuitive syntax and examples for every use case. - [gzip — Dateien schnell komprimieren](https://www.jpkc.com/db/cheatsheets/archives/gzip/): Praxis-Guide zu gzip: Dateien mit LZ77 komprimieren, entpacken und prüfen — plus zcat, zgrep, zless und pigz für den Alltag. - [Artisan — Die Kommandozeile von Laravel](https://www.jpkc.com/db/cheatsheets/build-languages/artisan/): Praxis-Guide zu Laravel Artisan — Code generieren, Migrationen ausführen, Queues steuern und Caches leeren direkt über die Kommandozeile. - [Drush — Die Kommandozeile für Drupal](https://www.jpkc.com/db/cheatsheets/build-languages/drush/): Drush ist das Kommandozeilen-Tool für Drupal: Cache leeren, Module verwalten, Datenbank und Config-Sync automatisieren. Für Drupal 8 bis 11. - [Grav — CLI für das Flat-File-CMS Grav](https://www.jpkc.com/db/cheatsheets/build-languages/grav/): Praxis-Guide zu den Grav-CLI-Tools: bin/grav für Cache, Backup und Scheduler sowie bin/gpm zum Installieren und Aktualisieren von Plugins und Themes. - [Magento — Die bin/magento-Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/magento/): Praxis-Guide zur Magento-CLI bin/magento — Module, Cache, Indexer, Setup, Deployment und Wartung von Magento 2 / Adobe Commerce über die Kommandozeile steuern. - [mysql — Der MySQL-/MariaDB-Kommandozeilen-Client](https://www.jpkc.com/db/cheatsheets/build-languages/mysql/): Praxis-Guide zum mysql-Client: Verbindung, Abfragen, Import/Export, Benutzer- und Server-Verwaltung für MySQL und MariaDB im Terminal. - [Nextcloud occ — Wartung und Verwaltung per Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/nextcloud-occ/): Praxis-Guide zu Nextcloud occ — Wartung, Nutzer, Apps, Datenbank und Upgrades als Webserver-User per Kommandozeile verwalten. - [php — Die PHP-Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/php/): Praxis-Guide zur PHP-CLI: Skripte ausführen, eingebauten Webserver starten, Code linten, Erweiterungen prüfen und die PHP-Umgebung inspizieren. - [psql — Der interaktive PostgreSQL-Client](https://www.jpkc.com/db/cheatsheets/build-languages/psql/): Praxis-Guide zu psql, dem interaktiven PostgreSQL-Client: verbinden, Queries ausführen und Schemas per Meta-Kommandos verwalten. - [python — Der Python-Interpreter auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/python/): Praxis-Guide zum python-CLI: Skripte und REPL, Module per -m, virtuelle Umgebungen anlegen und die Python-Laufzeit konfigurieren. - [Shopware — Die bin/console-Kommandozeile von Shopware 6](https://www.jpkc.com/db/cheatsheets/build-languages/shopware/): Praxis-Guide zur Shopware-6-Kommandozeile (bin/console): Plugins, Themes, Cache, Indizierung, Benutzer, Verkaufskanäle und Systemkonfiguration verwalten. - [sqlite3 — Die SQLite-Kommandozeile](https://www.jpkc.com/db/cheatsheets/build-languages/sqlite3/): Praxis-Guide zu sqlite3 — der serverlosen, dateibasierten SQL-Datenbank: Dot-Commands, Import/Export, Backup und JSON von der Kommandozeile. - [Symfony — CLI und bin/console für Symfony-Projekte](https://www.jpkc.com/db/cheatsheets/build-languages/symfony/): Praxis-Guide zu Symfony: CLI für lokalen Server und bin/console für make, Doctrine, Cache, Routing und Debugging deiner Symfony-Anwendungen. - [TYPO3 — Die Kommandozeile des TYPO3-CMS](https://www.jpkc.com/db/cheatsheets/build-languages/typo3/): Praxis-Guide zur TYPO3-CLI (v13 LTS): Caches, Datenbank, Extensions, Sites, Scheduler und Upgrades über vendor/bin/typo3 verwalten. - [AWS CLI — Amazon-Web-Services-Dienste steuern](https://www.jpkc.com/db/cheatsheets/cloud-iac/aws/): Praxis-Guide zur AWS CLI — Dienste wie S3, EC2, IAM und Lambda im Terminal steuern, mit Profilen, Regionen und JSON-, Text- oder Table-Ausgabe. - [animate — Bildsequenzen als Animation anzeigen](https://www.jpkc.com/db/cheatsheets/images-media/animate/): Praxis-Guide zu animate aus ImageMagick: animierte GIFs und Bildsequenzen in einem X11-Fenster abspielen, Frames steuern und Vorschauen erzeugen. - [compare — Bilder vergleichen und Differenzbild erzeugen](https://www.jpkc.com/db/cheatsheets/images-media/compare/): Praxis-Guide zu compare aus ImageMagick: zwei Bilder vergleichen, ein Differenzbild erzeugen und Metriken wie AE, RMSE oder SSIM für Regressionstests messen. - [composite — Bilder mit ImageMagick überlagern und zusammensetzen](https://www.jpkc.com/db/cheatsheets/images-media/composite/): Bilder mit ImageMagick composite überlagern: Wasserzeichen, Overlays, Masken, Blendmodi und gestapelte Ebenen direkt auf der Kommandozeile. - [convert — Bilder konvertieren und bearbeiten (ImageMagick)](https://www.jpkc.com/db/cheatsheets/images-media/convert/): Praxis-Guide zu convert: Bilder zwischen Formaten umwandeln, skalieren, zuschneiden, drehen, Farben und Effekte anpassen mit ImageMagick (in v7: magick). - [display — Bilder im X-Window-System anzeigen](https://www.jpkc.com/db/cheatsheets/images-media/display/): Bilder im X-Window-System anzeigen und einfach bearbeiten mit ImageMagicks display – Viewer, Bildinfos und Effekte direkt im Fenster. - [gifsicle — animierte GIFs erstellen, optimieren und bearbeiten](https://www.jpkc.com/db/cheatsheets/images-media/gifsicle/): Praxis-Guide zu gifsicle: animierte GIFs an der Kommandozeile erstellen, optimieren, Frames bearbeiten und die Dateigröße verkleinern. - [identify — Bild-Metadaten und Format ermitteln](https://www.jpkc.com/db/cheatsheets/images-media/identify/): Praxis-Guide zu identify aus ImageMagick: Format, Maße, Farbtiefe und EXIF-Metadaten von Bildern auslesen – ideal für Skripte und Batch-Inspektion. - [jpegtran — JPEG-Dateien verlustfrei transformieren und optimieren](https://www.jpkc.com/db/cheatsheets/images-media/jpegtran/): Verlustfreie JPEG-Transformationen mit jpegtran: rotieren, spiegeln, zuschneiden und optimieren – ohne Neukodierung und ohne Qualitätsverlust. - [mogrify — Bilder im Stapel bearbeiten und in-place überschreiben](https://www.jpkc.com/db/cheatsheets/images-media/mogrify/): Bilder per ImageMagick im Stapel bearbeiten: Größe ändern, konvertieren, optimieren. Achtung: mogrify überschreibt Originale standardmäßig in-place. - [montage — Bildtafeln und Kontaktabzüge aus mehreren Bildern erstellen](https://www.jpkc.com/db/cheatsheets/images-media/montage/): Praxis-Guide zu montage (ImageMagick): Kontaktabzüge, Thumbnail-Galerien und Bildraster mit Tile-Layout, Rahmen, Labels und Titel erzeugen. - [optipng — PNG-Dateien verlustfrei optimieren](https://www.jpkc.com/db/cheatsheets/images-media/optipng/): Praxis-Guide zu optipng: PNG-Dateien verlustfrei verkleinern – Optimierungsstufen, Metadaten strippen und Batch-Läufe sicher ausführen. - [pngquant — PNG-Bilder verlustbehaftet komprimieren](https://www.jpkc.com/db/cheatsheets/images-media/pngquant/): Verlustbehafteter PNG-Kompressor: reduziert 24/32-Bit-Bilder auf 8-Bit-Paletten – oft 60–70 % kleiner bei kaum sichtbarem Qualitätsverlust. - [svgo — SVG-Dateien optimieren und verkleinern](https://www.jpkc.com/db/cheatsheets/images-media/svgo/): Praxis-Guide zu svgo: SVG-Dateien optimieren, Metadaten entfernen und die Dateigröße verkleinern – per CLI, npx und svgo.config.js. - [awk — Feldbasierte Textverarbeitung und Auswertung](https://www.jpkc.com/db/cheatsheets/files-text/awk/): Spaltenbasierten Text mit awk verarbeiten — Felder extrahieren, nach Mustern filtern, mit Arrays aggregieren und Ausgaben formatieren. - [cp — Dateien und Verzeichnisse kopieren](https://www.jpkc.com/db/cheatsheets/files-text/cp/): Praxis-Guide zu cp: Dateien und Verzeichnisse kopieren, Attribute erhalten, Überschreiben kontrollieren und schnelle Reflink-Kopien nutzen. - [cut — Felder, Zeichen und Bytes aus Textzeilen ausschneiden](https://www.jpkc.com/db/cheatsheets/files-text/cut/): Praxis-Guide zu cut — gezielt Felder, Zeichen oder Byte-Bereiche aus Textdateien und Pipe-Ausgaben extrahieren, mit Trennzeichen, Bereichen und Komplement. - [diff — Dateien und Verzeichnisse vergleichen](https://www.jpkc.com/db/cheatsheets/files-text/diff/): Dateien und Verzeichnisse zeilenweise mit diff vergleichen — Unified-, Kontext- und Side-by-Side-Format, rekursiver Vergleich und Patch-Dateien. - [envsubst — Umgebungsvariablen in Texten ersetzen](https://www.jpkc.com/db/cheatsheets/files-text/envsubst/): Praxis-Guide zu envsubst (GNU gettext): Umgebungsvariablen in Templates und Textdateien ersetzen — sicher, ohne Shell-Expansion. - [file — Dateityp anhand des Inhalts bestimmen](https://www.jpkc.com/db/cheatsheets/files-text/file/): Mit file den echten Dateityp am Inhalt erkennen statt an der Endung — über Magic-Number-Muster, inklusive MIME-Typ, Encoding und Skript-Einsatz. - [find — Dateien und Verzeichnisse im Verzeichnisbaum suchen](https://www.jpkc.com/db/cheatsheets/files-text/find/): Praxis-Guide zu find: Dateien und Verzeichnisse nach Name, Typ, Größe, Zeit und Rechten suchen und gefundene Treffer direkt weiterverarbeiten. - [fzf — Interaktiver Fuzzy-Finder für die Kommandozeile](https://www.jpkc.com/db/cheatsheets/files-text/fzf/): Praxis-Guide zu fzf: interaktiv durch Dateien, History, Prozesse und Git-Branches fuzzy-suchen und auswählen – direkt im Terminal. - [grep — Text mit regulären Ausdrücken durchsuchen](https://www.jpkc.com/db/cheatsheets/files-text/grep/): Dateien und Streams mit grep nach Mustern durchsuchen — BRE, ERE und PCRE, rekursive Suche, Kontextzeilen und präzise Ausgabesteuerung. - [head — Den Anfang von Dateien anzeigen](https://www.jpkc.com/db/cheatsheets/files-text/head/): Praxis-Guide zu head: die ersten Zeilen oder Bytes einer Datei anzeigen, Kopfzeilen prüfen und Ausgaben in Pipelines begrenzen. - [less — Dateien im Terminal mit dem Pager durchblättern](https://www.jpkc.com/db/cheatsheets/files-text/less/): Praxis-Guide zu less: Dateien und Logs im Terminal seitenweise durchblättern, durchsuchen und live verfolgen – der Standard-Pager. - [ln — Hard- und Symlinks erstellen](https://www.jpkc.com/db/cheatsheets/files-text/ln/): Praxis-Guide zu ln: harte Links und symbolische Links (Symlinks) zu Dateien und Verzeichnissen anlegen, verwalten und den Unterschied verstehen. - [ls — Verzeichnisinhalte auflisten](https://www.jpkc.com/db/cheatsheets/files-text/ls/): Verzeichnisinhalte mit ls anzeigen — Rechte, Eigentümer, Größe und Änderungszeit, plus Sortieren, Filtern und nützliche Optionskombinationen. - [mc — Midnight Commander, der visuelle Dateimanager fürs Terminal](https://www.jpkc.com/db/cheatsheets/files-text/mc/): Praxis-Guide zum Midnight Commander (mc): Dateien im Terminal mit zwei Panels verwalten, bearbeiten, übertragen und in Archiven stöbern. - [mkdir — Verzeichnisse anlegen](https://www.jpkc.com/db/cheatsheets/files-text/mkdir/): Praxis-Guide zu mkdir: einzelne Verzeichnisse, verschachtelte Bäume und Berechtigungen anlegen – inklusive Brace-Expansion und typischer Projektstrukturen. - [mv — Dateien verschieben und umbenennen](https://www.jpkc.com/db/cheatsheets/files-text/mv/): Praxis-Guide zu mv: Dateien und Verzeichnisse verschieben oder umbenennen, das Überschreiben kontrollieren, Backups anlegen und stapelweise umbenennen. - [nano — Der einfache Texteditor fürs Terminal](https://www.jpkc.com/db/cheatsheets/files-text/nano/): Praxis-Guide zu nano: Dateien im Terminal schnell und ohne Einarbeitung bearbeiten – der einsteigerfreundliche Editor auf jedem Linux. - [paste — Zeilen spaltenweise zusammenführen](https://www.jpkc.com/db/cheatsheets/files-text/paste/): Praxis-Guide zu paste: Zeilen aus mehreren Dateien spaltenweise nebeneinander zusammenführen, eigene Trennzeichen nutzen und CSV-Daten bauen. - [rename — Dateien per Muster stapelweise umbenennen](https://www.jpkc.com/db/cheatsheets/files-text/rename/): Praxis-Guide zum Perl-rename: Dateien stapelweise per regulärem Ausdruck umbenennen – Groß-/Kleinschreibung, Nummerierung und Muster-Ersetzung. - [rm — Dateien und Verzeichnisse löschen](https://www.jpkc.com/db/cheatsheets/files-text/rm/): Praxis-Guide zu rm: Dateien und Verzeichnisse löschen, sicher mit -i/-I, rekursiv mit -rf und gefährliche Befehle wie rm -rf / vermeiden. - [sed — Stream-Editor zum Transformieren von Text](https://www.jpkc.com/db/cheatsheets/files-text/sed/): Text mit sed filtern und transformieren — Ersetzen, In-Place-Bearbeitung, Zeilenadressierung, Löschen und Rückbezüge für Skripte und Pipelines. - [split — Dateien in kleinere Teile zerlegen](https://www.jpkc.com/db/cheatsheets/files-text/split/): Praxis-Guide zu split — große Dateien nach Zeilenzahl, Byte-Größe oder Anzahl der Teile zerlegen. Für Verarbeitung, Transfer und parallele Jobs. - [stat — Detaillierte Datei- und Dateisystem-Informationen](https://www.jpkc.com/db/cheatsheets/files-text/stat/): Mit stat alle Metadaten einer Datei anzeigen — Größe, Rechte, Eigentümer, Zeitstempel und Inode, dazu Format-Strings und Dateisystem-Status. - [tee — Ausgaben gleichzeitig anzeigen und in Dateien schreiben](https://www.jpkc.com/db/cheatsheets/files-text/tee/): Praxis-Guide zu tee — von der Standardeingabe lesen und gleichzeitig auf den Bildschirm und in mehrere Dateien schreiben. Ideal zum Mitloggen in Pipelines. - [touch — Dateien anlegen und Zeitstempel setzen](https://www.jpkc.com/db/cheatsheets/files-text/touch/): Praxis-Guide zu touch: leere Dateien anlegen sowie Zugriffs- und Änderungszeit (atime/mtime) setzen – nützlich für Platzhalter und Build-Systeme. - [tr — Zeichen übersetzen, löschen und zusammenfassen](https://www.jpkc.com/db/cheatsheets/files-text/tr/): Praxis-Guide zu tr — Zeichen aus der Standardeingabe übersetzen, löschen oder zusammenfassen. Der Filter für zeichenweise Transformationen in Pipelines. - [uniq — Doppelte Zeilen filtern und zählen](https://www.jpkc.com/db/cheatsheets/files-text/uniq/): Praxis-Guide zu uniq: benachbarte doppelte Zeilen entfernen, Vorkommen zählen sowie Duplikate und Unikate finden — meist im Gespann mit sort. - [vim — Der modale Texteditor für effizientes Bearbeiten](https://www.jpkc.com/db/cheatsheets/files-text/vim/): Praxis-Guide zu vim: der modale Editor mit Normal-, Einfüge-, Visual- und Kommando-Modus für effizientes Bearbeiten im Terminal. - [wc — Zeilen, Wörter und Bytes zählen](https://www.jpkc.com/db/cheatsheets/files-text/wc/): Praxis-Guide zu wc: Zeilen, Wörter, Zeichen und Bytes in Dateien oder Pipes zählen — vom schnellen wc -l bis zur längsten Zeile. - [xargs — Argumente aus stdin zu Kommandos zusammenbauen](https://www.jpkc.com/db/cheatsheets/files-text/xargs/): Praxis-Guide zu xargs: Argumente aus stdin zu Kommandos bündeln, mit -0 sicher, -I {} als Platzhalter und -P parallel ausführen. - [caffeinate — den Mac am Einschlafen hindern](https://www.jpkc.com/db/cheatsheets/macos/caffeinate/): Praxis-Guide zu caffeinate: Mac und Display wachhalten und Idle-Sleep bei langen Builds, Downloads oder Präsentationen verhindern. - [defaults — macOS-Einstellungen über die Kommandozeile](https://www.jpkc.com/db/cheatsheets/macos/defaults/): defaults liest und schreibt macOS-Einstellungen: App-Konfigurationen, versteckte System-Tweaks und Werte aus plist-Dateien direkt im Terminal. - [dscl — Verzeichnisdienste und Benutzer verwalten](https://www.jpkc.com/db/cheatsheets/macos/dscl/): Praxis-Guide zu dscl — lokale Nutzer und Gruppen unter macOS über die Directory-Service-Kommandozeile abfragen, anlegen, ändern und löschen. - [launchctl — Dienste und Daemons mit launchd steuern](https://www.jpkc.com/db/cheatsheets/macos/launchctl/): Praxis-Guide zu launchctl — Daemons und Agents unter macOS laden, starten, stoppen und mit moderner bootstrap/bootout-Syntax verwalten. - [mdfind — Spotlight-Suche auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/macos/mdfind/): Praxis-Guide zu mdfind: macOS-Spotlight-Suche im Terminal — schnelle Datei- und Metadaten-Queries über den Spotlight-Index, plus mdls und mdutil. - [open — Dateien, Ordner und Apps aus dem Terminal öffnen](https://www.jpkc.com/db/cheatsheets/macos/open/): macOS-Kommando, um Dateien, Ordner, URLs und Apps aus dem Terminal mit der Standard-Zuordnung zu öffnen – die Brücke zwischen Terminal und Finder/GUI. - [pbcopy & pbpaste — die Zwischenablage im Terminal nutzen](https://www.jpkc.com/db/cheatsheets/macos/pbcopy/): pbcopy und pbpaste verbinden Terminal und macOS-Zwischenablage: Ausgaben kopieren, Inhalte einfügen und bequem in Pipelines weiterverarbeiten. - [scutil — Systemkonfiguration abfragen und setzen](https://www.jpkc.com/db/cheatsheets/macos/scutil/): Praxis-Guide zu scutil: Computername, Hostname und LocalHostName setzen sowie DNS-, Proxy- und System-Store-Konfiguration auf macOS auslesen. - [sips — Bilder skalieren und konvertieren](https://www.jpkc.com/db/cheatsheets/macos/sips/): Praxis-Guide zu sips — Bilder direkt im macOS-Terminal skalieren, konvertieren, drehen und abfragen, ideal für die Stapelverarbeitung ohne Zusatzsoftware. - [tmutil — Time-Machine-Backups steuern](https://www.jpkc.com/db/cheatsheets/macos/tmutil/): Praxis-Guide zu tmutil: Time Machine per Kommandozeile steuern — Backups starten, Snapshots verwalten, Ziele setzen und Dateien wiederherstellen. - [Homebrew — Der Paketmanager brew für macOS und Linux](https://www.jpkc.com/db/cheatsheets/package-managers/brew/): Praxis-Guide zu Homebrew (brew) — Formulae und Casks installieren, aktualisieren und verwalten, dazu Services und Brewfile auf macOS und Linux. - [mas — Mac-App-Store-Apps über die Kommandozeile](https://www.jpkc.com/db/cheatsheets/package-managers/mas/): Praxis-Guide zu mas: Mac-App-Store-Apps im Terminal suchen, installieren und aktualisieren — ideal für reproduzierbare macOS-Setups neben Homebrew. - [nvm — Node.js-Versionen verwalten](https://www.jpkc.com/db/cheatsheets/package-managers/nvm/): Praxis-Guide zu nvm: mehrere Node.js-Versionen pro Shell und Projekt installieren, wechseln und per .nvmrc pinnen. - [pip — Der Paketinstaller für Python](https://www.jpkc.com/db/cheatsheets/package-managers/pip/): Praxis-Guide zu pip — Python-Pakete aus PyPI installieren, in venv-Umgebungen verwalten und über requirements.txt reproduzierbar pinnen. - [pyenv — Python-Versionen verwalten](https://www.jpkc.com/db/cheatsheets/package-managers/pyenv/): Praxis-Guide zu pyenv – mehrere Python-Versionen parallel installieren, pro Shell oder Projekt umschalten und bei Bedarf aus Quellcode bauen. - [winget — Der Windows-Paketmanager](https://www.jpkc.com/db/cheatsheets/package-managers/winget/): Praxis-Guide zu winget — Microsofts Paketmanager für Windows 10/11: Apps suchen, installieren, aktualisieren und mit export/import reproduzieren. - [at — Befehle zeitgesteuert einmalig ausführen](https://www.jpkc.com/db/cheatsheets/shell-system/at/): Praxis-Guide zu at: Befehle zeitgesteuert einmalig ausführen, per Pipe oder Skript einreihen, mit atq und atrm verwalten – batch nutzt ruhige Lastzeiten. - [Bash — Shell-Skripting und interaktive Kommandozeile](https://www.jpkc.com/db/cheatsheets/shell-system/bash/): Praxis-Guide zu Bash: Variablen, Parameter-Expansion, Schleifen, Funktionen, Umleitungen und robuste Skripte mit set -euo pipefail. - [dd — Datenträger blockweise kopieren, klonen und löschen](https://www.jpkc.com/db/cheatsheets/shell-system/dd/): Praxis-Guide zu dd: Disk-Images erstellen, Laufwerke klonen, ISOs auf USB schreiben, Datenträger löschen und rohe Blockdaten kopieren — mit Sicherheitshinweisen. - [env — Umgebungsvariablen in der Shell verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/env/): Umgebungsvariablen ansehen, setzen, exportieren und löschen – plus PATH-Verwaltung, .env-Dateien und portable Shebangs mit env. - [fdisk — Festplatten partitionieren mit fdisk und parted](https://www.jpkc.com/db/cheatsheets/shell-system/fdisk/): Festplatten unter Linux partitionieren: Partitionstabellen mit fdisk und parted anlegen und ändern, Dateisysteme erstellen, Swap einrichten. - [fish — die benutzerfreundliche Shell mit Autosuggestions](https://www.jpkc.com/db/cheatsheets/shell-system/fish/): Praxis-Guide zu fish: Variablen, Funktionen, Abbreviations und Universal Variables in der benutzerfreundlichen, nicht-POSIX-kompatiblen Shell. - [hostnamectl — Hostnamen unter systemd verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/hostnamectl/): Hostnamen auf systemd-Linux anzeigen und setzen: statischer, transienter und Pretty-Hostname sowie Chassis, Deployment und Maschineninfos. - [jobs — Shell-Jobs starten, anhalten und in den Hintergrund schicken](https://www.jpkc.com/db/cheatsheets/shell-system/jobs/): Job-Control der Shell mit jobs, fg, bg, &, Ctrl+Z und disown: Prozesse in einer interaktiven Shell starten, anhalten, fortsetzen und ablösen. - [journalctl — das systemd-Journal abfragen und durchsuchen](https://www.jpkc.com/db/cheatsheets/shell-system/journalctl/): Praxis-Guide zu journalctl: das systemd-Journal nach Unit, Zeit und Priorität filtern, Logs live verfolgen, Boot- und Kernel-Meldungen prüfen und Speicher freiräumen. - [kill — Signale an Prozesse senden](https://www.jpkc.com/db/cheatsheets/shell-system/kill/): Prozesse mit Signalen beenden, stoppen und steuern – kill per PID, killall und pkill per Name. Mit SIGTERM, SIGKILL und sicherem Vorgehen. - [loginctl — Sitzungen und Nutzer von systemd-logind verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/loginctl/): Praxis-Guide zu loginctl: Sitzungen und Nutzer von systemd-logind anzeigen, sperren, beenden und mit Linger Dienste ohne aktiven Login laufen lassen. - [lsblk — Block-Geräte als Baum auflisten](https://www.jpkc.com/db/cheatsheets/shell-system/lsblk/): Praxis-Guide zu lsblk — Festplatten, Partitionen und Mountpoints als übersichtlichen Baum anzeigen und vor dd, fdisk oder mount das richtige Gerät finden. - [mount — Dateisysteme einhängen und aushängen](https://www.jpkc.com/db/cheatsheets/shell-system/mount/): Geräte, Images und Netzwerkfreigaben in den Verzeichnisbaum einhängen: mount, umount, /etc/fstab, Bind-, Loop- und tmpfs-Mounts. - [nohup — Prozesse vom Terminal abkoppeln](https://www.jpkc.com/db/cheatsheets/shell-system/nohup/): nohup koppelt Befehle vom Terminal ab, sodass sie SIGHUP ignorieren und nach dem Logout weiterlaufen – ideal für Backups und lange Jobs per SSH. - [PowerShell — objektbasierte Shell und Skriptsprache von Microsoft](https://www.jpkc.com/db/cheatsheets/shell-system/powershell/): Praxis-Guide zu PowerShell: Cmdlets, objektbasierte Pipeline, Prozesse, Dienste und Skripte plattformübergreifend mit pwsh 7 steuern. - [screen — Terminal-Multiplexer für persistente Sessions](https://www.jpkc.com/db/cheatsheets/shell-system/screen/): Praxis-Guide zu screen: Sitzungen starten, ablösen und wiederaufnehmen, Fenster teilen und Prozesse über SSH-Abbrüche hinweg am Laufen halten. - [systemctl — systemd-Dienste und Units steuern](https://www.jpkc.com/db/cheatsheets/shell-system/systemctl/): Praxis-Guide zu systemctl: Dienste starten, stoppen, aktivieren und überwachen, Units und Targets verwalten und den Systemzustand steuern. - [timedatectl — Systemzeit, Zeitzone und NTP unter systemd verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/timedatectl/): Systemuhr, Zeitzone und automatische Zeitsynchronisation (NTP) auf systemd-Systemen anzeigen und setzen – mit timedatectl im Griff. - [tmux — Mehrere Terminal-Sitzungen in einem Fenster verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/tmux/): Praxis-Guide zu tmux: Sitzungen starten, Fenster und Panes splitten, ablösen und wieder anhängen – Terminal-Sitzungen überstehen SSH-Abbruch und Logout. - [WSL — Linux-Distributionen unter Windows verwalten](https://www.jpkc.com/db/cheatsheets/shell-system/wsl/): Praxis-Guide zu WSL: Linux-Distributionen unter Windows installieren, starten, sichern und konfigurieren – inklusive WSL 2, Netzwerk und Dateizugriff. - [WSLg — Linux-GUI-Apps unter Windows ausführen](https://www.jpkc.com/db/cheatsheets/shell-system/wslg/): Linux-GUI-Apps unter Windows starten: WSLg bringt Wayland, X11, PulseAudio und GPU-Beschleunigung direkt in WSL 2 – ganz ohne manuellen X-Server. - [zsh — die Z-Shell mit mächtigem Globbing und Completion](https://www.jpkc.com/db/cheatsheets/shell-system/zsh/): zsh produktiv nutzen: Globbing, Glob-Qualifier, Arrays, Completion, setopt und Oh My Zsh – die Z-Shell jenseits von bash. - [GitHub CLI (gh) — GitHub aus dem Terminal steuern](https://www.jpkc.com/db/cheatsheets/version-control/gh/): Praxis-Guide zur GitHub CLI — Pull Requests, Issues, Releases, Repositories und Actions direkt im Terminal verwalten. - [gzip — Fast File Compression](https://www.jpkc.com/db/en/cheatsheets/archives/gzip/): Practical guide to gzip: compress, decompress and test files with LZ77 — plus zcat, zgrep, zless and pigz for everyday use. - [AWS CLI — Manage Amazon Web Services](https://www.jpkc.com/db/en/cheatsheets/cloud-iac/aws/): Practical guide to the AWS CLI — manage services like S3, EC2, IAM and Lambda from the terminal, with profiles, regions and JSON, text or table output. - [Artisan — The Laravel Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/artisan/): Practical guide to Laravel Artisan — generate code, run migrations, manage queues and clear caches straight from the command line. - [Drush — The Drupal Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/drush/): Drush (Drupal Shell) is the command-line tool for Drupal: clear caches, manage modules, run database, config-sync and deploy tasks. Supports Drupal 8 to 11. - [Grav — CLI for the Grav Flat-File CMS](https://www.jpkc.com/db/en/cheatsheets/build-languages/grav/): Practical guide to the Grav CLI tools: bin/grav for cache, backup and scheduler, and bin/gpm for installing and updating plugins and themes. - [Magento — The bin/magento Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/magento/): Practical guide to the Magento CLI bin/magento — manage modules, cache, indexers, setup, deployment and maintenance for Magento 2 / Adobe Commerce. - [mysql — The MySQL/MariaDB Command-Line Client](https://www.jpkc.com/db/en/cheatsheets/build-languages/mysql/): Practical guide to the mysql client: connect, query, import/export, manage users and administer MySQL and MariaDB servers from the terminal. - [Nextcloud occ — Maintenance and Administration via CLI](https://www.jpkc.com/db/en/cheatsheets/build-languages/nextcloud-occ/): Practical guide to Nextcloud occ — manage maintenance, users, apps, database and upgrades from the command line as the web server user. - [php — The PHP Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/php/): Practical guide to the PHP CLI: run scripts, start the built-in web server, lint code, inspect extensions and explore the PHP environment. - [psql — The Interactive PostgreSQL Client](https://www.jpkc.com/db/en/cheatsheets/build-languages/psql/): Practical guide to psql, the interactive PostgreSQL client: connect, run queries and manage schemas with backslash meta-commands. - [python — The Python Interpreter on the Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/python/): Practical guide to the python CLI: run scripts, use the REPL, launch modules with -m, create virtual environments and tune the Python runtime. - [Shopware — The Shopware 6 bin/console CLI](https://www.jpkc.com/db/en/cheatsheets/build-languages/shopware/): Shopware 6 command-line interface (bin/console). Manage plugins, themes, cache, indexing, users, sales channels, and system configuration for Shopware 6 stores. - [sqlite3 — The SQLite Command-Line Tool](https://www.jpkc.com/db/en/cheatsheets/build-languages/sqlite3/): Practical guide to sqlite3 — the serverless, file-based SQL database: dot-commands, import/export, backup and JSON from the command line. - [Symfony — CLI and bin/console for Symfony Projects](https://www.jpkc.com/db/en/cheatsheets/build-languages/symfony/): Practical guide to Symfony: the CLI for the local server and bin/console for make, Doctrine, cache, routing and debugging your Symfony apps. - [TYPO3 — The TYPO3 CMS Command Line](https://www.jpkc.com/db/en/cheatsheets/build-languages/typo3/): Practical guide to the TYPO3 CLI (v13 LTS): manage caches, database, extensions, sites, scheduler and upgrades via vendor/bin/typo3. - [animate — Display Image Sequences as Animation](https://www.jpkc.com/db/en/cheatsheets/images-media/animate/): Practical guide to animate from ImageMagick: play animated GIFs and image sequences in an X11 window, control frames and create quick previews. - [compare — Compare Images and Generate a Difference Image](https://www.jpkc.com/db/en/cheatsheets/images-media/compare/): Practical guide to ImageMagick compare: diff two images, generate a difference image and measure metrics like AE, RMSE or SSIM for visual regression tests. - [composite — Overlay and Composite Images with ImageMagick](https://www.jpkc.com/db/en/cheatsheets/images-media/composite/): Overlay images with ImageMagick composite: watermarks, overlays, masks, blend modes and stacked layers straight from the command line. - [convert — Convert and Edit Images (ImageMagick)](https://www.jpkc.com/db/en/cheatsheets/images-media/convert/): Practical guide to convert: transform images between formats, resize, crop, rotate, adjust colors and apply effects with ImageMagick (in v7: magick). - [display — View and Edit Images in an X11 Window](https://www.jpkc.com/db/en/cheatsheets/images-media/display/): View and lightly edit images in an X Window with ImageMagick's display – a built-in viewer with image info and effects right in the window. - [gifsicle — Create, Optimize and Edit Animated GIFs](https://www.jpkc.com/db/en/cheatsheets/images-media/gifsicle/): Practical guide to gifsicle: create, optimize and edit animated GIFs on the command line — manipulate frames, tweak timing and shrink file size. - [identify — Inspect Image Metadata and Format](https://www.jpkc.com/db/en/cheatsheets/images-media/identify/): Practical guide to ImageMagick's identify — read format, dimensions, colour depth and EXIF metadata from images, ideal for scripts and batch inspection. - [jpegtran — Transform and Optimize JPEG Files Losslessly](https://www.jpkc.com/db/en/cheatsheets/images-media/jpegtran/): Lossless JPEG transformations with jpegtran: rotate, flip, crop and optimize images without re-encoding or quality loss. - [mogrify — Batch-Edit Images In-Place with ImageMagick](https://www.jpkc.com/db/en/cheatsheets/images-media/mogrify/): Batch-process images with ImageMagick: resize, convert, optimize. Warning: mogrify overwrites originals in-place by default, unlike convert. - [montage — Build Image Montages and Contact Sheets](https://www.jpkc.com/db/en/cheatsheets/images-media/montage/): Practical guide to montage (ImageMagick): create contact sheets, thumbnail galleries and image grids with tile layout, frames, labels and titles. - [optipng — Optimize PNG Files Losslessly](https://www.jpkc.com/db/en/cheatsheets/images-media/optipng/): Practical guide to optipng: losslessly shrink PNG files – optimization levels, metadata stripping and safe batch runs. - [pngquant — Compress PNG Images with Lossy Quantization](https://www.jpkc.com/db/en/cheatsheets/images-media/pngquant/): Lossy PNG compressor that converts 24/32-bit images to 8-bit palettes – often 60–70 % smaller with barely visible quality loss. - [svgo — Optimize and Minify SVG Files](https://www.jpkc.com/db/en/cheatsheets/images-media/svgo/): Practical guide to svgo — optimize SVG files, strip metadata and shrink file size via the CLI, npx and svgo.config.js. - [caffeinate — Prevent Your Mac from Sleeping](https://www.jpkc.com/db/en/cheatsheets/macos/caffeinate/): Practical guide to caffeinate: keep your Mac and display awake and prevent idle sleep during long builds, downloads or presentations. - [defaults — Read and Write macOS Preferences](https://www.jpkc.com/db/en/cheatsheets/macos/defaults/): Read and write macOS user defaults — application settings, hidden system preferences and configuration values stored in property list (plist) files. - [dscl — Manage Directory Services and Users](https://www.jpkc.com/db/en/cheatsheets/macos/dscl/): Practical guide to dscl — query, create, modify and delete local users and groups on macOS via the Directory Service command-line utility. - [launchctl — Control Services and Daemons with launchd](https://www.jpkc.com/db/en/cheatsheets/macos/launchctl/): Practical guide to launchctl — load, start, stop and manage macOS daemons and agents with the modern bootstrap/bootout syntax. - [mdfind — Spotlight Search from the Command Line](https://www.jpkc.com/db/en/cheatsheets/macos/mdfind/): Practical guide to mdfind: macOS Spotlight search in the terminal — fast file and metadata queries over the Spotlight index, plus mdls and mdutil. - [open — Open Files, Folders and Apps from the Terminal](https://www.jpkc.com/db/en/cheatsheets/macos/open/): macOS command to open files, folders, URLs and apps from the terminal with the default or a specified app – the bridge between terminal and Finder/GUI. - [pbcopy & pbpaste — Use the Clipboard from the Terminal](https://www.jpkc.com/db/en/cheatsheets/macos/pbcopy/): pbcopy and pbpaste bridge the terminal and the macOS clipboard: copy command output, paste content and pipe it straight through your shell pipelines. - [scutil — Query and Set System Configuration](https://www.jpkc.com/db/en/cheatsheets/macos/scutil/): Practical guide to scutil: set the computer name, hostname and LocalHostName, query DNS and proxy settings, and read the dynamic system store on macOS. - [sips — Resize and Convert Images](https://www.jpkc.com/db/en/cheatsheets/macos/sips/): Practical guide to sips — resize, convert, rotate and query images right in the macOS terminal, ideal for batch processing without extra software. - [tmutil — Control Time Machine Backups](https://www.jpkc.com/db/en/cheatsheets/macos/tmutil/): Practical guide to tmutil: control Time Machine from the command line — start backups, manage snapshots, set destinations and restore files. - [awk — Field-Based Text Processing and Reporting](https://www.jpkc.com/db/en/cheatsheets/files-text/awk/): Process columnar text with awk — extract fields, filter by pattern, aggregate with arrays and format output. A compact language for data and logs. - [cp — Copy Files and Directories](https://www.jpkc.com/db/en/cheatsheets/files-text/cp/): Practical guide to cp: copy files and directories, preserve attributes, control overwriting, make backups, and use fast reflink copies. - [cut — Extract Fields, Characters and Bytes from Text Lines](https://www.jpkc.com/db/en/cheatsheets/files-text/cut/): Practical guide to cut — extract specific fields, characters or byte ranges from text files and piped output, with delimiters, ranges and complement. - [diff — Compare Files and Directories](https://www.jpkc.com/db/en/cheatsheets/files-text/diff/): Compare files and directories line by line with diff — unified, context and side-by-side output, recursive comparison and patch files. - [envsubst — Substitute Environment Variables in Text](https://www.jpkc.com/db/en/cheatsheets/files-text/envsubst/): Practical guide to envsubst (GNU gettext): substitute environment variables in templates and text files — safely, without shell expansion. - [file — Determine File Type by Content](https://www.jpkc.com/db/en/cheatsheets/files-text/file/): Detect the real file type by content instead of extension with file — via magic-number patterns, including MIME type, encoding and script use. - [find — Search Files and Directories in a Directory Tree](https://www.jpkc.com/db/en/cheatsheets/files-text/find/): Practical guide to find — search files and directories by name, type, size, time and permissions, and act on the matches directly. - [fzf — Interactive Command-Line Fuzzy Finder](https://www.jpkc.com/db/en/cheatsheets/files-text/fzf/): Practical guide to fzf — fuzzy-search and select interactively from files, history, processes and git branches, right in your terminal. - [grep — Search Text with Regular Expressions](https://www.jpkc.com/db/en/cheatsheets/files-text/grep/): Search files and streams for text patterns with grep — BRE, ERE and PCRE regex, recursive search, context lines and precise output control. - [head — Show the First Lines of Files](https://www.jpkc.com/db/en/cheatsheets/files-text/head/): Practical guide to head: show the first lines or bytes of a file, check headers and limit output in pipelines. - [less — Browse Files in the Terminal with the Pager](https://www.jpkc.com/db/en/cheatsheets/files-text/less/): Practical guide to less — page through, search and live-follow files and logs in the terminal with the standard Unix pager. - [ln — Create Hard Links and Symlinks](https://www.jpkc.com/db/en/cheatsheets/files-text/ln/): Make links between files — create hard links and symbolic (soft) links to files and directories, giving one file multiple names or shortcuts. - [ls — List Directory Contents](https://www.jpkc.com/db/en/cheatsheets/files-text/ls/): List directory contents with ls — permissions, owner, size and modification time, plus sorting, filtering and useful flag combinations. - [mc — Midnight Commander, the Visual Terminal File Manager](https://www.jpkc.com/db/en/cheatsheets/files-text/mc/): Practical guide to Midnight Commander (mc) — manage, edit and transfer files in the terminal with a dual-pane interface, and browse inside archives. - [mkdir — Create Directories](https://www.jpkc.com/db/en/cheatsheets/files-text/mkdir/): Create directories — single dirs, nested trees and permissions set at creation time. One of the most basic, most frequently used Unix commands. - [mv — Move and Rename Files](https://www.jpkc.com/db/en/cheatsheets/files-text/mv/): Move or rename files and directories. Moves files between locations or renames them in place. Within the same filesystem, mv is instant regardless of file size. - [nano — The Simple Terminal Text Editor](https://www.jpkc.com/db/en/cheatsheets/files-text/nano/): Practical guide to nano — edit files in the terminal quickly and without a learning curve, the beginner-friendly editor on every Linux. - [paste — Merge Lines Side by Side](https://www.jpkc.com/db/en/cheatsheets/files-text/paste/): Practical guide to paste: merge lines from several files side by side into columns, use custom delimiters and build CSV data. - [rename — Batch-Rename Files with Patterns](https://www.jpkc.com/db/en/cheatsheets/files-text/rename/): Rename multiple files using Perl regular expressions (perl-rename). Powerful batch renaming with regex support for case changes, numbering, and pattern substitution. - [rm — Delete Files and Directories](https://www.jpkc.com/db/en/cheatsheets/files-text/rm/): Practical guide to rm: delete files and directories, prompt safely with -i/-I, remove recursively with -rf, and avoid disasters like rm -rf /. - [sed — Stream Editor for Text Transformation](https://www.jpkc.com/db/en/cheatsheets/files-text/sed/): Filter and transform text with sed — substitution, in-place editing, line addressing, deletion and back-references for scripts and pipelines. - [split — Break Files into Smaller Pieces](https://www.jpkc.com/db/en/cheatsheets/files-text/split/): Practical guide to split — break large files into pieces by line count, byte size or number of chunks. Useful for processing, transfer and parallel jobs. - [stat — Detailed File and Filesystem Information](https://www.jpkc.com/db/en/cheatsheets/files-text/stat/): Display all metadata of a file with stat — size, permissions, owner, timestamps and inode, plus format strings and filesystem status. - [tee — Display Output and Write It to Files at Once](https://www.jpkc.com/db/en/cheatsheets/files-text/tee/): Practical guide to tee — read from standard input and write to standard output and one or more files at once. Ideal for logging output in pipelines. - [touch — Create Files and Set Timestamps](https://www.jpkc.com/db/en/cheatsheets/files-text/touch/): Create empty files or update file access and modification timestamps. Essential for creating placeholder files, triggering build systems, and managing file metadata. - [tr — Translate, Delete and Squeeze Characters](https://www.jpkc.com/db/en/cheatsheets/files-text/tr/): Practical guide to tr — translate, delete or squeeze characters from standard input. The filter for character-level transformations in shell pipelines. - [uniq — Filter and Count Duplicate Lines](https://www.jpkc.com/db/en/cheatsheets/files-text/uniq/): Practical guide to uniq: remove adjacent duplicate lines, count occurrences and find duplicates or unique entries — usually paired with sort. - [vim — The Modal Text Editor for Efficient Editing](https://www.jpkc.com/db/en/cheatsheets/files-text/vim/): Practical guide to vim — the modal editor with normal, insert, visual and command modes for efficient text editing in the terminal. - [wc — Count Lines, Words and Bytes](https://www.jpkc.com/db/en/cheatsheets/files-text/wc/): Practical guide to wc: count lines, words, characters and bytes in files or pipes — from a quick wc -l to the longest line. - [xargs — Build Command Lines from Standard Input](https://www.jpkc.com/db/en/cheatsheets/files-text/xargs/): Practical guide to xargs: bundle stdin into command arguments, stay safe with -0, use -I {} as a placeholder and run in parallel with -P. - [Homebrew — The brew Package Manager for macOS and Linux](https://www.jpkc.com/db/en/cheatsheets/package-managers/brew/): Practical guide to Homebrew (brew) — install, update, and manage formulae and casks, plus services and Brewfile setups on macOS and Linux. - [mas — Mac App Store Apps from the Command Line](https://www.jpkc.com/db/en/cheatsheets/package-managers/mas/): Practical guide to mas: search, install, and update Mac App Store apps from the terminal — ideal for reproducible macOS setups alongside Homebrew. - [nvm — Manage Node.js Versions](https://www.jpkc.com/db/en/cheatsheets/package-managers/nvm/): Practical guide to nvm: install, switch and pin multiple Node.js versions per shell and project with .nvmrc. - [pip — The Python Package Installer](https://www.jpkc.com/db/en/cheatsheets/package-managers/pip/): Practical guide to pip — install, manage and pin Python packages from PyPI, using requirements.txt and isolated venv environments. - [pyenv — Manage Python Versions](https://www.jpkc.com/db/en/cheatsheets/package-managers/pyenv/): Practical guide to pyenv – install multiple Python versions side by side, switch per shell or project and build them from source when needed. - [winget — The Windows Package Manager](https://www.jpkc.com/db/en/cheatsheets/package-managers/winget/): Practical guide to winget — Microsoft's official package manager for Windows 10/11: search, install, and update apps and reproduce setups with export/import. - [GitHub CLI (gh) — Drive GitHub from the Terminal](https://www.jpkc.com/db/en/cheatsheets/version-control/gh/): Practical guide to the GitHub CLI — manage pull requests, issues, releases, repositories and actions right from the terminal. - [at — Schedule One-Time Commands for Later Execution](https://www.jpkc.com/db/en/cheatsheets/shell-system/at/): Practical guide to at — schedule one-time commands for a specific time, pipe jobs in, manage them with atq and atrm, and run batch when system load is low. - [Bash — Shell Scripting and Interactive Command Line](https://www.jpkc.com/db/en/cheatsheets/shell-system/bash/): Practical guide to Bash: variables, parameter expansion, loops, functions, redirection and robust scripts with set -euo pipefail. - [dd — Copy, Clone and Wipe Drives Block by Block](https://www.jpkc.com/db/en/cheatsheets/shell-system/dd/): Practical guide to dd — create disk images, clone drives, write ISOs to USB, wipe disks and copy raw block data, with the safety notes this tool demands. - [env — Manage Environment Variables in the Shell](https://www.jpkc.com/db/en/cheatsheets/shell-system/env/): View, set, export and unset environment variables in the shell – plus PATH management, .env files and the portable env shebang. - [fdisk — Partition Disks with fdisk and parted](https://www.jpkc.com/db/en/cheatsheets/shell-system/fdisk/): Partition disks on Linux: create and edit partition tables with fdisk and parted, build filesystems and set up swap. - [fish — the user-friendly shell with autosuggestions](https://www.jpkc.com/db/en/cheatsheets/shell-system/fish/): Practical guide to fish — variables, functions, abbreviations and universal variables in the user-friendly, non-POSIX command-line shell. - [hostnamectl — Manage the System Hostname on systemd](https://www.jpkc.com/db/en/cheatsheets/shell-system/hostnamectl/): View and set the hostname on systemd Linux: static, transient and pretty names plus chassis, deployment and machine metadata. - [jobs — Run, Suspend and Background Shell Jobs](https://www.jpkc.com/db/en/cheatsheets/shell-system/jobs/): Shell job control with jobs, fg, bg, &, Ctrl+Z and disown: run, suspend, resume and detach processes inside an interactive shell. - [journalctl — Query and Search the systemd Journal](https://www.jpkc.com/db/en/cheatsheets/shell-system/journalctl/): Practical guide to journalctl: filter the systemd journal by unit, time and priority, follow logs live, inspect boot and kernel messages, and reclaim disk space. - [kill — Send Signals to Processes](https://www.jpkc.com/db/en/cheatsheets/shell-system/kill/): Terminate, stop or control processes with signals – kill targets by PID, killall and pkill by name. Covers SIGTERM, SIGKILL and safe usage. - [loginctl — Manage Sessions and Users with systemd-logind](https://www.jpkc.com/db/en/cheatsheets/shell-system/loginctl/): Practical guide to loginctl: list, lock and terminate systemd-logind sessions and users, and use linger to keep services running without an active login. - [lsblk — List Block Devices as a Tree](https://www.jpkc.com/db/en/cheatsheets/shell-system/lsblk/): Practical guide to lsblk — show disks, partitions and mount points as a readable tree and pick the right device before running dd, fdisk or mount. - [mount — Mount and Unmount Filesystems](https://www.jpkc.com/db/en/cheatsheets/shell-system/mount/): Attach devices, images and network shares to the directory tree: mount, umount, /etc/fstab, bind, loop and tmpfs mounts. - [nohup — Detach Processes from the Terminal](https://www.jpkc.com/db/en/cheatsheets/shell-system/nohup/): nohup detaches commands from the terminal so they ignore SIGHUP and keep running after logout – ideal for backups and long-running jobs over SSH. - [PowerShell — Object-Based Shell and Scripting Language from Microsoft](https://www.jpkc.com/db/en/cheatsheets/shell-system/powershell/): Practical guide to PowerShell — cmdlets, the object-based pipeline, processes, services and scripts across platforms with pwsh 7. - [screen — Terminal Multiplexer for Persistent Sessions](https://www.jpkc.com/db/en/cheatsheets/shell-system/screen/): Practical guide to screen: start, detach and reattach sessions, split windows and keep processes running across SSH disconnects. - [systemctl — Control systemd Services and Units](https://www.jpkc.com/db/en/cheatsheets/shell-system/systemctl/): Practical guide to systemctl — start, stop, enable and inspect services, manage units, targets and timers, and control system state. - [timedatectl — Manage System Time, Time Zone and NTP with systemd](https://www.jpkc.com/db/en/cheatsheets/shell-system/timedatectl/): View and set the system clock, time zone and automatic time synchronization (NTP) on systemd-based Linux systems with timedatectl. - [tmux — Manage Multiple Terminal Sessions in One Window](https://www.jpkc.com/db/en/cheatsheets/shell-system/tmux/): Practical guide to tmux: start sessions, split windows and panes, detach and reattach – terminal sessions survive SSH drops and logout. - [WSL — Manage Linux Distributions on Windows](https://www.jpkc.com/db/en/cheatsheets/shell-system/wsl/): Practical guide to WSL: install, start, back up and configure Linux distributions on Windows – including WSL 2, networking and filesystem access. - [WSLg — Run Linux GUI Apps on Windows](https://www.jpkc.com/db/en/cheatsheets/shell-system/wslg/): Run Linux GUI apps on Windows: WSLg brings Wayland, X11, PulseAudio and GPU acceleration straight into WSL 2 – no manual X server required. - [zsh — the Z Shell with Powerful Globbing and Completion](https://www.jpkc.com/db/en/cheatsheets/shell-system/zsh/): Use zsh productively: globbing, glob qualifiers, arrays, completion, setopt and Oh My Zsh – the Z shell beyond plain bash. - [Docker Compose — Multi-Container-Anwendungen orchestrieren](https://www.jpkc.com/db/cheatsheets/containers/docker-compose/): Praxis-Guide zu Docker Compose — Services starten, Logs verfolgen, Container skalieren und Compose-Dateien strukturieren, mit Beispielen für jeden Befehl. - [Docker — Container bauen, ausliefern und betreiben](https://www.jpkc.com/db/cheatsheets/containers/docker/): Praxis-Guide zu Docker — Container-Lebenszyklus, Images bauen, Volumes, Netzwerke, Compose und Aufräumen auf der Kommandozeile, mit Beispielen. - [Helm — Paketmanager für Kubernetes](https://www.jpkc.com/db/cheatsheets/containers/helm/): Praxis-Guide zu Helm — Charts installieren, Releases verwalten, Rollbacks fahren, Repositories pflegen und Templates rendern, mit Beispielen für jeden Schritt. - [kubectl — Kubernetes-Cluster über die Kommandozeile steuern](https://www.jpkc.com/db/cheatsheets/containers/kubectl/): Praxis-Guide zu kubectl — Pods, Deployments, Services und Cluster verwalten, Logs lesen, Rollouts steuern und debuggen, mit Beispielen für jeden Befehl. - [Podman — Container daemonless und rootless verwalten](https://www.jpkc.com/db/cheatsheets/containers/podman/): Praxis-Guide zu Podman: daemonless und rootless Container und Pods verwalten — Lebenszyklus, Images, Volumes, Netzwerke und Docker-Kompatibilität. - [Vagrant — Reproduzierbare Entwicklungsumgebungen als VM](https://www.jpkc.com/db/cheatsheets/containers/vagrant/): Praxis-Guide zu Vagrant — VM-basierte Entwicklungsumgebungen mit Vagrantfile, Boxen, Providern, Provisioning und Snapshots auf der Kommandozeile. - [Git — verteilte Versionskontrolle für deinen Quellcode](https://www.jpkc.com/db/cheatsheets/version-control/git/): Praxis-Guide zu Git — Konfiguration, Commits, Branching, Merge, Rebase, Remotes, Stash und History auf der Kommandozeile, mit Beispielen. - [Docker Compose — Orchestrate Multi-Container Applications](https://www.jpkc.com/db/en/cheatsheets/containers/docker-compose/): Practical guide to Docker Compose — start services, follow logs, scale containers and structure compose files, with examples for every command. - [Docker — Build, Ship, and Run Containers](https://www.jpkc.com/db/en/cheatsheets/containers/docker/): Practical guide to Docker — container lifecycle, building images, volumes, networks, Compose, and cleanup on the command line, with examples. - [Helm — The Package Manager for Kubernetes](https://www.jpkc.com/db/en/cheatsheets/containers/helm/): Practical guide to Helm — install charts, manage releases, roll back, maintain repositories and render templates, with examples for every step. - [kubectl — Control Kubernetes Clusters from the Command Line](https://www.jpkc.com/db/en/cheatsheets/containers/kubectl/): Practical guide to kubectl — manage pods, deployments, services and clusters, read logs, steer rollouts and debug, with examples for every command. - [Podman — Manage Containers Daemonless and Rootless](https://www.jpkc.com/db/en/cheatsheets/containers/podman/): Practical guide to Podman: manage daemonless, rootless containers and pods — lifecycle, images, volumes, networks and Docker compatibility. - [Vagrant — Reproducible VM Development Environments](https://www.jpkc.com/db/en/cheatsheets/containers/vagrant/): Practical guide to Vagrant — VM-based development environments with Vagrantfile, boxes, providers, provisioning and snapshots on the command line. - [Git — Distributed Version Control for Your Source Code](https://www.jpkc.com/db/en/cheatsheets/version-control/git/): Practical guide to Git — configuration, commits, branching, merge, rebase, remotes, stash and history on the command line, with examples. - [Ansible — Server agentenlos automatisieren und provisionieren](https://www.jpkc.com/db/cheatsheets/cloud-iac/ansible/): Praxis-Guide zu Ansible — agentenlose IT-Automatisierung über SSH, mit YAML-Playbooks provisionieren, deployen, konfigurieren und Secrets per Vault schützen. - [Ansible — Agentless Server Automation](https://www.jpkc.com/db/en/cheatsheets/cloud-iac/ansible/): Practical guide to Ansible — agentless IT automation over SSH, provisioning, deploying and configuring with YAML playbooks plus Vault for secrets. - [crontab — Befehle zeitgesteuert per cron-Daemon ausführen](https://www.jpkc.com/db/cheatsheets/shell-system/crontab/): Praxis-Guide zu crontab: Jobs zeitgesteuert per cron planen, Cron-Syntax, Logging und Umgebung verstehen – und die Falle crontab -r vermeiden. - [crontab — Schedule Recurring Commands with the cron Daemon](https://www.jpkc.com/db/en/cheatsheets/shell-system/crontab/): Practical guide to crontab — schedule recurring jobs with cron, master the five-field syntax, logging and environment, and avoid the crontab -r trap. - [OrbStack — Docker und Linux-Maschinen auf dem Mac](https://www.jpkc.com/db/cheatsheets/containers/orbstack/): Praxis-Guide zu OrbStack — der schnellen Docker-Desktop-Alternative für macOS, mit Linux-Maschinen, Kubernetes und DNS per orb-CLI. - [apk — Der Paketmanager von Alpine Linux](https://www.jpkc.com/db/cheatsheets/package-managers/apk/): Praxis-Guide zu apk: Pakete installieren, aktualisieren und verwalten unter Alpine Linux — schlank, schnell und das Standard-Pattern für Docker-Images. - [apt-get — Das klassische Paket-Werkzeug für Debian und Ubuntu](https://www.jpkc.com/db/cheatsheets/package-managers/apt-get/): Praxis-Guide zu apt-get — das stabile Low-Level-APT-Werkzeug für Debian und Ubuntu: ideal für Skripte, CI und Docker dank vorhersagbarer Ausgabe. - [apt — Pakete unter Debian und Ubuntu verwalten](https://www.jpkc.com/db/cheatsheets/package-managers/apt/): Praxis-Guide zu apt: Pakete unter Debian/Ubuntu installieren, aktualisieren und entfernen mit dem nutzerfreundlichen High-Level-Frontend. - [dnf — Paketverwaltung unter Fedora und RHEL](https://www.jpkc.com/db/cheatsheets/package-managers/dnf/): Praxis-Guide zu dnf, dem Paketmanager von Fedora, RHEL und CentOS Stream — Installieren, Updaten, Module, Gruppen sowie History und Rollback. - [dpkg — Das Debian-Paketwerkzeug auf unterster Ebene](https://www.jpkc.com/db/cheatsheets/package-managers/dpkg/): Praxis-Guide zu dpkg: lokale .deb-Pakete installieren, Paketstatus und Inhalt abfragen und Installationen reparieren — die Basis unter apt. - [rpm — Das RPM-Paketwerkzeug auf unterster Ebene](https://www.jpkc.com/db/cheatsheets/package-managers/rpm/): Praxis-Guide zu rpm — dem Low-Level-Paketwerkzeug für Red-Hat-Systeme: einzelne RPM-Pakete abfragen, installieren, verifizieren und verwalten. - [lsof — offene Dateien und Netzwerk-Sockets aufspüren](https://www.jpkc.com/db/cheatsheets/shell-system/lsof/): Praxis-Guide zu lsof: offene Dateien, Ports und Sockets aufspüren – wer lauscht, was blockiert ein unmount, welche gelöschte Datei frisst Plattenplatz. - [OrbStack — Docker and Linux Machines on the Mac](https://www.jpkc.com/db/en/cheatsheets/containers/orbstack/): Practical guide to OrbStack — the fast, lightweight Docker Desktop alternative for macOS, with Linux machines, Kubernetes and DNS via the orb CLI. - [apk — The Alpine Linux Package Manager](https://www.jpkc.com/db/en/cheatsheets/package-managers/apk/): Practical guide to apk: install, update and manage packages on Alpine Linux — lightweight, fast and the standard pattern for Docker images. - [apt-get — The Classic Debian/Ubuntu Package Tool](https://www.jpkc.com/db/en/cheatsheets/package-managers/apt-get/): Practical guide to apt-get — the stable, low-level APT tool for Debian and Ubuntu: ideal for scripts, CI and Docker thanks to its predictable output. - [apt — Manage Packages on Debian and Ubuntu](https://www.jpkc.com/db/en/cheatsheets/package-managers/apt/): Practical guide to apt — install, update, upgrade and remove packages on Debian and Ubuntu with the user-friendly high-level package-management frontend. - [dnf — Package Management on Fedora and RHEL](https://www.jpkc.com/db/en/cheatsheets/package-managers/dnf/): Practical guide to dnf, the package manager for Fedora, RHEL and CentOS Stream — installing, updating, modules, groups plus history and rollback. - [dpkg — The Low-Level Debian Package Tool](https://www.jpkc.com/db/en/cheatsheets/package-managers/dpkg/): Practical guide to dpkg: install local .deb packages, query package status and contents, and repair installations — the foundation beneath apt. - [rpm — The Low-Level RPM Package Tool](https://www.jpkc.com/db/en/cheatsheets/package-managers/rpm/): Practical guide to rpm — the low-level package tool for Red Hat systems: query, install, verify and manage individual RPM packages. - [lsof — List Open Files and Network Sockets](https://www.jpkc.com/db/en/cheatsheets/shell-system/lsof/): Practical guide to lsof: find open files, ports and sockets – who is listening, what blocks an unmount, which deleted file still eats disk space. - [make — Build-Abläufe mit Makefiles automatisieren](https://www.jpkc.com/db/cheatsheets/build-languages/make/): Praxis-Guide zu GNU Make: Targets, Prerequisites und Rezepte in Makefiles – Build-Automatisierung und universeller Task-Runner für jedes Projekt. - [make — Automate Builds with Makefiles](https://www.jpkc.com/db/en/cheatsheets/build-languages/make/): Practical guide to GNU Make: targets, prerequisites and recipes in Makefiles – build automation and a general-purpose task runner for any project. - [DDEV — Lokale PHP-Entwicklungsumgebung mit Docker](https://www.jpkc.com/db/cheatsheets/containers/ddev/): Praxis-Guide zu DDEV — containerbasierte lokale Entwicklungsumgebung für PHP-Projekte wie Drupal, TYPO3 und WordPress, gesteuert über ein einheitliches CLI. - [Traefik — Cloud-native Reverse Proxy mit Service-Discovery](https://www.jpkc.com/db/cheatsheets/web-servers/traefik/): Praxis-Guide zu Traefik v3 — Reverse Proxy und Load Balancer mit automatischer Service-Discovery, Middlewares und TLS via Let's Encrypt für Docker und Co. - [DDEV — Local PHP Development Environments with Docker](https://www.jpkc.com/db/en/cheatsheets/containers/ddev/): Practical guide to DDEV — a container-based local development environment for PHP projects like Drupal, TYPO3 and WordPress, driven by a single CLI. - [Traefik — Cloud-Native Reverse Proxy with Service Discovery](https://www.jpkc.com/db/en/cheatsheets/web-servers/traefik/): Practical guide to Traefik v3 — reverse proxy and load balancer with automatic service discovery, middlewares and TLS via Let's Encrypt for Docker. - [7-Zip — Hochkomprimierte Archive mit 7z](https://www.jpkc.com/db/cheatsheets/archives/7z/): Praxis-Guide zu 7-Zip: Archive in 7z, ZIP, TAR und mehr packen, mit LZMA2 maximal komprimieren und mit AES-256 verschlüsseln. - [zip — ZIP-Archive erstellen und entpacken](https://www.jpkc.com/db/cheatsheets/archives/zip/): Praxis-Guide zu zip und unzip: ZIP-Archive erstellen, entpacken, komprimieren und filtern – das universellste Archivformat über alle Betriebssysteme. - [BorgBackup — Deduplizierte, verschlüsselte Backups](https://www.jpkc.com/db/cheatsheets/backup-sync/borgbackup/): Praxis-Guide zu BorgBackup: deduplizierte, komprimierte und verschlüsselte Backups, die nur geänderte Daten-Chunks speichern — ideal für große Datenbestände. - [duplicity — Verschlüsselte, inkrementelle Backups](https://www.jpkc.com/db/cheatsheets/backup-sync/duplicity/): Verschlüsselte, bandbreiteneffiziente Backups mit GPG: inkrementelle tar-Archive lokal oder remote (S3, SFTP, FTP, Backblaze B2). - [restic — Schnelle, verschlüsselte Backups](https://www.jpkc.com/db/cheatsheets/backup-sync/restic/): Praxis-Guide zu restic: schnelle, verschlüsselte Backups mit Deduplizierung, Snapshots und Retention für lokale, SFTP-, S3- und B2-Repositories. - [rustic — Schnelle, restic-kompatible Backups in Rust](https://www.jpkc.com/db/cheatsheets/backup-sync/rustic/): Praxis-Guide zu rustic — schnelle, verschlüsselte und deduplizierte Backups in Rust, kompatibel zu restic-Repositories mit Konfigurationsprofilen. - [scp — Dateien sicher über SSH kopieren](https://www.jpkc.com/db/cheatsheets/networking/scp/): Praxis-Guide zu scp und sftp — Dateien sicher per SSH zwischen lokalem Rechner und Remote-Host übertragen, mit rekursiven Transfers und Schlüssel-Auth. - [7-Zip — High-Ratio Archiving with 7z](https://www.jpkc.com/db/en/cheatsheets/archives/7z/): Practical guide to 7-Zip: pack 7z, ZIP, TAR and more, squeeze files with LZMA2 and protect archives with AES-256 encryption. - [zip — Create and Extract ZIP Archives](https://www.jpkc.com/db/en/cheatsheets/archives/zip/): Practical guide to zip and unzip: create, extract, compress and encrypt ZIP archives – the most universal cross-platform archive format. - [BorgBackup — Deduplicating, Encrypted Backups](https://www.jpkc.com/db/en/cheatsheets/backup-sync/borgbackup/): Practical guide to BorgBackup: deduplicated, compressed and encrypted backups that store only changed data chunks — ideal for large, frequently changing datasets. - [duplicity — Encrypted, Incremental Backups](https://www.jpkc.com/db/en/cheatsheets/backup-sync/duplicity/): Encrypted, bandwidth-efficient backups via the rsync algorithm: GPG-encrypted incremental tar archives to local or remote storage (S3, SFTP, B2). - [restic — Fast, Encrypted Backups](https://www.jpkc.com/db/en/cheatsheets/backup-sync/restic/): Practical guide to restic: fast, encrypted backups with deduplication, snapshots and retention for local, SFTP, S3 and B2 repositories. - [rustic — Fast, restic-compatible Backups in Rust](https://www.jpkc.com/db/en/cheatsheets/backup-sync/rustic/): Practical guide to rustic — fast, encrypted, deduplicated backups in Rust, compatible with restic repositories and adding configuration profiles. - [scp — Copy Files Securely over SSH](https://www.jpkc.com/db/en/cheatsheets/networking/scp/): Practical guide to scp and sftp — transfer files over SSH between local and remote hosts, with recursive copies, key authentication and sftp sessions. - [networksetup — Netzwerkeinstellungen per Kommandozeile konfigurieren](https://www.jpkc.com/db/cheatsheets/macos/networksetup/): Praxis-Guide zu networksetup — Netzwerk-Dienste, WLAN, DNS, Proxies und Interfaces unter macOS per Kommandozeile konfigurieren. - [dig — DNS-Einträge gezielt abfragen](https://www.jpkc.com/db/cheatsheets/networking/dig/): Praxis-Guide zu dig — DNS-Auflösung, Eintragstypen, Reverse-Lookup, DNSSEC und Tracing auf der Kommandozeile, mit Diagnose-Beispielen. - [host — DNS-Lookup auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/host/): Praxis-Guide zu host — DNS-Lookups im Terminal: Hostnamen zu IPs auflösen, Einträge nach Typ abfragen und Reverse-Lookups durchführen. - [nslookup — DNS-Abfragen auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/nslookup/): Praxis-Guide zu nslookup – Domain-Namen auflösen, Mail-Records prüfen und Reverse-DNS-Lookups durchführen; auf Windows, macOS und Linux ohne Installation. - [networksetup — Configure Network Settings via CLI](https://www.jpkc.com/db/en/cheatsheets/macos/networksetup/): Practical guide to networksetup — configure network services, Wi-Fi, DNS, proxies and interfaces on macOS from the command line. - [dig — Query DNS Records from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/dig/): Practical guide to dig — DNS lookups, record types, reverse lookup, DNSSEC and tracing on the command line, with examples for the most common diagnostic scenarios. - [host — Simple DNS Lookup Utility](https://www.jpkc.com/db/en/cheatsheets/networking/host/): Practical guide to host — resolve hostnames to IP addresses, query DNS records by type, and run reverse lookups from the command line. - [nslookup — DNS Queries from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/nslookup/): Practical guide to nslookup – resolve domain names, check mail records and perform reverse DNS lookups on Windows, macOS and Linux, no extra installation needed. - [cURL — Daten über die Kommandozeile übertragen](https://www.jpkc.com/db/cheatsheets/networking/curl/): Praxis-Guide zu cURL — HTTP-Requests, Header, Authentifizierung, Downloads und TLS auf der Kommandozeile, mit Beispielen für jeden Anwendungsfall. - [Apache HTTP Server — Webserver konfigurieren und betreiben](https://www.jpkc.com/db/cheatsheets/web-servers/apache/): Praxis-Guide zum Apache HTTP Server — Dienststeuerung, configtest, VirtualHosts, Module, TLS und Directives auf Debian/Ubuntu und RHEL. - [Ferron — schneller, speichersicherer Webserver in Rust](https://www.jpkc.com/db/cheatsheets/web-servers/ferron/): Praxis-Guide zu Ferron, dem speichersicheren Rust-Webserver mit automatischem TLS, HTTP/2 und KDL-Konfiguration — Reverse Proxy, PHP, Security und mehr. - [nginx-Konfiguration — Server-Blöcke, Reverse Proxy und TLS](https://www.jpkc.com/db/cheatsheets/web-servers/nginx-conf/): Praxis-Referenz zur nginx.conf — server- und location-Blöcke, Reverse Proxy, TLS, Gzip, Caching, Rate Limiting und Security-Header mit Beispielen. - [nginx — Webserver, Reverse Proxy und Load Balancer](https://www.jpkc.com/db/cheatsheets/web-servers/nginx/): Praxis-Guide zu nginx — Service-Verwaltung, CLI-Befehle, Configtest, Virtual Hosts, TLS mit Certbot und Log-Analyse auf Debian/Ubuntu und RHEL. - [cURL — Transfer Data from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/curl/): Practical guide to cURL — HTTP requests, headers, authentication, downloads and TLS on the command line, with examples for every use case. - [Apache HTTP Server — Configure and Operate the Web Server](https://www.jpkc.com/db/en/cheatsheets/web-servers/apache/): Practical guide to the Apache HTTP Server — service control, configtest, virtual hosts, modules, TLS and directives on Debian/Ubuntu and RHEL. - [Ferron — fast, memory-safe web server in Rust](https://www.jpkc.com/db/en/cheatsheets/web-servers/ferron/): Hands-on guide to Ferron, the memory-safe Rust web server with automatic TLS, HTTP/2 and KDL config — static files, reverse proxy, PHP and security. - [nginx Configuration — server blocks, reverse proxy and TLS](https://www.jpkc.com/db/en/cheatsheets/web-servers/nginx-conf/): Practical nginx.conf reference — server and location blocks, reverse proxy, TLS, gzip, caching, rate limiting and security headers with examples. - [nginx — Web Server, Reverse Proxy and Load Balancer](https://www.jpkc.com/db/en/cheatsheets/web-servers/nginx/): Practical guide to nginx — service management, CLI commands, config testing, virtual hosts, TLS with Certbot and log analysis on Debian/Ubuntu and RHEL. - [aria2 — Multiverbindungs-Downloads auf der Kommandozeile](https://www.jpkc.com/db/cheatsheets/networking/aria2/): Praxis-Guide zu aria2c — HTTP-, FTP- und BitTorrent-Downloads mit mehreren Verbindungen, Wiederaufnahme-Funktion und JSON-RPC-Daemon. - [HTTP-Statuscodes — Vollständige Referenz nach RFC 9110](https://www.jpkc.com/db/cheatsheets/networking/http-status/): Referenz aller HTTP-Statuscodes (1xx–5xx) nach RFC 9110 — Bedeutung, Einsatz und typische Fälle für APIs, SEO und Debugging. - [mosh — Roaming-fähige Remote-Shell über UDP](https://www.jpkc.com/db/cheatsheets/networking/mosh/): Praxis-Guide zu mosh — latenztolerante SSH-Alternative für instabile Verbindungen, Netzwechsel und mobiles Arbeiten mit UDP-basiertem Roaming. - [wget — Dateien und Websites herunterladen](https://www.jpkc.com/db/cheatsheets/networking/wget/): Praxis-Guide zu wget — Dateidownloads, rekursives Herunterladen, Website-Spiegelung und Authentifizierung auf der Kommandozeile, mit Beispielen. - [aria2 — Multi-Connection Downloads from the Command Line](https://www.jpkc.com/db/en/cheatsheets/networking/aria2/): Practical guide to aria2c — HTTP/HTTPS/FTP/BitTorrent downloads with multiple simultaneous connections, resume support and a JSON-RPC daemon. - [HTTP Status Codes — Complete Reference for RFC 9110](https://www.jpkc.com/db/en/cheatsheets/networking/http-status/): Reference of all HTTP status codes (1xx–5xx) per RFC 9110 — meaning, usage and typical cases for API design, SEO and debugging. - [mosh — Roaming-Tolerant Remote Shell over UDP](https://www.jpkc.com/db/en/cheatsheets/networking/mosh/): Practical guide to mosh — a latency-tolerant SSH alternative for unreliable connections, network changes, and mobile work with UDP-based roaming. - [wget — Download Files and Websites](https://www.jpkc.com/db/en/cheatsheets/networking/wget/): Practical guide to wget — file downloads, recursive retrieval, website mirroring and authentication on the command line, with examples for every use case. - [regex — Reguläre Ausdrücke verstehen und anwenden](https://www.jpkc.com/db/cheatsheets/files-text/regex/): Referenz zu regulären Ausdrücken: Zeichenklassen, Anker, Quantoren, Gruppen und Lookarounds — die Regex-Syntax kompakt erklärt. - [regex — Understand and Apply Regular Expressions](https://www.jpkc.com/db/en/cheatsheets/files-text/regex/): Regular expression syntax reference — character classes, anchors, quantifiers, groups and lookarounds. The regex building blocks explained concisely. - [rdiff-backup — Inkrementelle Backups mit Versionshistorie](https://www.jpkc.com/db/cheatsheets/backup-sync/rdiff-backup/): Praxis-Guide zu rdiff-backup: Mirror plus rückwärtige Diffs für inkrementelle Backups mit Versionshistorie, lokal oder per SSH. - [rsync — Dateien effizient synchronisieren und sichern](https://www.jpkc.com/db/cheatsheets/backup-sync/rsync/): Praxis-Guide zu rsync — überträgt nur Datei-Unterschiede zwischen Quelle und Ziel: ideal für Backups, Spiegelung und Remote-Sync per SSH. - [rdiff-backup — Incremental Backups with History](https://www.jpkc.com/db/en/cheatsheets/backup-sync/rdiff-backup/): Practical guide to rdiff-backup: mirror plus reverse diffs for incremental backups with version history, locally or over SSH. - [rsync — Efficient File Sync and Backup](https://www.jpkc.com/db/en/cheatsheets/backup-sync/rsync/): Practical guide to rsync — transfers only the differences between source and destination: ideal for backups, mirroring and remote file sync over SSH. - [Composer — Abhängigkeitsverwaltung für PHP](https://www.jpkc.com/db/cheatsheets/build-languages/composer/): Praxis-Guide zu Composer — Abhängigkeitsmanager für PHP: Pakete installieren, Versionen verwalten und das Autoloading optimieren. - [FrankenPHP — Moderner PHP-Application-Server auf Caddy](https://www.jpkc.com/db/cheatsheets/web-servers/frankenphp/): Praxis-Guide zu FrankenPHP — dem modernen PHP-Application-Server auf Caddy-Basis: Worker-Modus, automatisches HTTPS, HTTP/3 und Early Hints, ohne PHP-FPM. - [Composer — Dependency Manager for PHP](https://www.jpkc.com/db/en/cheatsheets/build-languages/composer/): Practical guide to Composer — the dependency manager for PHP: install packages, manage versions and optimize autoloading. - [FrankenPHP — Modern PHP Application Server on Caddy](https://www.jpkc.com/db/en/cheatsheets/web-servers/frankenphp/): Practical guide to FrankenPHP — the modern PHP app server built on Caddy: worker mode, automatic HTTPS, HTTP/3 and Early Hints, no PHP-FPM needed. - [tar — Archive packen und entpacken](https://www.jpkc.com/db/cheatsheets/archives/tar/): Praxis-Guide zu tar — Archive erstellen und entpacken, mit gzip-, bzip2- und xz-Kompression, Backups, SSH-Transfer und gezieltem Extrahieren. - [tar — Create and Extract Archives](https://www.jpkc.com/db/en/cheatsheets/archives/tar/): Practical guide to tar — create and extract archives with gzip, bzip2 and xz compression, backups, SSH transfer and selective extraction. - [rclone — Cloud-Speicher synchronisieren und sichern](https://www.jpkc.com/db/cheatsheets/backup-sync/rclone/): Praxis-Guide zu rclone — Dateien auf über 70 Cloud-Backends wie S3, Google Drive, Dropbox und SFTP verwalten, synchronisieren und sichern. - [rclone — Sync and Manage Cloud Storage](https://www.jpkc.com/db/en/cheatsheets/backup-sync/rclone/): Practical guide to rclone — manage, sync and back up files across 70+ cloud backends like S3, Google Drive, Dropbox and SFTP from one command line. - [Terraform — Infrastruktur deklarativ als Code verwalten](https://www.jpkc.com/db/cheatsheets/cloud-iac/terraform/): Praxis-Guide zu Terraform: Infrastructure as Code mit HCL, Provider-Ökosystem, State-Verwaltung und plan/apply-Workflow für Cloud-Ressourcen. - [Terraform — Declarative Infrastructure as Code](https://www.jpkc.com/db/en/cheatsheets/cloud-iac/terraform/): Practical guide to Terraform: Infrastructure as Code with HCL, the provider ecosystem, state management and the plan/apply workflow for cloud resources. - [diskutil — Datenträger und Volumes verwalten](https://www.jpkc.com/db/cheatsheets/macos/diskutil/): Praxis-Guide zu diskutil — Datenträger, Volumes und Partitionen unter macOS verwalten, formatieren, mounten, prüfen, reparieren und APFS-Container managen. - [diskutil — Manage Disks and Volumes](https://www.jpkc.com/db/en/cheatsheets/macos/diskutil/): Practical guide to diskutil — manage macOS disks, volumes and partitions: list, format, mount, verify, repair and handle APFS containers. - [Cargo — Rusts Paketmanager und Build-Tool](https://www.jpkc.com/db/cheatsheets/build-languages/cargo/): Praxis-Guide zu Cargo: Rust-Projekte anlegen, bauen, testen, Abhängigkeiten verwalten, Doku erzeugen und Crates auf crates.io veröffentlichen. - [Cargo — Rust's Package Manager and Build Tool](https://www.jpkc.com/db/en/cheatsheets/build-languages/cargo/): Practical guide to Cargo: create, build and test Rust projects, manage dependencies, generate documentation and publish crates to crates.io. - [pmset — Energieeinstellungen des Macs verwalten](https://www.jpkc.com/db/cheatsheets/macos/pmset/): Praxis-Guide zu pmset — Ruhezustand, Display-Sleep, Aufwecken und Akku-Verwaltung des Macs per Kommandozeile steuern und den Status mit pmset -g prüfen. - [pmset — Manage Your Mac's Power Settings](https://www.jpkc.com/db/en/cheatsheets/macos/pmset/): Practical guide to pmset — control macOS sleep, display sleep, wake schedules and battery management from the command line and check status with pmset -g. - [.htaccess — Apache pro Verzeichnis konfigurieren](https://www.jpkc.com/db/cheatsheets/web-servers/htaccess/): Praxis-Guide zu Apache .htaccess — Rewrites, Redirects, Zugriffsschutz, Caching, Kompression und Security-Header pro Verzeichnis konfigurieren. - [MIME-Typen — Media Types für Webserver richtig konfigurieren](https://www.jpkc.com/db/cheatsheets/web-servers/mime-types/): Referenz zu MIME-Typen (Media Types) für Webserver: Dateiendung zu Content-Type, Charset, nosniff und Konfiguration in Apache und nginx. - [.htaccess — Configure Apache Per Directory](https://www.jpkc.com/db/en/cheatsheets/web-servers/htaccess/): Practical guide to Apache .htaccess — rewrites, redirects, access control, caching, compression and security headers configured per directory. - [MIME Types — Configuring Media Types for Web Servers Correctly](https://www.jpkc.com/db/en/cheatsheets/web-servers/mime-types/): Reference for MIME types (media types) on web servers: extension-to-Content-Type, charset, nosniff and configuration in Apache and nginx. ## Changelog - [Changelog — JPKCom Rank Math Options](https://www.jpkc.com/db/changelog/jpkcom-rank-math-options/): Versionsverlauf des WordPress-Plugins JPKCom Rank Math Options. - [Changelog — JPKCom Rank Math Options](https://www.jpkc.com/db/en/changelog/jpkcom-rank-math-options/): Version history of the JPKCom Rank Math Options WordPress plugin. - [Changelog — JPKCom ACF Jobs](https://www.jpkc.com/db/changelog/jpkcom-acf-jobs/): Versionsverlauf des WordPress-Plugins JPKCom ACF Jobs. - [Changelog — JPKCom ACF References](https://www.jpkc.com/db/changelog/jpkcom-acf-references/): Versionsverlauf des WordPress-Plugins JPKCom ACF References. - [Changelog — JPKCom ACF (Pro) Enable Shortcode](https://www.jpkc.com/db/changelog/jpkcom-acf-shortcode-enable/): Versionsverlauf des WordPress-Plugins JPKCom ACF (Pro) Enable Shortcode. - [Changelog — JPKCom Allow Block Types](https://www.jpkc.com/db/changelog/jpkcom-allow-blocks/): Versionsverlauf des WordPress-Plugins JPKCom Allow Block Types. - [Changelog — JPKCom Enable Argon2](https://www.jpkc.com/db/changelog/jpkcom-argon2/): Versionsverlauf des WordPress-Plugins JPKCom Enable Argon2. - [Changelog — JPKCom Bootstrap 5 Dark Mode Switch](https://www.jpkc.com/db/changelog/jpkcom-bs-dark-mode/): Versionsverlauf des WordPress-Plugins JPKCom Bootstrap 5 Dark Mode Switch. - [Changelog — JPKCom CF7 Upload Path](https://www.jpkc.com/db/changelog/jpkcom-cf7-upload-path/): Versionsverlauf des WordPress-Plugins JPKCom CF7 Upload Path. - [Changelog — JPKCom Disable Comments](https://www.jpkc.com/db/changelog/jpkcom-disable-comments/): Versionsverlauf des WordPress-Plugins JPKCom Disable Comments. - [Changelog — JPKCom Disable XML-RPC](https://www.jpkc.com/db/changelog/jpkcom-disable-xmlrpc/): Versionsverlauf des WordPress-Plugins JPKCom Disable XML-RPC. - [Changelog — JPKCom Enable Block Editor](https://www.jpkc.com/db/changelog/jpkcom-enable-block-editor/): Versionsverlauf des WordPress-Plugins JPKCom Enable Block Editor. - [Changelog — JPKCom FA inline SVG shortcode](https://www.jpkc.com/db/changelog/jpkcom-fa-svg-plugin/): Versionsverlauf des WordPress-Plugins JPKCom FA inline SVG shortcode. - [Changelog — JPKCom Gutenberg Bootstrap Optimizer](https://www.jpkc.com/db/changelog/jpkcom-gutenberg-bs-optimize/): Versionsverlauf des WordPress-Plugins JPKCom Gutenberg Bootstrap Optimizer. - [Changelog — JPKCom Gutenberg Image Block Alt-Attribute](https://www.jpkc.com/db/changelog/jpkcom-gutenberg-img-alt/): Versionsverlauf des WordPress-Plugins JPKCom Gutenberg Image Block Alt-Attribute. - [Changelog — JPKCom Hide Login](https://www.jpkc.com/db/changelog/jpkcom-hide-login/): Versionsverlauf des WordPress-Plugins JPKCom Hide Login. - [Changelog — JPKCom Theme is LiveCanvas friendly](https://www.jpkc.com/db/changelog/jpkcom-is-lc-friendly/): Versionsverlauf des WordPress-Plugins JPKCom Theme is LiveCanvas friendly. - [Changelog — JPKCom Post Filter](https://www.jpkc.com/db/changelog/jpkcom-post-filter/): Versionsverlauf des WordPress-Plugins JPKCom Post Filter. - [Changelog — JPKCom Simple Lang](https://www.jpkc.com/db/changelog/jpkcom-simple-lang/): Versionsverlauf des WordPress-Plugins JPKCom Simple Lang. - [Changelog — JPKCom ACF Jobs](https://www.jpkc.com/db/en/changelog/jpkcom-acf-jobs/): Version history of the JPKCom ACF Jobs WordPress plugin. - [Changelog — JPKCom ACF References](https://www.jpkc.com/db/en/changelog/jpkcom-acf-references/): Version history of the JPKCom ACF References WordPress plugin. - [Changelog — JPKCom ACF (Pro) Enable Shortcode](https://www.jpkc.com/db/en/changelog/jpkcom-acf-shortcode-enable/): Version history of the JPKCom ACF (Pro) Enable Shortcode WordPress plugin. - [Changelog — JPKCom Allow Block Types](https://www.jpkc.com/db/en/changelog/jpkcom-allow-blocks/): Version history of the JPKCom Allow Block Types WordPress plugin. - [Changelog — JPKCom Enable Argon2](https://www.jpkc.com/db/en/changelog/jpkcom-argon2/): Version history of the JPKCom Enable Argon2 WordPress plugin. - [Changelog — JPKCom Bootstrap 5 Dark Mode Switch](https://www.jpkc.com/db/en/changelog/jpkcom-bs-dark-mode/): Version history of the JPKCom Bootstrap 5 Dark Mode Switch WordPress plugin. - [Changelog — JPKCom CF7 Upload Path](https://www.jpkc.com/db/en/changelog/jpkcom-cf7-upload-path/): Version history of the JPKCom CF7 Upload Path WordPress plugin. - [Changelog — JPKCom Disable Comments](https://www.jpkc.com/db/en/changelog/jpkcom-disable-comments/): Version history of the JPKCom Disable Comments WordPress plugin. - [Changelog — JPKCom Disable XML-RPC](https://www.jpkc.com/db/en/changelog/jpkcom-disable-xmlrpc/): Version history of the JPKCom Disable XML-RPC WordPress plugin. - [Changelog — JPKCom Enable Block Editor](https://www.jpkc.com/db/en/changelog/jpkcom-enable-block-editor/): Version history of the JPKCom Enable Block Editor WordPress plugin. - [Changelog — JPKCom FA inline SVG shortcode](https://www.jpkc.com/db/en/changelog/jpkcom-fa-svg-plugin/): Version history of the JPKCom FA inline SVG shortcode WordPress plugin. - [Changelog — JPKCom Gutenberg Bootstrap Optimizer](https://www.jpkc.com/db/en/changelog/jpkcom-gutenberg-bs-optimize/): Version history of the JPKCom Gutenberg Bootstrap Optimizer WordPress plugin. - [Changelog — JPKCom Gutenberg Image Block Alt-Attribute](https://www.jpkc.com/db/en/changelog/jpkcom-gutenberg-img-alt/): Version history of the JPKCom Gutenberg Image Block Alt-Attribute WordPress plugin. - [Changelog — JPKCom Hide Login](https://www.jpkc.com/db/en/changelog/jpkcom-hide-login/): Version history of the JPKCom Hide Login WordPress plugin. - [Changelog — JPKCom Theme is LiveCanvas friendly](https://www.jpkc.com/db/en/changelog/jpkcom-is-lc-friendly/): Version history of the JPKCom Theme is LiveCanvas friendly WordPress plugin. - [Changelog — JPKCom Post Filter](https://www.jpkc.com/db/en/changelog/jpkcom-post-filter/): Version history of the JPKCom Post Filter WordPress plugin. - [Changelog — JPKCom Simple Lang](https://www.jpkc.com/db/en/changelog/jpkcom-simple-lang/): Version history of the JPKCom Simple Lang WordPress plugin. - [Changelog — localproxy](https://www.jpkc.com/db/changelog/proxy-jpkcom-dev-tools/): Versionsverlauf von localproxy — dem lokalen HTTP-Proxy für die JPKCom Developer Tools. - [Changelog — localproxy](https://www.jpkc.com/db/en/changelog/proxy-jpkcom-dev-tools/): Version history of localproxy — the local HTTP proxy for the JPKCom Developer Tools. ## Project Guides - [JPKCom Rank Math Options — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-rank-math-options/): Mit JPKCom Rank Math Options die robots.txt-/.htaccess-Editoren freischalten, Rank-Math-Credits entfernen und Telemetrie abschalten — auch auf Multisite. - [JPKCom Rank Math Options — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-rank-math-options/): Use JPKCom Rank Math Options to unlock the robots.txt/.htaccess editors, remove Rank Math credits and disable telemetry — including on multisite, with zero configuration. - [JPKCom ACF Jobs — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-acf-jobs/): Stellenanzeigen mit JPKCom ACF Jobs verwalten — Installation, Custom Post Types, Shortcodes, Template-Overrides und Praxis-Tipps für ACF-Pro-basierte Job-Listings. - [JPKCom ACF References — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-acf-references/): Referenz-Galerie mit Filterfunktion auf Basis von ACF Pro — Installation, Custom Post Types, Shortcodes, Layouts und Praxis-Tipps mit JPKCom ACF References. - [JPKCom ACF (Pro) Enable Shortcode — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-acf-shortcode-enable/): ACF-Feldwerte per Shortcode im WYSIWYG ausgeben — Installation und Praxis-Tipps zu JPKCom ACF (Pro) Enable Shortcode. - [JPKCom Allow Block Types — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-allow-blocks/): Im Gutenberg-Editor nur bestimmte Block-Typen für Nicht-Admins zulassen — Installation und Praxis-Tipps zu JPKCom Allow Block Types. - [JPKCom Enable Argon2 — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-argon2/): Wie du WordPress-Passwort-Hashes mit JPKCom Enable Argon2 auf Argon2id umstellst — Installation, Voraussetzungen und Praxis-Tipps zur Migration. - [JPKCom Bootstrap 5 Dark Mode Switch — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-bs-dark-mode/): Dark-Mode-Umschalter für Bootstrap 5 per Shortcode in WordPress einbinden — Installation, Shortcode und Praxis-Tipps zu JPKCom Bootstrap 5 Dark Mode Switch. - [JPKCom CF7 Upload Path — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-cf7-upload-path/): Den Upload-Pfad von Contact Form 7 mit JPKCom CF7 Upload Path auf ein sicheres Verzeichnis umstellen — Installation, Voraussetzungen und Konfiguration. - [JPKCom Disable Comments — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-disable-comments/): Kommentare in WordPress mit JPKCom Disable Comments komplett abschalten — Installation, Voraussetzungen und Praxis-Tipps. - [JPKCom Disable XML-RPC — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-disable-xmlrpc/): XML-RPC in WordPress mit JPKCom Disable XML-RPC global abschalten — Installation, Voraussetzungen und Sicherheits-Tipps. - [JPKCom Enable Block Editor — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-enable-block-editor/): Den Block-Editor gezielt für den Admin (User-ID 1) freischalten — JPKCom Enable Block Editor als Ergänzung zu Blockstudio: Installation, Voraussetzungen und Tipps. - [JPKCom FA inline SVG shortcode — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-fa-svg-plugin/): Inline-SVGs aus Font Awesome (Pro) v5.15.4 per Shortcode in WordPress ausgeben — Installation, Font-Awesome-Setup und Praxis-Tipps zum [jsvg]-Shortcode. - [JPKCom Gutenberg Bootstrap Optimizer — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-gutenberg-bs-optimize/): Gutenberg- und Bootstrap-Einstellungen in WordPress automatisch korrigieren und optimieren — Installation und Praxis-Hinweise zum JPKCom Gutenberg Bootstrap Optimizer. - [JPKCom Gutenberg Image Block Alt-Attribute — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-gutenberg-img-alt/): Alt-Texte von Gutenberg-Bildblöcken in WordPress dynamisch und SEO-freundlich aktualisieren — Installation und Praxis-Hinweise zum JPKCom-Plugin. - [JPKCom Hide Login — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-hide-login/): Wie du mit JPKCom Hide Login die WordPress-Login-URL umbenennst, Brute-Force-Schutz aktivierst und IPs per Whitelist absicherst — Installation, Konfiguration und WP-CLI. - [JPKCom Theme is LiveCanvas friendly — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-is-lc-friendly/): Ein beliebiges WordPress-Theme als LiveCanvas-kompatibel kennzeichnen — Installation, Bootstrap-Version und das nötige Empty-Page-Template. - [JPKCom Post Filter — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-post-filter/): Facettierte Taxonomie-Filter für Beiträge, Seiten und Custom Post Types mit JPKCom Post Filter — SEO-freundliche URLs, AJAX, Shortcodes, Blocks und Page-Builder-Support. - [JPKCom Simple Lang — Anleitung & Tipps](https://www.jpkc.com/db/guides/jpkcom-simple-lang/): Einzelne WordPress-Seiten mit JPKCom Simple Lang pro Beitrag in anderer Sprache anzeigen — Installation, Sprachauswahl, Hreflang und Oxygen-Bedingungen. - [JPKCom ACF Jobs — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-acf-jobs/): Manage job postings with JPKCom ACF Jobs — installation, custom post types, shortcodes, template overrides and practical tips for ACF Pro-based job listings. - [JPKCom ACF References — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-acf-references/): Reference gallery with filtering built on ACF Pro — installation, custom post types, shortcodes, layouts and practical tips with JPKCom ACF References. - [JPKCom ACF (Pro) Enable Shortcode — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-acf-shortcode-enable/): Output ACF field values via shortcode inside a WYSIWYG — installation and practical tips for JPKCom ACF (Pro) Enable Shortcode. - [JPKCom Allow Block Types — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-allow-blocks/): Allow only certain block types for non-admins in the Gutenberg editor — installation and practical tips for JPKCom Allow Block Types. - [JPKCom Enable Argon2 — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-argon2/): How to switch WordPress password hashes to Argon2id with JPKCom Enable Argon2 — installation, requirements and practical migration tips. - [JPKCom Bootstrap 5 Dark Mode Switch — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-bs-dark-mode/): Add a Bootstrap 5 dark mode switch to WordPress via shortcode — installation, shortcode and practical tips for JPKCom Bootstrap 5 Dark Mode Switch. - [JPKCom CF7 Upload Path — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-cf7-upload-path/): Switch the Contact Form 7 upload path to a safe directory with JPKCom CF7 Upload Path — installation, requirements and configuration. - [JPKCom Disable Comments — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-disable-comments/): Disable WordPress comments site-wide with JPKCom Disable Comments — installation, requirements and practical tips. - [JPKCom Disable XML-RPC — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-disable-xmlrpc/): Disable WordPress XML-RPC site-wide with JPKCom Disable XML-RPC — installation, requirements and security tips. - [JPKCom Enable Block Editor — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-enable-block-editor/): Enable the Block Editor specifically for the admin (user ID 1) — JPKCom Enable Block Editor as a Blockstudio companion: installation, requirements and tips. - [JPKCom FA inline SVG shortcode — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-fa-svg-plugin/): Output inline SVGs from Font Awesome (Pro) v5.15.4 via a WordPress shortcode — installation, Font Awesome setup and practical tips for the [jsvg] shortcode. - [JPKCom Gutenberg Bootstrap Optimizer — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-gutenberg-bs-optimize/): Automatically fix and optimize Gutenberg and Bootstrap settings in WordPress — installation and practical notes for the JPKCom Gutenberg Bootstrap Optimizer. - [JPKCom Gutenberg Image Block Alt-Attribute — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-gutenberg-img-alt/): Dynamically and SEO-friendly update the alt text of Gutenberg image blocks in WordPress — installation and practical notes for the JPKCom plugin. - [JPKCom Hide Login — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-hide-login/): Rename the WordPress login URL, enable brute-force protection and whitelist IPs with JPKCom Hide Login — installation, configuration and WP-CLI. - [JPKCom Theme is LiveCanvas friendly — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-is-lc-friendly/): Mark any WordPress theme as LiveCanvas-compatible — installation, Bootstrap version and the required empty page template. - [JPKCom Post Filter — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-post-filter/): Faceted taxonomy filtering for posts, pages and custom post types with JPKCom Post Filter — SEO-friendly URLs, AJAX, shortcodes, blocks and page builder support. - [JPKCom Simple Lang — Guide & Tips](https://www.jpkc.com/db/en/guides/jpkcom-simple-lang/): Display individual WordPress pages in a different language on a per-post basis with JPKCom Simple Lang — installation, language selection, hreflang, Oxygen conditions and practical tips. - [localproxy — Anleitung & Tipps](https://www.jpkc.com/db/guides/proxy-jpkcom-dev-tools/): localproxy ist ein schlanker lokaler HTTP-Proxy für Browser-basierte Online-Tools — Download, Start, Konfiguration und Endpunkte, um externe URLs ohne CORS-Probleme abzurufen. - [localproxy — Guide & Tips](https://www.jpkc.com/db/en/guides/proxy-jpkcom-dev-tools/): localproxy is a lightweight local HTTP proxy for browser-based tools — download, start, configuration and endpoints to fetch URLs without CORS. ## Blog - [Content Signals & C2PA: Steuerung der KI-Nutzung](https://www.jpkc.com/db/blog/content-signals-c2pa/): Mit der Content-Signal-Direktive und C2PA steuerst du, wie KI-Systeme deine Inhalte nutzen dürfen — drei Kategorien, vier Policies, EU-Rechtsvorbehalt. - [Content Signals & C2PA: Controlling AI Usage](https://www.jpkc.com/db/en/blog/content-signals-c2pa/): With the Content-Signal directive and C2PA you control how AI systems may use your content — three categories, four policies, an EU rights reservation. - [Core Web Vitals & Performance](https://www.jpkc.com/db/blog/core-web-vitals/): Core Web Vitals verständlich: Schwellen für LCP, INP und CLS, was jede Metrik misst, konkrete Optimierung und Messwerkzeuge — aus 25 Jahren Web-Praxis. - [Core Web Vitals & Performance](https://www.jpkc.com/db/en/blog/core-web-vitals/): Core Web Vitals made clear: thresholds for LCP, INP and CLS, what each metric measures, plus concrete optimization and measurement tools. - [GEO messen — und der Ausblick auf Agenten](https://www.jpkc.com/db/blog/geo-messen-ausblick/): Wie du GEO-Erfolg ohne Standard-Tools misst: Frage-Katalog, KPIs wie Brand-Mention-Rate und Citation-Quality — plus der Ausblick auf autonome KI-Agenten. - [Measuring GEO — and the Outlook on Agents](https://www.jpkc.com/db/en/blog/geo-messen-ausblick/): How to measure GEO success without standard tools: a question catalog, KPIs like brand mention rate and citation quality — plus the outlook on AI agents. - [Multimodal & Search Everywhere](https://www.jpkc.com/db/blog/multimodal-search-everywhere/): Suche ist mehr als Text: Bild, Video, Audio und Sprache zählen — und KI aggregiert Sichtbarkeit über YouTube, Reddit und Co. Was das praktisch bedeutet. - [Multimodal & Search Everywhere](https://www.jpkc.com/db/en/blog/multimodal-search-everywhere/): Search is more than text: image, video, audio and voice count — and AI aggregates visibility across YouTube, Reddit and more. What that means in practice. - [E-E-A-T & Marken-Autorität](https://www.jpkc.com/db/blog/eeat-markenautoritaet/): Warum KI-Systeme verifizierbare Autorität zitieren — und wie du Erfahrung, Expertise und Vertrauen über Autor-Seiten, Daten und Person-Schema sichtbar machst. - [E-E-A-T & Brand Authority](https://www.jpkc.com/db/en/blog/eeat-markenautoritaet/): Why AI systems cite verifiable authority — and how to make experience, expertise and trust visible through author pages, original data and Person schema. - [Structured Data & Technical GEO](https://www.jpkc.com/db/blog/structured-data-technical-geo/): Die technische Seite von GEO: JSON-LD-Schemata, llms.txt, AI-Crawler-Management und der Markdown-Mirror — letzteres als gelebtes Experiment dieser Seite. - [Structured Data & Technical GEO](https://www.jpkc.com/db/en/blog/structured-data-technical-geo/): The technical side of GEO: JSON-LD schemas, llms.txt, AI crawler management and the Markdown mirror — the last one as this site's lived experiment. - [Linkstrategie: intern und extern](https://www.jpkc.com/db/blog/linkstrategie/): Eine Linkstrategie, die 2026 trägt: beschreibende Ankertexte, internes Linking, rel-Attribute, flache Link-Tiefe und Backlinks nach Qualität. - [Link Strategy: Internal and External](https://www.jpkc.com/db/en/blog/linkstrategie/): A link strategy that holds in 2026: descriptive anchors, internal linking, rel attributes, shallow link depth and backlinks chosen by quality. - [Multi-Turn & Query Fan-Out](https://www.jpkc.com/db/blog/multi-turn-query-fan-out/): KI-Suche ist ein Dialog, keine Einzelabfrage. Wie du Folge-Fragen antizipierst, Query-Fan-out bedienst und mit Topic-Clustern Themen-Autorität aufbaust. - [Multi-Turn & Query Fan-Out](https://www.jpkc.com/db/en/blog/multi-turn-query-fan-out/): AI search is a dialogue, not a single lookup. How to anticipate follow-up questions, serve query fan-out, and build topical authority with topic clusters. - [Schreiben für KI: der GEO-Writing-Playbook](https://www.jpkc.com/db/blog/schreiben-fuer-ki/): Wie du Texte so schreibst, dass KI-Systeme sie zitieren: Lead with the answer, Mini-Definitionen, quantitative Evidenz, FAQ-Muster — der GEO-Writing-Playbook. - [Writing for AI: The GEO Writing Playbook](https://www.jpkc.com/db/en/blog/schreiben-fuer-ki/): How to write so AI systems cite you: lead with the answer, mini-definitions, quantitative evidence, FAQ patterns — the GEO writing playbook in practice. - [Googles AI-Optimization-Guide eingeordnet](https://www.jpkc.com/db/blog/google-ai-optimization/): Googles Mai-2026-Position: SEO und GEO sind dieselbe Disziplin — aber nur für Google AI Search. Was Google für nicht nötig erklärt und was das praktisch heißt. - [Google's AI Optimization Guide, in Context](https://www.jpkc.com/db/en/blog/google-ai-optimization/): Google's May 2026 stance: SEO and GEO are the same discipline — but only for Google AI Search. What Google calls unnecessary, and what that means in practice. - [On-Page & Content: Was Seiten ranken lässt](https://www.jpkc.com/db/blog/onpage-content-seo/): On-Page-SEO und Content entscheiden über Rankings: Title, Meta-Description, H1-Hierarchie, Lesbarkeit und Lead with the answer — aus 25 Jahren Praxis. - [On-Page & Content: What Makes Pages Rank](https://www.jpkc.com/db/en/blog/onpage-content-seo/): On-page SEO and content decide rankings: title, meta description, H1 hierarchy, readability and the lead-with-the-answer principle — from 25 years of practice. - [GEO: Sichtbarkeit in KI-Antworten](https://www.jpkc.com/db/blog/was-ist-geo/): Generative Engine Optimization erklärt: Warum Zitierbarkeit in KI-Antworten zur neuen Disziplin neben SEO wird — und was das praktisch bedeutet. - [GEO: Visibility in AI Answers](https://www.jpkc.com/db/en/blog/was-ist-geo/): Generative Engine Optimization explained: why citability in AI answers is becoming a discipline alongside SEO — and what that means in practice. - [Technical SEO: Das Fundament](https://www.jpkc.com/db/blog/technical-seo/): Technical SEO ist das Fundament jeder Sichtbarkeit: HTTPS, Canonical, Sitemap, hreflang, strukturierte Daten — und die Fallen, die ich seit 25 Jahren sehe. - [Technical SEO: The Foundation](https://www.jpkc.com/db/en/blog/technical-seo/): Technical SEO is the foundation of all visibility: HTTPS, canonical, sitemap, hreflang, structured data — and the traps I have seen for 25 years. - [SEO 2026: Was wirklich zählt](https://www.jpkc.com/db/blog/seo-2026/): Was nach gut 25 Jahren SEO heute wirklich zählt — Technik, Content, Links und Performance, ehrlich eingeordnet statt als Checklisten-Folklore. - [SEO in 2026: What Actually Matters](https://www.jpkc.com/db/en/blog/seo-2026/): What 25 years of SEO have taught me about what truly matters today — technical, content, links and performance, honestly framed instead of checklist folklore. ## Tools - [llms.txt Generator](https://www.jpkc.com/db/tools/llms/): Was der llms.txt Generator kann: eine strukturell gültige llms.txt fürs KI-Kontext bauen, eine bestehende live prüfen, mit Beispielen und Format-Referenz. - [robots.txt & Sitemap](https://www.jpkc.com/db/tools/robots-sitemap/): robots.txt und XML-Sitemaps erzeugen plus zwei Live-Checker, die beide Dateien von jeder URL holen und prüfen — der Einstieg zu Manual, Beispielen und Tipps. - [SEO & GEO Analyzer](https://www.jpkc.com/db/tools/seo/): Was der SEO & GEO Analyzer kann, für wen er gedacht ist und wie die 19 Analyse-Module zusammenspielen — der Einstieg zu Manual, Beispielen und Tipps. - [llms.txt Generator](https://www.jpkc.com/db/en/tools/llms/): What the llms.txt Generator does: build a structurally valid llms.txt for AI context, validate an existing one live, with examples and a format reference. - [robots.txt & Sitemap](https://www.jpkc.com/db/en/tools/robots-sitemap/): Generate robots.txt and XML sitemaps, plus live checkers to fetch and validate either file from any URL — your starting point for the manual, examples, and tips. - [SEO & GEO Analyzer](https://www.jpkc.com/db/en/tools/seo/): What the SEO & GEO Analyzer does, who it's for, and how its 19 analysis modules work together — your starting point for the manual, examples, and tips. - [Meta Tags Generator](https://www.jpkc.com/db/tools/meta-tags/): Erzeuge Essential-, Open-Graph-, Twitter-Card-, Security- und JSON-LD-Meta-Tags mit Live-Vorschau — der Einstieg zu Manual, Beispielen und Tipps. - [Meta Tags Generator](https://www.jpkc.com/db/en/tools/meta-tags/): Generate essential, Open Graph, Twitter Card, security, and JSON-LD meta tags with live preview — your starting point for the manual, examples, and tips. - [Lorem Ipsum](https://www.jpkc.com/db/tools/lorem-ipsum/): Platzhalter-Text-Generator für Latein, Englisch und Deutsch — nach Absätzen, Wörtern oder Zeichen, als Plain Text oder Markdown, komplett im Browser. - [Markdown Editor](https://www.jpkc.com/db/tools/md/): Was der Markdown-Editor von JPKCom kann: Live-Vorschau, GitHub Flavored Markdown, KaTeX, Mermaid und Export — der Einstieg zu Manual, Beispielen und Tipps. - [Source Viewer](https://www.jpkc.com/db/tools/source/): Was der Source Viewer kann: Code-Editor mit Syntax-Highlighting für 100+ Sprachen, Laden per URL, HTML-zu-Markdown und Beautify — der Einstieg. - [WYSIWYG Editor](https://www.jpkc.com/db/tools/wysiwyg/): Rich-Text-Editor auf TipTap-Basis mit Markdown-Import/-Export, HTML-Export und Code-Syntax-Highlighting — der Einstieg zu Manual, Beispielen und Tipps. - [Lorem Ipsum](https://www.jpkc.com/db/en/tools/lorem-ipsum/): Placeholder text generator for Latin, English, and German — by paragraphs, words, or characters, as plain text or Markdown, entirely in the browser. - [Markdown Editor](https://www.jpkc.com/db/en/tools/md/): What the JPKCom Markdown Editor does: live preview, GFM, KaTeX, Mermaid, and export — your starting point for the manual, examples, and tips. - [Source Viewer](https://www.jpkc.com/db/en/tools/source/): What the Source Viewer does: a code editor with syntax highlighting for 100+ languages, URL loading, HTML-to-Markdown, and beautify — your starting point. - [WYSIWYG Editor](https://www.jpkc.com/db/en/tools/wysiwyg/): A TipTap-based rich text editor with Markdown import/export, HTML export, and code syntax highlighting — your starting point for manual, examples, and tips. - [Generator](https://www.jpkc.com/db/tools/generator/): Sichere Passwörter, Salt-/WordPress-/WLAN-Keys, APR1-MD5, BCrypt- und Argon2-Hashes sowie TOTP-Codes erzeugen — der Einstieg zu Manual, Beispielen und Tipps. - [WP Code Generator](https://www.jpkc.com/db/tools/wp/): Was der WP Code Generator kann, für wen er gedacht ist und wie seine WordPress-Generatoren und die Snippet-Bibliothek zusammenspielen — der Einstieg. - [Generator](https://www.jpkc.com/db/en/tools/generator/): Generate secure passwords, salt/WordPress/WLAN keys, APR1-MD5, BCrypt and Argon2 hashes, and TOTP codes — your starting point for the manual, examples, and tips. - [WP Code Generator](https://www.jpkc.com/db/en/tools/wp/): What the WP Code Generator does, who it's for, and how its WordPress generators and snippet library work together — your starting point. - [Cryptor (AES-256)](https://www.jpkc.com/db/tools/cryptor/): Clientseitige AES-256-GCM-Verschlüsselung von Texten im Browser mit Passwortschutz und PBKDF2 — der Einstieg zu Manual, Beispielen und Tipps. - [Mail Header Analyzer](https://www.jpkc.com/db/tools/mail-header/): E-Mail-Header im Browser analysieren: RFC-5322-Header parsen, Zustellweg visualisieren, SPF/DKIM/DMARC prüfen — Einstieg zu Manual, Beispielen und Tipps. - [PKI Viewer](https://www.jpkc.com/db/tools/pki/): X.509-Zertifikate, PKCS#7/P7M, PKCS#12/PFX, CSR und Schlüssel im Browser inspizieren — Details, Gültigkeit, Fingerprints. Komplett clientseitig. - [SSH Proxy](https://www.jpkc.com/db/tools/ssh-proxy/): SSH-Tunnel, SOCKS-Proxy, Portweiterleitung, ~/.ssh/config, Verwaltungs-Skripte und Autostart-Configs clientseitig erzeugen — für alle gängigen Plattformen. - [Cryptor (AES-256)](https://www.jpkc.com/db/en/tools/cryptor/): Client-side AES-256-GCM encryption of text in your browser with password protection and PBKDF2 — your starting point for the manual, examples, and tips. - [Mail Header Analyzer](https://www.jpkc.com/db/en/tools/mail-header/): Analyze email headers in your browser: parse RFC 5322 headers, visualize the delivery route, check SPF/DKIM/DMARC — your start for manual, examples, tips. - [PKI Viewer](https://www.jpkc.com/db/en/tools/pki/): Inspect X.509 certificates, PKCS#7/P7M, PKCS#12/PFX, CSR and keys in your browser — details, validity, fingerprints. Fully client-side. - [SSH Proxy](https://www.jpkc.com/db/en/tools/ssh-proxy/): Generate SSH tunnel, SOCKS proxy and port-forwarding commands, ~/.ssh/config, management scripts and autostart configs — fully client-side. - [Beautify](https://www.jpkc.com/db/tools/beautify/): JavaScript-, CSS- und HTML-Code im Browser formatieren, entpacken und deobfuskieren — der Einstieg zu Manual, Beispielen und Tipps zu Beautify. - [Compiler](https://www.jpkc.com/db/tools/compiler/): Was der Compiler kann: SASS/SCSS zu CSS kompilieren sowie HTML, JavaScript und CSS minifizieren und beautifien — Einstieg zu Manual, Beispielen und Tipps. - [Playground](https://www.jpkc.com/db/tools/playground/): Was der Playground kann und wie HTML-, CSS/SCSS- und JavaScript-Editor mit Live-Vorschau zusammenspielen — Einstieg zu Manual, Beispielen und Tipps. - [Regex Debugger](https://www.jpkc.com/db/tools/regex/): Was der Regex Debugger kann, für wen er gedacht ist und wie er Muster live testet — der Einstieg zu Manual, Beispielen und Tipps. - [Beautify](https://www.jpkc.com/db/en/tools/beautify/): Format, unpack, and deobfuscate JavaScript, CSS, and HTML right in your browser — your starting point for the manual, examples, and tips on Beautify. - [Compiler](https://www.jpkc.com/db/en/tools/compiler/): What the Compiler does: compile SASS/SCSS to CSS and minify or beautify HTML, JavaScript, and CSS — your starting point for the manual, examples, and tips. - [Playground](https://www.jpkc.com/db/en/tools/playground/): What the Playground does and how its HTML, CSS/SCSS, and JS editors pair with a live preview — your starting point for the manual, examples, and tips. - [Regex Debugger](https://www.jpkc.com/db/en/tools/regex/): What the Regex Debugger does, who it's for, and how it tests patterns live — your starting point for the manual, examples, and tips. - [Colors](https://www.jpkc.com/db/tools/colors/): Farb-Toolkit für Web-Entwickler: Farb-Picker mit 14 Formaten, Gradient-Generator, CSS-Box-Shadow- und Shadow-Gradient-Builder, Paletten aus Bildern. - [Fonts](https://www.jpkc.com/db/tools/fonts/): Schriften testen und vergleichen: System-Fonts, Google Fonts und eigene Web-Fonts per CSS-URL — mit Specimen, Glyph-Tabelle und Clamp()-Rechner. - [Colors](https://www.jpkc.com/db/en/tools/colors/): Color toolkit for web developers: color picker with 14 formats, gradient generator, CSS box-shadow and shadow-gradient builders, image palette extractor. - [Fonts](https://www.jpkc.com/db/en/tools/fonts/): Test and compare typefaces: system fonts, Google Fonts and your own web fonts via CSS URL — with a specimen, a glyph table and a clamp() calculator. - [Coder](https://www.jpkc.com/db/tools/coder/): Encode und Decode für HTML-Entities, URLs, Base64, JSON, JWT und Data-URIs — sieben Reiter, alles clientseitig im Browser, ohne Account. - [Convertor PRO](https://www.jpkc.com/db/tools/convertor/): Was Convertor PRO kann: Encoding-Umwandlung (HTML/XML, Unicode, UTF-8, Hex, NCRs) und Daten-Formate (JSON, YAML, TOML, XML, INI) — der Einstieg. - [CSV Editor](https://www.jpkc.com/db/tools/csv/): Was der CSV Editor kann, für wen er gedacht ist und wie Import, Tabellen-Editor und Export zusammenspielen — der Einstieg zu Manual, Beispielen und Tipps. - [JSON Editor](https://www.jpkc.com/db/tools/json/): Was der JSON Editor kann: JSON formatieren, validieren, reparieren und transformieren — in Baum-, Tabellen- und Code-Ansicht, komplett im Browser. - [Coder](https://www.jpkc.com/db/en/tools/coder/): Encode and decode HTML entities, URLs, Base64, JSON, JWT, and Data URIs — seven tabs, all client-side in the browser, no account. - [Convertor PRO](https://www.jpkc.com/db/en/tools/convertor/): What Convertor PRO does: encoding conversion (HTML/XML, Unicode, UTF-8, hex, NCRs) and data formats (JSON, YAML, TOML, XML, INI) — your starting point. - [CSV Editor](https://www.jpkc.com/db/en/tools/csv/): What the CSV Editor does, who it's for, and how import, the table editor, and export work together — your starting point for the manual, examples, and tips. - [JSON Editor](https://www.jpkc.com/db/en/tools/json/): What the JSON Editor does: format, validate, repair, and transform JSON — in tree, table, and code view, entirely in the browser. - [Cheat Sheets](https://www.jpkc.com/db/tools/cheatsheet/): 219 Cheat-Sheets für CLI-Tools und Webentwicklung im Browser nachschlagen — mit Sheet-Auswahl, Befehls-Suche, Syntax-Highlighting und Copy-to-Clipboard. - [Cheat Sheets](https://www.jpkc.com/db/en/tools/cheatsheet/): Look up 219 cheat sheets for CLI tools and web development in the browser — with sheet picker, command search, syntax highlighting, and copy-to-clipboard. - [Cron Job Helper](https://www.jpkc.com/db/tools/cron/): Visueller Cron-Ausdruck-Builder mit Klartext-Vorschau, Web-Cron-Generator (curl/wget), CMS-/Framework-Tipps und Docker/DDEV-Referenz. - [Docker/Podman Composer](https://www.jpkc.com/db/tools/docker/): docker run und podman run in eine Compose-Datei umwandeln und zurück — rein im Browser. Der Einstieg zu Manual, Beispielen und Tipps. - [Cron Job Helper](https://www.jpkc.com/db/en/tools/cron/): Visual cron expression builder with plain-text preview, web cron generator (curl/wget), CMS/framework tips and a Docker/DDEV reference. - [Docker/Podman Composer](https://www.jpkc.com/db/en/tools/docker/): Convert docker run and podman run commands into a Compose file and back — entirely in the browser. Your starting point for the manual, examples, and tips. - [Periodic Table (PSE)](https://www.jpkc.com/db/tools/pse/): Interaktives Periodensystem aller 118 Elemente — zweisprachig DE/EN, mit Kategorie-Filter, Suche und Detail-Ansicht. Einstieg zu Manual und Beispielen. - [Periodic Table (PSE)](https://www.jpkc.com/db/en/tools/pse/): Interactive periodic table of 118 elements, bilingual EN/DE: category filter, search, and per-element detail. The starting point for manual, examples, and tips. - [GeoPattern](https://www.jpkc.com/db/tools/geopattern/): Aus einem Text-Seed deterministische SVG-Hintergrundmuster erzeugen und als SVG, PNG oder Data-URI exportieren — Einstieg zu Manual, Beispielen und Tipps. - [GeoPattern](https://www.jpkc.com/db/en/tools/geopattern/): Turn a text seed into deterministic geometric SVG background patterns and export as SVG, PNG or data URI — start here for manual, examples and tips. - [Info Tools](https://www.jpkc.com/db/tools/info/): Zeigt deine HTTP-Header, IP, Bildschirm, GPU, Browser-Fähigkeiten und Modernizr-Features — sauber getrennt nach Server- und Client-Daten, ganz ohne Speicherung. - [Info Tools](https://www.jpkc.com/db/en/tools/info/): Shows your HTTP headers, IP, screen, GPU, browser capabilities and Modernizr features — cleanly split into server-side and client-side data, with no storage. - [UUID-Generator](https://www.jpkc.com/db/tools/uuid/): UUIDs der Versionen v4, v7, v1 und v5 direkt im Browser erzeugen — RFC-9562-konform, in Massen, ohne Server. Einstieg zu Manual, Beispielen und Tipps. - [UUID Generator](https://www.jpkc.com/db/en/tools/uuid/): Generate UUIDs of versions v4, v7, v1, and v5 right in your browser — RFC 9562 compliant, in bulk, no server. Your start point for manual, examples, and tips. - [DNS, SSL, Redirect & URL](https://www.jpkc.com/db/tools/dns-ssl-redirect-url/): DNS-Records abfragen, SSL-Zertifikate analysieren, Redirect-Ketten verfolgen, URLs zerlegen, Slugs und SPF-Records bauen — fünf Netzwerk-Werkzeuge in einem. - [DNS, SSL, Redirect & URL](https://www.jpkc.com/db/en/tools/dns-ssl-redirect-url/): Query DNS records, analyze SSL certificates, trace redirect chains, parse URLs, and build slugs and SPF records — five network tools in one. - [IP Tools](https://www.jpkc.com/db/tools/ip/): IPv4- und IPv6-Werkzeugkasten im Browser: Subnetz-Rechner, IP-Konverter, IPv6-ULA-Generator, Range-↔-CIDR-Rechner, Referenztabellen und deine aktuelle IP. - [IP Tools](https://www.jpkc.com/db/en/tools/ip/): An IPv4 and IPv6 toolkit in the browser: subnet calculator, IP converter, IPv6 ULA generator, range-to-CIDR calculator, reference tables, and your current IP. - [Placeholder Service](https://www.jpkc.com/db/tools/ph/): Platzhalter-Bilder mit frei wählbaren Maßen, Hex-Farben und Text erzeugen — per URL-Schema oder als PNG-/SVG-Download. Einstieg zu Manual und Beispielen. - [QR](https://www.jpkc.com/db/tools/qr/): Gestaltete QR-Codes im Browser erzeugen: Vorlagen für URL, WLAN, vCard & Co., eigene Punkt-/Eck-Stile, Farbverläufe, Logo und Export als SVG/PNG/JPEG/WebP. - [Trianglify UI](https://www.jpkc.com/db/tools/trianglify/): Erzeuge algorithmische Low-Poly-Dreieck-Hintergründe als SVG oder PNG — mit Farb-Paletten, Seed und Export. Der Einstieg zu Manual, Beispielen und Tipps. - [Placeholder Service](https://www.jpkc.com/db/en/tools/ph/): Generate placeholder images with custom dimensions, hex colors, and text — via a real URL scheme or as a PNG/SVG download. Your starting point for manual, examples, tips. - [QR](https://www.jpkc.com/db/en/tools/qr/): Build styled QR codes in your browser: templates for URL, WiFi, vCard & more, custom dot/corner styles, gradients, a center logo, and SVG/PNG/JPEG/WebP export. - [Trianglify UI](https://www.jpkc.com/db/en/tools/trianglify/): Generate algorithmic low-poly triangle backgrounds as SVG or PNG — with color palettes, a seed, and export. Your starting point for the manual, examples, and tips. - [Graphic Editor](https://www.jpkc.com/db/tools/graphic/): Bilder zuschneiden, skalieren und in PNG, JPEG, WebP und AVIF umwandeln — komplett im Browser. Der Einstieg zu Manual, Beispielen und Tipps. - [Graphic Editor](https://www.jpkc.com/db/en/tools/graphic/): Crop, scale, and convert images to PNG, JPEG, WebP, and AVIF — entirely in the browser. Your starting point for the manual, examples, and tips. - [Hash Generator](https://www.jpkc.com/db/tools/hash/): Was der Hash Generator kann: MD5, SHA-1, SHA-2, SHA-3 und RIPEMD-160 (inkl. HMAC) für Text und Dateien — direkt im Browser, ohne Upload. - [Hash Generator](https://www.jpkc.com/db/en/tools/hash/): What the Hash Generator does: MD5, SHA-1, SHA-2, SHA-3, and RIPEMD-160 hashes (incl. HMAC) for text and files — right in your browser, no upload. - [PDF Tools](https://www.jpkc.com/db/tools/pdf/): PDFs im Browser erstellen, ansehen, bearbeiten, zusammenführen und teilen — annotieren, hervorheben, zeichnen, Formulare ausfüllen, Text extrahieren. - [PDF Tools](https://www.jpkc.com/db/en/tools/pdf/): Create, view, edit, merge, and split PDFs in the browser — annotate, highlight, draw, fill forms, and extract text. Nothing is uploaded; files stay on your device. - [Time Converter](https://www.jpkc.com/db/tools/time/): Unix-Timestamps umrechnen, Zeitdifferenzen berechnen und Zeitzonen vergleichen — clientseitig im Browser. Einstieg zu Manual, Beispielen und Tipps. - [Time Converter](https://www.jpkc.com/db/en/tools/time/): Convert Unix timestamps, calculate time differences, and compare time zones — client-side in your browser. Start here for the manual, examples, and tips. --- *Last updated: June 24, 2026 at 01:52 PM UTC*