Create /share/projects, make alex the owner, and configure the sticky bit so users cannot delete each other’s files.
Create a collaborative administrative directory /common/admin with group ownership admin and SGID permissions.
Configure the system hostname and configure a static IP address on the existing NetworkManager connection.
Create a user harry, set the password to expire every 30 days, and force a password change on first login.
Create a systemd service named backup-now.service that runs /usr/local/bin/backup-now.sh.
Find files in /usr/local larger than 3 KB and smaller than 5 KB, copy them to /root/d1, and set SGID on the target directory.
Boot once into emergency mode from GRUB.
Install and configure tuned, determine the recommended profile, and activate it.
Create a new swap file of size 512 MiB at /swapfile, activate it, and make it persistent.
Enable periodic TRIM operations for supported file systems.