<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux and cPanel Hosting Blog &#187; Miscellaneous</title>
	<atom:link href="http://www.webteches.com/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteches.com</link>
	<description>technical solutions for Linux Servers and cpanel servers</description>
	<lastBuildDate>Fri, 09 Jul 2010 15:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>E-Mail Issue with SquirrelMail</title>
		<link>http://www.webteches.com/e-mail-issue-with-squirrelmail-2/</link>
		<comments>http://www.webteches.com/e-mail-issue-with-squirrelmail-2/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=312</guid>
		<description><![CDATA[While sending emails using SquirrelMail, I was getting following error message; ERROR: Could not append message to INBOX.Sent. Server responded: [ALERT] Cannot create message &#8211; no write permission or out of disk space. ERROR: Could not append message to INBOX.Sent. Server responded: Error in IMAP command received by server. ERROR: Connection dropped by IMAP server. [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/e-mail-issue-with-squirrelmail-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR: Could not complete request. Query: SELECT “INBOX”</title>
		<link>http://www.webteches.com/error-could-not-complete-request-query-select-%e2%80%9cinbox%e2%80%9d/</link>
		<comments>http://www.webteches.com/error-could-not-complete-request-query-select-%e2%80%9cinbox%e2%80%9d/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 16:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=294</guid>
		<description><![CDATA[1. If you are getting this error while accessing webmail. ERROR: Could not complete request. Query: SELECT “INBOX” Reason Given: Unable to open this mailbox. It means that there is some an issue while accessing email accounts via webmail. To resolve the issue, create the following folder at its loacation and assign the correct permission. [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/error-could-not-complete-request-query-select-%e2%80%9cinbox%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding IP addresses through shell</title>
		<link>http://www.webteches.com/adding-ip-addresses-through-shell/</link>
		<comments>http://www.webteches.com/adding-ip-addresses-through-shell/#comments</comments>
		<pubDate>Tue, 11 May 2010 02:32:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=285</guid>
		<description><![CDATA[Adding IP addresses through shell if the server has Two Ethernet Cards and not able to do it through WHM #cd /etc/sysconfig/network-scripts/ #cp ifcfg-eth1 ifcfg-eth1:1 #vi ifcfg-eth1:1 Now, you can add the IP Change device to DEVICE=eth1 and IP address ifup ifcfg-eth1:1 Setting up 10_Mbps using mii-tools command mii-tool -F 10baseT-FD vi /etc/sysconfig/network-scripts/ifcfg-eth0 ETHTOOL_OPTS=&#8221;autoneg off [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/adding-ip-addresses-through-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset the MySQL root password on Ubuntu</title>
		<link>http://www.webteches.com/reset-the-mysql-root-password-on-ubuntu/</link>
		<comments>http://www.webteches.com/reset-the-mysql-root-password-on-ubuntu/#comments</comments>
		<pubDate>Fri, 07 May 2010 22:43:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=267</guid>
		<description><![CDATA[To reset MySql root password on Ubuntu, you can use following commands. 1. Stop MySql Service on server sudo /etc/init.d/mysql stop 2. Now configure mysqld sudo mysqld &#8211;skip-grant-tables &#038; 3. Login into MySql as root mysql -u root mysql 4. Reset old password with new UPDATE user SET Password=PASSWORD(&#8216;NewPassword&#8217;) WHERE User=&#8217;root&#8217;; FLUSH PRIVILEGES; exit; Note [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/reset-the-mysql-root-password-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Non-Secure request to Secure</title>
		<link>http://www.webteches.com/redirect-non-secure-request-to-secure/</link>
		<comments>http://www.webteches.com/redirect-non-secure-request-to-secure/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=232</guid>
		<description><![CDATA[You can use following code in .htaccess file under the document root of the URL to redirect http requests to https. RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule ^.*$ &#8220;https\:\/\/domain\.com&#8221; [R=301,L] RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^www.domain.com$ RewriteRule ^.*$ &#8220;https\:\/\/domain\.com&#8221; [R=301,L] Social-Bookmarking:]]></description>
		<wfw:commentRss>http://www.webteches.com/redirect-non-secure-request-to-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parked Domain and Addon Domain</title>
		<link>http://www.webteches.com/parked-domain-and-addon-domain/</link>
		<comments>http://www.webteches.com/parked-domain-and-addon-domain/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:04:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=165</guid>
		<description><![CDATA[Addon Domain :: Addon domains can be added to your hosting account as an upgrade. They allow you to have more than one independent website sharing the resources of your hosting account. [ consider your addon domain name as addondomain.com ] There are 3 ways of accessing an addon domain: 1. addondomain.com 2. main-domain.com/addondomain 3. [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/parked-domain-and-addon-domain/feed/</wfw:commentRss>
		<slash:comments>751</slash:comments>
		</item>
		<item>
		<title>how to ping from MAC OS ?</title>
		<link>http://www.webteches.com/how-to-ping-from-mac-os/</link>
		<comments>http://www.webteches.com/how-to-ping-from-mac-os/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 02:40:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=149</guid>
		<description><![CDATA[1.       Double-click on the Hard Drive icon &#62;&#62; Applications folder &#62;&#62; Utilities folder &#62;&#62; Network Utility program 2.       Select the Ping tab and enter the hostname, where hostname can be a domain name, a machine name or an IP address. 3.       Press Enter. Social-Bookmarking:]]></description>
		<wfw:commentRss>http://www.webteches.com/how-to-ping-from-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
