Day#5:Advanced Linux Shell Scripting for DevOps Engineers with User ManagementDec 19, 2024·6 min read
Setting Up Java Web Calculator with Maven and TomcatIntroduction This guide walks you through setting up a Java Web Calculator application using Maven, Git, and Apache Tomcat. Follow these steps to install dependencies, build the project, and deploy it on Tomcat. Why This Build Tool is Useful for Comp...Mar 23, 2025·3 min read
DevOps Day#3Basic Linux Commands with a Twist Welcome to Day 3 of Linux exploration! Today's task is all about mastering basic Linux commands with some creative twists to enhance your learning. Below are the commands for each task, explained step-by-step. Task 1...Nov 29, 2024·2 min read
DevOps Day#2Listing of basic Linux commands : Listing commands: List the sub directories and files avaiable in the present directory ls option_flag arguments Examples: List the files and directories in long list format with extra information ls -l Lis...Nov 27, 2024·2 min read