The final week focused on installing system monitoring tools to verify the server’s health and performing a final update to ensure the environment is optimized and secure.
I installed Neofetch to generate a comprehensive overview of the operating system and hardware configuration directly in the terminal.
sudo apt install neofetch -y
Above: Neofetch output displaying Ubuntu 24.04.3 LTS, Kernel 6.8.0-90, and resource allocation.
To monitor CPU and Memory consumption in real-time, I installed and configured htop.
sudo apt install htop -y
Above: Htop interface showing stable system performance and low resource overhead during idle state.
I performed a final check of the Ubuntu repositories to ensure all security patches and software are at their latest versions.
sudo apt update && sudo apt upgrade -y
Above: Terminal output confirming all system packages are fully up to date.
Over the past four weeks, I have successfully:
zetzura) and restricted root access.The server is now fully prepared for hosting applications or further development.