host ******* said: *** Service unavailable; Client host [****] blocked using zen.spamhaus.org; Error: open resolver;

host ******* said: ***
Service unavailable; Client host [****] blocked using
zen.spamhaus.org; Error: open resolver;


21/06/2023

creating eclipse icon on desktop in ubuntu linux

creating eclipse icon on desktop in ubuntu linux

creating eclipse icon on desktop in ubuntu linux 


29/07/2022

using eclipse on ubuntu for xampp htdocs

using eclipse on ubuntu for xampp htdocs

in this tutorial using eclipse for xampp folder htdocs 


29/07/2022

HTML Language code List

HTML Language code List

aa_DJ.UTF-8 UTF-8
aa_DJ ISO-8859-1
aa_ER UTF-8
aa_ER@saaho UTF-8

....


31/01/2018

List of PHP Language Locale Code

List of PHP language local code for countries

mr Marathi
bs Bosnian
ee_TG Ewe (Togo)
ms Malay

....


31/01/2018

Linux Command move all files in folder to another folder

Linux Command move all files in folder to another folder
  1. Linux Command move all files in folder to another folder

19/12/2017

Codeigniter 3 upper(ucwords) first letter of filename for libraries,controllers,models

Codeigniter 3 upper(ucwords) first letter of filename  for libraries,controllers,models

In this page updating PHP filename for "codeigniter version 3" explained

Starting with CodeIgniter 3.0, all class filenames (libraries, drivers, controllers and models) must be named in a Ucfirst-like manner or in other words - they must start with a capital letter

 

 


31/10/2017

Linux Command sed to replace word or phrases in file(s)

Linux Command sed explained in this page with examples


25/10/2017

Linux command Grep search and find words and phrases

Linux command Grep for searchn in files explained in this page


25/10/2017

Linux Command zip

Linux Command zip

In this blog i will explain how to zip files and folder in a current folder using Linux Command zip


24/10/2017

Linux command to list all installed php related packages

Linux command to list all installed php related packages

Below is the code linux command to list all php related packages  installed on the server 

dpkg --list | grep php | awk '/^ii/{ print $2}'

 


09/10/2017

Linux Commad Find (serach , change ,modfy, criteria ,recursive, file size)

Linux Commad Find (serach , change ,modfy, criteria ,recursive, file size)

Linux Commad Find (serach , change ,modfy, criteria ,recursive, file size)


25/09/2017

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

 


Database crash and recovery

1- delete  log files unnecessary in /var/log in order to create free space  that a case preventing mysqld to create mysql.sock file  (find big file size)

2- cd /var/lib/mysql then run " myisamchk *.MYI " to repair all databases

 


24/09/2017

PHP Excel date time format for php code to insert mysql database row timestamp format int

PHP Excel date time format for php code to insert mysql database row  timestamp format int

$rowData[0][2]= (($rowData[0][2] - 25569) * 86400);


10/02/2017

PHP preg_replace formatting telephone number script code

PHP preg_replace formating telephone number   (999) 123 4567


17/01/2017

Html input form shows image before uploads

Html input form shows image before uploads


11/01/2017

PHP Uploading Large Files

PHP Uploading Large Files

in Default PHP settings there is some constrait when posting  a form


22/12/2016

Facebook Google Twitter social media tags for social sharing

Facebook Google Twitter social media tags for social sharing

Facebook Google Twitter social media tags for social sharing


16/12/2016

Sql Table classification or categorization and update over a table using inner join

Sql Table classification or categorization over a table


14/11/2016

MySQL Fulltext Search

MySQL Fulltext Search

in this blog "MySQL Fulltext Search" exaplained  


12/11/2016

Empty trash large file by using mac terminal code

Empty trash large file by using mac terminal code 

sudo rm -rf ~/.Trash/*


14/07/2016