Jun 3Ansible Command Cheat Sheet For a Successful DevOpsFor a Successful DevOps, here’s a concise Ansible cheat sheet that summarizes some common commands and patterns: Ansible Core Commands: - ansible — Execute Ansible playbooks or modules on target hosts. - ansible-playbook — Run Ansible playbooks. - ansible-galaxy — Manage Ansible roles. - ansible-vault — Encrypt sensitive data in Ansible files. - ansible-doc —…Ansible Tutorial2 min readAnsible Tutorial2 min read
May 28Terraform Useful Commands You Should Know to Perform Deployment and ValidationHere are some useful commands in Terraform that you should know: 1. `terraform init`: This command initializes a new or existing Terraform working directory. It downloads the necessary provider plugins and sets up the backend configuration. 2. `terraform plan`: This command creates an execution plan for Terraform. It compares the…Terraform2 min readTerraform2 min read
Aug 14, 2021Most useful kubectl Command for Kubernetes Administrator or DeveloperKubectl is a command line tool which is use to manage Kubernetes clusters. Using kubectl tool, Administrator or Developer can perform day to day operations of container and cluster management. …Kubernetes3 min readKubernetes3 min read
Aug 11, 2021What is AWS Fargate and how to configure Fargate in AWS ?“AWS Fargate is a serverless compute engine for containers that works with Amazon Elastic Container Service and Amazon Elastic Kubernetes Service. Fargate makes it easy for you to focus on building your applications. …AWS4 min readAWS4 min read
Jun 26, 2021How to undo the last push in Git and revert a Git merge that hasn’t been migrated yetLet’s assumed you made a push, but now you need to revert this last push due to an error.How to do it correctly? Master branch This is usally happens when we works in git environment and need to undo the last push in Git. There are many commands that can…Github2 min readGithub2 min read
Jun 26, 2021PowerShell script to get all Azure VM status in multiple subscriptionsIn this article, I will show you a simple Powershell script to get all azure VM status in multiple subscriptions quickly. — Sometime we need the status of the virtual machines which are running in multiple subscriptions like Dev, Prod. Even you can check status on Azure portal itself but it is bit difficult to pull all VM status in one go. So let’s draft the easy and simple code to get…Azure Vm2 min readAzure Vm2 min read
Dec 24, 2020Workout Plan for Weight Loss in The 21st Century Part-1A lot of people really don’t know how to do a fat burning workout. And those who try weight training must do it every day. Because people like the new fitness weight trainers so much, we thought we’ll share the basic fat burning workout with you. It does take a…Weight Loss5 min readWeight Loss5 min read
Dec 12, 2020Effective Ways to Feel Happier and Harness Joy“The most wasted of all days is one without laughter.” ― Nicolas Chamfort Articles about happiness are confusing. Every one of them says different things. But sure, there are some that overlap. And with these overlapping ideas, we can draw a hypothesis about what really works. This article is an…Self4 min readSelf4 min read
Dec 3, 2020The Untold Story of A Mother Who Raised The Inventor of The Light BulbOne day, as a small child, Thomas Edison came home from school and gave a paper to his mother. He said to her, “Mom, my teacher gave this paper to me and told me only you are to read it. What does it say?” Her eyes welled with tears as…Teach Child How To Read3 min readTeach Child How To Read3 min read
Nov 8, 2020Git merge conflict issue, How to resolve conflict in Git merge?Git merge often you do and face conflict issue while doing git merge. Of course, it is possible to face such issue that is Git merge conflict, right? So how to resolve this in production or staging environment ? Don’t worry, I will show you “How to resolve git merge…Git1 min readGit1 min read