Skip to content
Daily IT Help

My daily IT journal

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

    How to hide your powerscript windows showing

    May 21, 2025 - By itdoctor

    We can wrap it on a VBscript file [crayon-684e1f1d51396387992478/]  

    Read More
  • General - Programming

    PHP: A simple function to remove duplicate word in a string

    May 5, 2025 - By itdoctor

    Read More
  • Azure - General - Programming

    A PowerShell script to show the diagnostic settings for AppInsights

    October 21, 2024 - By itdoctor

    You can modify the script based on your need:

    Read More
  • General - Programming

    Git clean up and working with remote branch

    January 26, 2024 - By itdoctor

    Discard all your local changes: git reset –hard HEAD git clean -d -f Check local and remote branch: git branch…

    Read More
  • General - Programming

    Hacking Cloudflare 100MB upload limit

    January 23, 2024 - By itdoctor

    If you are on free plan, you might realize that you can’t upload any files larger than 100MB. This is…

    Read More
  • General - Programming

    Git: Filename too long

    March 16, 2023 - By itdoctor

    I just got a new machine, it’s time to clone my git repository to this new machine. I think it…

    Read More
  • General - Programming

    Encryption / Decryption between PHP/Python

    December 30, 2020 - By itdoctor

    I need to share some data between PHP and Python in a secure way, this is what i found on…

    Read More
  • General - Monitoring - Programming

    Datadog – PHP – Adding client IP to your trace

    June 13, 2020 - By itdoctor

    When i use Datadog to collect tracer/span in our PHP , i realize that Datadog library does not collect the…

    Read More
  • General - Programming

    Puppeteer – URL Sequence (steps) monitor

    April 22, 2020 - By itdoctor

    With puppeteer, we normally visit a website, that website has a form for us to submit the data. In the…

    Read More
  • General - Programming

    PHP : HTTP Post with Curl

    October 8, 2019 - By itdoctor

    A sample function to use curl post data. $data=array() $data=array(); $data[“field1″]=”hello world”; $data[“user”]=”hello user”; curl_post($url,$data) function curl_post($url,$fields) { //open connection…

    Read More
 Older Posts

Categories

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