Execute Host Commands Inside a Running Container
Leverage your knowledge of Linux namespaces to reach an application's internal debug interface without installing anything into the container.
Focused hands-on problems designed to help you hone your DevOps or Server Side skills. Some challenges are more educational, while others are based on real-world scenarios. The platform provides hints and feedback for each challenge, including automated solution checks.
Challenges crafted by iximiuz Labs to help you master DevOps and Server Side topics.
Leverage your knowledge of Linux namespaces to reach an application's internal debug interface without installing anything into the container.
Learn how to run multiple Docker containers sharing the same PID, IPC, and network namespaces - a foundation of many advanced container use cases, including Kubernetes Pods construction and container debugging tools.
Practice pausing (freeze) and resuming (thaw) a resource-hungry Linux process using the cgroup v2 freezer mechanism.
Practice using UNIX signals with containers for controlling application behavior: Send a SIGUSR1 to a containerized app to trigger its memory usage reporting.
Challenges from outstanding independent authors proudly hosted by iximiuz Labs.
In this challenge, you’ll debug and fix a deliberately “broken” eBPF program, then prove it’s running by identifying its program and map IDs. Along the way, you’ll explore bpftool, check which helpers are supported, and dig into details like the UID of the loader. Finally, you’ll test your knowledge of eBPF maps by recalling the flag that only inserts a key if it doesn’t already exist.
Challenges contributed by the community members sharing their knowledge and expertise.
Master **sed**, the essential stream editor for Linux SysAdmins. Progress through 10 tasks: simple & global substitution, regex patterns, line ranges, deletion, insertion, ... Work with realistic Rocky Linux system files in /home/laborant/sed_challenge/.
3-phase AWK challenge on realistic data in /home/laborant/awk_challenge/. Fundamentals: columns, delimiters, formatting. Logic & regex: filters, anchors, conditions, math. Sysadmin: logs, CSVs, metrics, counts, reports. Data lives under /home/laborant/awk_challenge/ (logs/access, data/hr, sys/metrics) and outputs are written to /home/laborant/ files.