<?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>Crackjet Simplified &#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>My Journal</description>
	<lastBuildDate>Sat, 31 Dec 2011 16:21:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Null characters in file</title>
		<link>http://www.crackjet.com/how-to/null-characters-in-file/</link>
		<comments>http://www.crackjet.com/how-to/null-characters-in-file/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 05:37:16 +0000</pubDate>
		<dc:creator>Kimmy</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[null characters]]></category>
		<category><![CDATA[tr]]></category>
		<category><![CDATA[tr command]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=36</guid>
		<description><![CDATA[Some program could not handle interfacing files which contains null characters and has often causes support people lots of run around to find the cause.
A simple way to identify the locations of null characters in a flat file is by using the following command. Works well each time for me.  
&#160;
tr  [...]]]></description>
			<content:encoded><![CDATA[<p>Some program could not handle interfacing files which contains null characters and has often causes support people lots of run around to find the cause.</p>
<p>A simple way to identify the locations of null characters in a flat file is by using the following command. Works well each time for me. <img src='http://www.crackjet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>tr &#8216;\0&#8242; &#8216;@&#8217; &lt; INPUT_FILE &gt; OUTPUT_FILE</p>
<p>&nbsp;</p>
<p>I LOVE UNIX!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/how-to/null-characters-in-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solved] PuttyCM &#8211; Object reference not set to an instance of an object error</title>
		<link>http://www.crackjet.com/how-to/solved-puttycm-object-reference-not-set-to-an-instance-of-an-object-error/</link>
		<comments>http://www.crackjet.com/how-to/solved-puttycm-object-reference-not-set-to-an-instance-of-an-object-error/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:28:03 +0000</pubDate>
		<dc:creator>Kimmy</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[PuttyCM]]></category>

		<guid isPermaLink="false">http://www.crackjet.com/?p=22</guid>
		<description><![CDATA[I was recently introduced to PuttyCM and am hooked to it till now.
Just a while ago while I was making some changes to the config and all of a sudden I could not access the software. Unexpected Error &#8220;object reference not set to an instance of an object&#8221; shows up and I can&#8217;t seem to access the  [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently introduced to PuttyCM and am hooked to it till now.</p>
<p>Just a while ago while I was making some changes to the config and all of a sudden I could not access the software. Unexpected Error &#8220;object reference not set to an instance of an object&#8221; shows up and I can&#8217;t seem to access the software anymore.</p>
<div id="attachment_23" class="wp-caption alignnone" style="width: 344px"><img class="size-full wp-image-23" title="PuttyCM - Unexpected Error" src="http://www.crackjet.com/wp-content/uploads/2010/09/puttycm-error.jpg" alt="PuttyCM - Unexpected Error" width="334" height="152" /><p class="wp-caption-text">PuttyCM - Unexpected Error</p></div>
<p>Then I remembered the last I changed was the &#8220;Show Tray icon&#8221; option to disabled.</p>
<p><img class="alignnone size-full wp-image-25" title="PuttyCM Error" src="http://www.crackjet.com/wp-content/uploads/2010/09/puttycm-error2.jpg" alt="" width="574" height="527" /></p>
<p>I re-enabled the option and&#8230;</p>
<p><strong>Bingo</strong>.. I can access the program again.</p>
<p>Hope this will help you too. <img src='http://www.crackjet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.crackjet.com/how-to/solved-puttycm-object-reference-not-set-to-an-instance-of-an-object-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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>Kimmy</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 &#8217;1,1000p&#8217;  [...]]]></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>Kimmy</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 you have logged into  [...]]]></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>

