thesudofiles.comBuilding a Java Maven CI/CD Pipeline with Jenkins and DockerAs part of my DevOps learning journey, I wanted built a complete CI/CD pipeline for a Java Spring Boot application using Jenkins, Maven, Docker, and Slack notifications. The goal of this project was t13h ago·7 min read
thesudofiles.com20 Basic Commands in Linux - Linux SimplifiedIn this post, we’ll explore 20 basic Linux commands everyone should know. 1. whoami Displays the currently logged-in user. 2. pwd pwd stands for Print Working Directory. It displays the current directory the user’s in. 3. ls ls is used to List fi...Aug 10, 2025·5 min read
thesudofiles.comUnderstanding the Linux File System Hierarchy - Linux SimplifiedWelcome to my Linux Simplified series! In this post, we're diving into one of the most fundamental concepts of Linux: the Filesystem Hierarchy Standard (FHS). Filesystem Hierarchy Standard (FHS) If you are familiar with Windows, you might know that t...Aug 6, 2025·4 min read