<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Anil Konsal&#039;s Blog</title>
	<atom:link href="http://anilkonsal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anilkonsal.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anilkonsal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Anil Konsal&#039;s Blog</title>
		<link>http://anilkonsal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anilkonsal.wordpress.com/osd.xml" title="Anil Konsal&#039;s Blog" />
	<atom:link rel='hub' href='http://anilkonsal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Multiple attachments not going with PHPmailer v5</title>
		<link>http://anilkonsal.wordpress.com/2009/11/21/multiple-attachments-not-going-with-phpmailer-v5/</link>
		<comments>http://anilkonsal.wordpress.com/2009/11/21/multiple-attachments-not-going-with-phpmailer-v5/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 07:46:19 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/2009/11/21/multiple-attachments-not-going-with-phpmailer-v5/</guid>
		<description><![CDATA[A bug in the PHPMailer v5 has been stopping me from sending multiple attachments in a mail. It was quite a confusing thing coz it I checked everything in my PHP code time and again. Somehow, after googling for this, i got my answer; it is actually a bug in PHPmailer v5. This is how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=24&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A bug in the PHPMailer v5 has been stopping me from sending multiple attachments in a mail. It was quite a confusing thing coz it I checked everything in my PHP code time and again. Somehow, after googling for this, i got my answer; it is actually a bug in PHPmailer v5.</p>
<p>This is how I recified the bug.</p>
<ol>
<li>Open the file class.phpmailer.php</li>
<li>Goto line number 1236</li>
<li>Change <br />7=&gt; 0 <br />to <br />7=&gt;count($this-&gt;attachment) </li>
<li>Save the file and try.</li>
</ol>
<p>Thanks for the contributors, it saved my time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=24&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/11/21/multiple-attachments-not-going-with-phpmailer-v5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
		<item>
		<title>Planner 0.14.4 complete progress issue</title>
		<link>http://anilkonsal.wordpress.com/2009/10/16/planner-0-14-4-complete-progress-issue/</link>
		<comments>http://anilkonsal.wordpress.com/2009/10/16/planner-0-14-4-complete-progress-issue/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 04:11:05 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[75]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[percent]]></category>
		<category><![CDATA[Planner]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/2009/10/16/planner-0-14-4-complete-progress-issue1/</guid>
		<description><![CDATA[I have been using the Planner for quite a long time. Its a very good software for Project Management and Planning. Over the time many improvements have been made in the project. The latest stable release you can find at http://live.gnome.org/planner is 0.14.4. I upgraded from 0.14.2 on my Vista Laptop. Everything is fine, however [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=15&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using the Planner for quite a long time. Its a very good software for Project Management and Planning. Over the time many improvements have been made in the project. The latest stable release you can find at <a href="http://live.gnome.org/planner">http://live.gnome.org/planner</a> is 0.14.4. I upgraded from 0.14.2 on my Vista Laptop. Everything is fine, however a strange thing I noted is that the complete progress of any task does not move beyond 75%. I tried on subtasks and individual tasks, but invain.</p>
<p>Finally, I consulted planner development team regarding this issue and Rhian Geleick guided me the temporary solution for the bug. The solution is</p>
<ol>
<li>Go to the installtaion directory of planner <br />&lt;INSTALL DIR&gt;/share/planner/glade. </li>
<li>Edit the file named &#8216;task-dialog.glade&#8217; in this directory, in any of the text editors </li>
<li>Goto Line number 236, and change <br />&lt;property name=&#8221;adjustment&#8221;&gt;0 0 100 10 25 25&lt;/property&gt; <br />To <br />&lt;property name=&#8221;adjustment&#8221;&gt;0 0 100 10 25 0&lt;/property&gt; </li>
<li>Anyone using the priority field should should also change line number 257 <br />From <br />&lt;property name=&#8221;adjustment&#8221;&gt;0 0 9999 1 10 10&lt;/property&gt; <br />To <br />&lt;property name=&#8221;adjustment&#8221;&gt;0 0 9999 1 10 0&lt;/property&gt; </li>
<li>Save the file and then Check in Planner. The bug is rectified.</li>
</ol>
<p>Thanks for the Planner Team for their timely support.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=15&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/10/16/planner-0-14-4-complete-progress-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable mod_rewrite in apache</title>
		<link>http://anilkonsal.wordpress.com/2009/10/15/enable-mod_rewrite-in-apache/</link>
		<comments>http://anilkonsal.wordpress.com/2009/10/15/enable-mod_rewrite-in-apache/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 05:59:39 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rar]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/2009/10/15/enable-mod_rewrite-in-apache/</guid>
		<description><![CDATA[If you are using Windows OS and want to enable mod_rewrite module here is how to do it. This is the general configuration guideline both for Windows and Linux server: QUOTE 1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines) 2. Inside the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=13&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using Windows OS and want to enable mod_rewrite module here is how to do it. <br />This is the general configuration guideline both for Windows and Linux <a href="http://www.astahost.com/info.php/Apache-Tutorial-Enable-Mod_rewrite-Windows_t11623.html#">server</a>:</p>
<p>QUOTE</p>
<p>1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines) <br />2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound &#8216;#&#8217; sign from in front of the line) <br />3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.</p>
<p>For Windows, find the following section in httpd.conf file:</p>
<pre style="border-bottom:#cecece 1px solid;border-left:#cecece 1px solid;background-color:#fbfbfb;min-height:40px;width:650px;overflow:auto;border-top:#cecece 1px solid;border-right:#cecece 1px solid;padding:5px;">
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
DocumentRoot "C:/path/to/my/root"
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
# Each directory to which Apache has access, can be configured with respect
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
# to which services and features are allowed and/or disabled in that
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
# directory (and its subdirectories).
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
#
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
# First, we configure the "default" to be a very restrictive set of
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
# permissions.
</pre>
<pre style="background-color:#fbfbfb;width:100%;font-family:consolas,'Courier New',courier,monospace;font-size:12px;margin:0;">
#
</pre>
<p>Now modify the option for AllowOverride to look like this: <br /><strong>&lt;Directory /&gt; <br />Options All <br />AllowOverride All <br />&lt;/Directory&gt;</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=13&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/10/15/enable-mod_rewrite-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
		<item>
		<title>Open rar file or Extract rar files under Linux or UNIX</title>
		<link>http://anilkonsal.wordpress.com/2009/10/15/open-rar-file-or-extract-rar-files-under-linux-or-unix/</link>
		<comments>http://anilkonsal.wordpress.com/2009/10/15/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 05:16:44 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rar]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/2009/10/15/open-rar-file-or-extract-rar-files-under-linux-or-unix/</guid>
		<description><![CDATA[download binary package from official rarlab site: $ cd /tmp $ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz Untar file $ tar -zxvf rarlinux-3.6.0.tar.gz Both unrar and rar commands are located in rar sub-directory. Just go to rar directory: $ cd rar $ ./unrar Now copy rar and unrar to /bin directory: # cp rar unrar /bin How to use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=10&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin:0 0 1.57em;padding:0;"><span style="line-height:22px;font-family:Georgia;color:rgb(17,17,17);font-size:14px;">download binary package from official <a style="color:rgb(0,102,153);text-decoration:underline;margin:0;padding:0;" href="http://www.rarlab.com/download.htm">rarlab site</a>: <br /> <code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ cd /tmp <br /> $ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz</code></span></p>
<p style="margin:0 0 1.57em;padding:0;">Untar file <br /> <code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ tar -zxvf rarlinux-3.6.0.tar.gz</code></p>
<p style="margin:0 0 1.57em;padding:0;">Both unrar and rar commands are located in rar sub-directory. Just go to rar directory: <br /> <code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ cd rar <br /> $ ./unrar</code></p>
<p style="margin:0 0 1.57em;padding:0;">Now copy rar and unrar to /bin directory: <br /> <code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;"># cp rar unrar /bin</code></p>
<h3 style="line-height:1.22em;font-size:1.28em;font-weight:normal;margin:1.83em 0 .61em;padding:0;">How to use unrar</h3>
<p style="margin:0 0 1.57em;padding:0;">unrar command supports various options below are common options that you need to use everyday.</p>
<h3 style="line-height:1.22em;font-size:1.28em;font-weight:normal;margin:1.83em 0 .61em;padding:0;">Task: To open rar (unpack) file in current directory type command:</h3>
<p style="margin:0 0 1.57em;padding:0;"><code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ unrar e file.rar</code></p>
<p style="margin:0 0 1.57em;padding:0;">Please note that replace file.rar filename with your actual filename.</p>
<h3 style="line-height:1.22em;font-size:1.28em;font-weight:normal;margin:1.83em 0 .61em;padding:0;">Task: List (l) file inside rar archive:</h3>
<p style="margin:0 0 1.57em;padding:0;"><code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ unrar l file.rar</code></p>
<h3 style="line-height:1.22em;font-size:1.28em;font-weight:normal;margin:1.83em 0 .61em;padding:0;">Task: To extract (x) files with full path type command:</h3>
<p style="margin:0 0 1.57em;padding:0;"><code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ unrar x file.rar</code></p>
<p style="margin:0 0 1.57em;padding:0;">(D) To test (t) integrity of archive, file type command: <br /> <code style="border-bottom:rgb(221,221,221) 1px solid;border-left:rgb(221,221,221) 1px solid;line-height:1.38em;display:block;font-family:Consolas, 'Andale Mono', Courier, 'Courier New';background:rgb(238,238,238) 0 0;font-size:.92em;border-top:rgb(221,221,221) 1px solid;border-right:rgb(221,221,221) 1px solid;margin:0 0 1.69em;padding:.61em .84em;">$ unrar t file.rar</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=10&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/10/15/open-rar-file-or-extract-rar-files-under-linux-or-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP 5.3 upgrade in Centos 5.3</title>
		<link>http://anilkonsal.wordpress.com/2009/10/15/php-5-3-upgrade-in-centos-5-3/</link>
		<comments>http://anilkonsal.wordpress.com/2009/10/15/php-5-3-upgrade-in-centos-5-3/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 04:15:21 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[php 5.3]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/2009/10/15/php-5-3-upgrade-in-centos-5-3/</guid>
		<description><![CDATA[I&#8217;ve finally figured out a way to install PHP 5.2.x instead of PHP 5.1 which installs on CentOS 5.3 by default. I&#8217;ve wanted to use phpMyAdmin 3.x but could not because of this. Now I can, and if you keep reading you will too. Note if you follow this how-to and do everything correctly you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=8&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin:0 0 10px;padding:0;"><span style="line-height:17px;font-family:Verdana;color:#555555;font-size:12px;">I&#8217;ve finally figured out a way to install PHP 5.2.x instead of PHP 5.1 which installs on CentOS 5.3 by default. I&#8217;ve wanted to use phpMyAdmin 3.x but could not because of this. Now I can, and if you keep reading you will too. Note if you follow this how-to and do everything correctly you won&#8217;t even loose your current database. But I highly recommend you backup your database before you proceed.</span>
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">
<p style="border:solid 1px #999;margin:0 0 10px;padding:0;">## First lets download this following repositories:<br />
&lt;code&gt;
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm<br />
wget <a href="http://rpms.famillecollet.com/el5.i386/remi-release-5-6.el5.remi.noarch.rpm">http://rpms.famillecollet.com/el5.i386/remi-release-5-6.el5.remi.noarch.rpm</a>
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">&lt;/code&gt;
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Lets remove old MySQL 5, will install newer version later.<br />
yum remove mysql
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Now lets install them:<br />
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## OK, Now you should be able to install PHP 5.2.9 without a problem =)<br />
yum &#8211;enablerepo=remi update php-cli<br />
OR<br />
yum &#8211;enablerepo=remi update php*
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Now install MySQL<br />
yum &#8211;enablerepo=remi install mysql mysql-server<br />
chkconfig -levels 235 mysqld on<br />
service mysqld start
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">If you get the following error when you try starting newly installed MySQL;<br />
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Now install PHP-MySQL module<br />
yum &#8211;enablerepo=remi install php-mysql
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">1. Try restarting your web server;<br />
service lighttpd restart<br />
or<br />
service httpd restart
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">2. Type this command:<br />
cd /
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">3. Restart your mysql server;<br />
service mysqld restart
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Set root and hostname passwords<br />
mysqladmin -u root password &#8216;new_pass_here&#8217;<br />
mysqladmin -h server.yourdomain.com -u root password &#8216;new_pass_here&#8217;
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">When it asks you to import signature, do it. press y and hit enter. It should ask you twice.
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">I use the first one because I don&#8217;t have Apache Web Server, I use LightTPD.
<p>&nbsp;</p>
<p style="margin:0 0 10px;padding:0;">## Now run update on your system.<br />
yum &#8211;enablerepo=remi update
<p>&nbsp;</p>
<p>&nbsp;</p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=8&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/10/15/php-5-3-upgrade-in-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
		<item>
		<title>How to setup a Subversion Repository for PHP Development</title>
		<link>http://anilkonsal.wordpress.com/2009/10/14/how-to-setup-a-subversion-repository-for-php-development/</link>
		<comments>http://anilkonsal.wordpress.com/2009/10/14/how-to-setup-a-subversion-repository-for-php-development/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:14:00 +0000</pubDate>
		<dc:creator>anilkonsal</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN setup php post-commit]]></category>

		<guid isPermaLink="false">http://anilkonsal.wordpress.com/?p=3</guid>
		<description><![CDATA[Being a PHP developer and a System Administrator, Setting up the development environment and Development both are my Key Responsibilities. For years, I have been away from the Source control, but as you grow, your needs also grow to get more managed and secure. One fine day, I went through the process of version control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=3&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:@Arial Unicode MS;">Being a PHP developer and a System Administrator, Setting up the development environment and Development both are my Key Responsibilities. For years, I have been away from the Source control, but as you grow, your needs also grow to get more managed and secure.</span></p>
<p>One fine day, I went through the process of version control in PHP basically Subversion. Initially, the idea sounded very good, however, a new issue came to my mind that although, the source code will be version controlled, yet, how the actual work done by the developers will be previewed?</p>
<p>Suppose I have some code that is not under source control system. The project is located at<br />
&#8220;/var/www/html/x&#8221;</p>
<p>I have a common svn repository location at<br />
&#8220;/var/svn/&#8221;, so Project x svn repository will be &#8220;/var/svn/x&#8221;</p>
<p>For achieving this, I follow these instructions<br />
<code><br />
#svnadmin create /var/svn/x<br />
#cd /var/www/x<br />
#svn import <a href="\Users\konsal\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Zoundry Raven\var\svn\x">file:///var/svn/x</a> -m "Initial Import"<br />
#cd /var/svn/x/conf<br />
#vi svnserve.conf</code></p>
<p>Write these lines in this file</p>
<p><code>[general]<br />
anon-access = none<br />
auth-access = write<br />
password-db = passwd</code></p>
<p>Save and Exit the vi editor</p>
<p><code>#vi passwd</code></p>
<p>Add these lines in this file.</p>
<p>[users]<br />
anil = konsal</p>
<p>save and exit the vi editor</p>
<p><code>#cd /var/www/html<br />
#mkdir x<br />
#svn checkout svn://127.0.0.1/var/svn/x x<br />
#cd /var/svn/x/hooks<br />
#cp post-commit.tmpl post-commit<br />
#chmod 755 post-commit<br />
#vi post-commit</code></p>
<p>Goto the end of file</p>
<p>and write</p>
<p><code>/usr/bin/svn update /var/www/html/x</code></p>
<p>Save and quit vi</p>
<p><code>#cd ..<br />
#mkdir logs<br />
#touch logs/post-commit.log<br />
#chown -Rv apache.root /var/svn/x</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anilkonsal.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anilkonsal.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anilkonsal.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anilkonsal.wordpress.com&amp;blog=9466819&amp;post=3&amp;subd=anilkonsal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anilkonsal.wordpress.com/2009/10/14/how-to-setup-a-subversion-repository-for-php-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4704485aea9dc673381194fef6cbbb7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anilkonsal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
