Green tests, broken docs. Dogfooding caught what 15 tests missed
A broken doc still renders. That is the whole reason documentation rot is so dangerous. The page looks fine right up to the moment someone clicks the …
Latest Web news from Tech News
A broken doc still renders. That is the whole reason documentation rot is so dangerous. The page looks fine right up to the moment someone clicks the …
Every time I provision a new server — whether it's a $5 DigitalOcean droplet for a side project or a client's production box — there's a set of script…
A client handed me SSH access to a server they'd been running for two years. No documentation. No handoff notes. No "here's what's running and why." J…
В предыдущей статье я рассказал, как писал скрипт мониторинга системы с нуля от идеи до рабочего инструмента с меню, цветным выводом и уведомлениями в…
If you are just getting started with Azure CLI and Bash scripting, this post is for you. I will walk you through how I automated the creation of Azure…
Пришла в голову задача, которая на словах звучит просто. «Сделай скрипт, который смотрит логи и шлёт в Telegram» ну что тут сложного? Bash…
The Scenario: The Help Desk Bottleneck From 2019 to 2021, while serving as Lead Backend Software Engineer at a fast-growing company, I occasionally su…
LLM-Manager is a lightweight, modular Bash suite with a dual JSON/Interactive interface designed to manage local and remote inference engines across L…
AI tools are fundamentally changing what developers can build -- and who can be a developer. Large Language Models (LLMs) and AI are no longer science…
You've mastered the command line. You understand your operating system and your development environment. Now it's time to learn how modern developers …
Powershell, as much as I like to hate on it, has a surperior line editor (PSReadLine) than that of Bash (Readline). Out of the box, it works just like…
Обычный uptime-мониторинг проверяет, отвечает ли сервис на запросы. Cron-job ничего не отвечает — он запускается раз в N часов, делает работу и молча …
I wanted to find out what working on a real Linux server actually feels like — not a local VM, not a simulator. So in May 2026, I spun up an Ubuntu 22…
У каждого своё чувство перфекционизма. В этой статье я покажу примеры модификации live installer Astra linux, чтобы вы могли создать автономный дистри…
This is part of my HNG DevOps internship series. Follow along as I document every stage. A Quick Recap Stage 0 was about securing a Linux server. Stag…
If you use Linux as your daily driver, you’ve probably noticed your root partition quietly shrinking over time. You run ncdu or df -h , poke around yo…
Useful Linux Commands Every System Administrator Should Know Linux system administration becomes much easier when you know the right commands for moni…
The Problem You're about to deploy a script. You know you need the file executable, but readable only by the owner. You type chmod 754 ... or was it 7…
5 CLI Tools I Use to Keep Terminal Workflows Less Annoying The terminal is supposed to make work faster, which is funny, because mine regularly turns …
A celebration of the tweaks and customizations that make life easier at the CLI.
My Mac mini was telling me I had over 80GB of "System Data" to free up. CleanMyMac wanted €34/year. DaisyDisk wanted €10 just to tell me where the fil…
I was building a side project that needed image compression. My first instinct was to look for an API — TinyPNG, Cloudinary, something with a POST end…
It happened to me. My site — bashsnippets.xyz — had been down for six hours before I knew about it. I found out because a reader emailed me. Not becau…