Tag: devops
All the articles with the tag "devops".
-
Supercharge Your Homelab Monitoring with Zabbix
Zabbix is enterprise-grade monitoring that you can self-host — agents, templates, triggers, and dashboards for your entire home lab.
-
Talos OS: API-Driven, Kubernetes-First OS
Talos OS is an immutable, API-driven OS designed purely for running Kubernetes — no SSH, no package manager, pure GitOps.
-
Linux System Monitoring: Tools and Techniques
Monitor Linux servers with htop, iostat, netstat, vmstat, and Prometheus — pick the right tool for CPU, memory, disk, and network issues.
-
SumGuy’s Guide to Linux Log Analysis
journalctl, grep, awk, and tail -f — read your Linux logs like a pro and find the error before it pages you at 3 AM.
-
Docker Compose: Orchestrating Multi-Container Applications
Move beyond single containers — Docker Compose lets you define and run multi-service apps with one YAML file and one command.
-
Install & use Doxygen via Docker
Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.
-
Docker Compose useful commands
The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.
-
Access Docker socket via TCP
Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.