Skip to content
Daily IT Help

My daily IT journal

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

    PHP: command line options

    December 31, 2019 - By itdoctor

    Supposed that you have a command line like this:   How do you get that options in php?  Please note…

    Read More
  • General

    Python: parse_qsl and semi colon (;)

    December 30, 2019 - By itdoctor

    let say you have a query string ?var1=test;abc&var2=ok when you use function parse_qsl to parse query to get the variable…

    Read More
  • General

    Python – BaseHTTPServer – override some default method

    December 30, 2019 - By itdoctor

    When you start to write your own http python server, the easiest way is to start with with BaseHTTPServer class.…

    Read More
  • General

    Block port 111 from outside

    December 30, 2019 - By itdoctor

    Somehow my server opens port 111, i don’t have time to investigate which program is opening that port, my quick…

    Read More
  • General

    Sitespeed Selenium Script – Availability Monitoring

    December 30, 2019 - By itdoctor

    When it comes to web monitoring, we normally use Curl to accomplish it. But things getting more complex such password…

    Read More
  • General - Linux

    Redhat SELilnux – Docker – volume – permission denied

    December 25, 2019 - By itdoctor

    I have a folder like this: total 4.0K -rwxrwx---. 1 root vboxsf 101 Dec 25 08:03 notes.txt drwxrwx---. 1 root…

    Read More
  • General - Linux

    Install Redhat Server on MacOS with Virtualbox

    December 24, 2019 - By itdoctor

    Having some spare time during Christmas, i spent sometime to install Redhat on my Imac 2011. I followed this guides:…

    Read More
  • Apple - General

    Imac 2011 – GPU issue

    December 22, 2019 - By itdoctor

    Is your iMac 2011 working? is it too hot? You are so lucky. But you need to keep it cooler…

    Read More
  • General - Linux

    Curl – NTLM Support

    December 13, 2019 - By itdoctor

    I’m using Curl 7.5.x, but somehow when i use the –ntlm option, the server seems not accepted. After many tries,…

    Read More
  • General

    Python3 – simple script to watch CPU usage

    December 5, 2019 - By itdoctor

    yum install gcc python3-devel yum install python3 pip3 install psutil Command: watch -n 2 python3 cpu.py def tell_system_status(): import psutil…

    Read More
 Older Posts
Newer Posts 

Categories

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