nav-left cat-right
cat-right

How to reset MySQL root password?...

If you forgot root password for your MySQL server, you can follow the steps below to reset it. 1. Login to the server as root and stop MySQL service. # /etc/init.d/mysqld stop 2. Start mysqld_safe service. # mysqld_safe –skip-grant-tables & 3. Login to MySQL server now. It won’t ask you for a password. # mysql -u root 4. Set up a new MySQL root user password: mysql> use mysql; mysql> update user...

Additional nameservers in cPanel....

You can see an option in WHM to add additional nameservers. You can give only the nameserver name, but not the IP. Most of the time it will be taking some wrong IPs by its own. To overcome this problem, you will have to edit “/etc/nameserverips” file from backend. /etc/nameserverips should look like this: 192.168.1.100=0 192.168.1.101=ns1.your-dns.com 192.168.1.102=ns2.your-dns.com 192.168.1.103=ns3.your-dns.com 192.168.1.104=0 If...

File size limit (ulimit)...

File size can be limited per user. If it’s limited to 1GB, you can’t create a file of size greater than 1GB. It will give you “File size limit exceeded” error. To know what’s the present file size limit, use the command: $ ulimit -a It will show you: file size               (blocks, -f) 1048576 If it’s unlimited, you can see like: file size              ...

How to flush DNS cache in Windows servers...

To flush or remove DNS cache: C:>ipconfig /flushdns To see the DNS cache: C:>ipconfig /displaydns Do this if you want to see the syntax; C:>ipconfig /?

Qmail qmHandle...

QmHandle is an open source software which allows you to view and manage the qmail queue. With this program you can: * Read the qmail queue, like qmail-qread, with color capabilities. * Print queue statistics, like qmail-qstat, with color capabilities * View a message in the queue. * Remove one or more messages from the queue. * Force qmail to send queued messages immediately. How to install qmHandle ———————————– Download...

How to reset cPanel account password...

You can use server’s root password to login to any cPanel account. In order to reset cPanel password for a website, you should know present password for it. But, of course you can change the password from WHM control panel. Here are the steps to do it. 1. Login to WHM. http://<server ip address>:2086/ username: root password: <root password of the server> 2. Home –> Account Information –>...

How to configure OutLook email client?...

Steps to configure OutLook Email client +++++++++++++++++++++++++++++ 1. Click “Tools” -> “Email Accounts” on the menu bar. 2. Select “Add a new e-mail account” and click “Next”. 3. Select “POP3″ and click “Next”. 4. Enter your name and email address under “User Information”. 5. Under “Logon Information”, enter the username...

How to configure OutLook Express...

Steps to configure configure Outlook Express. +++++++++++++++++++++++++++++++++ 1) Launch Outlook Express 2) Click Tools>>Accounts. 3) In the “Internet Accounts Windows” click Add >> Mail. 4) Fill in your username and Click Next. 5) Fill in your email address and Click Next. 6) On the “Email Servers Name” page, fill in the server information. “My incoming mail server is a POP3...