<?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</title>
	<atom:link href="http://www.webteches.com/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>PHP Manual Installation</title>
		<link>http://www.webteches.com/php-manual-installation/</link>
		<comments>http://www.webteches.com/php-manual-installation/#comments</comments>
		<pubDate>Mon, 10 May 2010 21:03:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=273</guid>
		<description><![CDATA[PHP can install manually with the help of following steps. With the help of following steps you can download the Complete Source Code of php and extract it. You can download required/latest Version of PHP here #cd /usr/local/src #wget http://in.php.net/get/php-5.2.13.tar.gz/from/this/mirror #tar xzvf php-5.2.13.tar.gz #cd php-5.2.13.tar.gz Now, you can use following steps to configure the php [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/php-manual-installation/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>Apache Manual Installation</title>
		<link>http://www.webteches.com/apache-manual-installation/</link>
		<comments>http://www.webteches.com/apache-manual-installation/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=256</guid>
		<description><![CDATA[Apache can install manually with the help of following steps. #cd /usr/local/src#wget http://archive.apache.org/dist/httpd/httpd-2.2.15.tar.gz#tar xvfz httpd-2.2.15.tar.gz#cd httpd-2.2.15# ./configure &#8211;prefix=/usr/local/apache2# make# make install# cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd Now, Just you need to configure the apache modules which you want to install on the server. ./configure &#8211;with-layout=Apache &#8211;add-module=../mod_frontpage.c &#8211;enable-module=so &#8211;enable-module=ssl &#8211;enable-module=rewrite &#8211;enable-module=info &#8211;enable-module=expires &#8211;enable-module=headers &#8211;enable-module=proxy &#8211;enable-module=unique_id &#8211;enable-suexec &#8211;logfiledir=/usr/local/apache/logs &#8211;prefix=/usr/local/apache [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/apache-manual-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate cPanel account from one server to another.</title>
		<link>http://www.webteches.com/migrate-cpanel-account-from-one-server-to-another/</link>
		<comments>http://www.webteches.com/migrate-cpanel-account-from-one-server-to-another/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel/WHM Specific]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=242</guid>
		<description><![CDATA[You can migrate cPanel Linux Account from one server to another with the help of following command as root user. Source Server #grep Domain-Name /etc/userdomains #/scripts/pkgacct Username #mv /home/cpmove-Username.tar.gz /usr/local/apache/htdocs/ Or #mv /home/cpmove-Username.tar.gz /home/Username/public_html/ #chmod 644 /usr/local/apache/htdocs/cpmove-Username.tar.gz Or #chmod 644 /home/Username/public_html/cpmove-Username.tar.gz Destination Server #cd /home #wget http://Server-Hostname/cpmove-Username.tar.gz Or #wget http://Domain-Name/cpmove-Username.tar.gz #/scripts/restorepkg Username Note :: Domain-Name [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/migrate-cpanel-account-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error While adding domain via cPanel :: Error from domain wrapper</title>
		<link>http://www.webteches.com/error-while-adding-domain-via-cpanel-error-from-domain-wrapper/</link>
		<comments>http://www.webteches.com/error-while-adding-domain-via-cpanel-error-from-domain-wrapper/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Errors]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=237</guid>
		<description><![CDATA[Error Message :: Error from domain wrapper: example.com is owned by another user. 1. Remove the domain name example.com from /var/cpanel/users/cpanel-username 2. Run /scripts/updateuserdomains as root user on the server because you changed the above file manually, this will create adjusted cache files 3. Remove the zone file /var/named/example.com.db if the file exists 4. Remove [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/error-while-adding-domain-via-cpanel-error-from-domain-wrapper/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>Thumbnail issue with high resolution images !!!!!!</title>
		<link>http://www.webteches.com/thumbnail-issue-with-high-resolution-images/</link>
		<comments>http://www.webteches.com/thumbnail-issue-with-high-resolution-images/#comments</comments>
		<pubDate>Sun, 02 May 2010 15:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Third party softwares]]></category>

		<guid isPermaLink="false">http://www.webteches.com/?p=214</guid>
		<description><![CDATA[Error Message on Shell :: [Sun May 02 12:31:52 xxxx] [error] [client xxx.xxx.xxx.xxx] sh: /(: No such file or directory, referer: http://www.domain.com/gallery/main.php?g2_view=core.ItemAdmin&#038;g2_subView=core.ItemAdd&#038;g2_itemId=7 Error Message on Gallery Admin panel :: Error (ERROR_TOOLKIT_FAILURE)in modules/netpbm/classes/NetPbmToolkit.class at line 742 (gallerystatus::error) in modules/netpbm/classes/NetPbmToolkit.class at line 577 (netpbmtoolkit::_exec) in modules/netpbm/classes/NetPbmToolkit.class at line 435 (netpbmtoolkit::_transformimage) in modules/squarethumb/classes/SquareThumbToolkit.class at line 137 (netpbmtoolkit::performoperation) in [...]]]></description>
		<wfw:commentRss>http://www.webteches.com/thumbnail-issue-with-high-resolution-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
