Day 8/90 Days-of-DevOps challengeThe Power of Loops in DevOps Using Linux As a DevOps engineer, you need to automate tasks to save time and improve efficiency. One way to do this is by using loops in your shell scripts. Loops allow you to execute the same code block multiple times, ...Apr 1, 2023·3 min read
Day 6/90 Days-of-DevOps challengeA Beginner's Guide to Package Management in DevOps with Linux Are you new to DevOps and struggling with managing packages in Linux? Don't worry, you're not alone. Package management is a crucial part of any DevOps workflow, and Linux offers powerful ...Mar 29, 2023·3 min read
Day 5/90 Days-of-DevOps challengeHello everyone! Are you tired of performing repetitive tasks on your Linux system? Do you want to automate your workflow and save time? Look no further than shell scripting! Shell scripting allows you to automate complex and time-consuming tasks by w...Mar 28, 2023·3 min read
Day 5/90 Days-of-DevOps challengeAWK COMMAND IN LINUX AWK is a command-line tool and a programming language used in Linux and other Unix-based operating systems. It is mainly used for text processing, data extraction, and reporting. SYNTAX-awk options 'pattern {action}' file -option...Mar 28, 2023·2 min read
Day 1/90 Days-of-DevOps challengeIf you are new to Linux, one of the key concepts to understand is permissions. Permissions define who can access, modify, and execute files and directories on a Linux system. There are three types of permissions: owner, group, and others. In this blo...Mar 27, 2023·2 min read