echo "== Installed RPM packages =="
rpm -qa | sort | head -n 10
echo "== Applications in /opt and /usr/local =="
ls /opt ls /usr/local
echo "== Running Services =="
systemctl list-units --type=service | grep running
echo "== Listening Ports =="
ss -tulnp | grep LISTEN