• 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

/usr/bin/python^M: bad interpreter: No such file or directory

itdoctor September 19, 2018 /usr/bin/python^M: bad interpreter: No such file or directory2018-09-19T06:31:42-05:00 General
it’s because the new line difference between Unix and windows , the easiest fix it run this command dos2unix filename  
Continue Reading

WordPress is slow: wp-captcha-booster – tech-banker-service

itdoctor September 13, 2018 WordPress is slow: wp-captcha-booster – tech-banker-service2018-09-13T12:11:32-05:00 General
I just found out that i could not access my wordpress today, i checked the server, everything looked good. i restarted the server, it’s still slow, there is no...
Continue Reading

Linux: crontab syntax check

itdoctor September 9, 2018 Linux: crontab syntax check2018-09-09T11:09:27-05:00 General
The folder / is used to store all cronjobs, the cronjob is saved on the file , the format is: minute hour day month dayofweek username command_to_run. There might...
Continue Reading

Ubuntu: Check disk heath – smartctrl and smartmontools

itdoctor August 26, 2018 Ubuntu: Check disk heath – smartctrl and smartmontools2018-08-26T15:36:04-05:00 General
smartctl is a nice tool to check your hard disk health – it will let you know how many hours your disk have been running , the hard disk...
Continue Reading

Perl: Diamon operator: <> , $_, the default variable

itdoctor August 21, 2018 Perl: Diamon operator: , $_, the default variable2018-08-21T04:24:04-05:00 Programming
The Diamond operator is almost exclusively used in a while-loop. It allows us to iterate over the rows in all the files given on the command line. Diamond –...
Continue Reading

Mysql: creating a new user and assign all permission to it

itdoctor August 20, 2018 Mysql: creating a new user and assign all permission to it2018-08-20T15:50:26-05:00 Database
i create this user for my backup script: GRANT ALL PRIVILEGES ON *.* TO 'mybackup'@'localhost' IDENTIFIED BY 'mybackuppassword'; GRANT SELECT ON *.* TO 'mybackup'@'localhost';  
Continue Reading

Infoblox: DHCP doesn’t update DNS

itdoctor August 6, 2018 Infoblox: DHCP doesn’t update DNS2018-08-06T09:41:14-05:00 General
In case a client doesn’t have DNS entry when it register with DHCP, it could be because the client just send the DHCP Renew request, DHCP renew will not...
Continue Reading

Apache: Cloudflare – Log the real ip

itdoctor July 31, 2018 Apache: Cloudflare – Log the real ip2018-07-31T13:51:04-05:00 General
Check this out: #mod_cloudflare Option 1: Installation from Packages Download the appropriate package to your web server and install it using your operating system’s ‘rpm’ or ‘dkpg’ commands. For...
Continue Reading

PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding

itdoctor July 19, 2018 PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding2018-07-19T15:10:35-05:00 Linux
PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() Fix: sudo apt-get install php-mbstring  
Continue Reading

Can’t start apache: Couldn’t start ErrorLog process

itdoctor July 19, 2018 Can’t start apache: Couldn’t start ErrorLog process2018-07-19T14:21:09-05:00 Linux
AH00089: Couldn’t start ErrorLog process ‘/usr/sbin/rotatelogs Fix: ln -s /usr/bin/rotatelogs /usr/sbin/rotatelogs  
Continue Reading
«‹2829303132›»

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