buy tb500

Archive for the ‘Uncategorized’ Category

Sunday, June 13th, 2010

AJBM-10-083

the service did not respond to the start or control request in a timely fashion

Tuesday, June 1st, 2010

Hello to all

This issue I also encountered,but right now I already resolved please follow this step.

1. ) Click Start Run Open Type “CMD”

2. Copy and Paste this command:

  • CSCRIPT %SYSTEMDRIVE%\Inetpub\AdminScripts\adsutil.vbs SET W3SVC/IIs5IsolationModeEnabled 0
  • NET STOP HttpFilter /y
  • NET START W3SVC

References

http://forums.iis.net/t/1152597.aspx

Warning: I am able to write to the configuration file, i have changed the permissions on configure.php in the admin/includes/configure.php and also includes/configure.php

Tuesday, June 1st, 2010

Solution

just go to application_top.php under includes, and set WARN_CONFIG_WRITABLE define to FALSE.

Reference

http://forums.oscommerce.com/topic/266550-warning-i-am-able-to-write-to-the-configuration-file-pathcatalogincludesconfigurephp/

ip missing in linux server

Monday, May 31st, 2010

Run below command will help all the ips to back

Run /scripts/restartsrv_ipaliases

coldfusion

Monday, May 31st, 2010

how to stop and start coldfusion (cfm)

1) Log in the server as Administrator
2) Run the Command Prompt:

CMD
cd C:\ColdFusion8\bin

To START the CF service:

cfstart.bat

Then try STOP the CF service:

cfstop.bat

References

http://kslim.net/blog/computing-2/application/server-error-macromedia-application-servers-are-unreachable

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

zip ,tar , compress in linux

Friday, March 12th, 2010

tar -cvvzf public_html.tar.gz public_html/

this command will compress public_html