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… Read More »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… Read More »Disk space in tmp directory in Linux
“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… Read More »Partition used and available size
Though du is useful in counting the file and directory as well as seeing how much space is occupied by a directory in a Linux… Read More »Using du to count number of files in Linux
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… Read More »Total Disk usage for a particular user
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… Read More »Azure DevOps Health Dashboard
Dashboards also has a markdown widget by which you can add your own HTML content as well as any webpage url that allows iframe can… Read More »Adding HTML or Webpages to Azure DevOps Dashboards
Directory size in CentOS or in any other linux system such as RHEL or Ubuntu can be found by using du (Disk usage command). “du”… Read More »Directory size in CentOS
As you know, “du” command (du for Disk Usage) can be used to get the list of directories along with other details. But the biggest… Read More »du only for Directories
We have seen about how to delete a repository in Azure DevOps. When there are too many branches., it becomes necessary to delete branches &… Read More »How to delete a branch in Azure DevOps Repository?
There are different ways in which you can file hidden directories in Linux. Sometimes it’s necessary to find those directories to see the amount of… Read More »Finding Hidden Directories in Linux