<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>Server Management Tips by SupportPRO</title>
	<link>http://blog.supportpro.com</link>
	<description>SupportPRO Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:10:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Usage of Dig command for finding the DNS information</title>
		<description><![CDATA[The command dig is a tool for querying name servers for information about various records like A, MX, NS, and related information. 
dig live.com   ; &#60;&#60;&#62;&#62; DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 &#60;&#60;&#62;&#62; live.com    ;; global options:&#160; printcmd    ;; Got answer:    ;; -&#62;&#62;HEADER&#60;&#60;- opcode: QUERY, status: NOERROR, id: [...]]]></description>
		<link>http://blog.supportpro.com/2010/08/usage-of-dig-command-for-finding-the-dns-information/</link>
			</item>
	<item>
		<title>HOW TO RECOVER LOST MYSQL PASSWORD</title>
		<description><![CDATA[Steps for recovering mysql password are given below:   Stop the mysql service.    #/etc/init.d/mysql stop    Once, the mysql service completely stopped, run the below.    #/usr/bin/mysqld_safe –skip-grant-tables –skip-networking &#38;    You will be now able to login without password.
&#160;
 
#mysql -uroot mysql   [...]]]></description>
		<link>http://blog.supportpro.com/2010/08/how-to-recover-lost-mysql-password/</link>
			</item>
	<item>
		<title>How to reset Wordpress Admin password from phpMyadmin</title>
		<description><![CDATA[Forgot your Wordpress admin password, no issues. You can reset this from your cPanel. 
Steps are as follows: 
1. Login to cPanel
2. Navigate to phpMyAdmin
3. Click the database associated with your Wordpress. 
 
4. Look out for wp_users and access this table.
5. Now this will show the fields inside the wp_users table
6. Look out for [...]]]></description>
		<link>http://blog.supportpro.com/2010/08/how-to-reset-wordpress-admin-password-from-phpmyadmin/</link>
			</item>
	<item>
		<title>Exim commands</title>
		<description><![CDATA[&#160;
Command to find the number of mails in queue
exim –bpc
Command to show configuration file of exim
exim –bP
Command to show the version and configuration file
exim –bV
 
Command to check what is exim doing now
exiwhat
Command to remove a mail from queue
exim -Mrm &#60;message-id&#62;
Command to remove all frozen mails
exiqgrep -z -i &#124; xargs exim –Mrm
Command to deliver a [...]]]></description>
		<link>http://blog.supportpro.com/2010/08/exim-commands/</link>
			</item>
	<item>
		<title>How to Install OpenLDAP</title>
		<description><![CDATA[For our LDAP server we will be using the very flexible OpenLDAP Server (slapd).   # Install the software.    apt-get install slapd ldap-utils migrationtools    # Answer the on-screen prompts with:    Admin password: *****    Confirm password: *****    # We need [...]]]></description>
		<link>http://blog.supportpro.com/2010/08/how-to-install-openldap/</link>
			</item>
</channel>
</rss>
