• 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

Formatting large drive – like 3TB disk Ubuntu

itdoctor September 19, 2015 Formatting large drive – like 3TB disk Ubuntu2015-09-27T14:51:39-05:00 General
There was a blog post that I have used multiple times to format a drive at or over 3TB in size. Unfortunately the original blog post recently went offline...
Continue Reading

UTF8 – Database design notes

itdoctor September 15, 2015 UTF8 – Database design notes2015-09-15T07:27:28-05:00 Programming
Long time ago, when i design the database, i never think of the character set for my database. But recently, i have to work on some non-english language like...
Continue Reading

Using PHP / Google Translate foreign language to english

itdoctor September 11, 2015 Using PHP / Google Translate foreign language to english2015-09-11T06:08:01-05:00 Programming
Here is the code to utilize Google Translate to translate any text to English for free. /* this function translates chinese to english if you want to use this...
Continue Reading

Inserting Chinese or Other Non English character into mysql

itdoctor September 11, 2015 Inserting Chinese or Other Non English character into mysql2015-09-11T04:16:51-05:00 Programming
I have a Chinese text file that’s not encoded in UTF8 , it’s encoded with gb2312 . I have been struggling to insert it into mysql. When i copy...
Continue Reading

Mount.cifs cannot allocate memory mounting Windows share

itdoctor April 20, 2015 Mount.cifs cannot allocate memory mounting Windows share2015-04-20T10:32:17-05:00 General
Mounting a Windows (SMB) share on Ubuntu gives us a “cannot allocate memory” error. Executing a command like this: mount -t cifs //toad/Backup /media/backup -o user=username,password=password,iocharset=utf8,file_mode=0777,dir_mode=0777 We get an...
Continue Reading

Debugging Autofs problem, see where autofs log

itdoctor April 1, 2015 Debugging Autofs problem, see where autofs log2015-04-01T11:22:45-05:00 General
Debugging Autofs problem If you are having trouble automounting your file systems, want to check where the log that autofs being saved, it may be useful to run automount...
Continue Reading

Sound problem

itdoctor January 28, 2015 Sound problem2015-01-28T06:29:49-05:00 General
The automatic troubleshooter says “Audio device is disabled”, even though it’s not  
Continue Reading

nginx – upstream sent too big header while reading response header from upstream

itdoctor October 6, 2014 nginx – upstream sent too big header while reading response header from upstream2014-10-06T08:29:24-05:00 General
Modify your nginx configuration and change/set the following directives: proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k;
Continue Reading

Heartbleed fix for Ubuntu

itdoctor September 28, 2014 Heartbleed fix for Ubuntu2014-09-28T15:02:15-05:00 General
If your apt-get repositories don’t contains any precompiled  OpenSSL version, so just download sources from official website and compile it. Below the single command line to compiling and install the last openssl...
Continue Reading

Forbidden access after upgrading apache

itdoctor September 27, 2014 Forbidden access after upgrading apache2014-09-27T13:42:27-05:00 General
the new apache conf doesn’t use order ,allow command , so you need to remove it and use require all granted  Options -Indexes AllowOverride all # Order allow,deny #...
Continue Reading
«‹3940414243›»

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