Skip to content
Daily IT Help

My daily IT journal

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

    Python: Setting Timeout in Oracle function – cx_Oracle.connect

    May 1, 2024 - By itdoctor

    self.connection = cx_Oracle.connect( args.user, args.password, args.dsn) To fix this , create an environment TNS_ADMIN and save file sqlnet.ora , add…

    Read More
  • General

    Cloudflare bots detection

    April 13, 2024 - By itdoctor

    Cloudflare use several methods to detect if it’s a human or a bot:– SSL order – there is a different…

    Read More
  • General

    Telegraf-ActiveMQ-Artemis

    April 11, 2024 - By itdoctor

    ActiveMQ has 2 version: AciveMQ and (Apache or Redhat ActiveMQ) The configuration below is for Apache ActiveMQ

    Read More
  • General

    Docker Curl error

    April 3, 2024 - By itdoctor

    Fix;– Adding seccomp=unconfined to your docker run commandor add this in your docker-compose security_opt:– seccomp:unconfined

    Read More
  • General

    Top 10 SQL metrics to monitor

    March 12, 2024 - By itdoctor

    1. SQLServer: Buffer Manager: Buffer cache hit ratioThe buffer cache hit ratio counter represents how often SQL Server is able…

    Read More
  • General

    Azure Monitor: Get All Diagnostic Settings

    February 27, 2024 - By itdoctor

    Read More
  • General

    Test TCP connection without telnet or nc

    February 23, 2024 - By itdoctor

    It’s simple $ timeout 1 bash -c '< /dev/tcp/google.com/80' $ echo $? 0  

    Read More
  • General - Monitoring

    Issues when upgrading to Grafana v10.3.1

    February 22, 2024 - By itdoctor

    As you know we can use the variable in some of the format such as : [[variable]]$variable${variable} When upgrading to…

    Read More
  • General

    Canon 70-200mm 2.8 IS – Auto focus not working – It’s hunting

    February 18, 2024 - By itdoctor

    I recently bought a used Canon 70-200mm F2.8 IS . The lens is in good condition, but it has an…

    Read More
  • General

    Block by X-Forwarded-For in .htaccess

    February 7, 2024 - By itdoctor

    Read More
 Older Posts
Newer Posts 

Categories

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