Latest post
Why `curl | bash` is a dangerous bad habit
Recently, I stumbled again upon an old bad habit from the Linux/DevOps/Cloud world: installing a tool with a command like: curl -sSL https://example.com/install.sh | bash. Or worse: curl -sSL https://...












