DEBIAN SYSADMIN CHALLENGE

Welcome to the Debian SysAdmin Challenge! You'll manage a Debian server and complete real-world sysadmin tasks.

Tasks include: installing packages, configuring services, managing users, hardening security, and troubleshooting issues.

Use real Debian/Ubuntu commands. Read the task carefully - sometimes you need to complete multiple steps.

Available commands: apt, systemctl, useradd, usermod, passwd, chmod, chown, nano, cat, ls, ps, kill, nginx, apache2, mysql, mariadb, ssh, ufw, fail2ban

Score: 0
Completed: 0/10
System: ONLINE
Current Task
Welcome!
Select a task from the sidebar to begin.
root@debian-server:~#
Available Commands
apt updateUpdate package lists
apt install [package]Install a package
systemctl start [service]Start a service
systemctl enable [service]Enable service at boot
systemctl status [service]Check service status
useradd / passwdManage users
ufw allow / denyConfigure firewall
cat / nanoView/edit files
hintGet a hint for current task