Skip to content
Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • General

    Selenium: print all span text

    December 5, 2022 - By itdoctor

    A short code to get all span text in your web page: [crayon-6864380c39cbf665964112/]

    Read More
  • General

    Reducing your database load by caching your query

    October 29, 2022 - By itdoctor

    Some applications might have some extensive query which might take several seconds to response, some people said a few seconds…

    Read More
  • General

    Splunk – CPU Alert

    October 28, 2022 - By itdoctor

    If you use Splunk for Infrastructure – this CPU alert can be highly customizable . It’s not like other alert…

    Read More
  • General

    Web automation – is it easy?

    October 27, 2022 - By itdoctor

    Well, your quick answer could be yes, it’s pretty simple. All you need is to a little Selenium experience. We’ll…

    Read More
  • General

    no route to host

    October 17, 2022 - By itdoctor

    Read More
  • General

    Socks proxy through SSH via jump server

    August 31, 2022 - By itdoctor

    [crayon-6864380c3a02d429064927/] Step1: Login to jump server:     ssh -L 127.0.0.1:8080:127.0.0.1:8080 user@jump_server Step2: On jump server: ssh -D8080 user@remote_server1 Step3: Change…

    Read More
  • General

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

    August 10, 2022 - By itdoctor

    Error: /usr/local/lib/libcurl.so.4: no version information available (required by php) Fix:

    Read More
  • General

    Reboot server script

    May 25, 2022 - By itdoctor

    # Reboot Server Script: Automating Server Restarts for Improved Uptime and Maintenance In any production environment, maintaining system uptime and…

    Read More
  • General

    IIS trace the error log

    May 6, 2022 - By itdoctor

    If you application is experiencing some 500 error code , but your log doesn’t show any exceptions – i would…

    Read More
  • General

    Powershell: Out-file – Filesize is double

    March 26, 2022 - By itdoctor

    I have been struggling with my powershell script , i write a content variable to a file using Out-File $data.jar_cookie_content…

    Read More
 Older Posts
Newer Posts 

Categories

  • Apple
  • Azure
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Splunk
  • Windows
Graceful Theme by Optima Themes