Saturday, October 23, 2021

Setup Laptop for developers - Ubuntu


The system setup is an integral part of the day-to-day life of any developer. After all, we spend more than half of our wake-up time in front of the system. 

So it is necessary to make sure that we have set up the system to be as productive and functional as possible. 

Steps:
  • Install Ubuntu operating system
  • Install Git
  • Install ZSH follow this blog 

Azure AKS - Diag Logs - KQL

AzureDiagnostics | where Category == "kube-audit" | summarize requests = count() by bin(TimeGenerated, 5m), userAgent_s | orde...