Author: Shan

 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...

Markdown in Azure DevOps Dashboard

Markdown widgets allow you add your own text, images as well as links in Azure DevOps. This is another way of adding an image to Azure DevOps Dashboard whereas you can also add an...

LeadTime Chart in Azure DevOps Dashboard

Dashboards also has a Lead Time Widget which would display the time taken by the team to complete User Stories or Features or Epics. There are different ways in which you can configure the...

Disk space in tmp directory in Linux

We can use du command to check the space in tmp directory or any other directory in Linux by using some other additional parameters. The below commands can be used to display the free...

Partition used and available size

“df” command can be used to list the partition and also the free space that is available with each partition along with where it has been mounted. To see the list of partitions in...

Total Disk usage for a particular user

There are different commands like du, quota or find that can be run to find disk usage for a particular user. But those commands needs to be executed with particular parameters so that it...

Azure DevOps Health Dashboard

Azure DevOps has a separate health dashboard which can be viewed at https://status.dev.azure.com/ and it would display status of different Azure DevOps services in different geographies as shown below. Azure DevOps is currently hosted...