<?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>TanujBansal&#039;s Blog</title>
	<atom:link href="http://tanujbansal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tanujbansal.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 29 Mar 2010 15:33:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tanujbansal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TanujBansal&#039;s Blog</title>
		<link>http://tanujbansal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tanujbansal.wordpress.com/osd.xml" title="TanujBansal&#039;s Blog" />
	<atom:link rel='hub' href='http://tanujbansal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Boot your Para XEN DomU in Rescue Mode</title>
		<link>http://tanujbansal.wordpress.com/2010/03/29/how-to-boot-your-para-xen-domu-in-rescue-mode/</link>
		<comments>http://tanujbansal.wordpress.com/2010/03/29/how-to-boot-your-para-xen-domu-in-rescue-mode/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:26:28 +0000</pubDate>
		<dc:creator>Tanuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tanujbansal.wordpress.com/?p=43</guid>
		<description><![CDATA[On the XEN virtualization, there may be few problems related to your DomU and can not be fixed by mounting domU disks on dom0, then you need to boot the domU in rescue mode. Normally whenever you need to boot the RHEL machine in rescue mode, you do it by using CD-ROM/DVD/PXE/NFS/FTP but  para virtualization [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=43&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">On the XEN virtualization, there may be few problems related to your DomU and can not be fixed by mounting domU disks on dom0, then you need to boot the domU in rescue mode.</p>
<p style="text-align:justify;">Normally whenever you need to boot the RHEL machine in rescue mode, you do it by using CD-ROM/DVD/PXE/NFS/FTP but  para virtualization doesn’t support CD-ROM/DVD/PXE to boot it  hence  you need NFS/FTP/http bootable image to boot the machine.</p>
<p style="text-align:justify;"><span id="more-43"></span></p>
<p> Hence let’s start from here to boot the DomU from CD Image and get recue mode.</p>
<ol>
<blockquote>
<li>Let suppose you have a CD/DVD iso on the server.</li>
<li>Mount the image  <strong>mount –t iso9660 –o loop /path/to/image/file.iso  /mnt</strong></li>
<li>copy the vmlinuz and initrd.img from /mnt/isolinux/xen/  to another location /etc/xen/boot/</li>
</blockquote>
</ol>
<p>Lets suppose you have domain named “domain1“ and need to boot this domain in rescue mode.</p>
<blockquote><p>Edit/update the domain1 configuration file <strong>/etc/xen/domain1</strong> as follows.</p>
<ul>
<li> kernel = “/etc/xen/boot/vmliuz”</li>
<li>ramdisk = “/etc/xen/boot/initrd.img”</li>
<li>extra = “rescue”</li>
</ul>
<p><strong>Comment the bootloader line in your configuration</strong></p>
<ol>
<li>Now create your domain as  # xm create –c domain1</li>
<li>It will ask you few questions and then linux image location on the domU disks</li>
</ol>
</blockquote>
<p>Hence you need to create NFS/FTP for the same to provide the image.</p>
<p>Lets start using NFS.</p>
<blockquote><p>update /etc/exports with the following</p>
<p>/mnt  *(ro,sync)</p>
<p>service portmap start</p>
<p>service nfs start</p>
<p>If you already running NFS there then just  # exportfs –a</p></blockquote>
<p> Now start again from step 5 to create the domain.</p>
<p>After creating domain it will ask you the way of booting then please choose NFS and then it will ask you for your IP setting which you know better.</p>
<blockquote><p>Update the NFS server name : IP address of your Dom0</p>
<p>Shared name: /mnt</p></blockquote>
<p>Now your domU is booting in rescue mode and you will get a shell a shell.</p>
<p>After fixing the problem, revert back the changes in the domain1 configuration file.</p>
<p>Please let me know if you have any question.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanujbansal.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanujbansal.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanujbansal.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=43&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanujbansal.wordpress.com/2010/03/29/how-to-boot-your-para-xen-domu-in-rescue-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18b568b479a35b8a85a250d2eaa183da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanuj</media:title>
		</media:content>
	</item>
		<item>
		<title>How to build RPM from source file</title>
		<link>http://tanujbansal.wordpress.com/2010/02/07/how-to-build-rpm-from-source-file/</link>
		<comments>http://tanujbansal.wordpress.com/2010/02/07/how-to-build-rpm-from-source-file/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:20:58 +0000</pubDate>
		<dc:creator>Tanuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tanujbansal.wordpress.com/?p=18</guid>
		<description><![CDATA[I was really in problem that day when I was given a new source code and need to build the RPM to ease to install on servers after changing the code. But that was really easy to build and install. There are few points to remember to make the build and use it. Hence before [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=18&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">I was really in problem that day when I was given a new source code and need to build the RPM to ease to install on servers after changing the code.</p>
<p style="text-align:justify;">But that was really easy to build and install.</p>
<p style="text-align:justify;">There are few points to remember to make the build and use it.</p>
<p style="text-align:justify;">Hence before starting I would like to share few requirements for this.</p>
<blockquote style="text-align:justify;"><p>1. Install all required RPM packages like rpmbuild&#8230;etc</p>
<p>2. Create Directories in /usr/src/redhat/</p>
<p>BUILD/<br />
RPMS/<br />
SOURCES/<br />
SPECS/<br />
SRPMS/</p>
<p>3. Download source code of your required software tar.gz file.</p>
<p>4. Put it in /usr/src/redhat/SOURCES/</p>
<p>5. Copy the *.spec file (one file) from source file  to /usr/src/redhat/SPECS/</p></blockquote>
<p style="text-align:justify;">Now we are ready to make RPM but need to edit the spec file.</p>
<p style="text-align:justify;">Hence for an example I have taken openssl and defining all steps to build new RPMs.<span id="more-18"></span></p>
<p style="text-align:justify;">Edit openssl.spec file in /usr/src/redhat/SPECS/  which have been highlighted there.</p>
<blockquote style="text-align:justify;"><p>%define libmaj 0<br />
%define libmin 9<br />
%define librel 8<br />
%define librev k<br />
Release: 1</p>
<p><strong>%define openssldir /usr/local/openssl</strong></p>
<p>Summary: Secure Sockets Layer and cryptography libraries and tools<br />
Name: openssl<br />
<strong>#Version: %{libmaj}.%{libmin}.%{librel}</strong><br />
Version: %{libmaj}.%{libmin}.%{librel}%{librev}<br />
<strong>Source0: /usr/src/redhat/SOURCES/%{name}-%</strong>{version}.tar.gz<br />
License: GPL<br />
<strong>#Copyright: Freely distributable</strong><br />
Group: System Environment/Libraries<br />
Provides: SSL<br />
<strong>#URL: http://www.openssl.org/</strong><br />
Packager: Damien Miller<br />
<strong>BuildRoot:   /var/tmp/%{name}-%{version}-root</strong></p>
<p>%description</p>
<p>&#8230;..</p>
<p>&#8230;..</p>
<p><strong>#%files doc<br />
#%defattr(0644,root,root,0755)<br />
#%doc CHANGES CHANGES.SSLeay LICENSE NEWS README<br />
#%doc doc</strong></p>
<p><strong>&#8212;&#8211;</strong></p>
<p><strong>&#8212;&#8211;</strong></p>
<p><strong><br />
</strong></p></blockquote>
<p style="text-align:justify;">In the above file there are few changes required.</p>
<p style="text-align:justify;">1.   Comment  the version and copyright field</p>
<p style="text-align:justify;">2.  Comment the URL field else at building time you will get new spec file from there.</p>
<p style="text-align:justify;">3.  Define field provides the location where RPM will install</p>
<p style="text-align:justify;">4. Update source link</p>
<p style="text-align:justify;">5. Update your build root where temporary build can be put at installation time</p>
<p style="text-align:justify;">Now your file is ready in make RPM</p>
<blockquote style="text-align:justify;"><p>cd /usr/src/redhat/SPECS</p>
<p>rpmbuild –ba openssl.spec</p></blockquote>
<p style="text-align:justify;">You may get the error at the building of RPM so check the dependencies required to build the RPM at the screen or in the file at /var/tmp/.</p>
<p style="text-align:justify;">When you get any error check the screen and that may be because of some dependencies and need to install the RPM for that. The directory structure in /var/tmp will be same as your installation directories.</p>
<p style="text-align:justify;">Now after completion of above steps your RPMs have been created and  are in /usr/src/redhat/RPMS/ and Source RPMS are in /usr/src/redhat/RPMS</p>
<p style="text-align:justify;">The options used in rpmbuild command above will create both source rpm and rpm.</p>
<p style="text-align:justify;">Before installing the RPM on the server, need to pass some check points as mentioned below.</p>
<p style="text-align:justify;">1. On all rpms in /usr/src/redhat/RPMS run the below command.</p>
<p style="text-align:justify;">rpm -qip *.rpm</p>
<p style="text-align:justify;">rpm -qlp *.rpm</p>
<p style="text-align:justify;">The above command provided you list of all the files which will install on your system. Hence need to take backup of all your files which are going to overwrite. This is for precaution and need them if your new RPMs does not support your OS.</p>
<p style="text-align:justify;">Now after taking backups of your all files run the following commands.</p>
<p style="text-align:justify;">rpm -ivh *.rpm</p>
<p style="text-align:justify;">If you get conflicting error then do update -Uvh</p>
<p style="text-align:justify;">Openssl has been updated on your system and need to check</p>
<p style="text-align:justify;"># ssh -V</p>
<p style="text-align:justify;">OpenSSH_3.9p1, <strong>OpenSSL 0.9.7a Feb 19 2003</strong></p>
<p style="text-align:justify;"># /usr/local/openssl/bin/openssl version</p>
<p style="text-align:justify;"><strong>OpenSSL 0.9.8k 25 Mar 2009</strong></p>
<p style="text-align:justify;"># which openssl</p>
<p style="text-align:justify;">/usr/bin/openssl</p>
<p style="text-align:justify;"># cp /usr/bin/openssl /usr/bin/openssl-0.9.7a</p>
<p style="text-align:justify;"># rm /usr/bin/openssl</p>
<p style="text-align:justify;">rm: remove regular file `/usr/bin/openssl&#8217;? y</p>
<p style="text-align:justify;"># ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl</p>
<p style="text-align:justify;"><strong>As you installed openssl in /usr/local/openssl and this is not in $PATH hence replace the old openssl witih the new.</strong></p>
<p style="text-align:justify;">The overall process above is a simple RPM build and installation.</p>
<p style="text-align:justify;">You  may have difficulties at building time so start with simpler one and go to big installation.</p>
<p style="text-align:justify;">The main point, I would like to highlight here that if your are building RPM on RHEL 4  32bit then it can be installed on any 32bit server but lower than RHEL4.</p>
<p style="text-align:justify;">RHEL 2.1 has different directory structure so will not work there&#8230;</p>
<p style="text-align:justify;">All the best &#8230;let me know if you have any question.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanujbansal.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanujbansal.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanujbansal.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=18&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanujbansal.wordpress.com/2010/02/07/how-to-build-rpm-from-source-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18b568b479a35b8a85a250d2eaa183da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Migration of Network Printers</title>
		<link>http://tanujbansal.wordpress.com/2009/12/23/migration-of-network-printers/</link>
		<comments>http://tanujbansal.wordpress.com/2009/12/23/migration-of-network-printers/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:01:58 +0000</pubDate>
		<dc:creator>Tanuj</dc:creator>
				<category><![CDATA[Teccnical Notes]]></category>

		<guid isPermaLink="false">http://tanujbansal.wordpress.com/?p=7</guid>
		<description><![CDATA[  This is my first blog on a small topic but really helpful to save the time. Lets say that you have 50 network printers connected on a particular linux server and now need to migrate all of them to the newly build server. Do you imagine  how time consuming and hectic task is it ? ..but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=7&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>This is my first blog on a small topic but really helpful to save the time.</p>
<p>Lets say that you have 50 network printers connected on a particular linux server and now need to migrate all of them to the newly build server.</p>
<p>Do you imagine  how time consuming and hectic task is it ? ..but you can do this and consume only a single minute out of hours.</p>
<p>so the steps are here&#8230;<span id="more-7"></span></p>
<p>Lets say there are two servers.</p>
<p>server &#8211;&gt; a.com (where all printers are already connected)</p>
<p>server &#8211;&gt; b.com (where you need to configure the printers)</p>
<p><em>Moving printers from server &#8220;a&#8221; &#8211;&gt; server &#8220;b&#8221;</em></p>
<p><strong>Tasks on server &#8220;a&#8221;</strong></p>
<blockquote><p>1. Make a tar of the directory /etc/cups on the server &#8220;a&#8221; on which printers are already configured<br />
tar –cvf  cups.tar /etc/cups</p></blockquote>
<blockquote><p>2. Export the printer conf file (used by printconf-tui) on server &#8220;a&#8221;<br />
      /usr/sbin/printconf-tui &#8211;Xexport &gt; settings.xml</p></blockquote>
<blockquote><p>3. copy the tar to the server &#8220;b&#8221;<br />
scp cups.tar  <a href="mailto:root@b.com:/tmp">root@b.com:/tmp</a></p></blockquote>
<blockquote><p>4. Copy the above settings.xml to new server<br />
   scp settings.xml <a href="mailto:root@b.com:/tmp">root@b.com:/tmp</a></p></blockquote>
<p><strong>Setting on server &#8220;b&#8221;</strong></p>
<blockquote><p>1. As a precaution take the backup of cups dir on the new dir and untar the tar file copied.<br />
    # mv /etc/cups /etc/cups.backup<br />
    # cd /etc/<br />
    # tar -cvf /tmp/cups.tar</p></blockquote>
<blockquote><p>2. Import the settings<br />
       /usr/sbin/printconf-tui &#8211;Ximport &lt; /tmp/settings.xml</p></blockquote>
<blockquote><p>2.1 If you have already configures some printers on the new server and need to merge the configuration use<br />
        /usr/sbin/printconf-tui &#8211;Ximport &#8211;merge &lt; settings.xml</p></blockquote>
<blockquote><p>3. Restart cups service<br />
/etc/init.d/cups restart</p></blockquote>
<blockquote><p>4. Verify the printers</p>
<p>  lpstat -a</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanujbansal.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanujbansal.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanujbansal.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=7&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanujbansal.wordpress.com/2009/12/23/migration-of-network-printers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18b568b479a35b8a85a250d2eaa183da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world! Need Practical guidance on Unix?</title>
		<link>http://tanujbansal.wordpress.com/2009/12/05/hello-world/</link>
		<comments>http://tanujbansal.wordpress.com/2009/12/05/hello-world/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 07:03:29 +0000</pubDate>
		<dc:creator>Tanuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello Everyone Practical and theoretical have major difference when you work in an industry. Need Practical guidance on Unix? I will share with you shortly.  Keep  in touch with me to discuss any query<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=1&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone</p>
<p>Practical and theoretical have major difference when you work in an industry.</p>
<p>Need Practical guidance on <strong>Unix</strong>? I will share with you shortly.</p>
<p> Keep  in touch with me to discuss any query</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tanujbansal.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tanujbansal.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tanujbansal.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tanujbansal.wordpress.com&amp;blog=10817110&amp;post=1&amp;subd=tanujbansal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tanujbansal.wordpress.com/2009/12/05/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18b568b479a35b8a85a250d2eaa183da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tanuj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
