<?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>Raghu&#039;s</title>
	<atom:link href="http://raghunath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://raghunath.wordpress.com</link>
	<description>Experiment, Learn, Think, Apply...</description>
	<lastBuildDate>Tue, 23 Aug 2011 06:58:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='raghunath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Raghu&#039;s</title>
		<link>http://raghunath.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://raghunath.wordpress.com/osd.xml" title="Raghu&#039;s" />
	<atom:link rel='hub' href='http://raghunath.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Restricting Users to home directory in ftp(vsftpd)</title>
		<link>http://raghunath.wordpress.com/2011/08/23/restricting-users-to-home-directory-in-ftpvsftpd/</link>
		<comments>http://raghunath.wordpress.com/2011/08/23/restricting-users-to-home-directory-in-ftpvsftpd/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 06:54:33 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/?p=83</guid>
		<description><![CDATA[Open the file /etc/vsftpd/vsftpd.conf with any text editor.  set the option chroot_local_user=YES if available or else append the option at the end of configuration file. restart the vsftpd server. # /etc/init.d/vsftpd restart<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=83&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Open the file /etc/vsftpd/vsftpd.conf with any text editor.</li>
<li> set the option <strong>chroot_local_user=YES</strong> if available or else append the option at the end of configuration file.</li>
<li>restart the vsftpd server. <strong># /etc/init.d/vsftpd restart</strong></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=83&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/08/23/restricting-users-to-home-directory-in-ftpvsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling Anonymous Users Login to ftp server(vsftpd)</title>
		<link>http://raghunath.wordpress.com/2011/08/23/disabling-anonymous-users-login-to-ftp-servervsftpd/</link>
		<comments>http://raghunath.wordpress.com/2011/08/23/disabling-anonymous-users-login-to-ftp-servervsftpd/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 06:50:08 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/?p=81</guid>
		<description><![CDATA[As root user open  /etc/vsftpd/vsftpd.conf with any editor By default anonymous_enable=YES means allows anonymous users set anonymous_enable=NO which disables anonymous users logging in. restart the service by giving # /etc/init.d/vsftpd restart &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=81&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>As root user open  /etc/vsftpd/vsftpd.conf with any editor</li>
<li>By default <strong>anonymous_enable=YES</strong> means allows anonymous users set <strong>anonymous_enable=NO</strong> which disables anonymous users logging in.</li>
<li>restart the service by giving <strong># /etc/init.d/vsftpd restart</strong></li>
</ul>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=81&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/08/23/disabling-anonymous-users-login-to-ftp-servervsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome</title>
		<link>http://raghunath.wordpress.com/2011/08/01/welcome/</link>
		<comments>http://raghunath.wordpress.com/2011/08/01/welcome/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 06:48:01 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://raghunath.wordpress.com/?p=19</guid>
		<description><![CDATA[Hello, welcome to my site.. Have a Great Day!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=19&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
welcome to my site..  </p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have a Great Day!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=19&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/08/01/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian Wireless Problem &quot;device not managed&quot;</title>
		<link>http://raghunath.wordpress.com/2011/04/29/in-debian-wireless-problem-device-not-managed/</link>
		<comments>http://raghunath.wordpress.com/2011/04/29/in-debian-wireless-problem-device-not-managed/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 07:02:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Debian OS]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2011/04/29/in-debian-wireless-problem-device-not-managed</guid>
		<description><![CDATA[In debian after installing the wireless drivers its displaying the the wireless device status as &#8220;device not managed&#8221;.1. For it have to open the file /etc/NetworkManager/nm-system-settings.conf 2 Change the Settings of ifupdown managed form false to true [ifupdown] managed=false [ifupdown] &#8230; <a href="http://raghunath.wordpress.com/2011/04/29/in-debian-wireless-problem-device-not-managed/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=59&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;" dir="ltr">In debian after installing the wireless drivers its displaying the the wireless device status as &#8220;device not managed&#8221;.1. For it have to open the file /etc/NetworkManager/nm-system-settings.conf</p>
<p>2 Change the Settings of ifupdown managed form false to true</p>
<p>[ifupdown]<br />
managed=false</p>
<p>[ifupdown]<br />
managed=true</p>
<p>3 After that have to restart the network manager and networking</p>
<p>/etc/init.d/network-manager restart</p>
<p>/etc/init.d/networking restart</p>
<p>it started working..</p>
</div>
<div class="blogger-post-footer"><img alt="" width="1" height="1" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=59&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/04/29/in-debian-wireless-problem-device-not-managed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing PERL IDE in Eclipse</title>
		<link>http://raghunath.wordpress.com/2011/03/11/installing-perl-ide-in-eclipse/</link>
		<comments>http://raghunath.wordpress.com/2011/03/11/installing-perl-ide-in-eclipse/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 08:36:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[PERL]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2011/03/11/installing-perl-ide-in-eclipse</guid>
		<description><![CDATA[          i am installing the PERL IDE in eclipse, the Eclipe IDE &#38; Perl packages are pre-installed in my system. Firstly after launching Eclipse IDE,we have to go to software installer by clicking on Help-&#62;Install New Software and a new &#8230; <a href="http://raghunath.wordpress.com/2011/03/11/installing-perl-ide-in-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=55&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;" dir="ltr"><span style="font-size:small;">          i am installing the PERL IDE in eclipse, the Eclipe IDE &amp; Perl packages are pre-installed in my system.</span></p>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh3.googleusercontent.com/-b7-CB6y9WNg/TXnBx4qyS9I/AAAAAAAAADM/TwCzsWkJVSo/s1600/snapshotsample1.png"><img src="https://lh3.googleusercontent.com/-b7-CB6y9WNg/TXnBx4qyS9I/AAAAAAAAADM/TwCzsWkJVSo/s320/snapshotsample1.png" alt="" width="320" height="244" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Firstly after launching Eclipse IDE,we have to go to software installer by clicking on <strong>Help-&gt;Install New Software</strong> and a new window appears as above. Then click on the <strong>Add</strong> button and give the Perl package repository as <strong class="userinput"><code>http://e-p-i-c.sf.net/updates</code></strong> and click <strong>ok</strong>, you can see it in below screen shot.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh5.googleusercontent.com/-hHVgSY5ehAE/TXnBzJIzC6I/AAAAAAAAADQ/slAU5AYXezU/s1600/snapshotsample2.png"><img src="https://lh5.googleusercontent.com/-hHVgSY5ehAE/TXnBzJIzC6I/AAAAAAAAADQ/slAU5AYXezU/s320/snapshotsample2.png" alt="" width="309" height="320" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Here i have entered the repository details to be used as default for PERL packages installation.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh3.googleusercontent.com/-YNUUQ7bHtsA/TXnB0nKv67I/AAAAAAAAADU/9XxWpvCUw1w/s1600/snapshotsample3.png"><img src="https://lh3.googleusercontent.com/-YNUUQ7bHtsA/TXnB0nKv67I/AAAAAAAAADU/9XxWpvCUw1w/s320/snapshotsample3.png" alt="" width="309" height="320" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">In the  above screen shot displays the list of packages available in Perl repository.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh3.googleusercontent.com/-MkHkDLYadws/TXnB1-iax5I/AAAAAAAAADY/WV00yXREWtQ/s1600/snapshotsample4.png"><img src="https://lh3.googleusercontent.com/-MkHkDLYadws/TXnB1-iax5I/AAAAAAAAADY/WV00yXREWtQ/s320/snapshotsample4.png" alt="" width="309" height="320" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Here in above screen shot we mark the Perl packages by selecting the check box and just click on <strong>next</strong> to continue.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh5.googleusercontent.com/-Nd_e9SQPsXw/TXnB3XueGzI/AAAAAAAAADc/sT5o7AvIPRQ/s1600/snapshotsample5.png"><img src="https://lh5.googleusercontent.com/-Nd_e9SQPsXw/TXnB3XueGzI/AAAAAAAAADc/sT5o7AvIPRQ/s320/snapshotsample5.png" alt="" width="309" height="320" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Here in above figure it displays the following packages to be installed, just click on the <strong>next</strong> and continue. </span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh3.googleusercontent.com/-4shLu668ZJo/TXnB42Re5II/AAAAAAAAADg/n0mFwbBw0Es/s1600/snapshotsample6.png"><img src="https://lh3.googleusercontent.com/-4shLu668ZJo/TXnB42Re5II/AAAAAAAAADg/n0mFwbBw0Es/s320/snapshotsample6.png" alt="" width="309" height="320" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After selecting the packages it prompts the License agreement, just go through the license agreement and click on <strong>i accept</strong> and click on next to continue installation process.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh5.googleusercontent.com/-JBRyuzm-5jQ/TXnB6NMfYSI/AAAAAAAAADk/4JgAmCsmQk0/s1600/snapshotsample7.png"><img src="https://lh5.googleusercontent.com/-JBRyuzm-5jQ/TXnB6NMfYSI/AAAAAAAAADk/4JgAmCsmQk0/s320/snapshotsample7.png" alt="" width="320" height="224" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After accepting the license agreement it displays the installation process as above.if you want you can check out the <strong>details</strong> by clicking on the details.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><img src="https://lh6.googleusercontent.com/-YZP1bAynv60/TXnB7izKDfI/AAAAAAAAADo/EmlZ1Vb_Has/s320/snapshotsample8.png" alt="" width="320" height="88" border="0" /></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After Downloading for installing packages it displays the security warning due to unsigned content, if you want you can check out the details or just continue by clicking on <strong>ok</strong>.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh6.googleusercontent.com/-vGM7oED-eh0/TXnB9IGcf6I/AAAAAAAAADs/9_qtSeZ8Nwk/s1600/snapshotsample9.png"><img src="https://lh6.googleusercontent.com/-vGM7oED-eh0/TXnB9IGcf6I/AAAAAAAAADs/9_qtSeZ8Nwk/s320/snapshotsample9.png" alt="" width="320" height="88" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After successful installation Eclipse requests for restarting, you can select <strong>yes</strong> if you want to restart by applying changes or select <strong>no</strong> if you are in middle of some work or just select to <strong>apply changes</strong> and you can restart later.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh3.googleusercontent.com/-VEhXSRmjcxs/TXnB-w42q7I/AAAAAAAAADw/qAqYykYn3X0/s1600/snapshotsample10.png"><img src="https://lh3.googleusercontent.com/-VEhXSRmjcxs/TXnB-w42q7I/AAAAAAAAADw/qAqYykYn3X0/s320/snapshotsample10.png" alt="" width="320" height="259" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Finally after restarting the eclipse you can check Perl installed by clicking on the <strong>File-&gt;New-&gt;Other</strong>  you see a window prompt like above and there select the Perl File or Perl project and you can start working.</span></td>
</tr>
</tbody>
</table>
<table class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align:center;"><a style="margin-left:auto;margin-right:auto;" href="https://lh4.googleusercontent.com/-tQDgdTmeLYo/TXnCBzzbmqI/AAAAAAAAAD0/u_yBUdgf16A/s1600/snapshotsample11.png"><img src="https://lh4.googleusercontent.com/-tQDgdTmeLYo/TXnCBzzbmqI/AAAAAAAAAD0/u_yBUdgf16A/s320/snapshotsample11.png" alt="" width="320" height="278" border="0" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">The above screen is if you want to change the Editor properties than you can change by going to file menu <strong>Window-&gt;Preferences</strong> a window opens there select Perl and you can set you editor settings.</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</div>
<div class="blogger-post-footer"><img alt="" width="1" height="1" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=55&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/03/11/installing-perl-ide-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>

		<media:content url="https://lh3.googleusercontent.com/-b7-CB6y9WNg/TXnBx4qyS9I/AAAAAAAAADM/TwCzsWkJVSo/s320/snapshotsample1.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-hHVgSY5ehAE/TXnBzJIzC6I/AAAAAAAAADQ/slAU5AYXezU/s320/snapshotsample2.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-YNUUQ7bHtsA/TXnB0nKv67I/AAAAAAAAADU/9XxWpvCUw1w/s320/snapshotsample3.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-MkHkDLYadws/TXnB1-iax5I/AAAAAAAAADY/WV00yXREWtQ/s320/snapshotsample4.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-Nd_e9SQPsXw/TXnB3XueGzI/AAAAAAAAADc/sT5o7AvIPRQ/s320/snapshotsample5.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-4shLu668ZJo/TXnB42Re5II/AAAAAAAAADg/n0mFwbBw0Es/s320/snapshotsample6.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-JBRyuzm-5jQ/TXnB6NMfYSI/AAAAAAAAADk/4JgAmCsmQk0/s320/snapshotsample7.png" medium="image" />

		<media:content url="https://lh6.googleusercontent.com/-YZP1bAynv60/TXnB7izKDfI/AAAAAAAAADo/EmlZ1Vb_Has/s320/snapshotsample8.png" medium="image" />

		<media:content url="https://lh6.googleusercontent.com/-vGM7oED-eh0/TXnB9IGcf6I/AAAAAAAAADs/9_qtSeZ8Nwk/s320/snapshotsample9.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-VEhXSRmjcxs/TXnB-w42q7I/AAAAAAAAADw/qAqYykYn3X0/s320/snapshotsample10.png" medium="image" />

		<media:content url="https://lh4.googleusercontent.com/-tQDgdTmeLYo/TXnCBzzbmqI/AAAAAAAAAD0/u_yBUdgf16A/s320/snapshotsample11.png" medium="image" />
	</item>
		<item>
		<title>Installing PHP IDE in Eclipse</title>
		<link>http://raghunath.wordpress.com/2011/03/11/installing-php-ide-in-eclipse/</link>
		<comments>http://raghunath.wordpress.com/2011/03/11/installing-php-ide-in-eclipse/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 05:03:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2011/03/11/installing-php-ide-in-eclipse</guid>
		<description><![CDATA[Firstly after starting Eclipse IDE, select Install New Software by going to Help-&#62;Install New Software you will be getting the above prompt there by clicking on down arrow mark select the repository, i have selected the Galileo repository or if &#8230; <a href="http://raghunath.wordpress.com/2011/03/11/installing-php-ide-in-eclipse/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=51&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div dir="ltr" style="text-align:left;">
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh4.googleusercontent.com/-t_UW7BRRFLk/TXmkWOgWQ9I/AAAAAAAAACk/Z3Xee3pDKpg/s1600/snapshot1.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="244" src="https://lh4.googleusercontent.com/-t_UW7BRRFLk/TXmkWOgWQ9I/AAAAAAAAACk/Z3Xee3pDKpg/s320/snapshot1.png" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Firstly after starting Eclipse IDE, select Install New Software by going to <b>Help-&gt;Install New Software</b> you will be getting the above prompt there by clicking on down arrow mark select the repository, i have selected the Galileo repository or if not available add the repository by giving name as <b>Galileo Update Site</b> and url as <b>http://download.eclipse.org/releases/galileo/</b> than click Ok.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh6.googleusercontent.com/-JyY4_gqfRW0/TXmkYde70OI/AAAAAAAAACo/7tgagug02ks/s1600/snapshot2.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="320" src="https://lh6.googleusercontent.com/-JyY4_gqfRW0/TXmkYde70OI/AAAAAAAAACo/7tgagug02ks/s320/snapshot2.png" width="309" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After selecting the above repository, it takes some time for loading and displays as above.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh5.googleusercontent.com/-99nu_87i3ks/TXmkaQJaYlI/AAAAAAAAACs/PWzSFlQ6D6c/s1600/snapshot3.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="320" src="https://lh5.googleusercontent.com/-99nu_87i3ks/TXmkaQJaYlI/AAAAAAAAACs/PWzSFlQ6D6c/s320/snapshot3.png" width="309" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">The PHP Development Toolkit will be present in the web,XML and JavaEE Development Group.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh5.googleusercontent.com/-p-RRtVnzrqQ/TXmkbzusclI/AAAAAAAAACw/g6UPYzcWJvY/s1600/snapshot4.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="320" src="https://lh5.googleusercontent.com/-p-RRtVnzrqQ/TXmkbzusclI/AAAAAAAAACw/g6UPYzcWJvY/s320/snapshot4.png" width="309" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After Selecting the Web,XML and JavaEE Development Group in it select the Check Box of PHP Development Toolkit and click on Next to continue.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh4.googleusercontent.com/-rjvWNJCqUGk/TXmkeQ2pm8I/AAAAAAAAAC0/DoecjDPwfGo/s1600/snapshot7.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="320" src="https://lh4.googleusercontent.com/-rjvWNJCqUGk/TXmkeQ2pm8I/AAAAAAAAAC0/DoecjDPwfGo/s320/snapshot7.png" width="307" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After Selecting the PHP Development Toolkit it displays the list of packages related to PHP are going to be installed by default with PDT, Just click on next and continue.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh5.googleusercontent.com/-KKamivpGJ2I/TXmkgP6X8JI/AAAAAAAAAC4/LHOb09cAts8/s1600/snapshot8.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="320" src="https://lh5.googleusercontent.com/-KKamivpGJ2I/TXmkgP6X8JI/AAAAAAAAAC4/LHOb09cAts8/s320/snapshot8.png" width="307" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After selecting the Packages before installing it prompts for Accepting the License agreement, just go through the License agreement, select accept and click on next to continue.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh4.googleusercontent.com/-i73vZyjirrs/TXmkipRALcI/AAAAAAAAAC8/-kb4lEx-GCQ/s1600/snapshot10.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="224" src="https://lh4.googleusercontent.com/-i73vZyjirrs/TXmkipRALcI/AAAAAAAAAC8/-kb4lEx-GCQ/s320/snapshot10.png" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Now it starts installing by downloading packages from the eclipse repository, for downloading packages it takes time based on your internet speed.</span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh5.googleusercontent.com/-owcawQE5ggU/TXmkj6McfWI/AAAAAAAAADA/zfCtR0ycNp4/s1600/snapshot11.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="88" src="https://lh5.googleusercontent.com/-owcawQE5ggU/TXmkj6McfWI/AAAAAAAAADA/zfCtR0ycNp4/s320/snapshot11.png" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After Downloading for installing packages it displays the security warning due to unsigned content, if you want you can check out the details or just continue by clicking on ok. </span></td>
</tr>
</tbody>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh5.googleusercontent.com/-6uCHnQKCwDA/TXmklrPVd2I/AAAAAAAAADE/1BQdOaKI3iI/s1600/snapshot12.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="88" src="https://lh5.googleusercontent.com/-6uCHnQKCwDA/TXmklrPVd2I/AAAAAAAAADE/1BQdOaKI3iI/s320/snapshot12.png" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">After successful installation Eclipse requests for restarting, you can select yes if you want to restart &amp; apply changes or select no if you are in middle of some work or just select to apply changes and you can restart later.</span></td>
</tr>
</tbody>
</table>
<div class="separator" style="clear:both;text-align:center;"></div>
<div class="separator" style="clear:both;text-align:center;"></div>
<div class="separator" style="clear:both;text-align:center;"></div>
<div class="separator" style="clear:both;text-align:center;"></div>
<div class="separator" style="clear:both;text-align:center;"></div>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left:auto;margin-right:auto;text-align:center;">
<tbody>
<tr>
<td style="text-align:center;"><a href="https://lh3.googleusercontent.com/-tmhO6dZvo3c/TXmkm8nW2GI/AAAAAAAAADI/qw__RLWCl4w/s1600/snapshot13.png" style="margin-left:auto;margin-right:auto;"><img border="0" height="259" src="https://lh3.googleusercontent.com/-tmhO6dZvo3c/TXmkm8nW2GI/AAAAAAAAADI/qw__RLWCl4w/s320/snapshot13.png" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align:center;"><span style="font-size:small;">Finally after restarting the eclipse you can check PHP installed by clicking on the File-&gt;New-&gt;Other&nbsp; you see a window prompt like above and there select the PHP File or PHP project and you can start working.</span></td>
<td class="tr-caption" style="text-align:center;"></td>
<td class="tr-caption" style="text-align:center;"></td>
<td class="tr-caption" style="text-align:center;"></td>
<td class="tr-caption" style="text-align:center;"></td>
</tr>
</tbody>
</table>
<p></div>
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=51&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/03/11/installing-php-ide-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>

		<media:content url="https://lh4.googleusercontent.com/-t_UW7BRRFLk/TXmkWOgWQ9I/AAAAAAAAACk/Z3Xee3pDKpg/s320/snapshot1.png" medium="image" />

		<media:content url="https://lh6.googleusercontent.com/-JyY4_gqfRW0/TXmkYde70OI/AAAAAAAAACo/7tgagug02ks/s320/snapshot2.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-99nu_87i3ks/TXmkaQJaYlI/AAAAAAAAACs/PWzSFlQ6D6c/s320/snapshot3.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-p-RRtVnzrqQ/TXmkbzusclI/AAAAAAAAACw/g6UPYzcWJvY/s320/snapshot4.png" medium="image" />

		<media:content url="https://lh4.googleusercontent.com/-rjvWNJCqUGk/TXmkeQ2pm8I/AAAAAAAAAC0/DoecjDPwfGo/s320/snapshot7.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-KKamivpGJ2I/TXmkgP6X8JI/AAAAAAAAAC4/LHOb09cAts8/s320/snapshot8.png" medium="image" />

		<media:content url="https://lh4.googleusercontent.com/-i73vZyjirrs/TXmkipRALcI/AAAAAAAAAC8/-kb4lEx-GCQ/s320/snapshot10.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-owcawQE5ggU/TXmkj6McfWI/AAAAAAAAADA/zfCtR0ycNp4/s320/snapshot11.png" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-6uCHnQKCwDA/TXmklrPVd2I/AAAAAAAAADE/1BQdOaKI3iI/s320/snapshot12.png" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-tmhO6dZvo3c/TXmkm8nW2GI/AAAAAAAAADI/qw__RLWCl4w/s320/snapshot13.png" medium="image" />
	</item>
		<item>
		<title>Installation of VMware In Debian Squeeze</title>
		<link>http://raghunath.wordpress.com/2011/03/10/installation-of-vmware-in-debian-squeeze/</link>
		<comments>http://raghunath.wordpress.com/2011/03/10/installation-of-vmware-in-debian-squeeze/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 15:21:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Debian OS]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2011/03/10/installation-of-vmware-in-debian-squeeze</guid>
		<description><![CDATA[1. Firstly Downloaded the file from http://downloads.vmware.com/d/info/desktop_downloads/vmware_workstation/7_0(have to register or should have an account to download, select either 32bit or amd64 bit).2. After downloading given the executable permission to file as root user. chmod +x VMware-Workstation-Full-7.1.3-324285.x86_64.bundle 3. Than just installed &#8230; <a href="http://raghunath.wordpress.com/2011/03/10/installation-of-vmware-in-debian-squeeze/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=50&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;" dir="ltr">1. Firstly Downloaded the file from<br />
<strong>http://downloads.vmware.com/d/info/desktop_downloads/vmware_workstation/7_0</strong>(have to register or should have an account to download, select either 32bit or amd64 bit).2. After downloading given the executable permission to file as root user.<br />
<strong>chmod +x VMware-Workstation-Full-7.1.3-324285.x86_64.bundle</strong></p>
<p>3. Than just installed by giving the command<br />
<strong># ./VMware-Workstation-Full-7.1.3-324285.x86_64.bundle</strong></p>
<p>it prompts for license agreement, product updates, eclipse directory for virtual debugger, eclipse c,c++ debugger plugins etc. just select yes or no based on requirement and finally press enter it starts installing.</p>
<p>4. After successfull installation in debian go to Applications-&gt;System Tools-&gt;VMware Workstation  and open it.</p>
<p>While opening displayed a prompt saying VMware Kernel Module Updater stating Kernel Header version 2.6.xx-x-amd64 not found or specify the prompt where kernel header is located to install.</p>
<p>5. Than installed the kernel headers for debian by giving<br />
<strong># apt-get install linux-headers-2.6.xx-x-amd64</strong></p>
<p>after that close the window and restarted it again.</p>
<p>6. Next while starting a prompt appeared stating &#8220;<em>Before  you can run VMware, several modules must be compiled and loaded into running into the running kernel.&#8221; just selected install</em>. prompts for root password and continue.</p>
<p>7. Immediately prompted a new window stating &#8220;unable to build kernel module see log /tmp/vmware-root/setup-3037.log (which is the compiler and necessary building tools haven&#8217;t installed.)</p>
<p>8. installed the package build-essential by<br />
<strong># apt-get install build-essential</strong></p>
<p>9. than again went back and selected the install option it started running fine.</p>
<p>10.Every thing done, prompted the license agreement and finally Started. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Note: A registered key is required to start working with it.</p>
</div>
<div class="blogger-post-footer"><img alt="" width="1" height="1" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=50&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2011/03/10/installation-of-vmware-in-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Bloggging Through GNOME Desktop</title>
		<link>http://raghunath.wordpress.com/2010/10/02/easy-bloggging-through-gnome-desktop/</link>
		<comments>http://raghunath.wordpress.com/2010/10/02/easy-bloggging-through-gnome-desktop/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 16:05:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2010/10/02/easy-bloggging-through-gnome-desktop</guid>
		<description><![CDATA[My first post using gnome-blog.gnome-blog, drivel clients for blogging through Gnome desktop instead of logging and posting through the blogger.com, even (lekhonee-gnome) for wordpress bolgs.installing: #apt-get install gnome-blog or from synaptic package manager search and select &#8216;gnome-blog&#8217; than click mark &#8230; <a href="http://raghunath.wordpress.com/2010/10/02/easy-bloggging-through-gnome-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=49&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My first post using gnome-blog.<br /><strong>gnome-blog, drivel</strong>  clients for blogging through Gnome desktop instead of logging and posting through the blogger.com, even (<strong>lekhonee-gnome</strong>) for wordpress bolgs.<br /><strong>installing:</strong> <br /><em>#apt-get install gnome-blog</em> <br />or <br />from synaptic package manager search and select &#8216;gnome-blog&#8217; than click  mark for installation later click on apply.<br /><strong>Running</strong>: <br />Applications &#8211;&gt; Accessories &#8211;&gt; Blog Entry Poster.<br />or <br />Right click on panel &#8211;&gt; add to panel &#8211;&gt; Blog entry poster &#8211;&gt;Add<br />it will be appearing on panel just left click and start posting.. </p>
<p><b>Setting Preferences:</b>
<ul>
<li>&nbsp;In preferences select the Blogger.com.</li>
<li>set the username and password</li>
<li>click on the look up button &amp; choose the blog for which the posting to be done.</li>
</ul>
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=49&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2010/10/02/easy-bloggging-through-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>List of packages in E-Swecha OS</title>
		<link>http://raghunath.wordpress.com/2010/08/23/list-of-packages-in-e-swecha-os/</link>
		<comments>http://raghunath.wordpress.com/2010/08/23/list-of-packages-in-e-swecha-os/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 18:37:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2010/08/23/list-of-packages-in-e-swecha-os</guid>
		<description><![CDATA[List gdm, gdm3, gnome, gnome-desktop-environment, xserver-xorg,&#160; xfonts-base, openssh-server, gedit, synaptic, evince, iceweasel, unrar-free, bzip2, gnome-applets, python, build-essential, elvis, qcad, pidgin, barsero, xsane, g++, gcc, gcj, fortan, mysql-query-browser, mysql-admin, mysql-server-5.1, postgresql, anjuta, eclipse, openoffice.org, planner, quanta, bluefish, apache2, nasm, umbrello, dia, &#8230; <a href="http://raghunath.wordpress.com/2010/08/23/list-of-packages-in-e-swecha-os/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=43&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div dir="ltr" style="text-align:left;"><b>List </b> 
<ul></ul>
<ol>gdm, gdm3, gnome, gnome-desktop-environment, xserver-xorg,&nbsp; xfonts-base, openssh-server, gedit, synaptic, evince, iceweasel, unrar-free, bzip2, gnome-applets, python, build-essential, elvis, qcad, pidgin, barsero, xsane, g++, gcc, gcj, fortan, mysql-query-browser, mysql-admin, mysql-server-5.1, postgresql, anjuta, eclipse, openoffice.org, planner, quanta, bluefish, apache2, nasm, umbrello, dia, bugzilla, gdb, gimp, blender, inkscape, qucs, scilab, vlc, php5, oregano, ghdl,&nbsp; gtkwave, freemat, texlive, octave3.2, jikes, gcj </ol>
<ol></ol>
</div>
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=43&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2010/08/23/list-of-packages-in-e-swecha-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
		<item>
		<title>Network Bandwidth monitor tool : ntop</title>
		<link>http://raghunath.wordpress.com/2010/08/08/network-bandwidth-monitor-tool-ntop/</link>
		<comments>http://raghunath.wordpress.com/2010/08/08/network-bandwidth-monitor-tool-ntop/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 04:45:00 +0000</pubDate>
		<dc:creator>raghunath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raghunath24.wordpress.com/2010/08/08/network-bandwidth-monitor-tool-ntop</guid>
		<description><![CDATA[What is ntop? ntop is a network traffic probe that shows the network usage, similar to what the popular top GNU/Linux or Unix commands does. ntop is based on libpcap and it has been written in a portable way in &#8230; <a href="http://raghunath.wordpress.com/2010/08/08/network-bandwidth-monitor-tool-ntop/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=40&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What is ntop?</p>
<p>ntop is a network traffic probe that shows the network usage, similar to what the popular top GNU/Linux or Unix commands does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Linux or Unix platform and on Win32 as well.</p>
<p>Download ntop for GNU/Linux</p>
<p>http://www.ntop.org/ntop.html</p>
<p>ntop Documentation</p>
<p>http://www.ntop.org/documentation.html</p>
<p>Install ntop in debian</p>
<p>#apt-get install ntop</p>
<p>During the setup it will ask you to select the interface nTop will listen on (i.e. put in promiscuous mode). Note that it says that you can enter a comma-separated list of interfaces so you could install multiple NICs in a system and monitor multiple LAN segments on the same system.</p>
<p>Accept the ntop user name by hitting Enter. After the program is set up you&#8217;ll see the message:</p>
<p>device eth0 entered promiscuous mode</p>
<p>A few seconds later you&#8217;ll see the message:</p>
<p>device eth0 left promiscuous mode</p>
<p>The NIC dropping out of promiscuous mode indicates a problem. Here the &#8220;problem&#8221; is that we need to set a password for the nTop account we created during the nTop installation<br />(that the daemon uses). To do that, enter the command</p>
<p>#ntop -A</p>
<p>or</p>
<p># ntop &#8211;set-admin-password</p>
<p>The uppercase A switch is for setting the program&#8217;s Admin password. After entering (and re-entering) a password, restart the process.nTop runs as a daemon.</p>
<p>Now that nTop is configured and running, just point a Web browser<br />at port 3000 on the Debian system. For example, if the Debian system&#8217;s IP address is 10.2.0.20 then you&#8217;d type in the following in the address bar of a browser running on a system on the same network:</p>
<p>http://10.2.0.20:3000/</p>
<p>If you want to start and stop ntop run the following commands</p>
<p>#/etc/init.d/ntop stop</p>
<p>#/etc/init.d/ntop start</p>
<p>If have any problems you need to check the readme file located at /usr/share/doc/ntop/README.Debian this file details as follows</p>
<p>ntop admin password need to be set:<br />===================================</p>
<p>When ntop is installed at the first time, you MUST set the administration<br />password for ntop (user &#8216;admin&#8217;). You do that by running ntop with the option<br />-A (or &#8211;set-admin-password) as root.</p>
<p># ntop &#8211;set-admin-password</p>
<p>It will prompt you for the password and then exit. Now start the ntop<br />daemon.</p>
<p># /etc/init.d/ntop start</p>
<p>Note that you can not run ntop as a user as it need full access to the<br />devices and only root have such access. After it has got that access it<br />will change user to ntop or whatever you have configured it to. You have<br />to make sure that the user have access files in /var/lib/ntop. This is<br />normally fixed by the installation script but it may fail.</p>
<p>Ntop will be started at every reboot when the admin password has been set.</p>
<p>ntop protocol list:<br />===================</p>
<p>If you start ntop in daemon mode with the supplied init script it will<br />automatically use /etc/ntop/protocol.list to choose which TCP Protocols<br />should be monitored. The format of this file is simply:</p>
<p>=</p>
<p>where label is used to symbolically identify the . The<br />format of  is [|], where <br />is either a valid protocol specified inside the /etc/services file or<br />a numeric port range (e.g. 80, or 6000-6500).</p>
<p>log and rotation:<br />=================</p>
<p>Logs are placed in /var/log/ntop/ and will be rotated every week. The<br />log rotation will restart the ntop server which will reset the ntop<br />statistics. If you want to keep the statistics you have to edit or delete<br />the /etc/logrotate.d/ntop file.</p>
<p>upgrade notes:<br />==============</p>
<p>Option names may have been changed between ntop versions. You can either<br />change them in /etc/default/ntop or rerun the configuration using<br />dpkg-reconfigure ntop.
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raghunath.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raghunath.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raghunath.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raghunath.wordpress.com&amp;blog=353778&amp;post=40&amp;subd=raghunath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raghunath.wordpress.com/2010/08/08/network-bandwidth-monitor-tool-ntop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/74aa5656f325632c3aa03bb9f90e2d0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ragy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
