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

Select Category:

Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me

PHP: command line options

itdoctor December 31, 2019 PHP: command line options2019-12-31T02:48:10-05:00 General
Supposed that you have a command line like this:   How do you get that options in php?  Please note the “:” in the option --url "" --proxy...
Continue Reading

Python: parse_qsl and semi colon (;)

itdoctor December 30, 2019 Python: parse_qsl and semi colon (;)2019-12-30T15:19:05-05:00 General
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 , you will see you have a several variables:...
Continue Reading

Python – BaseHTTPServer – override some default method

itdoctor December 30, 2019 Python – BaseHTTPServer – override some default method2019-12-30T14:40:06-05:00 General
When you start to write your own http python server, the easiest way is to start with with BaseHTTPServer class. there are many behavior that you want to customize...
Continue Reading

Block port 111 from outside

itdoctor December 30, 2019 Block port 111 from outside2024-10-30T20:54:54-05:00 General
Somehow my server opens port 111, i don’t have time to investigate which program is opening that port, my quick fix was to block that port from external
Continue Reading

Sitespeed Selenium Script – Availability Monitoring

itdoctor December 30, 2019 Sitespeed Selenium Script – Availability Monitoring2024-10-30T20:55:00-05:00 General
When it comes to web monitoring, we normally use Curl to accomplish it. But things getting more complex such password protection, single sign-on using Microsoft ADFS, these new authentication...
Continue Reading

Redhat SELilnux – Docker – volume – permission denied

itdoctor December 25, 2019 Redhat SELilnux – Docker – volume – permission denied2019-12-25T13:54:14-05:00 General
I have a folder like this: total -rwxrwx---. 1 root vboxsf 101 Dec 25 08:03 drwxrwx---. 1 root vboxsf 64 Dec 24 22:43 test drwxrwx---. 1 root...
Continue Reading

Install Redhat Server on MacOS with Virtualbox

itdoctor December 24, 2019 Install Redhat Server on MacOS with Virtualbox2020-04-10T13:49:53-05:00 General
Having some spare time during Christmas, i spent sometime to install Redhat on my Imac 2011. I followed this guides: It’s very straight forward, you don’t need to...
Continue Reading

Imac 2011 – GPU issue

itdoctor December 22, 2019 Imac 2011 – GPU issue2019-12-23T11:38:20-05:00 Apple
Is your iMac 2011 working? is it too hot? You are so lucky. But you need to keep it cooler otherwise you will have the same problem as me....
Continue Reading

Curl – NTLM Support

itdoctor December 13, 2019 Curl – NTLM Support2019-12-13T03:30:47-05:00 General
I’m using Curl , but somehow when i use the –ntlm option, the server seems not accepted. After many tries, i finally make it worked by install the curl...
Continue Reading
General

Python3 – simple script to watch CPU usage

itdoctor December 5, 2019 Python3 – simple script to watch CPU usage2019-12-05T15:44:38-05:00 General
yum install gcc python3-devel yum install python3 pip3 install psutil Command: watch -n 2 python3 def tell_system_status(): import psutil import platform import datetime os, name, version, _, _,...
Continue Reading
«‹2324252627›»

Search

Recent Posts

  • My AZ-104 Azure Administrator Associate Journey: From Real-World Experience to Exam Day
  • How to Monitor An Azure App Service Protected by EasyAuth
  • Oil Pressure Switch (Normal Closed or Normal Open)
  • A simple cronjobs to restart your apache server when it’s too busy
  • n8n webserver failed, exiting

Pages

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

Tags

    Copyright © 2026. Daily IT Help
    Mesocolumn Theme by Dezzain