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

Daily IT Help

My daily IT journal

  • Apple
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Windows

How to relocate subversion to new url in Mac with SVNX

itdoctor March 22, 2012 How to relocate subversion to new url in Mac with SVNX2012-03-22T10:02:24+00:00 General No Comment
Svnx doesnt have interface to switch the svn repository from one url to another. If you change your url , or move your repository to a new url you...
Continue Reading

DriverIdentifier Checks for Driver Updates, Offers Easy Installs

itdoctor March 17, 2012 DriverIdentifier Checks for Driver Updates, Offers Easy Installs2012-03-17T05:02:33+00:00 General No Comment
DriverIdentifier is a desktop/webapp hybrid—install the program then launch it to scan your system for all device drivers then the program checks to see if there are new drivers...
Continue Reading

Php: Temp upload files not deleted

itdoctor March 16, 2012 Php: Temp upload files not deleted2012-03-16T17:02:39+00:00 Linux No Comment
Today, my server is out of disk and i see there are lot of files in /tmp , their names are phpXXXX , i know these  files are uploaded...
Continue Reading

Analyze your slow mysql query with “Explain”

itdoctor March 16, 2012 Analyze your slow mysql query with “Explain”2012-03-16T16:27:06+00:00 Programming No Comment
When you think your mysql is slow , the first step is to analyze your sql query with “Exlain” command. This is an example explain select * from table1...
Continue Reading

child pid XXXX exit signal File size limit exceeded (25) on apache log

itdoctor March 16, 2012 child pid XXXX exit signal File size limit exceeded (25) on apache log2012-03-17T05:03:45+00:00 Linux No Comment
Today I found that Apache on my server was very slow and a lot of child pid xxxx exit signal File size limit exceeded (25) errors in error_log. It...
Continue Reading

How to search large files on linux

itdoctor March 16, 2012 How to search large files on linux2012-03-16T06:17:42+00:00 Linux No Comment
You can use this command to search for files larger than 20MB on your linux box , change the number to meet your needs find / -type f -size...
Continue Reading

Want to create a survey

itdoctor March 15, 2012 Want to create a survey2012-03-15T08:15:40+00:00 General No Comment
I just tried this today , it’s really good , you can start with a free plan. This plan allows you to have upto 10 questions per survey and...
Continue Reading

Measuring time to execute PHP script

itdoctor March 15, 2012 Measuring time to execute PHP script2015-10-28T02:16:04+00:00 Programming No Comment
If I’m ever wondering how long my PHP scripts take to execute, I add this code to the start of my pages: <?php function getTime() { $a = explode (' ',microtime()); return(double) $a + $a; } $Start = getTime();...
Continue Reading

Hello world!

itdoctor March 14, 2012 Hello world!2015-10-28T02:16:16+00:00 General No Comment
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Continue Reading
«‹293031

Recent Posts

  • IIS trace the error log
  • Powershell: Out-file – Filesize is double
  • Sitespeed.io – The hidden option
  • Splunk: How to check data retention for an index?
  • Macbook – IPhone keep connecting/disconnecting?
Copyright © 2022. Daily IT Help
Mesocolumn Theme by Dezzain