buy tb-500

FTP issue in plesk server

September 4th, 2010 by ayad

first you need to reconfigre ftp for the domain using below commands

C:\Program Files\Parallels\Plesk\admin\bin>ftpmng.exe –remove-vhost –vhost-name=”anakku.com”
C:\Program Files\Parallels\Plesk\admin\bin>ftpmng.exe –reconfigure-vhost –vhost-name=”anakku.com”
if not fixed then you need to re-configre the global ftp using below commands
C:\Program Files\Parallels\Plesk\admin\bin>ftpmng.exe –remove-all
C:\Program Files\Parallels\Plesk\admin\bin>ftpmng.exe –reconfigure-all
then for sure will fix the issue, i have tried this and fixed my issue

references

http://kb.parallels.com/en/549

User Account – Domain Does Not Show In cPanel/WHM Accounts List

August 31st, 2010 by ayad

Solution: Run

/scripts/updateuserdomains

View emails and emails Qouta using command in linux WHM

August 31st, 2010 by ayad
cat ~username/.cpanel/email_accounts.yaml

How to disable Suhosin in linux server WHM

August 31st, 2010 by ayad

add the code below in php.in then restart apache

suhosin.simulation = On

Shut down and restart windows using command prompt

August 31st, 2010 by ayad

For a shortcut to RESTART Windows XP:
SHUTDOWN -r -t 01

For a shortcut to SHUT DOWN Windows XP:
SHUTDOWN -s -t 01

references

http://www.aumha.org/win5/a/shutcut.php

Thank you.

how to know MSSQL 2008 Edition

August 29th, 2010 by ayad

YOu need to run the command below then you will get the edition

SELECT SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘edition’)

Thank you.

How can I find out where all a user’s files are? WHM

August 26th, 2010 by ayad

If there is a discrepancy between quotas and a du -sh /home/username, chances are, some other files on the system are owned by that user’s UID. To find these, type:

  • find / -user username -ls

Run that and you will get a long list of all files owned by that user. It might be wise to redirect the output to a file to browse through later.

Depending on the files, it’s usually better to chown them to the root user rather than delete them.

ndc can’t connect, connection refused |WHM

August 26th, 2010 by ayad

ndc is the name daemon control program. If you are getting that error, run the following script as the root user:

  • /scripts/fixndc

How can I debug problems with ProFTPD? WHM

August 26th, 2010 by ayad
  1. Shut it down from the init script.
    • /etc/rc.d/init.d/proftpd stop
  2. Start it up from the shell with:
    • proftpd -nd9

How can I disable the SMART errors? WHM

August 26th, 2010 by ayad

Run the following from a command line:

  1. touch /var/cpanel/disablesmartcheck
  2. /scripts/updatenow