buy tb500

Archive for April, 2010

Disable Suhosin in Linux Server

Thursday, April 15th, 2010

I commented out the following line in /usr/local/lib/php.ini to disable this:

extension = “suhosin.so”

you can test after that in phpinfo or using below command to make sure is disabled.

php -v

Thank you.

Try disable the Application Pool CPU Limit feature

Friday, April 9th, 2010

if got the problem aboveĀ  then just you need to go to appliction pool then prpraties >>advince setting>> then cpu >> then limit>> chang limit to 0

that is all ,, will ffix

Reset Mysql 5 password in Windows server

Friday, April 9th, 2010

refer to the URL below

http://www.geekpedia.com/KB105_How-to-reset-your-MySQL-root-password-under-Windows.html

Thanks

Windows Command Line

Friday, April 2nd, 2010

http://www.techotopia.com/index.php/Windows_Server_2008_Command-line_Tools

Thank you