top-10-scripting-languages-in-devops

Top 10 Scripting Languages in DevOps – 2021

Software engineers and IT professionals often get confused when it comes to learn which programming or scripting language is good for their career as a DevOps engineer? This has led…

Read more »
bash-or-ssh-into-a-running-container

How to get bash or ssh into a running container in background mode?

How to get bash or ssh into a running container in background mode? Step 1: First of all, try to find your active container by running # docker ps or…

Read more »
shell-bash-scripting-training

Shell Scripting (Bash) Training | Bash/Shell Scripting Course

Introduction Introduction Why Shell Scripting? Linux Internal What to Expect From This Course? Prerequisites Git fundamental Introduction of git Git setup Basic operations in git Github Summary A First Look…

Read more »
bash-aliases-for-git

Git alias commands collection for faster easier

BASH aliases for GIT Following BASH aliases can be used in ~/.BASHRC alias g = “git status” alias ga = “git add” alias gaa = “git add .” alias gc…

Read more »
shell-script-parameters

Understand Shell Script Parameters – Reference

A parameter is an entity that stores values. It can be a name, a number or some special characters. Bash shell provides two kind of parameters. Positional Parameter and Special…

Read more »