VLANs on Linux: Tagging Interfaces with ip link
Create 802.1Q VLAN interfaces on Linux with ip link and use them with bridges for isolated virtual network segments.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
Create 802.1Q VLAN interfaces on Linux with ip link and use them with bridges for isolated virtual network segments.
Inject configuration and sensitive values into your pods with ConfigMaps and Secrets, and learn the right way to mount or reference them.
Understand JWT structure, signing algorithms, and token storage so you can avoid XSS and CSRF exposure when securing your API against attackers.
How fstrim and the discard mount option keep a virtualized SSD from wearing out or reporting phantom usage, with the guest-side commands to verify.
Add inbound Windows Firewall rules without locking out RDP. Scope by remote IP, confirm with a second session, then drop the wide-open defaults.
Enable the slow query log, read EXPLAIN without folklore, and fix the table scans that actually burn CPU on a busy production MariaDB VPS host.
Store web sessions in Redis with short keys, SETEX TTLs, and cookie hygiene so logins survive app restarts without turning Redis into a public session dump.
Treat the systemd journal as the canonical log store on a VPS: persistent disk, field queries, vacuum limits, and one pipeline into Promtail or nothing.
Decide when WhiteNoise is enough for Django static files and when nginx should serve them, so your Python app stays fast without extra moving parts.
Split admin, billing, and provisioning from request serving on one VPS so a hung control action cannot stall the path your customers actually hit.
Ship ops-agent guardrails that actually hold: tool allowlists, default dry-run, and a human approval file before any write hits a Linux VPS.
Run containers as a non-root user on a read-only root filesystem with tmpfs for scratch space, and cut a wide slice out of container escape risk.