buy tb-500

Archive for November, 2009

How to enable InnoDB for Magento 1.2.1

Sunday, November 29th, 2009

Edit this file with the following vi command in the terminal:

vi /etc/my.cnf

and find the line skip-innodb
You need to comment this line by adding the # sign before it. It should look like this:

#skip-innodb

Now save the file by entering:

:wq

And restart your mysql service with the following command if you are on centos and you are done.

service mysql restart

Your installation should go well now.

References

===

http://linux.blogbus.com/logs/37110827.html

install pdo_mysql

Sunday, November 29th, 2009

these steps to install pdo_mysql

sudo pecl install pdo
sudo pecl install pdo_mysql
sudo updatedb

then you need to restart apache

Thank you

Reason: 551 This mail server requires authentication before sending mail from a locally hosted domain. Please reconfigure your mail client to authenticate before sending mail.

Thursday, November 26th, 2009

disable an options in mailenable

SMTP > security > enable address spoofing
untick this address spoofing

the error u see is come from recipient mail server
so u need to configure the recipient side

SQL tmp/ and change the tmp dirctory

Tuesday, November 17th, 2009

tmpwatch -av 1 /tmp

to change nysql drictory from tmp to tmp2 you need to add tmpdir=/tmp2 in /etc/my.cnf

then to make sure is changed you need to type

mysql
then you will get

>

then you type

>show variables like “tmpdir”;

so you see the changed

Extract compress file in linux tar.gz

Monday, November 16th, 2009

tar -xzf filename.tar.gz

if only finename.tar then we use tar -xf filename.tar


Format Nokia N73

Sunday, November 8th, 2009

This code will help you to format your mobile Nokia N73

*#7370#

But remember to backup your phone before you do this as this will erase all user data, user defined phone settings.

parent path

Wednesday, November 4th, 2009

if you want to enable parent path in windows 2008 server IIS7 ,, you can folow these steps

RDC to the server then go to IIS7 then select the domain then select ASP from your rtie hand then you can see parent path is false so just chaned to True

Refer to this URL you can see the pictures

http://learn.iis.net/page.aspx/566/classic-asp-parent-paths-are-disabled-by-default/