• 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

How to check if your PHP support TLS V1.2?

itdoctor April 1, 2016 How to check if your PHP support TLS V1.2?2016-04-01T03:22:27-05:00 Linux
Run this script to see your SSL Version <?php $ch = curl_init(''); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = curl_exec($ch); curl_close($ch); $json = json_decode($data); echo $json->tls_version; ?>   If you want...
Continue Reading

Upgrade Ubuntu 10.04 to 12.04.1

itdoctor March 15, 2016 Upgrade Ubuntu 10.04 to 12.04.12016-03-22T11:36:22-05:00 Linux
Ubuntu is quite old, you can’t just upgrade it right away using do-release-upgrade, you should try the following steps: sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install...
Continue Reading

Delphi 7 & Windows 7 UAC

itdoctor March 9, 2016 Delphi 7 & Windows 7 UAC2016-03-09T09:54:39-05:00 Programming
Do you still love working with Delphi 7? I do. Delphi 7 is quite old and there are many features on the new Windows 7 that it’s not able...
Continue Reading

PHP Can’t write /tmp folder , TCPDF ERROR: Can’t open image file: /tmp/

itdoctor February 27, 2016 PHP Can’t write /tmp folder , TCPDF ERROR: Can’t open image file: /tmp/2016-02-27T01:05:58-05:00 Programming
Make sure your open_basedir is off , also the safe_mode should be off
Continue Reading

Adding wordpress header from outside wordpress

itdoctor January 25, 2016 Adding wordpress header from outside wordpress2016-01-25T00:08:08-05:00 Programming
<?php require(''); ?> <?php get_header(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Transitional//EN" " "> <html xmlns=""> <head profile=""> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo ('charset'); ?>" />...
Continue Reading

Override WordPress .htaccess file

itdoctor January 25, 2016 Override WordPress .htaccess file2016-01-25T00:05:04-05:00 General
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/(file|member|photo) RewriteRule . RewriteRule ^member/(+)/ $1 RewriteRule ^file/(+)/(.+)? $1 RewriteRule ^photo/(+)/(+)/(.+)? $1&ref_id=$2&photo=1
Continue Reading

Configure SMTP to listen another port with WHM

itdoctor January 20, 2016 Configure SMTP to listen another port with WHM2016-01-20T03:17:26-05:00 Linux
Due to the number of spammers using port 25 to send emails, many large ISPs has blocked this port from their network. This means if your client is behind...
Continue Reading

Microsoft Office: Powerpoint is very slow to load some documents

itdoctor January 14, 2016 Microsoft Office: Powerpoint is very slow to load some documents2016-01-14T09:49:16-05:00 General
A user came to me with this laptop, he said his powerpoint is not working, when he open an existing powerpoint, it’s very slow to load that powerpoint. I...
Continue Reading

Start Samba server

itdoctor January 1, 2016 Start Samba server2016-01-01T02:53:15-05:00 Linux
/ start -> sometimes it’s not working service smbd start -> working well
Continue Reading

Good Recovery software

itdoctor December 31, 2015 Good Recovery software2015-12-31T10:04:51-05:00 General
If you are looking for a good software to recover files, this is a good software: DMDE – DM Disk Editor and Data Recovery Software I have successfully...
Continue Reading
«‹3637383940›»

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