SSShubham Salunkeinfirst-week-of-90daysdevops-challenge.hashnode.dev·Feb 28, 2025 · 2 min readWeek 4: Git and GitHub ChallengeTask 1: Fork and Clone the Repository Forked the repository Fork successfully completed! Cloning the repository Successfully cloned! Task 2: Initialize a Local Repository and Create a File Set Up Your Challenge Directory: Inside the cloned...00
SSShubham Salunkeinfirst-week-of-90daysdevops-challenge.hashnode.dev·Feb 15, 2025 · 2 min readWeek 3 Challenge 1: User Account ManagementIntroduction: This challenge involves creating a robust Bash script to manage user accounts on a Linux system. The script allows administrators to perform essential user account tasks such as creation, deletion, password resets, and more, all from th...00
SSShubham Salunkeinfirst-week-of-90daysdevops-challenge.hashnode.dev·Feb 15, 2025 · 1 min readWEEK 2 Linux Hands-OnTask 1 : User & Group Management To create a user use command —> sudo useradd <user_name> To create a group use command —> sudo groupadd <group_name> To add user in a group use command —> sudo usermod -aG <group_name> <user_name> Set a password an...00
SSShubham Salunkeinfirst-week-of-90daysdevops-challenge.hashnode.dev·Jan 30, 2025 · 3 min readWEEK 1 Networking Fundamentals .....What is Internet? It is a global network of interconnected computers and devices that communicate using standardized protocols. It enables data exchange, online communication, and access to information from anywhere in the world. It involve the huge ...00