📄️ OS (Linux)
PLACEHOLDER FOR DEBIAN 13 (TRIXIE) SETUP
📄️ Secure Remote Access (SSH)
This tutorial will guide you through SSH Authentication, Key Management, and Remote Access.
📄️ Version Control (Git)
Git is a free and open-source distributed version control system (VCS) designed to handle everything from small to very large projects with speed and efficiency. Its primary purpose is to manage and track changes in files, particularly source code, over time.
📄️ Virtualization (Docker)
Docker is an open-source platform that enables developers to build, deploy, run, update, and manage applications in a standardized, executable unit called a container. Containers package an application's source code, along with all the operating system libraries and dependencies required to run that code, ensuring consistent performance across any environment.