<?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/"
	>

<channel>
	<title>My Technology Notepad &#187; How To</title>
	<atom:link href="http://www.crackjet.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crackjet.com</link>
	<description>The tech journal of Crackjet</description>
	<lastBuildDate>Tue, 23 Feb 2010 03:16:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Extract first 100 lines from a file in UNIX</title>
		<link>http://www.crackjet.com/how-to/extract-first-100-lines-from-a-file-in-unix/</link>
		<comments>http://www.crackjet.com/how-to/extract-first-100-lines-from-a-file-in-unix/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:16:41 +0000</pubDate>
		<dc:creator>Crackjet</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[file manipulation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=16</guid>
		<description><![CDATA[I was tasked to get first 100 lines of records from a database dump. While searching big brother G, I found the solution here:- how to extract a range of lines from a file provided by zazzybob. Here&#8217;s the solutions:- You could also pipe though sed to extract the range &#8211; e.g. blah &#124; sed [...]]]></description>
			<content:encoded><![CDATA[<p>I was tasked to get first 100 lines of records from a database dump. While searching big brother G, I found the solution here:- <a href="http://www.unix.com/shell-programming-scripting/14477-how-extract-range-lines-file.html#post53245" target="_blank">how to extract a range of lines from a file</a> provided by zazzybob.</p>
<p>Here&#8217;s the solutions:-</p>
<blockquote><p><span style="color: #800000;">You could also pipe though <acronym title="Stream Editor">sed</acronym> to extract the range &#8211; e.g.<br />
blah | <acronym title="Stream Editor">sed</acronym> -n &#8217;1,1000p&#8217; | blah<br />
to extract the first 1000 lines of the file</span></p></blockquote>
<p>How I uses it:-</p>
<blockquote><p><span style="color: #800000;">cat file.unl | sed -n &#8217;1,100p&#8217; &gt; out100.unl</span></p></blockquote>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/how-to/extract-first-100-lines-from-a-file-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solved] How to switch off Google Buzz?</title>
		<link>http://www.crackjet.com/how-to/solved-how-to-switch-off-google-buzz/</link>
		<comments>http://www.crackjet.com/how-to/solved-how-to-switch-off-google-buzz/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:24:50 +0000</pubDate>
		<dc:creator>Crackjet</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Google Buzz]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=12</guid>
		<description><![CDATA[When Google starts to activate the Buzz add on for Gmail, I thought it was cool.. Well I still think it is cool but at times, I&#8217;d want peace of mind and don&#8217;t want to get updated on what is going on with the people around me. Here is how I could turn off Google [...]]]></description>
			<content:encoded><![CDATA[<p>When Google starts to activate the Buzz add on for Gmail, I thought it was cool.. Well I still think it is cool but at times, I&#8217;d want peace of mind and don&#8217;t want to get updated on what is going on with the people around me.</p>
<p>Here is how I could turn off Google Buzz.</p>
<p>Once you have logged into Gmail, scroll down to bottom of the page. You&#8217;ll see the &#8220;Turn off Buzz&#8221; link. Just click on that and you are then Buzzed off.. <img src='http://www.crackjet.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div id="attachment_13" class="wp-caption alignnone" style="width: 504px"><a href="http://www.crackjet.com/wp-content/uploads/2010/02/turn-off-google-buzz.jpg"><img class="size-full wp-image-13" title="Turn off Google Buzz" src="http://www.crackjet.com/wp-content/uploads/2010/02/turn-off-google-buzz.jpg" alt="" width="494" height="143" /></a><p class="wp-caption-text">Turn off Google Buzz</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/how-to/solved-how-to-switch-off-google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
