BLOG

Latest Articles

How to PROPERLY list remote branches in git

Different methods and examples to properly list remote branches in git. You can either use git branch with -r or -a argument. Alternatively use git show branch …

By stevealila · 6 min read · GIT

Azure Site Recovery (ASR) Tutorial [Step-by-Step]

Step by Step instructions to learn about Azure Site Recovery (ASR). Practical example by performing a site recovery using a VM in Microsoft Azure with …

By sahilhulage · 5 min read · Azure

Remove Directory in Linux PROPERLY & SAFELY

In this tutorial I have shared the commands and examples to remove directory in Linux properly without loosing any data. Delete directories and sub directories …

By admin · 5 min read · Linux

Master ip route command to Conquer Network Challenges

Cheat Sheet and examples to use ip route command in Linux to add, delete, modify any routes for runtime changes. The changes performed by ip route command are …

By rohantimalsina · 11 min read · CheatSheet