<?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</title>
	<atom:link href="http://www.crackjet.com/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>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 -n &#8216;1,1000p&#8217; &#124; [...]]]></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 &#8216;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 &#8216;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 Buzz.
Once [...]]]></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>
		<item>
		<title>Apple Ipad</title>
		<link>http://www.crackjet.com/gadgets/apple-ipad/</link>
		<comments>http://www.crackjet.com/gadgets/apple-ipad/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:31:11 +0000</pubDate>
		<dc:creator>Crackjet</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple ipad]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=8</guid>
		<description><![CDATA[Which pad allows you to stroke it, slide it, poke it, shake it, turn it over and flip it?
I&#8217;d call that the Apple Ipad!
First impression, WoW!
Second impression, Incredible!!
Third impression, OMG!
Can&#8217;t wait for it to be sold in Malaysia.
Hopefully the price would be reasonable here.
]]></description>
			<content:encoded><![CDATA[<p>Which pad allows you to stroke it, slide it, poke it, shake it, turn it over and flip it?<br />
<strong>I&#8217;d call that the Apple Ipad!</strong></p>
<div id="attachment_9" class="wp-caption alignleft" style="width: 254px"><a href="http://www.crackjet.com/wp-content/uploads/2010/01/apple_ipad.png"><img class="size-full wp-image-9" style="border: 0pt none;" title="Apple Ipad" src="http://www.crackjet.com/wp-content/uploads/2010/01/apple_ipad.png" alt="Apple Ipad" width="244" height="151" /></a><p class="wp-caption-text">Apple Ipad</p></div>
<p>First impression, <strong>WoW</strong>!</p>
<p>Second impression, <strong>Incredible</strong>!!</p>
<p>Third impression, <span style="color: #ff0000;"><strong>OMG</strong></span>!</p>
<p>Can&#8217;t wait for it to be sold in Malaysia.<br />
Hopefully the price would be reasonable here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/gadgets/apple-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>China mobile phones</title>
		<link>http://www.crackjet.com/gadgets/china-mobile-phones/</link>
		<comments>http://www.crackjet.com/gadgets/china-mobile-phones/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:06:39 +0000</pubDate>
		<dc:creator>Crackjet</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[China Mobile Phones]]></category>
		<category><![CDATA[mobile phones]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=6</guid>
		<description><![CDATA[Recent hype in mobile industry is the road show of mobile phones from China. The road shows are usually held in popular places where many people would visit. Attractive banners were put up. In the banner it says 70% off on branded handphones.
Well, I took the opportunity to go and take a look at the [...]]]></description>
			<content:encoded><![CDATA[<p>Recent hype in mobile industry is the road show of mobile phones from China. The road shows are usually held in popular places where many people would visit. Attractive banners were put up. In the banner it says 70% off on branded handphones.</p>
<p>Well, I took the opportunity to go and take a look at the products which they are putting up for sales. I&#8217;d say those gadgets are quite impressive. Many are similar to most branded phones but different in operating system.</p>
<p>I&#8217;ve seen the first generation of China made phones which mimics the popular iPhone. And after a year, the product has tremendously improved. With dual active sim card which allows you to put 2 mobile numbers on standby, multitouch screens, WIFI add on, Television and many others which many branded phones could not match.</p>
<p>One thing that I don&#8217;t like is the sound quality of the phone. They should improve on them.</p>
<p>What do you think of China made mobile phones?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/gadgets/china-mobile-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New start!</title>
		<link>http://www.crackjet.com/news/new-start/</link>
		<comments>http://www.crackjet.com/news/new-start/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 04:36:13 +0000</pubDate>
		<dc:creator>Crackjet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[New start]]></category>
		<category><![CDATA[new year]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=4</guid>
		<description><![CDATA[Recent outage has wiped out my whole entire live data.
Well.. It&#8217;s a new year.. I may then just start new&#8230;
Looks like this year gonna be a new environment for me to fight. Many new resolutions which has not been made before. New strategy to be formulated. Wish me luck.
]]></description>
			<content:encoded><![CDATA[<p>Recent outage has wiped out my whole entire live data.<br />
Well.. It&#8217;s a new year.. I may then just start new&#8230;</p>
<p>Looks like this year gonna be a new environment for me to fight. Many new resolutions which has not been made before. New strategy to be formulated. Wish me luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/news/new-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
