<?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>: The Scratchpad :</title>
	<atom:link href="http://dhruvaraja.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhruvaraja.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 12:48:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dhruvaraja.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>: The Scratchpad :</title>
		<link>http://dhruvaraja.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dhruvaraja.wordpress.com/osd.xml" title=": The Scratchpad :" />
	<atom:link rel='hub' href='http://dhruvaraja.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to mount Windows Partition in Linux?</title>
		<link>http://dhruvaraja.wordpress.com/2012/01/05/how-to-mount-windows-partition-in-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2012/01/05/how-to-mount-windows-partition-in-linux/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 12:48:37 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=90</guid>
		<description><![CDATA[Find out the info about NTFS partition: fdisk -l Create a directory on which the Windows partition to be mounted: mkdir /mnt/c Edit /etc/fstab file and include the following line: /dev/[hda&#124;sda][X]    /mnt/c     ntfs ro,user,auto,noexec,umask=0 0 0 eg: /dev/sda2            /mnt/c           ntfs ro,user,auto,noexec,umask=0 0 0<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=90&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Find out the info about NTFS partition:</p>
<blockquote><p><strong><em><code>fdisk -l</code></em></strong></p></blockquote>
<p>Create a directory on which the Windows partition to be mounted:</p>
<blockquote><p><em><strong>mkdir /mnt/c</strong></em></p></blockquote>
<p>Edit /etc/fstab file and include the following line:</p>
<blockquote><p><em><strong>/dev/[hda|sda][X]    /mnt/c     ntfs ro,user,auto,noexec,umask=0 0 0</strong></em></p>
<p>eg:</p>
<p><em>/dev/sda2            /mnt/c           ntfs ro,user,auto,noexec,umask=0 0 0</em></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=90&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2012/01/05/how-to-mount-windows-partition-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding default route in Linux</title>
		<link>http://dhruvaraja.wordpress.com/2011/07/26/adding-default-route-in-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2011/07/26/adding-default-route-in-linux/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 05:33:15 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=88</guid>
		<description><![CDATA[route add gw &#60;IP Address of the gateway&#62; &#60;interface name&#62; eg: &#8220;route add gw 192.168.1.1 eth0&#8243;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=88&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>route add gw &lt;IP Address of the gateway&gt; &lt;interface name&gt;</p>
<p>eg: &#8220;route add gw 192.168.1.1 eth0&#8243;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=88&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2011/07/26/adding-default-route-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>vmap allocation error on Linux</title>
		<link>http://dhruvaraja.wordpress.com/2011/03/01/vmap-allocation-error-on-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2011/03/01/vmap-allocation-error-on-linux/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:04:40 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=84</guid>
		<description><![CDATA[vmap allocation for size 33558528 failed: use vmalloc=&#60;size&#62; to increase size. How to solve: Method 1 (temporary) : rmmod nouveau &#60;Now try insmoding your driver and see if the issue goes away&#62; &#160; Method 2 (permanent): Edit /etc/modprobe.d/blacklist.conf to blacklist nouveau. Add the following line to the file and reboot. blacklist nouveau<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=84&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>vmap allocation for size 33558528 failed: use vmalloc=&lt;size&gt; to increase size.</strong></p></blockquote>
<p>How to solve:</p>
<p><strong>Method 1 (temporary) :</strong></p>
<p>rmmod nouveau</p>
<p>&lt;Now try insmoding your driver and see if the issue goes away&gt;</p>
<p>&nbsp;</p>
<p><strong>Method 2 (permanent):</strong></p>
<p>Edit /etc/modprobe.d/blacklist.conf to blacklist nouveau. Add the following line to the file and reboot.</p>
<p>blacklist nouveau</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=84&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2011/03/01/vmap-allocation-error-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing contacts from another phone onto a Nokia phone</title>
		<link>http://dhruvaraja.wordpress.com/2011/01/31/importing-contacts-from-another-phone-onto-a-nokia-phone/</link>
		<comments>http://dhruvaraja.wordpress.com/2011/01/31/importing-contacts-from-another-phone-onto-a-nokia-phone/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 14:44:42 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=80</guid>
		<description><![CDATA[I had a Sony Ericson phone, before I had to switch to a Nokia phone (Nokia X2). The initial problem was to export all the contacts from Sony Ericson phone onto Nokia phone. This is the solution that worked. Step 1: Export the contacts from old phone onto computer For Sony Ericson, I used &#8216;My [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=80&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a Sony Ericson phone, before I had to switch to a Nokia phone (Nokia X2). The initial problem was to export all the contacts from Sony Ericson phone onto Nokia phone. This is the solution that worked.</p>
<p><strong>Step 1: Export the contacts from old phone onto computer</strong></p>
<p>For Sony Ericson, I used <a href="http://www.fjsoft.at/en/">&#8216;My phone explorer&#8217;</a>.  Goto &gt; Contacts &gt; Right click on the contacts Window &gt; Export/Import &gt; Export entire phone book. Save the file into *.vcf format.</p>
<p>For other phone, find utilities to export all the contacts in either *.vcf, or *.csv format or some other standard format.</p>
<p><strong>Step 2 : Import contacts onto MS Outlook Express</strong></p>
<p>MS Outlook &gt; Tools &gt; Address Book.</p>
<p>In the Address Book, File &gt; Import &gt; Business card &gt; Open the *.vcf file.</p>
<p><strong>Step 3 : Import the MS Outlook Express contacts onto Nokia phone.</strong></p>
<p>Install Nokia Ovi Suite application.</p>
<p>Connect the phone and select &#8216;Nokia Ovi Suite&#8217; when prompted on the phone.</p>
<p>Start Nokia Ovi Suite application.</p>
<p>Detect the phone via Nokia Ovi Suite application.</p>
<p>Goto Nokia Ovi Suite Application &gt; Sync &gt; Sync options &gt; Contacts &gt; Sync with contacts application &gt; Microsoft Outlook express &gt; Shared contacts &gt; Press OK.</p>
<p>Nokia Ovi Suite Application &gt; Sync &gt; Sync Now &gt; Contacts&#8230; (Check the details.. If the contacts are not copied completely, retry till all the contacts are imported.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=80&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2011/01/31/importing-contacts-from-another-phone-onto-a-nokia-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>How to &#8220;remote desktop&#8221; into a Windows machine from Linux?</title>
		<link>http://dhruvaraja.wordpress.com/2010/12/23/how-to-remote-desktop-into-a-windows-machine-from-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2010/12/23/how-to-remote-desktop-into-a-windows-machine-from-linux/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 10:43:26 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=77</guid>
		<description><![CDATA[&#8220;rdesktop&#8221; is a Linux utility equivalent of Windows Remote Desktop (mstsc.exe). Download the source package from http://www.rdesktop.org/ Extract the source package. ./configure make make install rdesktop hostname If you want full screen, &#8220;rdesktop -f hostname&#8221;.  You can exit full screen using CTRL-ALT-ENTER.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=77&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;rdesktop&#8221; is a Linux utility equivalent of Windows Remote Desktop (mstsc.exe).</p>
<ul>
<li>Download the source package from http://www.rdesktop.org/</li>
<li>Extract the source package.</li>
<li>./configure</li>
<li>make</li>
<li>make install</li>
<li>rdesktop hostname</li>
</ul>
<p>If you want full screen, &#8220;rdesktop -f hostname&#8221;.  You can exit full screen using CTRL-ALT-ENTER.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=77&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2010/12/23/how-to-remote-desktop-into-a-windows-machine-from-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>How to overcome a hang in remote PC while using Remote Desktop?</title>
		<link>http://dhruvaraja.wordpress.com/2010/12/22/how-to-overcome-a-hang-in-remote-pc-while-using-remote-desktop/</link>
		<comments>http://dhruvaraja.wordpress.com/2010/12/22/how-to-overcome-a-hang-in-remote-pc-while-using-remote-desktop/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 12:59:45 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=75</guid>
		<description><![CDATA[This can be done with the help of two commands: &#8220;query session&#8221; and &#8220;reset session&#8221;. &#160; c:\&#62; query session SESSIONNAME       USERNAME                 ID  STATE   TYPE        DEVICE console           userA                                   0              Active  wdcon rdp-tcp                                                     65536            Listen  rdpwd rdp-tcp#28        Administrator             1                 Active  rdpwd rdp-tcp#27        userB                              2                 Active  rdpwd &#160; ;Note down the session ID. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=75&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This can be done with the help of two commands: &#8220;query session&#8221; and &#8220;reset session&#8221;.</p>
<p>&nbsp;</p>
<p><strong>c:\&gt; query session</strong></p>
<p>SESSIONNAME       USERNAME                 ID  STATE   TYPE        DEVICE<br />
console           userA                                   0              Active  wdcon<br />
rdp-tcp                                                     65536            Listen  rdpwd<br />
rdp-tcp#28        Administrator             1                 Active  rdpwd<br />
rdp-tcp#27        userB                              2                 Active  rdpwd</p>
<p>&nbsp;</p>
<p>;Note down the session ID. Now execute&#8230;</p>
<p><strong>c:\&gt; reset session 2 /v /server</strong></p>
<p>;This logs out user from session 2.</p>
<p>&nbsp;</p>
<p>Now, t o execute these two commands, you can remote login to the system using another power user or you can telnet to the system (if telnet available).</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=75&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2010/12/22/how-to-overcome-a-hang-in-remote-pc-while-using-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>How to mount Windows shares in Linux?</title>
		<link>http://dhruvaraja.wordpress.com/2010/12/14/how-to-mount-windows-shares-in-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2010/12/14/how-to-mount-windows-shares-in-linux/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 13:27:24 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=73</guid>
		<description><![CDATA[Method 1: $ mkdir /mnt/winshare $ mount -t cifs //nt_machine_name_or_ip_address/shared_folder_name -o username=user_name_here,password=pass_word_here /mnt/winshare $ cd /mnt/winshare $ ls (If you need to write to this directory, change the settings in Windows system to include read/write permission) &#160; Method 2 (persistant): $ mkdir /mnt/winshare $ vim /etc/fstab Add the following line to the file&#8230; //nt_machine_name_or_ip_address/shared_folder_name           /mnt/win                [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=73&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Method 1:</strong></p>
<p>$ mkdir /mnt/winshare</p>
<p>$ mount -t cifs //nt_machine_name_or_ip_address/shared_folder_name <code>-o username=user_name_here,password=pass_word_here /mnt/winshare</code></p>
<p>$ cd /mnt/winshare</p>
<p>$ ls</p>
<p>(If you need to write to this directory, change the settings in Windows system to include read/write permission)</p>
<p>&nbsp;</p>
<p><strong>Method 2 (persistant):</strong></p>
<p>$ mkdir /mnt/winshare</p>
<p>$ vim /etc/fstab</p>
<p>Add the following line to the file&#8230;</p>
<p>//nt_machine_name_or_ip_address/shared_folder_name           /mnt/win                cifs    username=user_name_here,password=password_here 0 0</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=73&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2010/12/14/how-to-mount-windows-shares-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change Linux runlevel at boot time?</title>
		<link>http://dhruvaraja.wordpress.com/2010/11/25/how-to-change-linux-runlevel-at-boot-time/</link>
		<comments>http://dhruvaraja.wordpress.com/2010/11/25/how-to-change-linux-runlevel-at-boot-time/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 09:47:00 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=69</guid>
		<description><![CDATA[Different runlevels under Fedora core: 0 Halt 1 Single-User mode 2 Multi-user mode console logins only (without networking) 3 Multi-User mode, console logins only 4 Not used/User-definable 5 Multi-User mode, with display manager as well as console logins (X11) 6 Reboot When the Linux kernel boots, the init program reads the /etc/inittab file to determine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=69&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Different runlevels under Fedora core:</p>
<table>
<tbody>
<tr>
<td><strong>0</strong></td>
<td>Halt</td>
</tr>
<tr>
<td><strong>1</strong></td>
<td>Single-User mode</td>
</tr>
<tr>
<td><strong>2</strong></td>
<td>Multi-user mode console logins only (without networking)</td>
</tr>
<tr>
<td><strong>3</strong></td>
<td>Multi-User mode, console logins only</td>
</tr>
<tr>
<td><strong>4</strong></td>
<td>Not used/User-definable</td>
</tr>
<tr>
<td><strong>5</strong></td>
<td>Multi-User mode, with display manager as well as console logins (X11)</td>
</tr>
<tr>
<td><strong>6</strong></td>
<td>Reboot</td>
</tr>
</tbody>
</table>
<p>When the Linux kernel boots, the <em>init </em>program reads the /etc/inittab file to determine the runlevel. The behavior of each run level is specified using a configuration file.</p>
<p><strong>Modifying runlevel using Grub at boot time:</strong></p>
<p>Select the kernel you want to load</p>
<p>Press &#8216;e&#8217; to edit &#8230;</p>
<p>In the line that looks similar to &#8220;blah blah blah nomodeset rghb quiet&#8221;, append the number of runlevel you desire after a space&#8230; like &#8220;blah blah blah nomodeset rghb quiet 3&#8243;</p>
<p>Press &#8216;b&#8217; to boot.</p>
<p>This change is only applicable to the current boot.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=69&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2010/11/25/how-to-change-linux-runlevel-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 9.10 Tricks and Workarounds</title>
		<link>http://dhruvaraja.wordpress.com/2010/09/13/ubuntu-9-10-tricks-and-workarounds/</link>
		<comments>http://dhruvaraja.wordpress.com/2010/09/13/ubuntu-9-10-tricks-and-workarounds/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 12:46:54 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=60</guid>
		<description><![CDATA[I would like to resize the root (/) partition. How should I do that? Ans : Boot using the Ubuntu CD and from the boot menu, select &#8220;Try Ubuntu without any change to your computer&#8221;. Once booted, goto Administration &#62; GParted. This will allow you to resize the root partition. When installing Ubuntu on a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=60&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>I would like to resize the root (/) partition. How should I do that?</strong></p>
<p>Ans : Boot using the Ubuntu CD and from the boot menu, select &#8220;<strong>Try Ubuntu without any change to your computer&#8221;</strong>. Once booted, goto Administration &gt; GParted.</p>
<p>This will allow you to resize the root partition.</p>
<p><strong>When installing Ubuntu on a newer hardware (eg: Dell Latitude E6410) my screen flickers and the installation does not proceed. What should I do?</strong></p>
<p>Ans : Press F4 and select &#8216;Safe mode Graphics&#8221;</p>
<p><strong>I installed Ubuntu using &#8216;Safe mode Graphics&#8217;. I tried upgrading the NVIDIA driver, but now the GUI does not come up. I am using </strong>nvidia nvs 3100M that came with Dell Latitude E6410<strong>?</strong></p>
<p>Ans :</p>
<p>1.)Download the following driver: http://www.nvidia.com/object/linux-display-ia32-195.36.24.html</p>
<p>2.)$chmod a+x &lt;downloaded file&gt;</p>
<p>3.)CTRL+ALT+F1</p>
<p>4.)$/etc/init.d/gdm stop</p>
<p>5.)RUN the downloaded file.</p>
<p>6.)Reboot</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=60&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2010/09/13/ubuntu-9-10-tricks-and-workarounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting USB disk under Linux</title>
		<link>http://dhruvaraja.wordpress.com/2009/10/08/formatting-usb-disk-under-linux/</link>
		<comments>http://dhruvaraja.wordpress.com/2009/10/08/formatting-usb-disk-under-linux/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 15:05:39 +0000</pubDate>
		<dc:creator>united</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Windows XP tips]]></category>

		<guid isPermaLink="false">http://dhruvaraja.wordpress.com/?p=42</guid>
		<description><![CDATA[Recently I had to format my USB disk as ext2fs. After this I had tough time converting it back to vfat partition scheme, so that I could use the disk on Windows systems. Thanks to this blog post http://blog.dotkam.com/2008/07/10/restoreformat-usb-flash-drive/ I was able to reuse my USB disk under Windows. All credits to the original author. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=42&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I had to format my USB disk as ext2fs. After this I had tough time converting it back to vfat partition scheme, so that I could use the disk on Windows systems.</p>
<p>Thanks to this blog post http://blog.dotkam.com/2008/07/10/restoreformat-usb-flash-drive/ I was able to reuse my USB disk under Windows. All credits to the original author. Just listing the commands below, just in case you too are looking for this:</p>
<p>Step 1: Insert the USB disk, check &#8216;dmesg&#8217; to find out how it was detected by the system. In my case it was /dev/sdb.</p>
<p>Step 2: fdisk /dev/sdb</p>
<p>If fdisk detects any anamolies in the partition table, it will throw a prompt that it will try to correct it. This should be OK.</p>
<p>Use option &#8216;p&#8217; to print the partition table.</p>
<p>If there is already a partition, delete it using &#8216;d&#8217; option.</p>
<p>Create a new partition using &#8216;n&#8217; option.</p>
<p>Save the changes by using &#8216;w&#8217; option.</p>
<p>Step 3: mkfs.vfat <span style="color:#660033;">-F</span> <span style="color:#000000;">16</span> <span style="color:#000000;font-weight:bold;">/</span>dev<span style="color:#000000;font-weight:bold;">/</span>sdb1</p>
<p>That&#8217;s all. You can mount the disk on Linux now using, &#8220;mount -t vfat /dev/sdb1 &lt;folder_path_where_you_want_to_mount&gt;&#8221;. For unmount use, &#8220;umount /dev/sdb1&#8243;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhruvaraja.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhruvaraja.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhruvaraja.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhruvaraja.wordpress.com&amp;blog=3007289&amp;post=42&amp;subd=dhruvaraja&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhruvaraja.wordpress.com/2009/10/08/formatting-usb-disk-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c8bbac44aa85825320ebb13e30ea12d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">united</media:title>
		</media:content>
	</item>
	</channel>
</rss>
