buy tb500

vps-commands

June 19th, 2010 by ayad

vzlist -a |grep 124.217.246.15

to enter to the vps
vzctl   enter  1860  (1860 mean vps id that we got it when we grep the ip in previous step)

then after that we follow same like linux commands

Linux, if root is currpted or have issue to login

June 19th, 2010 by ayad
step1
Add the root user by executing the following command
#useradd -g root root
step 2
Execute the following command to change the password:
#passwd root

June 13th, 2010 by ayad

AJBM-10-083

JSP connect to mysql

June 12th, 2010 by ayad

refer ot the url below

http://www.roseindia.net/jsp/connect-jsp-mysql.shtml

i have test it and it is working fine

check if there is Ddos attack

June 10th, 2010 by ayad

netstat -na | grep SYN | wc -l

restore missing ip from WHM

June 7th, 2010 by ayad

run below command

/scripts/restartsrv_ipaliases

Re-Configure IIS7

June 2nd, 2010 by ayad

C:\Program Files\Parallels\Plesk\admin\bin

websrvmng.exe –reconfigure-vhost –vhost-name=alzwea.com

Thank you.

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

June 1st, 2010 by ayad

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

June 1st, 2010 by ayad

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/

Login Mysql using linux command

June 1st, 2010 by ayad

mysql -u under1ro -p under1ro_cmsdb