SSH по требованию: что умеет socket activation и почему я перестал держать туннели открытыми
Привет, Хабр! К написанию статьи меня подтолкнуло знакомство с механизмом socket activation в Linux, на который я случайно наткнулся и не …
Latest Web news from Tech News
Привет, Хабр! К написанию статьи меня подтолкнуло знакомство с механизмом socket activation в Linux, на который я случайно наткнулся и не …
Batch files and shell scripts often need a short wait so a double-clicked window or installer log stays visible. Windows CMD has a dedicated pause com…
One of the most useful Linux concepts for beginners is understanding the 3 standard streams: · stdin for input · stdout for normal output · stderr for…
Это вторая часть публикации. В первой мы разобрали основные настройки редактора, позволяющие сделать процесс набора программы более удобным. Здесь рас…
Статья о том, как своими руками в Vim сделать универсальный (т.е. работающий для разных языков программирования) REPL (от англ. read-eval-print loop —…
So, you know Python and think, "Hey, why don't I get into Data Engineering?" You have your learning checklist ready to go, but there’s a giant, termin…
When working with shell scripts, handling command-line arguments correctly is critical. Variables like $@ and $* are commonly used to access all posit…
Данный таск был частью 5 сезона CTF, который проходил на площадке ACLabs. Машина необычная с увлекательным сюжетом и интересными уязвимостями. Условие…
Let’s be real for a second. If you’ve ever opened a terminal and thought, “Wait, am I using the right shell?” — you’re not alone. For years, I just us…
Introduction Firebase functions allow you to set environment variables. For an easy-to-understand guide on setting them, please refer to this article:…
Incident Triage Without Context Switching: Bash workflow notes (Bash Pipe Stack) When an incident starts, the worst thing you can do is scatter your a…
A Repeatable Daily Shell Workflow: Bash workflow notes Most shell mistakes are not about syntax. They’re about state: wrong directory, wrong file, wro…
Quick take: Bash workflow If your Bash sessions feel noisy, switch to a repeatable flow: extract signal, verify counts, then clean up artifacts before…
From Discovery to Cleanup in One Session: Bash workflow notes Incident response gets expensive when your shell session is a pile of one-off commands. …