Google: Stop Suing Over The Meta Keywords Tag, We Don’t Use It Google is telling the world what every seasoned webmaster and search marketer should already know: The keywords meta tag has no impact whatsoever on how Google’s search engine ranks pages. None. Zilch. Nada. And while Google often Full Story »
Installing ionCube Loader for Xampp
Installing ionCube Loader: ##################### 1. Download the program using wget or FTP. http://www.ioncube.com/loader_download.php 2. Unpack it tar -zxvf ioncube_loaders.tar.gz 3. cd ioncube (if you are using xampp, copy the extracted folder into C:\xampp\apache) 4. copy the Full Story »
Enable InnoDB
I have the following settings in my my.cnf #skip-innodb innodb_data_home_dir = /var/lib/mysql/ innodb_data_file_path = ibdata1:10M:autoextend innodb_log_group_home_dir = /var/lib/mysql/ innodb_log_arch_dir = /var/lib/mysql/ innodb_buffer_pool_size = 256M innodb_additional_mem_pool_s Full Story »
Innodb error
Description: I used the my-large.cnf file in /usr/local/mysql/support-files for my /etc/my.cnf config file. I uncommented the lines under where it says...# Uncomment the following if you are using InnoDB tables. Tried to start the server and the server hung and then crashed... Leaving lines commente Full Story »
How to change default IP for Exim
To configure exim to send mail using a different IP other than the main shared IP. vi /etc/exim.conf Search for the following lines in /etc/exim.conf remote_smtp: driver = smtp add the following line , interface = IPhere and restart exim. This would be helpful when your Main IP is blocked by Full Story »
How to fix Apache error (28)No space left on device
On some occasions apache will just abruptly fail, and become stopped, failing to restart with an error message like ————————————- [Tue Aug 18 16:34:45 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Tue Aug 18 16:34:45 2009] [crit] (28)No Full Story »
Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk
Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk Solution : For installing Imagick extension for PHP you have to install ImageMagick from source and Its a Must. Otherwise the extension for PHP wont compile. *# wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz* # tar zx Full Story »
How to fix (rpmdb Lock table is out of available locker entries) error when trying to use RPM.
If you are trying to use rpm or yum (which in turn calls RPM) and its showing a locker issues that looks something like this: rpmdb: Lock table is out of available locker entries error: db4 error(22) from db->close: Invalid argument error: cannot open Packages index or rpmdb: Lock table is Full Story »
Apache – Address already in use: make_sock: could not bind to address
This error message can be caused by an improper shut down, the apache processes are still hanging around and apachectl restart won’t work. Solution just kill off the hanging processes: # fuser 80/tcp 80/tcp: 3010 3702 4088 16754 # kill -n 9 3010 # kill -n 9 3702 # kill -n 9 4088 # Full Story »
How to enable Innodb as default storage engine
How to enable Innodb as default storage engine ? Solution : Just edit your /etc/my.cnf file and look for this line: skip-innodb If such an entry exists, remove or comment out the entry #skip-innodb Next make the storage_engine variable to Innodb by adding following under [mysqld] section. default-st Full Story »
How to enable InnoDB engine in MySql
To enable innodb engine just comment the line “skip-innodb” from your /etc/my.cnf and restart the mysql-server. To check if Mysql engins innodb ie enables successfully go to mysql prompr and give following command: mysql> show engines; Full Story »
How to enable INNODB to work with mysql 5.xx?
As the my.cnf file is different from the previous version, and with innodb enabled by default in mysql 5.xx, how can i be sure it really works? I tried installing ORANGEHRM and it says MySQL InnoDB Support Not Available any clue? Just remove any disable options for innodb in /etc/my.cnf (an Full Story »
how do i install mysqli ?
go to WHM,enable the mysql service then run: /scripts/upcp mysql_install_db –user=mysql service mysqld(or mysql) start for php with mysqli check out http://www.php.net/mysqli Full Story »
What is googletoolbarnotifier.exe? Removing GoogleToolbarNotifier.exe as a Startup Program
Process or task name: Be sure to always double check your spelling if you are concerned about spyware, as often spyware will use a very similiar spelling of system processes or other common tasks. googletoolbarnotifier.exe File type: Exe program – Files with an extension of "exe" Full Story »
Visiting Google Picasaweb Album in China
Google’s Picasa Web Album has been blocked in China for a few weeks by the Great Firewall of China. To access Picasa Web Album, open C:\WINDOWS\system32\drivers\etc\hosts with a text editor and append the following to the file. 203.208.33.100 lh1.ggpht.com 203.208.33.100 lh2.ggpht.com 203.20 Full Story »