<?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>शिशिर [Shishir] पोखरेल</title>
	<atom:link href="http://www.shishir.com.np/home/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shishir.com.np/home</link>
	<description>Because a thing seems difficult for you, do not think it impossible for anyone to accomplish. - Marcus Aurelius</description>
	<lastBuildDate>Tue, 14 Feb 2012 21:17:55 +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>iptables port forwarding</title>
		<link>http://www.shishir.com.np/home/2012/02/14/iptables-port-forwarding/</link>
		<comments>http://www.shishir.com.np/home/2012/02/14/iptables-port-forwarding/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 21:10:20 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=235</guid>
		<description><![CDATA[<p>port 80 forwarding from 172.64.64.8 to 172.64.64.23</p>
<pre>
iptables -t nat -A PREROUTING -d 172.64.64.8 -p tcp --dport 80 -j DNAT --to 172.64.64.23:80
iptables -t nat -A POSTROUTING -d 172.64.64.23 -p tcp --dport 80 -j MASQUERADE
</pre>
<p>sip forwarding from 172.64.64.8 to 172.64.64.23&#8230; <a href="http://www.shishir.com.np/home/2012/02/14/iptables-port-forwarding/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2012/02/14/iptables-port-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nepal Television Plus Live</title>
		<link>http://www.shishir.com.np/home/2011/12/15/nepal-television-plus/</link>
		<comments>http://www.shishir.com.np/home/2011/12/15/nepal-television-plus/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:21:04 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[Live Stations]]></category>
		<category><![CDATA[LIVE]]></category>
		<category><![CDATA[NEPAL]]></category>
		<category><![CDATA[NEPALI]]></category>
		<category><![CDATA[NTV]]></category>
		<category><![CDATA[PLUS]]></category>
		<category><![CDATA[TELEVISION]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=184</guid>
		<description><![CDATA[<p><br />
NTV plus is Powered by <strong>npvideo.com</strong>&#8230; <a href="http://www.shishir.com.np/home/2011/12/15/nepal-television-plus/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/15/nepal-television-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nepal Television Live</title>
		<link>http://www.shishir.com.np/home/2011/12/15/nepal-television-live/</link>
		<comments>http://www.shishir.com.np/home/2011/12/15/nepal-television-live/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:14:54 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[Live Stations]]></category>
		<category><![CDATA[LIVE]]></category>
		<category><![CDATA[Nepal television]]></category>
		<category><![CDATA[NTV]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=180</guid>
		<description><![CDATA[<p><br />
<br />
NTV is Powered by <strong>npvideo.com</strong>&#8230; <a href="http://www.shishir.com.np/home/2011/12/15/nepal-television-live/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/15/nepal-television-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful *nix commands</title>
		<link>http://www.shishir.com.np/home/2011/12/01/nix-commands/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/nix-commands/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:51:19 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=138</guid>
		<description><![CDATA[<p>Some useful *nix commands for System debugging and administration.</p>
<p><span id="more-138"></span></p>
<table width="515">

<tr id="misc">
<td colspan="2"><span style="color: #000000;"><strong>Command</strong></span></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td style="text-align: left;">•</td>
<td style="text-align: left;">apropos whatis</td>
<td style="text-align: left;">Show commands pertinent to string. See also threadsafe</td>
</tr>
<tr>
<td>•</td>
<td>man -t ascii &#124; ps2pdf &#8211; &#62; ascii.pdf</td>
<td>make a pdf of a manual page</td>
</tr>
<tr>
<td>•</td>
<td>which command</td>
<td>Show </td></tr>&#8230; <a href="http://www.shishir.com.np/home/2011/12/01/nix-commands/" class="read_more">Read more</a></table>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/nix-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.9.1 Plugin &#8211; file path on Netbeans IDE Titlebar</title>
		<link>http://www.shishir.com.np/home/2011/12/01/netbeans-6-9-1-plugin-file-path-on-netbeans-ide-titlebar/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/netbeans-6-9-1-plugin-file-path-on-netbeans-ide-titlebar/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:37:09 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mozswing]]></category>
		<category><![CDATA[filepath]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[pluigin]]></category>
		<category><![CDATA[titlebar]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=132</guid>
		<description><![CDATA[<p>This is a Beta version of NetBean <strong>plugin</strong>, tested with NetBean version 6.9.1.<br />
This <strong>plugin</strong> changes the Titlebar of NetBean with file path that is currently open in editor.</p>
<p>How To Enable the <strong>Plugin</strong>.<br />
1) <a href="http://shishir.com.np/files/np-com-shishir-Title.nbm">Download and install </a>&#8230; <a href="http://www.shishir.com.np/home/2011/12/01/netbeans-6-9-1-plugin-file-path-on-netbeans-ide-titlebar/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/netbeans-6-9-1-plugin-file-path-on-netbeans-ide-titlebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Parsing Error : undefined entry [xulrunner]</title>
		<link>http://www.shishir.com.np/home/2011/12/01/xml-parsing-error-undefined-entry-xulrunner/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/xml-parsing-error-undefined-entry-xulrunner/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:33:49 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mozswing]]></category>
		<category><![CDATA[j2se]]></category>
		<category><![CDATA[mozswing download]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=129</guid>
		<description><![CDATA[<p><strong>Problem : While downloading file from mozswing, it generates the following exception.</strong></p>
<p><em><strong>XML</strong> <strong>Parsing</strong> <strong>Error</strong>: undefined entity </em><br />
<em>Location: chrome://mozapps/content/downloads/unknownContentType.xul </em><br />
<em>Line Number 30, Column 18:    &#60;description&#62;&#38;intro.label;&#60;/description&#62; </em></p>
<p><strong>Cause:</strong><br />
<strong>Missing DTD for branding, one of the two DTDs required </strong>&#8230; <a href="http://www.shishir.com.np/home/2011/12/01/xml-parsing-error-undefined-entry-xulrunner/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/xml-parsing-error-undefined-entry-xulrunner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to debug mozswing Xulrunner native (c/c++) code.</title>
		<link>http://www.shishir.com.np/home/2011/12/01/how-to-debug-mozswing-xulrunner-native-cc-code/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/how-to-debug-mozswing-xulrunner-native-cc-code/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:27:04 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mozswing]]></category>
		<category><![CDATA[j2se]]></category>
		<category><![CDATA[mozswing debug]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=126</guid>
		<description><![CDATA[<p>Ω First follow my previous <a id="_GPLITA_0" title="Powered by Text-Enhance" href="http://www.shishir.com.np/?q=node/30#">blog</a> <strong>&#8220;How to compile xulrunner c++ source code for mozswing under windows OS.&#8221; </strong><br />
on <strong>Step 5</strong> of my previous blog add following line under conf/mozconfig-part-debug or under any other mozconfig-part-XXXX file.<br />
<strong>ac_add_options &#8211;enable-debug</strong></p>
<p>Ω Now compile &#8230; <a href="http://www.shishir.com.np/home/2011/12/01/how-to-debug-mozswing-xulrunner-native-cc-code/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/how-to-debug-mozswing-xulrunner-native-cc-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile xulrunner c++ source code for mozswing under windows OS.</title>
		<link>http://www.shishir.com.np/home/2011/12/01/how-to-compile-xulrunner-c-source-code-for-mozswing-under-windows-os/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/how-to-compile-xulrunner-c-source-code-for-mozswing-under-windows-os/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:21:30 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mozswing]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=123</guid>
		<description><![CDATA[<p>Step 1<br />
Download and install Microsoft Visual Studio 2005 (32 bit).<br />
Note : I have tested this only with Microsoft Visual Studio 2005 on windows XP.</p>
<p>Step 2<br />
Download and install MozillaBuild.<br />
<a href="http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe">Download Mozilla Build</a></p>
<p>Also ensure you have installed &#8230; <a href="http://www.shishir.com.np/home/2011/12/01/how-to-compile-xulrunner-c-source-code-for-mozswing-under-windows-os/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/how-to-compile-xulrunner-c-source-code-for-mozswing-under-windows-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript window.print() compatible mozswing 2.0 xulrunner native library.</title>
		<link>http://www.shishir.com.np/home/2011/12/01/javascript-window-print-compatible-mozswing-2-0-xulrunner-native-library/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/javascript-window-print-compatible-mozswing-2-0-xulrunner-native-library/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:17:11 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mozswing]]></category>
		<category><![CDATA[java browser]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[window.print()]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=118</guid>
		<description><![CDATA[<p>&#160;</p>
<p>Replace the existing native library of mozswing 2.0 beta 2 with the following native library. This version is same as of mozswing 2.0 beta2 except, it support javascript windows.print() command.</p>
<p><a href="http://www.shishir.com.np/files/native.zip">native.zip</a><br />
Patched and compiled by <strong>Shishir Pokharel.</strong></p>
<p>&#160;&#8230; <a href="http://www.shishir.com.np/home/2011/12/01/javascript-window-print-compatible-mozswing-2-0-xulrunner-native-library/" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/javascript-window-print-compatible-mozswing-2-0-xulrunner-native-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a pojo class of Json objects [using jackson]</title>
		<link>http://www.shishir.com.np/home/2011/12/01/create-a-pojo-class-of-json-objects-using-jackson/</link>
		<comments>http://www.shishir.com.np/home/2011/12/01/create-a-pojo-class-of-json-objects-using-jackson/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:04:59 +0000</pubDate>
		<dc:creator>CcR</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[J2SE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[j2se]]></category>
		<category><![CDATA[jackson]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pojo class]]></category>

		<guid isPermaLink="false">http://www.shishir.com.np/home/?p=110</guid>
		<description><![CDATA[<pre>

//1. create a class to map the json data e.g
import org.codehaus.jackson.annotate.JsonAnyGetter;
import org.codehaus.jackson.annotate.JsonAnySetter;
import org.codehaus.jackson.annotate.JsonCreator;
import org.codehaus.jackson.annotate.JsonProperty;

import java.util.HashMap;
import java.util.Map;

/**
*
* @author Shishir Pokharel
*/
public class model {

// and then "other" stuff:
protected Map&#60;String, &#8230; <a href="http://www.shishir.com.np/home/2011/12/01/create-a-pojo-class-of-json-objects-using-jackson/" class="read_more">Read more</a></pre>]]></description>
		<wfw:commentRss>http://www.shishir.com.np/home/2011/12/01/create-a-pojo-class-of-json-objects-using-jackson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

