Keeping your commands alive after disconnecting: nohup, tmux, screen and zellij
SIGHUP kills your process when SSH drops. Keep commands alive after disconnecting with nohup, tmux, screen and zellij — what each is for, and when to use it.
SIGHUP kills your process when SSH drops. Keep commands alive after disconnecting with nohup, tmux, screen and zellij — what each is for, and when to use it.
SIGHUP uccide il processo quando cade la SSH. Come tenere vivi i comandi dopo la disconnessione con nohup, tmux, screen e zellij: quando usare ciascuno.
Noleggia una GPU VPS, trasformala in una API LLM compatibile OpenAI (LiteLLM, Ollama, vLLM), poi distruggi la VM: modelli e dati vivono su un volume LUKS cifrato.
Rent a GPU VPS, turn it into an OpenAI-compatible LLM API (LiteLLM, Ollama, vLLM), then destroy the VM — your models and data survive on an encrypted LUKS volume.
A browser-first workbench for Claude Code, Codex and friends: one Docker Compose stack, SSO+2FA on every door, persistent terminal sessions you can rejoin from anywhere — including the queue at the post office.
One evening my own blog started serving a fake CAPTCHA that told Windows visitors to paste malware into a terminal. Here is the full hunt — the queries, the dead ends, and the five stages of grief — from first smell to clean site.
End-to-end encrypted backup with Cryptomator, rclone bisync and Wasabi. Multi-device sync without a server in the middle. Zero-knowledge by design.
Cloud VMs left running overnight can lead to expensive surprises. In this hands-on guide, you'll learn to build a lightweight serverless solution using AWS Lambda that automatically manages your OVH virtual machines, helping you optimize costs without sacrificing flexibility or control.
Fail2Ban protects your server from brute-force attacks by detecting repeated failed login attempts and blocking malicious IPs. By the end, you’ll have an automated defense system keeping intruders at bay.
Learn how to quickly add a user to the sudoers file in Linux. This short guide covers everything you need to grant administrative privileges in just a few steps.
Learn how to configure a MariaDB Master-Slave Cluster using Docker Compose. Perfect for beginners.