• 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

Linux : Delete files older than number of days

itdoctor September 30, 2019 Linux : Delete files older than number of days2019-09-30T13:01:01-05:00 Linux
We first need to list files that are older than number of days (5) find /Data/foldername -name *.mp4 -type f -mtime +5 -exec ls -lh {} \; If that...
Continue Reading

Find the kerberos server for your domain

itdoctor September 25, 2019 Find the kerberos server for your domain2019-09-25T01:25:41-05:00 General
The service record for ldap and kerberos are used to identify LDAP and Kerberos server for a domain in Active Directory. When you configure some authentication method, it might...
Continue Reading
General

Splunk – Custom Alert – Input Validation

itdoctor September 25, 2019 Splunk – Custom Alert – Input Validation2019-09-25T01:13:34-05:00 General
I built a customize alert, and there are some required fields on the form. User must provide data for these fields. When we build the alert with Addon Builder,...
Continue Reading

Ubuntu: How to execute a command at start up?

itdoctor June 16, 2019 Ubuntu: How to execute a command at start up?2019-06-16T02:52:47-05:00 General
There will come a time when you need to start some scripts at startup, but you don’t want to to create it as a service. This is to help...
Continue Reading

php 7 – session_set_save_handler

itdoctor April 14, 2019 php 7 – session_set_save_handler2019-04-14T14:46:17-05:00 General
session_set_save_handler(“open”, “close”, “read”, “write”, “destroy”, “gc”); function read($id) { //if we can’t find the data for this session, we must return ” (empty string) , can’t return false return...
Continue Reading

Apache: too many sending reply (W) – server is busy

itdoctor March 8, 2019 Apache: too many sending reply (W) – server is busy2019-03-08T16:00:02-05:00 General
This is mostly because the script is hang at some point , the server still keeps the connection, this will end up where server can’t accept new connection. This...
Continue Reading

Python: paramiko – AuthenticationException: Authentication failed

itdoctor February 26, 2019 Python: paramiko – AuthenticationException: Authentication failed2019-02-26T05:36:15-05:00 Programming
Continue Reading

How to see a list of available php7 package to install

itdoctor December 28, 2018 How to see a list of available php7 package to install2018-12-28T04:54:36-05:00 General
You can run this command:
Continue Reading

PHP7.2: How to install mcrypt extension

itdoctor December 28, 2018 PHP7.2: How to install mcrypt extension2018-12-28T04:53:31-05:00 General
mcrypt extension is an interface to the mcrypt cryptography library. mcrypt is included in php5 to  , but it’s removed from . The instructions below help you...
Continue Reading

git ignore certificate error

itdoctor December 12, 2018 git ignore certificate error2018-12-12T05:13:34-05:00 General
git clone -c
Continue Reading
«‹2526272829›»

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