<?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>Vishal Kardode</title>
	<atom:link href="http://vishalkardode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vishalkardode.wordpress.com</link>
	<description>In the beginner&#039;s mind there are many possibilities, in the expert&#039;s mind there are few.</description>
	<lastBuildDate>Sun, 13 Jun 2010 15:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vishalkardode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vishal Kardode</title>
		<link>http://vishalkardode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vishalkardode.wordpress.com/osd.xml" title="Vishal Kardode" />
	<atom:link rel='hub' href='http://vishalkardode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux Quickies &#8211; Moderate</title>
		<link>http://vishalkardode.wordpress.com/2010/06/13/linux-quickies-moderate/</link>
		<comments>http://vishalkardode.wordpress.com/2010/06/13/linux-quickies-moderate/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 15:29:40 +0000</pubDate>
		<dc:creator>vishalkardode</dc:creator>
				<category><![CDATA[diary]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[moderate]]></category>

		<guid isPermaLink="false">http://vishalkardode.wordpress.com/?p=92</guid>
		<description><![CDATA[Some useful commands for intermediate users of  Linux. Change access to super user or change user to superuser su - This will prompt you for the password for the super user. Check your login name (currently you are logged in as) whoami Check your present directory (Present Working Directory) pwd Check date of the system date [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vishalkardode.wordpress.com&amp;blog=10330674&amp;post=92&amp;subd=vishalkardode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vishalkardode.wordpress.com/2010/06/13/linux-quickies-moderate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f852619b34e96b3c3ef8a1206a93705?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishalkardode</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Quickies &#8211; Beginer</title>
		<link>http://vishalkardode.wordpress.com/2010/06/05/linux-quickies/</link>
		<comments>http://vishalkardode.wordpress.com/2010/06/05/linux-quickies/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:57:40 +0000</pubDate>
		<dc:creator>vishalkardode</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[beginer]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[linux commands]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://vishalkardode.wordpress.com/?p=80</guid>
		<description><![CDATA[Here are few very useful Linux command for beginers List contents of directory ls List all contents of directory (Including hidden files and sub-diretcories) ls -a View file / folder attributes ls -l View file size in human readable format (in KB, MB ..) ls -lh copy file cp /path_of_source_file /path_of_destination_directory copy folder with all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vishalkardode.wordpress.com&amp;blog=10330674&amp;post=80&amp;subd=vishalkardode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vishalkardode.wordpress.com/2010/06/05/linux-quickies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f852619b34e96b3c3ef8a1206a93705?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishalkardode</media:title>
		</media:content>
	</item>
		<item>
		<title>Subversion repository with Apache on Linux</title>
		<link>http://vishalkardode.wordpress.com/2010/05/29/subversion-apache-linux/</link>
		<comments>http://vishalkardode.wordpress.com/2010/05/29/subversion-apache-linux/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:28:06 +0000</pubDate>
		<dc:creator>vishalkardode</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[svnadmin]]></category>

		<guid isPermaLink="false">http://vishalkardode.wordpress.com/?p=66</guid>
		<description><![CDATA[To create Subversion repository under the Apache Linux Platform follow the following steps : 1. create repository : svnadmin create _PROJECT_ 2. change permissions : chown -R apache:apache _PROJECT_ 3. create valid user and password : htpasswd -cb secret_file _USER_ _PASSWORD_ 4. add user to svnauth.conf : vi svnauth.conf Rough structure of the svnauth.conf file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vishalkardode.wordpress.com&amp;blog=10330674&amp;post=66&amp;subd=vishalkardode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vishalkardode.wordpress.com/2010/05/29/subversion-apache-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f852619b34e96b3c3ef8a1206a93705?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishalkardode</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup and Restore MySql Database</title>
		<link>http://vishalkardode.wordpress.com/2009/11/10/backup-and-restore-mysql-database/</link>
		<comments>http://vishalkardode.wordpress.com/2009/11/10/backup-and-restore-mysql-database/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:58:59 +0000</pubDate>
		<dc:creator>vishalkardode</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://vishalkardode.wordpress.com/?p=45</guid>
		<description><![CDATA[MySql Provides the Basic backup using command mysqldump. This is powerful command and can take backup as a SQL CREATE TABLE and INSERT INTO TABLE commands. The output is in a text file and you can directly run this text file on the command MySql command prompt for restoring the database. Backup Database : Using mysqldump command is one of the way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vishalkardode.wordpress.com&amp;blog=10330674&amp;post=45&amp;subd=vishalkardode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vishalkardode.wordpress.com/2009/11/10/backup-and-restore-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f852619b34e96b3c3ef8a1206a93705?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishalkardode</media:title>
		</media:content>
	</item>
		<item>
		<title>Me MySelf and I</title>
		<link>http://vishalkardode.wordpress.com/2009/11/08/hello-world/</link>
		<comments>http://vishalkardode.wordpress.com/2009/11/08/hello-world/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 10:47:31 +0000</pubDate>
		<dc:creator>vishalkardode</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://vishalkardode.wordpress.com/2009/11/08/hello-world/</guid>
		<description><![CDATA[I am a simple guy originally from a small town Sangameshwar in Maharshtra , India. I had been man places nearby like Dapoli, Chiplun, Ratnagiri. As basically from town , I love the nature more than the busy scheduled cities. but at the same time I invest my most of the time on internet, keeping in touch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vishalkardode.wordpress.com&amp;blog=10330674&amp;post=1&amp;subd=vishalkardode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vishalkardode.wordpress.com/2009/11/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f852619b34e96b3c3ef8a1206a93705?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vishalkardode</media:title>
		</media:content>
	</item>
	</channel>
</rss>
