• Home
  • My Free Tools
    • Creating a server with PHP
  • About me

Daily IT Help

My daily IT journal

  • Apple
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Windows

Bash file: Keep running a program until it’s successful

itdoctor December 8, 2022 Bash file: Keep running a program until it’s successful2022-12-08T02:00:33+00:00 General No Comment
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,...
Continue Reading

Selenium: print all span text

itdoctor December 5, 2022 Selenium: print all span text2022-12-06T02:22:17+00:00 General No Comment
A short code to get all span text in your web page: span_list= await (("//span")); for(i=0;i<;i++) (await ())
Continue Reading

Reducing your database load by caching your query

itdoctor October 29, 2022 Reducing your database load by caching your query2022-10-29T11:38:01+00:00 General No Comment
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...
Continue Reading

Splunk – CPU Alert

itdoctor October 28, 2022 Splunk – CPU Alert2022-10-28T18:46:21+00:00 General No Comment
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...
Continue Reading

Web automation – is it easy?

itdoctor October 27, 2022 Web automation – is it easy?2022-10-27T02:46:13+00:00 General No Comment
Well, your quick answer could be yes, it’s pretty simple. All you need is to a little Selenium experience. We’ll that’s correct when you start with some simple stuff,...
Continue Reading

no route to host

itdoctor October 17, 2022 no route to host2022-10-17T19:03:58+00:00 General No Comment
Continue Reading

Socks proxy through SSH via jump server

itdoctor August 31, 2022 Socks proxy through SSH via jump server2022-11-22T20:43:56+00:00 General No Comment
Step1: Login to jump server:     ssh -L :8080:8080 [email protected]_server Step2: On jump server: ssh -D8080 [email protected]_server1 Step3: Change browser socks proxy using socks5: :8080 All in one command: ...
Continue Reading

Fixing: /libcurl.so.4: no version information available

itdoctor August 10, 2022 Fixing: /libcurl.so.4: no version information available2022-08-10T18:34:23+00:00 General No Comment
Error: /usr/local/: no version information available (required by php) Fix:
Continue Reading

IIS trace the error log

itdoctor May 6, 2022 IIS trace the error log2022-05-06T13:58:23+00:00 General No Comment
If you application is experiencing some 500 error code , but your log doesn’t show any exceptions – i would suggest we enable “Failed Request Log” in IIS –...
Continue Reading

Powershell: Out-file – Filesize is double

itdoctor March 26, 2022 Powershell: Out-file – Filesize is double2022-03-26T10:54:35+00:00 General No Comment
I have been struggling with my powershell script , i write a content variable to a file using Out-File $ | Out-File -FilePath $cookie_file What’s wrong with this? i...
Continue Reading
‹1234›»

Recent Posts

  • Splunk:command.mvexpand: output will be truncated at 300 results due to excessive memory usage. Memory threshold of 500MB as configured in limits.conf / [mvexpand] / max_mem_usage_mb has been reached.
  • Sitespeed – a script to wait for text
  • Git: some folders not committed
  • Azure Web App: Running PHP7
  • Azure Pipelines: App Service Deploy empty
Copyright © 2023. Daily IT Help
Mesocolumn Theme by Dezzain