Make a Filesystem Mount Survive a Reboot
Discover that a simple mount command doesn't survive a reboot and learn how to make mount points persistent using /etc/fstab or systemd.
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.
Discover that a simple mount command doesn't survive a reboot and learn how to make mount points persistent using /etc/fstab or systemd.
An HTTP service is running on the server, but it's exposed to the entire network. Use Linux firewall tools to block external access to the service port while keeping it accessible locally.
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.
Challenges contributed by the community members sharing their knowledge and expertise.
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.