Archives for General - Page 12
Azure App Service (Web App) Journey
Azure App Service allows you to host your application on a managed environment. You select the environment/stack (Java, PHP,#8230;) , Azure will setup the environment for you by using...
My Azure DevOps Journey
Build vs Release : Build: you run it on a build server, this could be your default pool or agent pool (your self hosted pool) Release: it’s normally collect...
Will Symfony 2.3 works with PHP8 ?
# Will Symfony Work with PHP 8? As the PHP ecosystem evolves, developers often find themselves facing the challenge of ensuring their applications and frameworks remain compatible with...
Javasccript: Get all tag elements
A short script but it will help you to debug your javascript/automation issues:
Can’t start grafana after the installation
For some reason, i couldnt start grafana server after the installation I see the server keep trying starting, it stopped at PID file… Not sure what the reason why,...
Revive your bricked motherboard
One day, your computer stop working, here are some symptons: Power on , fans , lights working USB keyboard does not light up You are sure that your memory/cpu/graphics...
Bash file: Keep running a program until it’s successful
I’m trying to reflash my motherboard bios using ch341a tool, the utility i use is flashrom . What’s my challenge? the challenge to connect the tool to the bios,...
Selenium: print all span text
A short code to get all span text in your web page: span_list= await (("//span")); for(i=0;i<;i++) (await ())
Reducing your database load by caching your query
Some applications might have some extensive query which might take several seconds to response, some people said a few seconds isn’t a big problem. Now, let say you one...
Splunk – CPU Alert
If you use Splunk for Infrastructure – this CPU alert can be highly customizable . It’s not like other alert where all the values are static. Each host has...