<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fawad Nazir's Weblog</title>
	<atom:link href="http://fawadnazir.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fawadnazir.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 31 Oct 2008 15:40:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='fawadnazir.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/52988976df811cf916648e26a008b9f3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Fawad Nazir's Weblog</title>
		<link>http://fawadnazir.wordpress.com</link>
	</image>
			<item>
		<title>Graph Visualization File Formats&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/10/31/graph-visualization-file-formats/</link>
		<comments>http://fawadnazir.wordpress.com/2008/10/31/graph-visualization-file-formats/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 15:40:36 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[grapml]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[graph drwaing]]></category>
		<category><![CDATA[graphml formats]]></category>
		<category><![CDATA[graphs]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=30</guid>
		<description><![CDATA[I know the following graph visualization. If you know anymore please add the to the list:
1. dot
2. fdp
3. neato
4. graphml
5. gml
6.  ygf
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=30&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I know the following graph visualization. If you know anymore please add the to the list:</p>
<p>1. dot</p>
<p>2. fdp</p>
<p>3. neato</p>
<p>4. graphml</p>
<p>5. gml</p>
<p>6.  ygf</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=30&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/10/31/graph-visualization-file-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade Ubuntu from Edgy to Feisty</title>
		<link>http://fawadnazir.wordpress.com/2008/07/16/upgrade-ubuntu-from-edgy-to-feisty/</link>
		<comments>http://fawadnazir.wordpress.com/2008/07/16/upgrade-ubuntu-from-edgy-to-feisty/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 05:32:15 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=28</guid>
		<description><![CDATA[http://www.ubuntugeek.com/upgrade-ubuntu-610-edgy-eft-to-ubuntu-704-feisty-fawn-2.html
Method 2 &#8211; Using apt-get
Edit your /etc/apt/sources.list as root. Change every occurrence of edgy to feisty.
Use any prefered editor. If you have a CD-ROM line in your file, then remove it.
sudo vi /etc/apt/sources.list
or
use the following Simple command
sudo sed -e ’s/\edgy/ feisty/g’ -i /etc/apt/sources.list
Now you need to update the source list using the following command
sudo apt-get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=28&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://www.ubuntugeek.com/upgrade-ubuntu-610-edgy-eft-to-ubuntu-704-feisty-fawn-2.html</p>
<p>Method 2 &#8211; Using apt-get</p>
<p>Edit your /etc/apt/sources.list as root. Change every occurrence of edgy to feisty.</p>
<p>Use any prefered editor. If you have a CD-ROM line in your file, then remove it.</p>
<p>sudo vi /etc/apt/sources.list</p>
<p>or</p>
<p>use the following Simple command</p>
<p>sudo sed -e ’s/\edgy/ feisty/g’ -i /etc/apt/sources.list</p>
<p>Now you need to update the source list using the following command</p>
<p>sudo apt-get update</p>
<p>Upgrade using the following command</p>
<p>sudo apt-get dist-upgrade</p>
<p>Double check your process was finished properly using the following commd</p>
<p>sudo apt-get -f install</p>
<p>sudo dpkg &#8211;configure -a</p>
<p>Now you need to Reboot your machine to take your new ubuntu 7.04 installation to effect all changes.</p>
<p>Testing Your Upgrade</p>
<p>You can check the ubuntu version installed using the following command</p>
<p>sudo lsb_release -a</p>
<p>Output Looks like below</p>
<p>Distributor ID: Ubuntu<br />
Description: Ubuntu feisty (development branch)<br />
Release: 7.04<br />
Codename: feisty</p>
<p>or</p>
<p>Just type the following command in your terminal</p>
<p>cat /etc/issue</p>
<p>Output Lokks like below</p>
<p>Ubuntu feisty (development branch) \n \l</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=28&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/07/16/upgrade-ubuntu-from-edgy-to-feisty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Reality Mining Queries&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/06/18/reality-mining-queries/</link>
		<comments>http://fawadnazir.wordpress.com/2008/06/18/reality-mining-queries/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 05:12:53 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=26</guid>
		<description><![CDATA[Time Analyzed: 2004-09-01 to 2004-11-30
Query to check the most active users within this time period:
mysql&#62; select person_oid,count(distinct device_oid) as count from devicespan where device_oid in (select oid from device where person_oid&#62;0) and (starttime &#62; &#8216;2004-09-07 00:00:00&#8242; and endtime &#60; &#8216;2005-05-04 24::00&#8242;) group by person_oid order by count desc limit 10;
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+
&#124; person_oid &#124; count &#124;
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+
&#124;  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=26&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Time Analyzed: 2004-09-01 to 2004-11-30</p>
<p>Query to check the most active users within this time period:</p>
<p>mysql&gt; select person_oid,count(distinct device_oid) as count from devicespan where device_oid in (select oid from device where person_oid&gt;0) and (starttime &gt; &#8216;2004-09-07 00:00:00&#8242; and endtime &lt; &#8216;2005-05-04 24::00&#8242;) group by person_oid order by count desc limit 10;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+<br />
| person_oid | count |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+<br />
|         29 |   101 |<br />
|         57 |    97 |<br />
|         86 |    95 |<br />
|         39 |    95 |<br />
|         43 |    93 |<br />
|         96 |    93 |<br />
|         95 |    92 |<br />
|         14 |    87 |<br />
|         16 |    84 |<br />
|         59 |    82 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;-+<br />
10 rows in set, 1 warning (1.87 sec)</p>
<p>Now we will just check these 10 users.</p>
<p>All Mondays in the Time period:</p>
<p>2004-09-06<br />
2004-09-13<br />
2004-09-20<br />
2004-09-27<br />
2004-10-04<br />
2004-10-11<br />
2004-10-18<br />
2004-10-25<br />
2004-11-01<br />
2004-11-08<br />
2004-11-15<br />
2004-11-22<br />
2004-11-29<br />
2004-12-06<br />
2004-12-13<br />
2004-12-20<br />
2004-12-27</p>
<p>All Tuesdays in the time period:</p>
<p>2004-09-07<br />
2004-09-14<br />
2004-09-21<br />
2004-09-28<br />
2004-10-05<br />
2004-10-12<br />
2004-10-19<br />
2004-10-26<br />
2004-11-02<br />
2004-11-09<br />
2004-11-16<br />
2004-11-23<br />
2004-11-30<br />
2004-12-07<br />
2004-12-14<br />
2004-12-21<br />
2004-12-28</p>
<p>All Wednesday in the time period:</p>
<p>2004-09-08<br />
2004-09-15<br />
2004-09-22<br />
2004-09-29<br />
2004-10-06<br />
2004-10-13<br />
2004-10-20<br />
2004-10-27<br />
2004-11-03<br />
2004-11-10<br />
2004-11-17<br />
2004-11-24<br />
2004-12-01<br />
2004-12-08<br />
2004-12-15<br />
2004-12-22<br />
2004-12-29</p>
<p>Query to check the contact in date and time:</p>
<p>select person_oid,device_oid, starttime,endtime from devicespan where person_oid = 29 and device_oid in (select oid from device where person_oid&gt;0) and (starttime &gt; &#8216;2004-09-13 06:00:00&#8242; and endtime &lt; &#8216;2004-09-13 12:00:00&#8242;);</p>
<p>Find the core nodes: People who are interacting the most:</p>
<p>mysql&gt; SELECT person_oid, device_oid, COUNT(*) tot FROM devicespan where device_oid in (select oid from device where person_oid&gt;0)and (starttime &gt; &#8216;2004-09-01 00:00:00&#8242; and endtime &lt; &#8216;2005-05-30 24:00:00&#8242;) GROUP BY person_oid, device_oid order by tot desc limit 10;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8211;+<br />
| person_oid | device_oid | tot |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8211;+<br />
|         94 |         15 | 584 |<br />
|         57 |         91 | 543 |<br />
|         57 |         30 | 509 |<br />
|         39 |        102 | 483 |<br />
|         57 |        102 | 462 |<br />
|         86 |         61 | 445 |<br />
|         14 |        102 | 412 |<br />
|         39 |         30 | 405 |<br />
|         95 |         30 | 385 |<br />
|         29 |         61 | 383 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8211;+<br />
10 rows in set, 1 warning (1.97 sec)</p>
<p>Some Useful queries:</p>
<p>select WEEKDAY(starttime), SUBTIME(time(starttime),time(endtime)) from devicespan limit 200;</p>
<p>Weekday = number of the weekday.<br />
Time = to convert date-time format to time only.<br />
Subtime = subtract the two times.</p>
<p>Create a view for devisespan table with weekdays and time of inetraction:</p>
<p>create view data_view as select person_oid, device_oid, starttime, endtime, WEEKDAY(starttime) weekday, SUBTIME(time(endtime),time(starttime)) as timediff from devicespan where time(starttime) &gt; &#8216;06:00:00&#8242; and time(starttime) 0)and (starttime &gt; &#8216;2004-09-01 00:00:00&#8242; and endtime &lt; &#8216;2004-12-30 24:00:00&#8242;) GROUP BY person_oid, device_oid order by tot;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=26&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/06/18/reality-mining-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing MySql on Ubuntu Linux</title>
		<link>http://fawadnazir.wordpress.com/2008/03/28/installing-mysql-on-ubuntu-linux/</link>
		<comments>http://fawadnazir.wordpress.com/2008/03/28/installing-mysql-on-ubuntu-linux/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 05:03:03 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=25</guid>
		<description><![CDATA[fawad@fawad-desktop:~$ sudo apt-get install mysql-server
fawad@fawad-desktop:~$ mysqladmin -u root password 123456
fawad@fawad-desktop:~$ mysql -u root -p
mysql&#62; CREATE DATABASE realitymining;
Query OK, 1 row affected (0.00 sec)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=25&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>fawad@fawad-desktop:~$ sudo apt-get install mysql-server</p>
<p>fawad@fawad-desktop:~$ mysqladmin -u root password 123456</p>
<p>fawad@fawad-desktop:~$ mysql -u root -p</p>
<p>mysql&gt; CREATE DATABASE realitymining;<br />
Query OK, 1 row affected (0.00 sec)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=25&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/03/28/installing-mysql-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Mobile Social Networking</title>
		<link>http://fawadnazir.wordpress.com/2008/03/04/mobile-social-networking/</link>
		<comments>http://fawadnazir.wordpress.com/2008/03/04/mobile-social-networking/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 08:19:59 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Mobile Social Networking]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=24</guid>
		<description><![CDATA[Dada Leads Mobile Social Networking Charge :  http://www.readwriteweb.com/archives/dada_mobile_social_networking.php
 How about a mobile social network where you can actually (gasp) talk to people?
ccube.com is here and it&#8217;s free
ccube.com  Launches First Over the Phone Social Network.
It&#8217;s FREE to sign up and join at http://www.ccube.com,
and it only takes a minute. Social
networking in a brand new way.

  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=24&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h4><u>Dada Leads Mobile Social Networking Charge :  </u>http://www.readwriteweb.com/archives/dada_mobile_social_networking.php</h4>
<p><span class="comment"> How about a mobile social network where you can actually (gasp) talk to people?</span></p>
<p><span class="comment">ccube.com is here and it&#8217;s free</p>
<p>ccube.com  Launches First Over the Phone Social Network.</p>
<p><span class="comment">It&#8217;s FREE to sign up and join at <a href="http://www.ccube.com,/" rel="nofollow">http://www.ccube.com,</a><br />
and it only takes a minute. Social<br />
networking in a brand new way.</span></p>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=24&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/03/04/mobile-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Experience While Copying a 42GB file into a Seagate USB Hardrive in Ubuntu Linux&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/02/26/experience-while-copying-a-42gb-file-into-a-seagate-usb-hardrive-in-ubuntu-linux/</link>
		<comments>http://fawadnazir.wordpress.com/2008/02/26/experience-while-copying-a-42gb-file-into-a-seagate-usb-hardrive-in-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:26:59 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[filecopy]]></category>
		<category><![CDATA[large file copy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=12</guid>
		<description><![CDATA[First of all i will split the file into 10GB pieces. The file name is: enwiki-20070908-stub-meta-history.xml
fawad@crete:~/wiki$ split -b 4000m enwiki-20070908-stub-meta-history.xml
Now i will copy a piece by piece into my seagate external hardrive. I am copying this file from a remote server to my machine
root@fawad-laptop:/home/fawad# scp fawad@crete.ex.nii.ac.jp:/home/fawad/wiki/enwiki-20070908-stub-meta-history.xml /media/usb0/niidata/split/
fawad@crete.ex.nii.ac.jp&#8217;s password:
enwiki-20070908-stub-meta-history.xml        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=12&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First of all i will split the file into 10GB pieces. The file name is: enwiki-20070908-stub-meta-history.xml</p>
<p>fawad@crete:~/wiki$ split -b 4000m enwiki-20070908-stub-meta-history.xml</p>
<p>Now i will copy a piece by piece into my seagate external hardrive. I am copying this file from a remote server to my machine</p>
<p>root@fawad-laptop:/home/fawad# scp fawad@crete.ex.nii.ac.jp:/home/fawad/wiki/enwiki-20070908-stub-meta-history.xml /media/usb0/niidata/split/<br />
fawad@crete.ex.nii.ac.jp&#8217;s password:<br />
enwiki-20070908-stub-meta-history.xml                                                       10% 4091MB  10.5MB/s   57:03 ETAFile size limit exceeded (core dumped)<br />
This means only files less than 4GB are supported. So i again spilled the files to 4GB file each.</p>
<p>Another important thing to note is that i had to use root login to copy file to my external seagate USB hardrive.</p>
<p>Now once i have splited the files into 4GB chunks. Now use the following command to copy all the files from this folder to one of the folder in the seagate harddrive.</p>
<p>root@fawad-laptop:/home/fawad# scp -r fawad@crete.ex.nii.ac.jp:/home/fawad/wiki/wikidata/ /media/usb0/niidata/wikifawad@crete.ex.nii.ac.jp&#8217;s password:<br />
.nfs0000000000d5005100000001                                                               100%  435MB  10.6MB/s   00:41<br />
xad                                                                                         27% 1101MB   9.5MB/s   05:05 ETARead from remote host crete.ex.nii.ac.jp: Connection reset by peer<br />
xad                                                                                        100% 4000MB   9.8MB/s   06:49<br />
xag                                                                                        100% 1233MB   9.8MB/s   02:06<br />
xac                                                                                         38% 1522MB  10.6MB/s   03:53 ETAh<br />
xac                                                                                         43% 1734MB  11.1MB/s   03:25 ETA<br />
xac                                                                                        100% 4000MB  10.1MB/s   06:38<br />
xaf                                                                                        100% 4000MB  10.2MB/s   06:32<br />
xae                                                                                        100% 4000MB  10.5MB/s   06:22<br />
xaa                                                                                        100% 4000MB   9.9MB/s   06:46<br />
xab                                                                                         39% 1573MB   9.9MB/s   04:05 ETARead from remote host crete.ex.nii.ac.jp: Connection reset by peer<br />
xab                                                                                        100% 4000MB   9.6MB/s   06:57</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=12&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/02/26/experience-while-copying-a-42gb-file-into-a-seagate-usb-hardrive-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Important Links</title>
		<link>http://fawadnazir.wordpress.com/2008/02/26/important-links/</link>
		<comments>http://fawadnazir.wordpress.com/2008/02/26/important-links/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:23:47 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Semenatic Web]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/?p=15</guid>
		<description><![CDATA[Handling Binary data with Axis2 (MTOM/SwA): http://ws.apache.org/axis2/1_1/mtom-guide.html
Axis User&#8217;s Guide: http://ws.apache.org/axis/java/user-guide.html
The Semantic Web In Breadth: http://logicerror.com/semanticWeb-long
Understanding Axis2 Deployment Architecture: http://www.developer.com/open/article.php/3557741
Content Delivery and Distribution Services: http://www.web-caching.com/cdns.html
OWL Tutorial: http://www.cs.bell-labs.com/cm/cs/who/pfps/talks/owl-tutorial/
RDF Tutorial: http://www.w3schools.com/rdf/
RDF Validator: http://www.w3.org/RDF/Validator/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=15&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Handling Binary data with Axis2 (MTOM/SwA): http://ws.apache.org/axis2/1_1/mtom-guide.html</p>
<p>Axis User&#8217;s Guide: http://ws.apache.org/axis/java/user-guide.html</p>
<p>The Semantic Web In Breadth: http://logicerror.com/semanticWeb-long</p>
<p>Understanding Axis2 Deployment Architecture: http://www.developer.com/open/article.php/3557741</p>
<p>Content Delivery and Distribution Services: http://www.web-caching.com/cdns.html</p>
<p>OWL Tutorial: http://www.cs.bell-labs.com/cm/cs/who/pfps/talks/owl-tutorial/</p>
<p>RDF Tutorial: http://www.w3schools.com/rdf/</p>
<p>RDF Validator: http://www.w3.org/RDF/Validator/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=15&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/02/26/important-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Blacklist a module&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/02/26/how-to-blacklist-a-module/</link>
		<comments>http://fawadnazir.wordpress.com/2008/02/26/how-to-blacklist-a-module/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:22:29 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/2008/02/26/how-to-blacklist-a-module/</guid>
		<description><![CDATA[fawad@Ubuntu-01:/etc/hotplug$ echo &#8216;blacklist orinoco&#8217; &#124; sudo tee -a
/etc/modprobe.d/my_blacklist
blacklist orinoco
fawad@Ubuntu-01:/etc/hotplug$ echo &#8216;blacklist orinoco_cs&#8217; &#124; sudo tee
-a /etc/modprobe.d/my_blacklist
blacklist orinoco_cs
Where orinoco_cs &#38; orinoco are the modules names.
The above tutorial will blacklist the kernel modules at the starup. But you modules might be loaded which anything is hotplugged into your computer.
For that i could not actually come-up with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=23&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>fawad@Ubuntu-01:/etc/hotplug$ echo &#8216;blacklist orinoco&#8217; | sudo tee -a<br />
/etc/modprobe.d/my_blacklist<br />
blacklist orinoco<br />
fawad@Ubuntu-01:/etc/hotplug$ echo &#8216;blacklist orinoco_cs&#8217; | sudo tee<br />
-a /etc/modprobe.d/my_blacklist<br />
blacklist orinoco_cs</p>
<p>Where orinoco_cs &amp; orinoco are the modules names.</p>
<p>The above tutorial will blacklist the kernel modules at the starup. But you modules might be loaded which anything is hotplugged into your computer.</p>
<p>For that i could not actually come-up with a solution but i think the way is to intsert modules names in the file:</p>
<p>root@Ubuntu-01:/etc/network# more /etc/hotplug/blacklist</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=23&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/02/26/how-to-blacklist-a-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>How to load Kernel modules at boot time&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/02/26/how-to-load-kernel-modules-at-boot-time/</link>
		<comments>http://fawadnazir.wordpress.com/2008/02/26/how-to-load-kernel-modules-at-boot-time/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:22:01 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/2008/02/26/how-to-load-kernel-modules-at-boot-time/</guid>
		<description><![CDATA[fawad@Ubuntu-01:~$ more /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with &#8220;#&#8221; are ignored.
lp
mousedev
psmouse
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=22&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>fawad@Ubuntu-01:~$ more /etc/modules<br />
# /etc/modules: kernel modules to load at boot time.<br />
#<br />
# This file contains the names of kernel modules that should be loaded<br />
# at boot time, one per line. Lines beginning with &#8220;#&#8221; are ignored.</p>
<p>lp<br />
mousedev<br />
psmouse</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=22&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/02/26/how-to-load-kernel-modules-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Commands&#8230;</title>
		<link>http://fawadnazir.wordpress.com/2008/02/26/linux-commands/</link>
		<comments>http://fawadnazir.wordpress.com/2008/02/26/linux-commands/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:21:30 +0000</pubDate>
		<dc:creator>fawadnazir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fawadnazir.wordpress.com/2008/02/26/linux-commands/</guid>
		<description><![CDATA[Web Page With All Linux Commands&#8230;
Command to find what all files are open: $lsof
Command to see what is done when a command is executed: $strace , e.g. $strace ls
Command to change the file system of a disk
$sudo mkfs.ext3 -cv -L usbdisk2 /dev/sdc1
dpkg &#8211; a medium-level package manager for Debian
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
This is like an rpm for Red-hat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=21&subd=fawadnazir&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Web Page With All Linux Commands&#8230;</p>
<p>Command to find what all files are open: $lsof<br />
Command to see what is done when a command is executed: $strace <command>, e.g. $strace ls</p>
<p>Command to change the file system of a disk<br />
$sudo mkfs.ext3 -cv -L usbdisk2 /dev/sdc1</p>
<p>dpkg &#8211; a medium-level package manager for Debian<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>This is like an rpm for Red-hat linux.</p>
<p>Man Page: http://www.fifi.org/cgi-bin/man2html/usr/share/man/man8/dpkg.8.gz</p>
<p>To list packages related to the editor vi:<br />
dpkg -l &#8216;*vi*&#8217;</p>
<p>To search the listing of packages yourself:<br />
less /var/lib/dpkg/available</p>
<p>To remove an installed elvis package:<br />
dpkg -r elvis</p>
<p>To install a package, you first need to find it in an archive or CDROM. The &#8220;available&#8221; file shows that the vim package is in section &#8220;editors&#8221;:<br />
cd /cdrom/hamm/hamm/binary/editors dpkg -i vim_4.5-3.deb</command></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fawadnazir.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fawadnazir.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fawadnazir.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fawadnazir.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fawadnazir.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fawadnazir.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fawadnazir.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fawadnazir.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fawadnazir.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fawadnazir.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fawadnazir.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fawadnazir.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fawadnazir.wordpress.com&blog=1928916&post=21&subd=fawadnazir&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fawadnazir.wordpress.com/2008/02/26/linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ab0609ef8185e04036a9fff115bd5e7?s=96&#38;d=identicon" medium="image">
			<media:title type="html">fawadnazir</media:title>
		</media:content>
	</item>
	</channel>
</rss>