Latest Articles
Decoding git remove remote [3 Different Ways]
3 different ways to perform git remove remote with multiple examples. The primary method is git remote remove . Alternatively, you can remove the entire .git …
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 …
Create S3 Static Website using Custom Domain [Step-by-Step]
Step by step instructions to create S3 static website using custom domain and SSL from AWS Certificate Manager.
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 …
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 …
