Get Total size of hard drive in Linux without root permissions
Though there are different ways and different commands like du to find out the size of hard drives in Linux, sometimes without root permissions it's difficult to execute these commands…
Though there are different ways and different commands like du to find out the size of hard drives in Linux, sometimes without root permissions it's difficult to execute these commands…
There are multiple ways to find available free space on Ubuntu. This can be done by either using df or du commands as shown below. The simplest command that can…
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…
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…
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…
Azure DevOps allows you to import to repositories from any external repository into Azure Repos provided you have the required authentication to import the repo from that external website. In…
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…
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…
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…