Create a systemd service named backup-now.service that runs /usr/local/bin/backup-now.sh.
Configure ACL permissions for user john on /share/dev.
Configure Apache to serve content from /webdata on port 8080, allow the port in SELinux, and open it in the firewall.
Configure a restrictive umask for user natasha so new files become 400 and directories become 500.
Extend swap by 400 MB using a new partition and make it persistent.
Create a user harry, set the password to expire every 30 days, and force a password change on first login.
Extend logical volume lvbackup by 500 MiB and grow the XFS filesystem online.
Create a systemd timer that runs backup-now.service every day at 02:00.
Create /share/projects, make alex the owner, and configure the sticky bit so users cannot delete each other’s files.
Create a Quadlet-based systemd container unit so a UBI 10 container named sleepy starts automatically at boot.
TESTED 19 Jun 2026