Install podman on Redhat8 with error: libsubid.so.3()(64bit)
You might see this sudo yum -y install podman Updating Subscription Management repositories. Last metadata expiration check: 0:04:52 ago on Fri 22 Sep 2023 11:00:27 AM EDT. Error: Problem:...
Azure Monitor Alert: Metrics vs Log based alerts
Metric Logs are stateful are alert – which mean it will change the status to Fired/Resolved based on the metric condition. Metrics Alert is much cheaper than Log based...
Application Insights not working in Azure App Service Plan
– First, you need to make sure that you have enable App Insights in your App Service – Check the application insights log: – Login to Azure, got to...
DJI Battery (Ronin,Macvic Air..) battery not working
I just just bought a used Ronin M today, the owner said he had not used it for long time. I thought everything should be good. When i got...
MS Forms: Allow respondents to edit their response is greyed out
When you create a survey forms in MS Forms from a group – you realize that the option “Allow respondents to edit their response” is greyed out. If you...
Python2.7 on Splunk 9
We have a few addons not compatible with python3 and we need them to work with Splunk 9. Splunk 9 does not come with python2, that’s the challenge. How...
Splunk Json array parse
If your splunk data has json and it is an array with multiple key/values – use this trick here
PagerDuty-ServiceNow integration error: Cannot commit Update Set ‘pagerduty-v7.6’ because: Scope ‘x_pd_integration’ is not ‘Global’, not found in instance, but is found in app store. Install application from app store. Resolve the problem before committing.
I’m trying to install PagerDuty on ServiceNow, but i got this error Cannot commit Update Set ‘#8217; because: Scope ‘x_pd_integration’ is not ‘Global’, not found in instance, but...
Azure App Service Troubleshooting Guidelines
Today, i had to troubleshoot some performance issues on App Service Plan, i saw this documentation, it outlines some helpful troubleshooting hints. I learnt about the healcheck api today....
Git: Filename too long
I just got a new machine, it’s time to clone my git repository to this new machine. I think it will be just very simple, just use Visual Studio...