Install Linux Packages from Remote Repositories (Debian & Ubuntu Edition)
Practice one of the key Linux skills - installing packages from remote repositories.
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.
Practice one of the key Linux skills - installing packages from remote repositories.
Practice one of the key Linux skills - installing packages from remote repositories.
Practice basic tar operations: extract an archive, create a compressed backup, and install software from a release tarball using the 'tar' command.
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.
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.
Your Docker host has been in use for a while. Anonymous and named volumes piled up, disk space is tight, and it's time to clean stuff up.
Practice mapping existing directories to new paths using Linux bind mounts and see the core tech behind container volumes in action.