Author: Shan

Renaming a Azure Subscription

It’s possible to rename a subscription in Azure. By default whenever a subscription is created, it will be named as “Pay-As-You-Go”. You can rename the subscription to any name of your choice. The subscription...

Azure DevOps Organization vs Project

Azure DevOps Organization is nothing but a collection of projects and it generally begins with url like https://dev.azure.com/orgname. There might be one or more projects inside an Azure DevOps organization and each project inside...

Cycle Time vs Lead Time in Azure DevOps

Cycle Time and Lead Time are different kind of metrics that enables us to calculate how the team is performing well in completing their assigned workitems such as requirements, bugs and tasks. The goal...

Renaming a branch in Azure DevOps

In Azure DevOps we can have different branches, but sometimes we might need to rename a branch as the name might not be reflecting the current code we are working or due to some...

Sort all file sizes in a directory in Linux

We can use multiple commands like ls, du to sort all the files by size in a directory of Linux system. The trick here is to pass some additional arguments along with ls and...

 How to get the actual directory size using du?

There are different commands like du, find as well as different methods you can use to get actual directory size in a Linux/Unix system. But these commands have some advantages and disadvantages also.. Let...