VirtualBox – remote display
Virtualbox supports remote display – it’s like console access. This is helpful if you can’t access the server via normal method like ssh or rdp. i found an issue...
Re-imaging: Zero touch
In this article i want to share how i setup the a zero touch deployment using network. Tools use: Windows 2022 Windows ISO Images DHCP server ( Add DHCP...
Tascam 122 Cassette Deck – Play stop after 2s
Here is the symptom: – You press play or forward or backward – it stops running after 2s. – If you press pause, you can see the tape spinning...
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 initial search | table SERVICES{}.* | eval respTable=mvzip('SERVICES{}.ServRespTime', 'SERVICES{}.ServiceShortName', "&&")...