Commonly Used Git Commands
Configuring Git Before using Git, you need to configure your user information, such as your name and email address. This information will be associated with your commits. git config --global…
15/04/2025
Overview This blog discusses an overall approach for monitoring very commonly encountered uscases e.g. performance monitoring for CPU, disk, network, port connections, service status for hybrid VMs that are connected to Azure ARC. Planning and Strategy for monitoring large scale hybrid servers Some of the recommendations around planning before…