<?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>ArunDavidP's Blog</title>
	<atom:link href="http://arundavidp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arundavidp.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 14 Nov 2009 05:40:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='arundavidp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d28c05a685d89984bded8dab71be6617?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>ArunDavidP's Blog</title>
		<link>http://arundavidp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arundavidp.wordpress.com/osd.xml" title="ArunDavidP&#8217;s Blog" />
		<item>
		<title>Mounting NTFS partition on Debian (new)</title>
		<link>http://arundavidp.wordpress.com/2009/11/14/mounting-ntfs-partition-on-debian/</link>
		<comments>http://arundavidp.wordpress.com/2009/11/14/mounting-ntfs-partition-on-debian/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 05:27:30 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ntfs usb debian ubuntu]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=16</guid>
		<description><![CDATA[Debian 5 Lenny will not automatically mount the windows ntfs partitions on your computer.
To mount a drive using command prompt:
$&#62;sudo mount -t ntfs &#8220;drive&#8221; &#8220;mount_point&#8221;
// Here &#8220;drive&#8221;  is the device in your &#8220;dev&#8221; folder. and &#8220;mount_point&#8221; is the folder to which you
are mounting the drive
eg. My vista C drive is /dev/sda2 and me created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=16&subd=arundavidp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Debian 5 Lenny will not automatically mount the windows ntfs partitions on your computer.<br />
To mount a drive using command prompt:<br />
$&gt;sudo mount -t ntfs &#8220;drive&#8221; &#8220;mount_point&#8221;<br />
// Here &#8220;drive&#8221;  is the device in your &#8220;dev&#8221; folder. and &#8220;mount_point&#8221; is the folder to which you<br />
are mounting the drive<br />
eg. My vista C drive is /dev/sda2 and me created a folder named windows_c in folder &#8220;media&#8221;<br />
$&gt;sudo mkdir /media/windows_c<br />
Then to mount the C drive<br />
$&gt;sudo mount -t ntfs /dev/sda2 /media/windows_c<br />
To make the contents of the drive readable to all those using your system type<br />
$&gt;chmod a+rwx /media/windows_c</p>
<p>The above said content is also applicable for mounting usb&#8217;s or external hard disk formatted in ntfs file system.</p>
<p>By default you will not have any write permissions on your drive. To have that you need to install &#8220;ntfs-3g&#8221; and some &#8220;fuse&#8221; tools.<br />
$&gt;sudo apt-get install ntfs-3g disk-manager</p>
<p>To make your debian automatically provide your an option to mount the drive in start up add the options in your &#8220;fstab&#8221; file found in &#8220;etc&#8221; folder.<br />
dmask=0022,fmask=0133<br />
along with the option to mount your /dev/sda2 in your /media/windows_c<br />
These option can be written yourself just after looking at the examples provided on the same &#8220;fstab&#8221; file.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=16&subd=arundavidp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2009/11/14/mounting-ntfs-partition-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Mount ntfs partitions on debian</title>
		<link>http://arundavidp.wordpress.com/2009/06/06/mount-ntfs-partitions-on-debian/</link>
		<comments>http://arundavidp.wordpress.com/2009/06/06/mount-ntfs-partitions-on-debian/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 07:25:34 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mount ntfs parttions debian]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/2009/06/06/mount-ntfs-partitions-in-debian/</guid>
		<description><![CDATA[install ntfs-3g using synaptic package manager from debian dvd.
open the root terminal and type
$&#62;mkdir /media/windows/c ( here we are just making a folder named c in windows in media folder found in / to mount dev/hda1, usually c drive or the first available partition in other case).
To mount drive after the startup, open the root [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=13&subd=arundavidp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>install ntfs-3g using synaptic package manager from debian dvd.</p>
<p>open the root terminal and type<br />
$&gt;mkdir /media/windows/c ( here we are just making a folder named c in windows in media folder found in / to mount dev/hda1, usually c drive or the first available partition in other case).</p>
<p>To mount drive after the startup, open the root terminal and type<br />
$&gt;mount -t ntfs-3g /dev/hda1 /media/windows/c</p>
<p>To mount partition automatically before the startup, open the root terminal and type<br />
$&gt;nautilus<br />
Now your root folder in / pops up. Go to /etc using the window. open the file fstab in etc folder and add the line<br />
/dev/hda1 /media/windows/c defaults 0 0<br />
Note: use tabs instead of spaces between the above blocks of words.</p>
<p>Good Bye</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=13&subd=arundavidp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2009/06/06/mount-ntfs-partitions-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>install software in ubuntu without internet</title>
		<link>http://arundavidp.wordpress.com/2009/04/06/install-software-in-ubuntu-without-internet/</link>
		<comments>http://arundavidp.wordpress.com/2009/04/06/install-software-in-ubuntu-without-internet/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:33:24 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=8</guid>
		<description><![CDATA[I have found a very working way to install any software in ubuntu without direct internet
in your linux box. I found this method first in the site ( link ) , now I have made some little
modifications so that you can make a structured local repository in your computer.
In your computer
$&#62; apt-get –qq ––print-uris update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=8&subd=arundavidp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have found a very working way to install any software in ubuntu without direct internet<br />
in your linux box. I found this method first in the site ( <a href="http://beans.seartipy.com/2006/05/06/update-or-install-applications-on-debianubuntu-without-an-internet-connection/">link</a> ) , now I have made some little<br />
modifications so that you can make a structured local repository in your computer.</p>
<p>In your computer<br />
$&gt; apt-get –qq ––print-uris update | awk -F\‘ ‘{ print  $2}‘ &gt; get.lst</p>
<p>In windows open command prompt go to the folder containing wget.exe<br />
type: wget -c -i get.lst -x<br />
Now you can see a directory tree created on the folder containing both wget and get.lst<br />
you can find Package.gz and Source.bz2 in some folders in that directory tree. copy that entire directory tree into your usb.</p>
<p>In your linux paste that directory tree. Open the terminal in root mode.<br />
$&gt;gksudo gedit /etc/apt/sources.lst<br />
Now a gedit window will appear, it contains some lines without &#8216;#&#8217; in front.<br />
copy those lines and paste it in the same file after replacing http:// with file:///&lt;directory&gt;/&lt;wher your pasted the direcoty structure&gt;/ Now you may understand<br />
that we have created a local repository equivalent to ubuntu web repository and added the<br />
data in sources.lst, now save the file. Open the synaptic package manager you can find the new<br />
package data in it. Now click vlc and click install, instead of clicking &#8216;Apply Changes&#8217; click<br />
&#8216;File&gt;Generate Package download script&#8217; . Now open the file in which you have saved the<br />
script in gedit. Replace file:///&lt;directory&gt;/&lt;wher your pasted the direcoty structure&gt;/<br />
with http://. Now copy the file into your usb and take it to the windows.</p>
<p>In your windows, copy the file you have generated and edited using the synaptic and<br />
gedit into the folder containing wget.<br />
Open the folder in command prompt and type : wget -c -i &lt;file_name&gt; -x<br />
Now you can see a direcory structure similar to earlier case but with a number of<br />
.deb files. copy the entire directory structure into your usb.</p>
<p>In linux, paste the directory structure in your usb that you have just downloaded,<br />
into the folder where you have earlier pasted the previous directory structure<br />
using terminal<br />
$&gt;cp -R &lt;directory tree in your usb&gt; &lt;direcoty where you stored your previous<br />
directory tree&gt;<br />
Note : We used this command to merge the new directory tree with the existing one.<br />
Open the synaptic package manager and click on the vlc and click to install.<br />
Now click &#8216;Apply Changes&#8217;. Now you can see synaptic downloading the necessary<br />
packages from the lo0cal directory and installing the vlc media player.</p>
<p>You can do the same procedure with any software package you found in the synapitc<br />
package manager.</p>
<p>Next time I will show you an example code to do this with all the necessary lines.</p>
<p>Good Bye.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=8&subd=arundavidp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2009/04/06/install-software-in-ubuntu-without-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>install multimedia codecs in opensuse without internet</title>
		<link>http://arundavidp.wordpress.com/2009/04/06/install-multimedia-codecs-in-opensuse-without-internet/</link>
		<comments>http://arundavidp.wordpress.com/2009/04/06/install-multimedia-codecs-in-opensuse-without-internet/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 12:50:27 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arundavidp.wordpress.com/?p=5</guid>
		<description><![CDATA[Hi Friends,
I have found one who collected all the multimedia codecs for opensuse 11.0 and its dependencies for direct download.  If you can&#8217;t access internet in your linux box, then try this link, if you can access another system with internet. The instructions for proper installation are also given there.
Link:
http://easgs.wordpress.com/2008/08/08/
multimedia-pack-2008-para-open-suse-11/
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=5&subd=arundavidp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi Friends,</p>
<p>I have found one who collected all the multimedia codecs for opensuse 11.0 and its dependencies for direct download.  If you can&#8217;t access internet in your linux box, then try this link, if you can access another system with internet. The instructions for proper installation are also given there.</p>
<p>Link:</p>
<p>http://easgs.wordpress.com/2008/08/08/</p>
<p>multimedia-pack-2008-para-open-suse-11/</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=5&subd=arundavidp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2009/04/06/install-multimedia-codecs-in-opensuse-without-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://arundavidp.wordpress.com/2009/02/17/hello-world/</link>
		<comments>http://arundavidp.wordpress.com/2009/02/17/hello-world/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:59:23 +0000</pubDate>
		<dc:creator>arundavidp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Friends,
I am Arun, an engineering student doing my course in electronics and communication. Me started writing this public digital diary toay. I like to bring some exciting facts, experiences in my life, electronics ideas, programming tips before you.
I am always welcome to your responsive comments.
Thank You
by Arun.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=1&subd=arundavidp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi Friends,</p>
<p>I am Arun, an engineering student doing my course in electronics and communication. Me started writing this public digital diary toay. I like to bring some exciting facts, experiences in my life, electronics ideas, programming tips before you.</p>
<p>I am always welcome to your responsive comments.</p>
<p>Thank You</p>
<p>by Arun.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arundavidp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arundavidp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arundavidp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arundavidp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arundavidp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arundavidp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arundavidp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arundavidp.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arundavidp.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arundavidp.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arundavidp.wordpress.com&blog=6619780&post=1&subd=arundavidp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://arundavidp.wordpress.com/2009/02/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dcde62e4c73ff7e1d8e4aa187a21c3f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arundavidp</media:title>
		</media:content>
	</item>
	</channel>
</rss>