Directory size in CentOS
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” command not only lists the size of directories, it...
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” command not only lists the size of directories, it...
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 problem is du would also list all the files...
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 disk space that is being occupied by them. To...
Azure DevOps also gives you the ability to display an external webpage in the Dashboard via an iframe Widget. Before adding this widget, we have to remember the url should have a valid SSL...
This issue occurs when you are trying to a built a .NET Core app with specific runtime version such as winx-64 or win10-64 or winx-32 or win10-32. The error might be displayed as shown...
Sometimes when you are trying to deploy a .NET Core App into an IIS server you may encounter an issue like this when you are trying to access the website. The most common reasons...
CodeSearch is an extension that allows you to search the code repositories in a organization. This also enables users to search for code in the different repos in a project. Sometimes when you have...
In Azure DevOps you would be able to create an either team or project dashboard as we have seen earlier. If you are looking to setup a Dashboard for Multiple Teams (Not all the...
Though Azure DevOps doesn’t have a feature to see data from multiple projects in a single Dashboards, there are some workarounds which can be done to see these data from different projects in a...
Dashboards be it Project or Team can be edited only the Project or Team admins in Azure DevOps. But you can also give permissions to certain users to edit the Dashboard. To give edit...