<?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>Tushar Sharma&#039;s Blog</title>
	<atom:link href="http://tusharsharma43.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tusharsharma43.wordpress.com</link>
	<description>Real computer scientists don&#039;t comment their code. The identifiers are so long they can&#039;t afford the disk space.</description>
	<lastBuildDate>Tue, 09 Aug 2011 16:05:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tusharsharma43.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ca4fe8442ce3a69d7551522cf8d08986?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Tushar Sharma&#039;s Blog</title>
		<link>http://tusharsharma43.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tusharsharma43.wordpress.com/osd.xml" title="Tushar Sharma&#039;s Blog" />
	<atom:link rel='hub' href='http://tusharsharma43.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Executable file in linux</title>
		<link>http://tusharsharma43.wordpress.com/2011/01/12/executable-file-in-linux/</link>
		<comments>http://tusharsharma43.wordpress.com/2011/01/12/executable-file-in-linux/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 08:53:47 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=183</guid>
		<description><![CDATA[In GNU/Linux systems the file type is determined by its data context (a file is recognized by its data: a script begin with &#8220;#!/bin/sh&#8221;, an MP&#163; file with &#8220;ID3&#8243;, and MPEG file with 0xBA hex code&#8230; and so on). So the file extension become unusefull (because if I rename test.mp3 to test.exe or test.txt its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=183&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;">In GNU/Linux systems the file type is determined by its data context (a  file is recognized by its data: a script begin with &#8220;#!/bin/sh&#8221;, an  MP&#163; file with &#8220;ID3&#8243;, and MPEG file with 0xBA hex code&#8230; and so  on). So the file extension become unusefull (because if I rename  test.mp3 to test.exe or test.txt its data doesn&#8217;t change, and remains  always an MP3 file and it is  recognized as MP3 file). (see the file command!)</span></p>
<p><span style="color:#000000;"> Executables files are recognizable by their data, but they can be  executable only if it&#8217;s execution permission bit is set (do you know  about permission bitmask???). If executable bit is set, and if the file  is an executable recognized by the running kernel, the application  starts.</span></p>
<p><span style="color:#000000;"> An executable run with the permission of the caller: so if you run an  application as user, the application have the permission of the user. If  the user is &#8220;root&#8221;, the application can do anything root can do!</span></p>
<p><span style="color:#000000;"> Then, certain executable can be run only with root permissions, because  it may edit some </span><span style="color:#000000;">configuration file</span><span style="color:#000000;"> or anything else. So the  application can do its job only if the application was started by the  administrator (root).</span></p>
<p><span style="color:#000000;"> If any application need superuser privileges, but should be run by any  user, executable file have an extra permission bit: the SUID bit (Set  User ID). When this bit is set, the permissions at run time doesn&#8217;t  depends on the application caller, but the file owner (do you about file  owner/group?). So if application has SUID bit set and it&#8217;s owned by  root, when any user run the SUID executable, run application with root  privileges.</span></p>
<p><span style="color:#000000;"> That&#8217;s because GNU/Linux system are harder to break. To modify system  configuration (to introduce viruses, root kits, backdoors&#8230;) you should  break  services that runs with root provileges, otherwise none can  modify the system. SUID application are very rare, and often they are </span><span style="color:#000000;">secure</span><span style="color:#000000;">. However, even if an  application runs with root privileges, often it is closed into a limited  sub-system (called root jail), wich is a minimal system &#8220;running&#8221; on  top of the system. If application is break, it is limited into the  minimal system, so it cannot iteract with the real system running.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=183&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2011/01/12/executable-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>http://tusharsharma43.wordpress.com/2011/01/03/2010-in-review/</link>
		<comments>http://tusharsharma43.wordpress.com/2011/01/03/2010-in-review/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 16:46:12 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=180</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is doing awesome!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. A Boeing 747-400 passenger jet can hold 416 passengers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=180&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" alt="Healthy blog!" width="250" height="183" /></p>
<p>The <em>Blog-Health-o-Meter™</em> reads This blog is doing awesome!.</p>
<h2>Crunchy numbers</h2>
<div style="width:288px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;">
<p><img src="http://s0.wp.com/i/annual-recap/abstract-stats-3.png" alt="Featured image" /></p>
<p><em>A helper monkey made this abstract painting, inspired by your stats.</em></p>
</div>
<p>A Boeing 747-400 passenger jet can hold 416 passengers.  This blog was viewed about <strong>2,000</strong> times in 2010.  That&#8217;s about 5 full 747s.</p>
<p>&nbsp;</p>
<p>In 2010, there were <strong>54</strong> new posts, not bad for the first year! There were <strong>11</strong> pictures uploaded, taking up a total of 606kb. That&#8217;s about a picture per month.</p>
<p>The busiest day of the year was February 16th with <strong>46</strong> views. The most popular post that day was <a style="color:#08c;" href="http://tusharsharma43.wordpress.com/windows-alternative-on-linux-use-gnulinux/">Windows Alternative on LInux..(use GNU/Linux)</a>.</p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>facebook.com</strong>, <strong>google.co.in</strong>, <strong>cordless-homephone.info</strong>, <strong>google.com</strong>, and <strong>mail.yahoo.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>tushar sharma</strong>, <strong>tushar sharma blog</strong>, <strong>gate exam blog</strong>, <strong>lrpc</strong>, and <strong>gets function in linux</strong>.</p>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p><a style="margin-right:10px;" href="http://tusharsharma43.wordpress.com/windows-alternative-on-linux-use-gnulinux/">Windows Alternative on LInux..(use GNU/Linux)</a> <span style="color:#999;font-size:8pt;">February 2010</span><br />
2 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p><a style="margin-right:10px;" href="http://tusharsharma43.wordpress.com/gate-examination-info/">GATE EXAMINATION INFO</a> <span style="color:#999;font-size:8pt;">January 2010</span><br />
3 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p><a style="margin-right:10px;" href="http://tusharsharma43.wordpress.com/2010/02/25/what-is-the-difference-in-virtual-packet-switching-and-datagram-switching-what-information-does-packets-hold/">What is the difference in virtual packet switching and datagram switching? what information does packets hold?</a> <span style="color:#999;font-size:8pt;">February 2010</span></p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p><a style="margin-right:10px;" href="http://tusharsharma43.wordpress.com/2010/03/02/ets-function-the-gnu-c-compiler-gives-a-warning-that-it-is-dangerous-to-use-gets/">gets() function, the gnu c compiler  gives a warning that it is dangerous to use gets()</a> <span style="color:#999;font-size:8pt;">March 2010</span><br />
1 comment</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p><a style="margin-right:10px;" href="http://tusharsharma43.wordpress.com/about/">About Me :</a> <span style="color:#999;font-size:8pt;">January 2010</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=180&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2011/01/03/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/abstract-stats-3.png" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>how rss feed works</title>
		<link>http://tusharsharma43.wordpress.com/2010/12/18/how-rss-feed-works/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/12/18/how-rss-feed-works/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 17:23:05 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=178</guid>
		<description><![CDATA[Short for Really Simple Syndication or Rich Site Summary, this handy service is revolutionizing the way we search for content. In addition, us web searchers don&#8217;t necessarily have to keep checking back to any particular site to see if it&#8217;s been updated &#8211; all we need to do is subscribe to the RSS feed, much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=178&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Short for Really Simple Syndication or Rich Site Summary, this handy service is revolutionizing the way we search for content.  In addition, us web searchers don&#8217;t necessarily have to keep checking back to any particular site to see if it&#8217;s been updated &#8211; all we need to do is subscribe to the RSS feed, much like you would subscribe to a newspaper, and then read the updates from the site, delivered via RSS feeds, in what&#8217;s called a &#8220;feed reader.&#8221; (We&#8217;ll get to feed readers in just a minute!)  RSS feeds benefit those who actually own or publish a website as well, since site owners can get their updated content to subscribers fast by submitting feeds to various XML and RSS directories. How do RSS feeds work? RSS feeds really couldn&#8217;t be simpler. They&#8217;re basically simple text files that, once submitted to feed directories, will allow subscribers to see content within a very short time after it&#8217;s updated (sometimes as short as 30 minutes or less; it&#8217;s getting faster all the time).  This content can be aggregated to be viewed even more easily by using a feed reader. I&#8217;ve written up an article on the best feed readers out there. A feed reader, or feed aggregator, is just a really simple way to view all your feeds at one time via one interface.  For instance, I have a Bloglines feed. I have all sorts of good stuff in there. Can you imagine how much time it saves me to have all these topics sent to me in one place rather than me searching it out?  In addition, all these people who have their sites syndicated on my Bloglines roll are enabling their content to be seen by me and other people who wouldn&#8217;t necessarily find them in the search engines or directories. RSS feeds are a wonderful resource, and the uses for RSS are only just beginning to be realized; not only for search engines and searching, but in how we optimize our sites.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=178&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/12/18/how-rss-feed-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenSuse</title>
		<link>http://tusharsharma43.wordpress.com/2010/10/02/opensuse/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/10/02/opensuse/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 06:27:59 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=176</guid>
		<description><![CDATA[open suse is one of finest Linux distro i have used, and am in love with that. Latest openSuse11.3 LI-F-E  have bundled up every required package right from Multimedia,Development, Networking, Useful pdf&#8217;s of howto use Opensuse and tonnes of s/w. It has Ext4 file system default, GNOME, kde , GNOME 3 preview and other environment. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=176&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>open suse is one of finest Linux distro i have used, and am in love with that.</p>
<p>Latest openSuse11.3 LI-F-E  have bundled up every required package right from Multimedia,Development, Networking, Useful pdf&#8217;s of howto use Opensuse and tonnes of s/w.</p>
<p>It has Ext4 file system default, GNOME, kde , GNOME 3 preview and other environment. I really like all desktop features.</p>
<p>for more visit official site for opensuse.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=176&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/10/02/opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>Redhat Linux History</title>
		<link>http://tusharsharma43.wordpress.com/2010/10/02/redhat-linux-history/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/10/02/redhat-linux-history/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 06:20:36 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=174</guid>
		<description><![CDATA[Redhat LInux History :&#8211; Red Hat History 1968 ARPANET founded. The precursor to the Internet, it allows researchers to share code and information. 1969 Ken Thompson, researcher at Bell Labs, writes the first version of Unix. 1979 AT&#38;T announces plans to commercialize Unix. 1983 Richard Stallman establishes the Free Software Foundation at MIT. The GNU [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=174&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Redhat LInux History :&#8211;</p>
<h1>Red Hat History</h1>
<h2>1968</h2>
<p>ARPANET founded. The precursor to the Internet, it allows researchers to share code and information.</p>
<h2>1969</h2>
<p>Ken Thompson, researcher at Bell Labs, writes the first version of Unix.</p>
<h2>1979</h2>
<p>AT&amp;T announces plans to commercialize Unix.</p>
<h2>1983</h2>
<p>Richard Stallman establishes the Free Software Foundation at MIT. The  GNU project to construct an operating system based on Unix but for  which the source code is freely available, begins. Stallman also  establishes the idea of &#8220;copyleft&#8221; and the General Public License (GPL).</p>
<h2>1987</h2>
<p>Andrew Tanenbaum releases Minix, a version of Unix for the PC, Mac, Amiga, and Atari ST. Source code included.</p>
<h2>1989</h2>
<p>Michael Tiemann (Red Hat Vice President, Open Source Affairs)  co-founds Cygnus Solutions, the first business to provide custom  engineering and support services for free software.</p>
<h2>1991</h2>
<p>Linus Torvalds releases the Linux kernel.</p>
<p>Bob Young introduced to free software and UNIX by the system administrators of the New York City UNIX Users Group (Unigroup).</p>
<h2>1993</h2>
<p>Young incorporates ACC Corporation, a catalog business that sells  Linux and Unix software accessories and books and distributes a magazine  called New York UNIX</p>
<h2>1994</h2>
<p>Marc Ewing creates his own distribution of Linux which he names Red  Hat Linux. Released in October, it becomes known as the Halloween  release.</p>
<h2>1995</h2>
<p>Young buys Ewing&#8217;s business, merges it with ACC Corporation, and names the new company Red Hat Software.</p>
<p>Red Hat Linux 2.0 is released, officially unveils the new package management system called RPM.</p>
<h2>1996</h2>
<p>Red Hat opens sales and administration functions to North Carolina, opens corporate headquarters in Durham.</p>
<h2>1997</h2>
<h3>January</h3>
<p>Greylock and August Capital invest $6.25 million in Cygnus Solutions, become first VCs to invest in a free software business.</p>
<h3>May</h3>
<p>Eric Raymond delivers &#8220;The Cathedral and the Bazaar&#8221; at the Linux Kongress in Germany.</p>
<p>The Red Hat training model and the term &#8220;Red Hat Certified Engineer&#8221;  are first developed as the benchmark for technical skills required of  Red Hat Support Partners worldwide.</p>
<h3>July</h3>
<p>Red Hat Linux 4.2 released.</p>
<h3>December</h3>
<p>Red Hat announces Red Hat Linux 5.0, followed by the introduction of telephone technical support.</p>
<h2>1998</h2>
<h3>January</h3>
<p>Netscape announces plans to make the source code for Communicator free on the Internet.</p>
<h3>February</h3>
<p>Term &#8220;Open Source&#8221; is coined in Palo Alto, CA.</p>
<h3>July</h3>
<p>Oracle, CA, and Informix announce support for Red Hat Linux.</p>
<h3>November</h3>
<p>A lawyer for Microsoft brandishes a box of Red Hat Linux in an  attempt to refute Justice Department charges that the software giant has  a monopoly on the operating system market.</p>
<h3>December</h3>
<p>The first formal RHCE training course, class sessions and dates, and the RHCE Exam are announced.</p>
<p>IDC reports that Linux installations grew by 212% from the previous  year, outpacing growth rates of Unix, Windows NT, Netware, and all other  server operating systems.</p>
<h2>1999</h2>
<h3>February</h3>
<p>IBM and Red Hat announce Linux Alliance.</p>
<h3>April</h3>
<p>Dell becomes the first major computer vendor to factory-install Red Hat Linux on servers and workstations.</p>
<p>Red Hat Linux 6.0 released.</p>
<h3>July</h3>
<p>Red Hat expands European presence, opening offices in the United Kingdom and Germany.</p>
<h3>August</h3>
<p>Red Hat goes public, the eighth-biggest first-day gain in Wall Street history.</p>
<h3>September</h3>
<p>Red Herring names Bob Young one of the &#8220;Top 10 Entrepreneurs of 1999.&#8221;</p>
<p>Red Hat announces expansion into Japan.</p>
<h3>October</h3>
<p>Red Hat releases Red Hat Linux 6.1.</p>
<h3>November</h3>
<p>Matthew Szulik promoted to CEO. Red Hat Named One of the Top 20 &#8220;Best  Regarded&#8221; Technology Companies, Top 10 for &#8220;Vision and Leadership&#8221; in  Harris Interactive survey.</p>
<p>Red Hat acquires Cygnus, creating the largest open source company in the world.</p>
<p>for more :&#8211;here is the link :&#8211;</p>
<p>http://www.redhat.com/about/companyprofile/history/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=174&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/10/02/redhat-linux-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux History by Linus Torvalds</title>
		<link>http://tusharsharma43.wordpress.com/2010/10/01/linux-history-by-linus-torvalds/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/10/01/linux-history-by-linus-torvalds/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 17:03:30 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=171</guid>
		<description><![CDATA[here is the link :- http://www.cs.cmu.edu/~awb/linux.history.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=171&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>here is the link :-</p>
<p>http://www.cs.cmu.edu/~awb/linux.history.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=171&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/10/01/linux-history-by-linus-torvalds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>Linus Torvalds post</title>
		<link>http://tusharsharma43.wordpress.com/2010/10/01/linus-torvalds-post/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/10/01/linus-torvalds-post/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 17:00:15 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=167</guid>
		<description><![CDATA[From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroups: comp.os.minix Subject: What would you like to see most in minix? Summary: small poll for my new operating system Message-ID: Date: 25 Aug 91 20:57:08 GMT Organization: University of Helsinki Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=167&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>  From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
  Newsgroups: comp.os.minix
  Subject: What would you like to see most in minix?
  Summary: small poll for my new operating system
  Message-ID:
  Date: 25 Aug 91 20:57:08 GMT
  Organization: University of Helsinki

  Hello everybody out there using minix -

  I'm doing a (free) operating system (just a hobby, won't be big and
  professional like gnu) for 386(486) AT clones.  This has been brewing
  since april, and is starting to get ready.  I'd like any feedback on
  things people like/dislike in minix, as my OS resembles it somewhat
  (same physical layout of the file-system (due to practical reasons)
  among other things).

  I've currently ported bash(1.08) and gcc(1.40), and things seem to work.
  This implies that I'll get something practical within a few months, and
  I'd like to know what features most people would want.  Any suggestions
  are welcome, but I won't promise I'll implement them <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 

                Linus (torvalds@kruuna.helsinki.fi)

  PS.  Yes - it's free of any minix code, and it has a multi-threaded fs.
  It is NOT protable (uses 386 task switching etc), and it probably never
  will support anything other than AT-harddisks, as that's all I have <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=167&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/10/01/linus-torvalds-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>difference between shells</title>
		<link>http://tusharsharma43.wordpress.com/2010/10/01/difference-between-shells/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/10/01/difference-between-shells/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 16:52:00 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=164</guid>
		<description><![CDATA[sh csh ksh bash tcsh zsh rc es Job control N Y Y Y Y Y N N Aliases N Y Y Y Y Y N N Shell functions Y(1) N Y Y N Y Y Y "Sensible" Input/Output redirection Y N Y Y N Y Y Y Directory stack N Y Y Y Y [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=164&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>                                     sh   csh  ksh  bash tcsh zsh  rc   es
Job control                          N    Y    Y    Y    Y    Y    N    N
Aliases                              N    Y    Y    Y    Y    Y    N    N
Shell functions                      Y(1) N    Y    Y    N    Y    Y    Y
"Sensible" Input/Output redirection  Y    N    Y    Y    N    Y    Y    Y
Directory stack                      N    Y    Y    Y    Y    Y    F    F
Command history                      N    Y    Y    Y    Y    Y    L    L
Command line editing                 N    N    Y    Y    Y    Y    L    L
<acronym title="Visual Editor">Vi</acronym> Command line editing              N    N    Y    Y    Y(3) Y    L    L
Emacs Command line editing           N    N    Y    Y    Y    Y    L    L
Rebindable Command line editing      N    N    N    Y    Y    Y    L    L
User name look up                    N    Y    Y    Y    Y    Y    L    L
Login/Logout watching                N    N    N    N    Y    Y    F    F
Filename completion                  N    Y(1) Y    Y    Y    Y    L    L
Username completion                  N    Y(2) Y    Y    Y    Y    L    L
Hostname completion                  N    Y(2) Y    Y    Y    Y    L    L
History completion                   N    N    N    Y    Y    Y    L    L
Fully programmable Completion        N    N    N    N    Y    Y    N    N
Mh Mailbox completion                N    N    N    N(4) N(6) N(6) N    N
Co Processes                         N    N    Y    N    N    Y    N    N
Builtin artithmetic evaluation       N    Y    Y    Y    Y    Y    N    N
Can follow symbolic links invisibly  N    N    Y    Y    Y    Y    N    N
Periodic command execution           N    N    N    N    Y    Y    N    N
Custom Prompt (easily)               N    N    Y    Y    Y    Y    Y    Y
Sun Keyboard Hack                    N    N    N    N    N    Y    N    N
Spelling Correction                  N    N    N    N    Y    Y    N    N
Process Substitution                 N    N    N    Y(2) N    Y    Y    Y
Underlying Syntax                    sh   csh  sh   sh   csh  sh   rc   rc
Freely Available                     N    N    N(5) Y    Y    Y    Y    Y
Checks Mailbox                       N    Y    Y    Y    Y    Y    F    F
Tty Sanity Checking                  N    N    N    N    Y    Y    N    N
Can cope with large argument lists   Y    N    Y    Y    Y    Y    Y    Y
Has non-interactive startup file     N    Y    Y(7) Y(7) Y    Y    N    N
Has non-login startup file           N    Y    Y(7) Y    Y    Y    N    N
Can avoid user startup files         N    Y    N    Y    N    Y    Y    Y
Can specify startup file             N    N    Y    Y    N    N    N    N
Low level command redefinition       N    N    N    N    N    N    N    Y
Has anonymous functions              N    N    N    N    N    N    Y    Y
List Variables                       N    Y    Y    N    Y    Y    Y    Y
Full signal trap handling            Y    N    Y    Y    N    Y    Y    Y
File no clobber ability              N    Y    Y    Y    Y    Y    N    F
Local variables                      N    N    Y    Y    N    Y    Y    Y
Lexically scoped variables           N    N    N    N    N    N    N    Y
Exceptions                           N    N    N    N    N    N    N    Y

for more :http://www.unix.com/answers-frequently-asked-questions/12274-difference-between-ksh-bash-different-shells.html</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=164&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/10/01/difference-between-shells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>LRPC Light Weight Remote Procedure Call</title>
		<link>http://tusharsharma43.wordpress.com/2010/08/15/lrpc-light-weight-remote-procedure-call/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/08/15/lrpc-light-weight-remote-procedure-call/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 04:59:17 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=157</guid>
		<description><![CDATA[LRPC – Lightweight Remote Procedure Call There may be many popular meanings for LRPC with the most popular definition being that of Lightweight Remote Procedure Call Lightweight Remote Procedure Call (LRPC) is a communication facility designed and optimized for communication between protection domains on the same machine. In contemporary small-kernel operating systems, existing RPC systems [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=157&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>LRPC – Lightweight Remote Procedure Call</h2>
<p>There may be many popular meanings for LRPC with the most popular definition being that of Lightweight Remote Procedure Call</p>
<p>Lightweight Remote Procedure Call (LRPC) is a communication facility designed and optimized for<br />
communication between protection domains on the same machine. In contemporary small-kernel<br />
operating systems, existing RPC systems incur an unnecessarily high cost when used for the type of<br />
communication that predominates-between protection domains on the same machine. This cost<br />
leads system designers to coalesce weakly related subsystems into the same protection domain, trading<br />
safety for performance. By reducing the overhead of same-machine communication, LRPC encourages<br />
both safety and performance. LRPC combines the control transfer and communication model of<br />
capability systems with the programming semantics and large-grained protection model of RPC.<br />
LRPC achieves a factor-of-three performance improvement over more traditional approaches based<br />
on independent threads exchanging messages, reducing the cost of same-machine communication to<br />
nearly the lower bound imposed by conventional hardware,</p>
<p>if any one has any more idea, or info about this topic pls write here,,,,</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=157&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/08/15/lrpc-light-weight-remote-procedure-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
		<item>
		<title>openSUSE 11.3 Launch Party</title>
		<link>http://tusharsharma43.wordpress.com/2010/07/15/opensuse-11-3-launch-party/</link>
		<comments>http://tusharsharma43.wordpress.com/2010/07/15/opensuse-11-3-launch-party/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 04:16:30 +0000</pubDate>
		<dc:creator>tusharsharma43</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tusharsharma43.wordpress.com/?p=155</guid>
		<description><![CDATA[Date: Saturday, July 17, 2010 Time: 5:00pm &#8211; 7:00pm Location: MS University of Vadodara, Computer Application Department Register here: http://bit.ly/avKXdL<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=155&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table id="Time and Place" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>Date:</td>
<td>
<div>Saturday, July 17, 2010</div>
</td>
</tr>
<tr>
<td>Time:</td>
<td>
<div>5:00pm &#8211; 7:00pm</div>
</td>
</tr>
<tr>
<td>Location:</td>
<td>
<div>MS University of Vadodara,  Computer Application Department</div>
</td>
</tr>
</tbody>
</table>
<p>Register here:<a href="http://cyberorg.info/wiki/index.php?openSUSE%2011.3%20Launch%20Party"> http://bit.ly/avKXdL</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tusharsharma43.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tusharsharma43.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tusharsharma43.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tusharsharma43.wordpress.com&amp;blog=11328865&amp;post=155&amp;subd=tusharsharma43&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tusharsharma43.wordpress.com/2010/07/15/opensuse-11-3-launch-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>22.250909 73.209727</georss:point>
		<geo:lat>22.250909</geo:lat>
		<geo:long>73.209727</geo:long>
		<media:content url="http://1.gravatar.com/avatar/30477e1963c4485cdcaa63bc8e435312?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tusharsharma43</media:title>
		</media:content>
	</item>
	</channel>
</rss>
