2026-06-02
Standard tools like proxychains often fail when it comes to multithreaded applications, Go/Rust binaries, Electron apps and system services. Enter tun2socks — a tool that creates a virtual TUN network interface, …
Read more2026-05-30
The backbone dynamic routing protocol BGP (Border Gateway Protocol) is traditionally associated with enterprise hardware or full-fledged Linux servers. However, in modern realities the task of building resilient VPN …
Read more2026-05-29
A few days ago I investigated a compromise of a production server. Not theoretical — a real one, with a Monero miner, a C2 agent and a backdoor. The attack was fully automated. No one was specifically hunting this server …
Read more2026-03-27
In real infrastructure, access to GitHub is not always direct. Somewhere outgoing 22/tcp is blocked, somewhere HTTPS is unstable, DPI is in place, or the corporate network allows outbound only through an intermediate …
Read more2026-03-26
In production this is a routine situation: you increased the disk at the hypervisor level (VPS, cloud or Proxmox VE), but inside Ubuntu nothing changed — the / partition is still 100% full.
Let’s go through how to …
Read more2026-03-04
TTL (Time To Live) — is an eight-bit field in the IP header that defines the maximum number of “hops” (nodes) a packet can traverse before being discarded. Each time it passes through any router the TTL value …
Read more2025-12-30
When working on real projects (CDN change, migration, refactor) you often need to bulk-replace one URL with another.
At first glance the task seems trivial: sed -i 's|old|new|g' **/* — and done.
In reality that approach …
Read more2025-12-25
Jitsi Meet works out of the box very well for video conferencing. The Jitsi Meet + Jibri bundle allows you to record meetings — and many installations stop there.
But as soon as Jitsi is used not occasionally, but as …
Read more2025-11-28
If I were sent to a deserted digital island and allowed to take only one networking utility — I would unhesitatingly choose Netcat.
The official documentation (man nc) dryly states: “a utility for reading from and …
Read more2025-11-04
Yocto — this is not a distribution.
It’s a tool from which you build your Linux.
Like Lego, only for engineers.
🔧 Who needs Yocto Developing medical or industrial devices Require a 10-year support lifecycle Want a …
Read more