How to check if your PHP support TLS V1.2?
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...
Upgrade Ubuntu 10.04 to 12.04.1
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...
Delphi 7 & Windows 7 UAC
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...
PHP Can’t write /tmp folder , TCPDF ERROR: Can’t open image file: /tmp/
Make sure your open_basedir is off , also the safe_mode should be off
Adding wordpress header from outside wordpress
<?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'); ?>" />...
Override WordPress .htaccess file
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
Configure SMTP to listen another port with WHM
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...
Microsoft Office: Powerpoint is very slow to load some documents
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...
Start Samba server
/ start -> sometimes it’s not working service smbd start -> working well
Good Recovery software
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...