DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
https://projects.prodevopsguytech.com // https://blog.prodevopsguytech.com • We post Daily Trending DevOps/Cloud content • All DevOps related Code & Scripts uploaded • DevOps/Cloud Job Related Posts • Real-time Interview questions & preparation guides
Show more📈 Analytical overview of Telegram channel DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning
Channel DevOps & Cloud (AWS, AZURE, GCP) Tech Free Learning (@prodevopsguy) in the English language segment is an active participant. Currently, the community unites 16 318 subscribers, ranking 7 977 in the Technologies & Applications category and 25 792 in the India region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 16 318 subscribers.
According to the latest data from 07 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 166 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
- Thematic interests: Content is focused on key topics such as devops, docker, terraform, kubernete, git.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“https://projects.prodevopsguytech.com // https://blog.prodevopsguytech.com
• We post Daily Trending DevOps/Cloud content
• All DevOps related Code & Scripts uploaded
• DevOps/Cloud Job Related Posts
• Real-time Interview questions & preparation guid...”
Thanks to the high frequency of updates (latest data received on 08 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
git init - Initialize a new Git repository.
2. git clone <repository> - Clone an existing Git repository.
3. git config --global user.name "<Your Name>" - Set your username for Git.
4. git config --global user.email "<your_email@example.com>" - Set your email address for Git.
5. git status - Check the status of your repository.
6. git add <file> - Stage a file for the next commit.
7. git add . - Stage all changes in the current directory and subdirectories.
8. git commit -m "<commit_message>" - Commit changes with a meaningful commit message.
9. git log - Display a log of all commits made to the repository.
10. git branch - List all branches in the repository.
11. git checkout <branch> - Switch to a different branch.
12. git merge <branch> - Merge changes from another branch into the current branch.
⚡️Git Branching Commands:
1. git branch <new_branch> - Create a new branch.
2. git branch -d <branch> - Delete a branch.
3. git branch -m <old_branch> <new_branch> - Rename a branch.
4. git checkout -b <new_branch> - Create a new branch and switch to it.
⚡️Git Remote Commands:
1. git remote add <name> <url> - Add a remote repository.
2. git remote remove <name> - Remove a remote repository.
3. git remote rename <old_name> <new_name> - Rename a remote repository.
4. git fetch <remote> - Fetch changes from a remote repository.
5. git push <remote> <branch> - Push changes to a remote repository.
6. git pull <remote> <branch> - Pull changes from a remote repository.
⚡️Git Merge and Conflict Resolution Commands:
1. git merge <branch> - Merge changes from another branch into the current branch.
2. git merge --abort - Abort a merge operation.
3. git merge --continue - Continue a merge operation after resolving conflicts.
4. git status - Check the status of your repository during a merge operation.
⚡️Git Tagging Commands:
1. git tag <tag_name> - Create a lightweight tag.
2. git tag -a <tag_name> -m "<tag_message>" - Create an annotated tag.
3. git tag -d <tag_name> - Delete a tag.
4. git tag -l - List all tags in the repository.
⚡️Git Reset and Revert Commands:
1. git reset <commit> - Reset your repository to a specific commit.
2. git reset --hard <commit> - Reset your repository to a specific commit and discard all changes.
3. git revert <commit> - Revert changes made by a specific commit.
4. git revert --no-commit <commit> - Revert changes made by a specific commit without committing the changes.
⚡️Git Stash Commands:
1. git stash - Stash changes in your repository.
2. git stash list - List all stashed changes.
3. git stash apply - Apply stashed changes to your repository.
4. git stash drop - Delete a stashed change.
5. git stash pop - Apply and delete a stashed change.
⚡️Git Submodule Commands:
1. git submodule add <repository> - Add a submodule to your repository.
2. git submodule init - Initialize a submodule.
3. git submodule update - Update a submodule.
4. git submodule status - Check the status of a submodule.
5. git submodule summary - Summarize changes made to a submodule.
⚡️Git Cherry-Pick Commands:
1. git cherry-pick <commit> - Apply changes made by a specific commit to your current branch.
2. git cherry-pick --abort - Abort a cherry-pick operation.
3. git cherry-pick --continue - Continue a cherry-pick operation after resolving conflicts.
⚡️Git Rebase Commands:
1. git rebase <branch> - Rebase your current branch onto another branch.
2. git rebase --abort - Abort a rebase operation.
3. git rebase --continue - Continue a rebase operation after resolving conflicts.
4. git rebase -i <commit> - Interactively rebase changes made since a specific commit.
⚡️Git Diff Commands:
1. git diff - Display differences between your working directory and the staging area.
2. git diff --cached - Display differences between the staging area and the last commit.
📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 {
𝗿𝗲𝗾𝘂𝗶𝗿𝗲𝗱_𝗽𝗿𝗼𝘃𝗶𝗱𝗲𝗿𝘀 {
𝗮𝘇𝘂𝗿𝗲𝗿𝗺 = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
}
}
🔹 required_providers → Specifies the provider (azurerm).
🔹 source → HashiCorp’s Azure provider.
🔹 version → Ensures compatibility (optional but recommended).
2️⃣ 𝗣𝗿𝗼𝘃𝗶𝗱𝗲𝗿 𝗮𝘇𝘂𝗿𝗲𝗿𝗺 𝗕𝗹𝗼𝗰𝗸 → 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀 𝗕𝗹𝗼𝗰𝗸 + 𝗦𝘂𝗯𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻 𝗜𝗗
After defining the provider, we configure its details.
✅ Example:
𝗽𝗿𝗼𝘃𝗶𝗱𝗲𝗿 "𝗮𝘇𝘂𝗿𝗲𝗿𝗺" {
𝗳𝗲𝗮𝘁𝘂𝗿𝗲𝘀 {} # 𝗥𝗲𝗾𝘂𝗶𝗿𝗲𝗱
𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻_𝗶𝗱 = "𝘆𝗼𝘂𝗿-𝘀𝘂𝗯𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻-𝗶𝗱" # 𝗢𝗽𝘁𝗶𝗼𝗻𝗮𝗹
}
🔹 features {} → Required (even if empty).
🔹 subscription_id → Specifies which Azure subscription to use (if needed).
💡 Without subscription_id, Terraform will use the default Azure subscription from az login.
3️⃣ 𝗡𝗼𝘄, 𝗹𝗲𝘁’𝘀 𝗱𝗲𝗽𝗹𝗼𝘆 𝗮 𝘀𝗶𝗺𝗽𝗹𝗲 𝗔𝘇𝘂𝗿𝗲 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲 𝗚𝗿𝗼𝘂𝗽 𝘂𝘀𝗶𝗻𝗴 𝗧𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺
✅ Example:
resource "azurerm_resource_group" "my_rg" {
name = "MyResourceGroup"
location = "East US"
}
🔹 resource → Declares a resource to be created.
🔹 azurerm_resource_group → Specifies the Azure Resource Group service.
🔹 my_rg → Local Terraform name (used for referencing).
🔹 name → The actual resource group name in Azure.
🔹 location → The Azure region where it will be deployed.
4️⃣ 𝗧𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 𝗘𝘅𝗽𝗹𝗮𝗻𝗮𝘁𝗶𝗼𝗻 🏗
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗶𝗻𝗶𝘁 → Initializes Terraform in the working directory (downloads provider plugins, sets up backend).
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗳𝗺𝘁 → Formats Terraform code for readability and best practices.
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝘃𝗮𝗹𝗶𝗱𝗮𝘁𝗲 → Checks for syntax errors and verifies the configuration is valid.
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗽𝗹𝗮𝗻 → Shows the execution plan without applying changes.
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗮𝗽𝗽𝗹𝘆 → Deploys or updates infrastructure resources.
🔹 𝘁𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺 𝗱𝗲𝘀𝘁𝗿𝗼𝘆 → Deletes all managed infrastructure resources.install_devops_tools.log for easier debugging.
🔹 Smart Install Checks – Skips reinstalling tools if they are already installed.
🔹 Newly Supported Tools – ArgoCD, FluxCD, Trivy, k9s, and Podman now included! 🎯
💡 Windows Users? We Got You!
✅ Fixed Unicode Issues in PowerShell Script
✅ Improved input validation & error handling
✅ Resolved GitLab Runner encoding problems
📢 Upgrade Now & Automate Like a Pro!
👉 Clone the repo:
git clone https://github.com/NotHarshhaa/devops-tool-installer.git
👉 Run the script:
bash install_devops_tools.sh👉 Don’t forget to share your own DevOps experiences in the comments!📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
ls: List directory contents.
cd: Change directory.
pwd: Print working directory.
mkdir: Create a new directory.
rm: Remove files or directories.
cp: Copy files or directories.
mv: Move or rename files or directories.
2️⃣. User and Permission Management:
useradd: Add a new user.
passwd: Set or change user passwords.
chown: Change file ownership.
chmod: Modify file permissions.
su: Switch user.
sudo: Execute commands with superuser privileges.
3️⃣. Process and Service Management:
ps: Display running processes.
top: Monitor system processes.
kill: Terminate processes.
systemctl: Manage system services (systemd-based systems).
service: Manage services (init-based systems).
4️⃣. Networking and System Monitoring:
ifconfig or ip: Configure network interfaces.
netstat: Display network statistics.
ping: Test network connectivity.
df: Show disk space usage.
free: Display memory usage.
uptime: Show system uptime.
Remember that this is just a starting point, and there are many more Linux commands and utilities. Feel free to explore and deepen your knowledge as you work with Linux in your DevOps journey! 🐧 🚀➡️Reference links: [1] [2] [3] [4] 📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
index.html
🔹 Restarting Nginx after deployment
🔹 New test phase to verify Nginx is running 🚀
✔️ Refined `install_nginx.sh` – Now idempotent & handles errors better
✔️ Updated `start_nginx.sh` – Ensures Nginx is installed before starting & uses systemctl
✔️ Better Logging & Status Checks – More visibility & automatic service management
📱 Check out the latest updates:: https://github.com/NotHarshhaa/AWS-DevOps_Real-Time_Deployment💡 Master a full-scale DevOps project from scratch!This project is divided into two parts for better understanding and execution: 🔹 Part 1/2: ✅ Set up the local environment using VirtualBox & Vagrant ✅ Create and initialize 5 Virtual Machines for: - MySQL (Database) - Memcache (Caching) - RabbitMQ (Message Broker) - Tomcat (Application Server) - Nginx (Web Server) 🔹 Part 2/2 (Final Part): ✅ Configure each VM with the required services ✅ Deploy the digiprofile-project step by step: - Clone the repo - Build & compile the application - Deploy it across the infrastructure ✅ Verify the setup via terminal & browser
🔥 A must-follow hands-on project for DevOps engineers, covering provisioning, deployment, and automation!❤️🔥 Share with friends and learning aspirants ❤️🔥
📣 Note: Fork this Repository 🧑💻 for upcoming future projects, Every week releases new Project.📱 𝗙𝗼𝗹𝗹𝗼𝘄 @prodevopsguy 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐬𝐮𝐜𝐡 𝐜𝐨𝐧𝐭𝐞𝐧𝐭 𝐚𝐫𝐨𝐮𝐧𝐝 𝐜𝐥𝐨𝐮𝐝 & 𝐃𝐞𝐯𝐎𝐩𝐬!!! // 𝐉𝐨𝐢𝐧 𝐟𝐨𝐫 𝐃𝐞𝐯𝐎𝐩𝐬 𝐃𝐎𝐂𝐬: @devopsdocs
