A hands-on Ubuntu Server project focused on learning, operability, and open-source principles
I wanted a practical way to strengthen my Linux server administration skills while working on something aligned with open-source values.
Instead of building a complex AI system, the goal was to deploy and operate a real Linux service on an Ubuntu VPS that helps users learn Linux and open-source concepts.
I implemented a lightweight chatbot application running on an Ubuntu Server VPS with a focus on clarity and maintainability.
The chatbot responds to topics such as Linux fundamentals, Ubuntu Server concepts, systemd basics, and open-source philosophy.
Ubuntu Server (VPS)
systemd
Markdown files tracked with Git
Most importantly, I learned to think in terms of operability and maintainability, not just functionality.
The value of this project is not the chatbot itself, but the process: deploying, configuring, documenting, observing, and improving a Linux-based service.
This project reflects how I approach learning: build something real, keep it simple, and understand how it works end to end.