<?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>igosppob at wordpress</title>
	<atom:link href="http://igosppob.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://igosppob.wordpress.com</link>
	<description>Just a note about Open Source , Java Programming , Linux , Debian Family , Redhat , Network , Proxy , Blogger , Ajax , Javascript , CSS , HTML , Web , Design , PPOB  etc</description>
	<lastBuildDate>Wed, 31 Mar 2010 11:32:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='igosppob.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a7b380c0c1d6fa6197d4006e4d4b3158?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>igosppob at wordpress</title>
		<link>http://igosppob.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://igosppob.wordpress.com/osd.xml" title="igosppob at wordpress" />
	<atom:link rel='hub' href='http://igosppob.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Compression File in Apache Tomcat (GZIP)</title>
		<link>http://igosppob.wordpress.com/2010/03/28/compression-file-in-apache-tomcat-gzip/</link>
		<comments>http://igosppob.wordpress.com/2010/03/28/compression-file-in-apache-tomcat-gzip/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:18:41 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[all about web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[GZIP Compression]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=30</guid>
		<description><![CDATA[advertising What is GZIP? It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992. GZIP is based on the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. DEFLATE was intended as a replacement for LZW and other patent-encumbered data compression [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=30&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- Begin BidVertiser code --></p>
<div>
<p><a href="http://www.bidvertiser.com/bdv/BidVertiser/bdv_advertiser.dbm">advertising</a>
</div>
<p><!-- End BidVertiser code --> </p>
<div id="_mcePaste">
<span style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;line-height:14px;color:#555555;font-size:14px;"> </span></p>
<h3 style="font-family:georgia;font-size:1.4em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;font-weight:normal;line-height:1.4em;color:#333333;border:0 initial initial;margin:0 0 5px;padding:0;">What is GZIP?</h3>
<p style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;font-size:1em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;line-height:1.6em;border:0 initial initial;margin:0 0 10px;padding:0;">It is a compression format created by Jean-Loup Gailly and Mark Adler. Version 0.1 was first publicly released on October 31, 1992.</p>
<p style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;font-size:1em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;line-height:1.6em;border:0 initial initial;margin:0 0 10px;padding:0;">GZIP is based on the DEFLATE algorithm, which is a combination of LZ77 and Huffman coding. DEFLATE was intended as a replacement for LZW and other patent-encumbered data compression algorithms which, at the time, limited the usability of compress and other popular archivers.</p>
<h3 style="font-family:georgia;font-size:1.4em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;font-weight:normal;line-height:1.4em;color:#333333;border:0 initial initial;margin:0 0 5px;padding:0;">How does it helps in improving performance of my web page?</h3>
<p style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;font-size:1em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;line-height:1.6em;border:0 initial initial;margin:0 0 10px;padding:0;">Modern browser like Internet Explorer, Firefox, Opera etc supports gzip compressed content. These browsers are capable of uncompressing gzip data into plain text. Servers like Apache, Tomcat, JBoss etc supports gzip compression too. Hence if gzip is enabled in such servers, the response if first compressed and then send to client. Hence this increase performance by many folds.</p>
<h3 style="font-family:georgia;font-size:1.4em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;font-weight:normal;line-height:1.4em;color:#333333;border:0 initial initial;margin:0 0 5px;padding:0;">How to enable GZIP in my tomcat server?</h3>
<p style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;font-size:1em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;line-height:1.6em;border:0 initial initial;margin:0 0 10px;padding:0;">Here is how to enable GZIP compression on Tomcat: edit file /conf/server.xml and add to the HTTP Connector configuration something like this:</p>
<p style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;font-size:1em;outline-width:0;outline-style:initial;outline-color:initial;text-decoration:none;vertical-align:baseline;line-height:1.6em;border:0 initial initial;margin:0 0 10px;padding:0;"><span style="color:#000000;font-family:'Times New Roman';line-height:normal;font-size:small;"> </span></p>
<pre>compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml"

<span style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;line-height:23px;white-space:normal;font-size:14px;">An example of a HTTP Connector configuration with compression enabled could be:</span>
<span style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;line-height:23px;white-space:normal;font-size:14px;"><span style="color:#000000;font-family:'Times New Roman';line-height:normal;font-size:small;">
<pre>&lt;Connector port="8080" maxHttpHeaderSize="8192"
        maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
        enableLookups="false" redirectPort="8443" acceptCount="100"
        connectionTimeout="20000" disableUploadTimeout="true"
        compression="on"
  compressionMinSize="2048"
  noCompressionUserAgents="gozilla, traviata"
  compressableMimeType="text/html,text/xml"/&gt;

<span style="font-family:Arial, 'Trebuchet MS', Verdana, Tahoma;line-height:23px;white-space:normal;color:#555555;font-size:14px;">Check out following header information before enabling GZIP.And after enabling GZIP look at the size of the webpage and the time taken for loading with <a title="Firebug - Firefox Addons" href="https://addons.mozilla.org/id/firefox/downloads/latest/1843/addon-1843-latest.xpi?src=addondetail">firebug</a>.  <a href="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1843/1268421611"><img class="alignnone" title="Firebug" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1843/1268421611" alt="" width="32" height="32" /></a></span>
<span style="font-size:small;"><span style="font-size:small;">Just Share .. try it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span></span></pre>
<p></span></span></pre>
</div>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/all-about-web/'>all about web</a> Tagged: <a href='http://igosppob.wordpress.com/tag/apache/'>Apache</a>, <a href='http://igosppob.wordpress.com/tag/gzip-compression/'>GZIP Compression</a>, <a href='http://igosppob.wordpress.com/tag/tomcat/'>Tomcat</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=30&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/28/compression-file-in-apache-tomcat-gzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>

		<media:content url="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1843/1268421611" medium="image">
			<media:title type="html">Firebug</media:title>
		</media:content>
	</item>
		<item>
		<title>New Ubuntu 10.04 Change is Coming</title>
		<link>http://igosppob.wordpress.com/2010/03/21/new-ubuntu-10-04-change-is-coming/</link>
		<comments>http://igosppob.wordpress.com/2010/03/21/new-ubuntu-10-04-change-is-coming/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:13:44 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[all about linux]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=26</guid>
		<description><![CDATA[Ubuntu as one of the most popular linux distros start make over herself with a new look and design to strengthen brandingnya. From the logo, theme and splash screen when booting all changed The following splash screen display when booting : And the following new theme GTK view : Get it while it&#8217;s hot. ISOs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=26&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">Ubuntu as one of the most  popular linux distros start make over herself with a new look and  design to strengthen brandingnya. From the logo, theme and  splash screen when booting all changed</p>
<p><img class="aligncenter" title="ubuntu 10 splashscreen" src="http://www.beritateknologi.com/wp-content/uploads/2010/03/blacke-ubuntu-logo.png" alt="" width="327" height="86" /></p>
<p style="text-align:center;">The following splash screen display when booting :</p>
<p style="text-align:center;"><img class="aligncenter" title="ubuntu 10.4 boot" src="http://www.beritateknologi.com/wp-content/uploads/2010/03/ubuntu-10-4-splash.png" alt="" width="479" height="190" /></p>
<p style="text-align:center;">And  the following new theme GTK view :</p>
<p style="text-align:center;"><img class="alignnone" title="new GTK ubuntu 10.4" src="http://www.beritateknologi.com/wp-content/uploads/2010/03/ubuntu-10-4-darktheme.png" alt="" width="480" height="359" /></p>
<p style="text-align:center;">Get it while it&#8217;s hot. ISOs and torrents are  available at:</p>
<p style="text-align:left;"><a href="http://cdimage.ubuntu.com/releases/lucid/alpha-1/">http://cdimage.ubuntu.com/releases/lucid/alpha-1/</a> (Ubuntu Desktop and Server)<br />
<a href="http://uec-images.ubuntu.com/releases/lucid/alpha-1/">http://uec-images.ubuntu.com/releases/lucid/alpha-1/</a> (Ubuntu Server for UEC and EC2)<br />
<a href="http://cdimage.ubuntu.com/ports/releases/lucid/alpha-1/">http://cdimage.ubuntu.com/ports/releases/lucid/alpha-1/</a> (Ubuntu ARM)<br />
<a href="http://cdimage.ubuntu.com/kubuntu/releases/lucid/alpha-1/">http://cdimage.ubuntu.com/kubuntu/releases/lucid/alpha-1/</a> (Kubuntu Desktop and Netbook Remix)<br />
<a href="http://cdimage.ubuntu.com/xubuntu/releases/lucid/alpha-1/">http://cdimage.ubuntu.com/xubuntu/releases/lucid/alpha-1/</a> (Xubuntu)</p>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/all-about-linux/'>all about linux</a> Tagged: <a href='http://igosppob.wordpress.com/tag/ubuntu-10-04/'>ubuntu 10.04</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=26&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/21/new-ubuntu-10-04-change-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>

		<media:content url="http://www.beritateknologi.com/wp-content/uploads/2010/03/blacke-ubuntu-logo.png" medium="image">
			<media:title type="html">ubuntu 10 splashscreen</media:title>
		</media:content>

		<media:content url="http://www.beritateknologi.com/wp-content/uploads/2010/03/ubuntu-10-4-splash.png" medium="image">
			<media:title type="html">ubuntu 10.4 boot</media:title>
		</media:content>

		<media:content url="http://www.beritateknologi.com/wp-content/uploads/2010/03/ubuntu-10-4-darktheme.png" medium="image">
			<media:title type="html">new GTK ubuntu 10.4</media:title>
		</media:content>
	</item>
		<item>
		<title>meebo widget on wordpress or your web &amp; plugin for pidgin</title>
		<link>http://igosppob.wordpress.com/2010/03/21/meebo-widget-on-wordpress-or-your-web-plugin-for-pidgin/</link>
		<comments>http://igosppob.wordpress.com/2010/03/21/meebo-widget-on-wordpress-or-your-web-plugin-for-pidgin/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 12:07:34 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[all about web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[network & proxy]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[pidgin plugin]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=14</guid>
		<description><![CDATA[Display your chat meebo widget from your wordpress or site . I created this Pidgin plugin for use with the meebo me widget. When people visit the web page on which your widget is placed, a buddy will automatically be added to your Pidgin buddy list in a group titled Meebo Guests. When they leave [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=14&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Display your chat meebo widget from your wordpress or site .</p>
<p>I created this Pidgin plugin for use with the <a href="http://www.meebome.com/" target="_blank">meebo me widget</a>.  When people visit the web page on which your widget is  placed, a buddy will automatically be added to your Pidgin buddy list in a group titled Meebo  Guests.  When they leave the site, the buddy will automatically be removed from your list.  This removes  the headache of having to authorize and add the buddy every time someone visits your web site.</p>
<p><img class="alignleft" title="widgetmeebo" src="http://i.imagehost.org/0781/widgetmeebo.png" alt="" width="145" height="206" /></p>
<p><strong>Step 1 &#8212; Register meebo account &amp; get script<br />
</strong></p>
<p><strong> </strong> first register  in  <a title="meebo widget" href="http://reg.meebome.com/step2.html?n=igosppob&amp;w=190&amp;h=275&amp;a=igosppob&amp;bfc=F3F4F6&amp;tbc2=F3F4F6&amp;tbtc=66667E&amp;hbfc=FFFFFF&amp;dtc=000000&amp;blc=DBDBDC&amp;tbc=F7F7F9&amp;tbc3=DDDDDD&amp;tbc4=CCCCCC&amp;ibfc=FFFFFF&amp;sbfc=F3F4F6" target="_blank">meebo </a>for get a script to be placed on  the site .</p>
<p style="text-align:center;"><img class="aligncenter" title="meebo" src="http://e.imagehost.org/0587/meeboscript.png" alt="" width="411" height="372" /></p>
<p>follow step  by step &#8230;</p>
<p>if it is done , get &amp; adding script in your widget or site place ..</p>
<p><strong>Step 2 &#8212; Setting Up Pidgin<br />
</strong></p>
<p>An account must be created in Pidgin to communicate with the meebo  widget.  The settings below should be used to create the account:</p>
<p><span style="text-decoration:underline;">Basic tab</span><br />
Protocol: XMPP<br />
Domain: meebo.org<br />
Resource: Home</p>
<p><span style="text-decoration:underline;">Advanced tab</span><br />
Connect port: 5222<br />
Connect server: meebo.org</p>
<h2>Download</h2>
<p>The plugin file should be placed in the Pidgin plugins folder. On  Windows this is usually located at C:\Program Files\Pidgin\plugins.  On Linux this might be something like  /usr/lib/purple-2.  For the 64 bit version, one user found that it should be placed at  /usr/lib64/pidgin.  Of course this may be different depending on your installation.  It can then be enabled from the Plugins option in the Tools menu.</p>
<p>Windows (2.0.2): <a href="http://jrpomeroy.com/pidgin/meebo.dll">download</a><br />
Linux (2.0.2): <a href="http://jrpomeroy.com/pidgin/meebo.so">download</a><br />
Linux 64 bit (2.4.3): <a href="http://jrpomeroy.com/pidgin/meebo64.so">download</a></p>
<p>Source (2.0.2): <a href="http://jrpomeroy.com/pidgin/meebo.c">download</a></p>
<p>finished  .. please try  on your site .. keep work &#8230; !! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/all-about-web/'>all about web</a>, <a href='http://igosppob.wordpress.com/category/blogging/'>blogging</a>, <a href='http://igosppob.wordpress.com/category/network-proxy/'>network &amp; proxy</a> Tagged: <a href='http://igosppob.wordpress.com/tag/meebo/'>meebo</a>, <a href='http://igosppob.wordpress.com/tag/pidgin-plugin/'>pidgin plugin</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=14&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/21/meebo-widget-on-wordpress-or-your-web-plugin-for-pidgin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>

		<media:content url="http://i.imagehost.org/0781/widgetmeebo.png" medium="image">
			<media:title type="html">widgetmeebo</media:title>
		</media:content>

		<media:content url="http://e.imagehost.org/0587/meeboscript.png" medium="image">
			<media:title type="html">meebo</media:title>
		</media:content>
	</item>
		<item>
		<title>Build a Lava-Lamp Style Navigation Menu</title>
		<link>http://igosppob.wordpress.com/2010/03/21/build-a-lava-lamp-style-navigation-menu/</link>
		<comments>http://igosppob.wordpress.com/2010/03/21/build-a-lava-lamp-style-navigation-menu/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 11:15:31 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[all about web]]></category>
		<category><![CDATA[Lava-Lamp]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Navigation]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=8</guid>
		<description><![CDATA[A couple weeks ago, I created a screencast that demonstrated how to build a three-level navigation menu. In a response email, one of our readers requested a tutorial on how to build a lava-lamp style menu. Luckily, it’s quite a simple task, especially when using a JavaScript library. We’ll build one from scratch today. Step [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=8&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 610px"><img src="http://nettuts.s3.cdn.plus.org/600_spasticNav/screenshot.jpg" alt="" width="600" height="72" /><p class="wp-caption-text">lavalamp</p></div>
<p>A couple weeks ago, I created a screencast that demonstrated how to build a three-level navigation menu. In a response email, one of our readers requested a tutorial on how to build a lava-lamp style menu. Luckily, it’s quite a simple task, especially when using a JavaScript library. We’ll build one from scratch today.</p>
<h2>Step 1 Create the Mark-up</h2>
<p>Before we can create this neat functionality, we need a base from which  to work from. In your favorite code editor, create an unordered list for  your navigation, and import both jQuery and jQuery UI, via Google.</p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-lava-lamp-style-navigation-menu/"> read more &#8230;</a></p>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/all-about-web/'>all about web</a> Tagged: <a href='http://igosppob.wordpress.com/tag/lava-lamp/'>Lava-Lamp</a>, <a href='http://igosppob.wordpress.com/tag/menu/'>Menu</a>, <a href='http://igosppob.wordpress.com/tag/navigation/'>Navigation</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=8&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/21/build-a-lava-lamp-style-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>

		<media:content url="http://nettuts.s3.cdn.plus.org/600_spasticNav/screenshot.jpg" medium="image" />
	</item>
		<item>
		<title>Change System from DHCP to a Static IP Address in Ubuntu</title>
		<link>http://igosppob.wordpress.com/2010/03/21/change-system-from-dhcp-to-a-static-ip-address-in-ubuntu/</link>
		<comments>http://igosppob.wordpress.com/2010/03/21/change-system-from-dhcp-to-a-static-ip-address-in-ubuntu/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 11:09:11 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DHCP Static IP]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=6</guid>
		<description><![CDATA[If Your Ubuntu System has set to use DHCP, you will want to change it to a static IP address here is simple tip open the /etc/network/interfaces file. sudo vi /etc/network/interfaces If you are using DHCP for your primary network card which is usually eth0, you will see the following lines auto eth0 iface eth0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=6&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If Your Ubuntu System has set to use DHCP, you will want to change it to a static IP address here is simple tip<br />
<code><br />
open the /etc/network/interfaces file.</p>
<p>sudo vi /etc/network/interfaces<br />
</code><br />
If you are using DHCP for your primary network card which is usually eth0, you will see the following lines<br />
<code><br />
auto eth0<br />
iface eth0 inet dhcp<br />
</code><br />
As you can see, it’s using DHCP right now. We are going to change dhcp to static, and then there are a number of options that should add and here is the example and you can change these settings according to your network settings.</p>
<p><code>auto eth0<br />
iface eth0 inet static<br />
address 192.168.1.100<br />
netmask 255.255.255.0<br />
network 192.168.1.0<br />
broadcast 192.168.1.255<br />
gateway 192.168.1.1</code></p>
<p>Restart the neworking service using the following command</p>
<p>sudo /etc/init.d/networking restart</p>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://igosppob.wordpress.com/tag/dhcp-static-ip/'>DHCP Static IP</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=6&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/21/change-system-from-dhcp-to-a-static-ip-address-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>
	</item>
		<item>
		<title>apt-get ufw &#8211; UFW (Uncomplicated firewall) For Ubuntu</title>
		<link>http://igosppob.wordpress.com/2010/03/21/apt-get-ufw-ufw-uncomplicated-firewall-for-ubuntu/</link>
		<comments>http://igosppob.wordpress.com/2010/03/21/apt-get-ufw-ufw-uncomplicated-firewall-for-ubuntu/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 11:04:36 +0000</pubDate>
		<dc:creator>igosppob</dc:creator>
				<category><![CDATA[all about linux]]></category>
		<category><![CDATA[ufw ubuntu]]></category>

		<guid isPermaLink="false">http://igosppob.wordpress.com/?p=4</guid>
		<description><![CDATA[Create a tool for host-based iptables firewall configuration. This tool should provide an easy to use interface to the user, as well as support package integration and dynamic-detection of open ports. Install UFW in Ubuntu Currently this firewall package is available in Ubuntu sudo apt-get install ufw This will complete the installation Turn firewall on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=4&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Create a tool for host-based iptables firewall configuration. This tool  should provide an easy to use interface to the user, as well as support  package integration and dynamic-detection of open ports.</p>
<p><strong>Install UFW in Ubuntu</strong></p>
<p>Currently this firewall package is available in Ubuntu </p>
<p><code> sudo apt-get install ufw</code></p>
<p>This will complete the installation</p>
<p>Turn firewall on and off (‘disable’ is default ACCEPT)</p>
<p><code># ufw enable|disable</code></p>
<p>Toggle logging</p>
<p><code># ufw logging on|off</code></p>
<p>Set the default policy (ie “mostly open” vs “mostly closed”)</p>
<p><code># ufw default allow|deny</code></p>
<p>Accept or drop incoming packets to  (can see what services are  available with ’status’ (see below)).  can be specified via service name  in /etc/services, ‘protocol:port’, or via package meta-data. ‘allow’  adds service entry to /etc/ufw/maps and ‘deny’ removes service entry  from /etc/ufw/maps. Basic syntax:</p>
<p><code># ufw allow|deny [service]</code></p>
<p>Display status of firewall and ports in the listening state,  referencing /var/lib/ufw/maps. Numbers in parenthesis are not displayed  to user</p>
<p><code># ufw status</code></p>
<p><strong>UFW Examples</strong></p>
<p>Allow port 53</p>
<p><code>$ sudo ufw allow 53</code></p>
<p>Delete Allow port 53</p>
<p><code>$ sudo ufw delete allow 53</code></p>
<p>Allow port 80</p>
<p><code>$ sudo ufw allow 80/tcp</code></p>
<p>Delete Allow port 80</p>
<p><code>$ sudo ufw delete allow 80/tcp</code></p>
<p>Allow port smtp</p>
<p><code>$ sudo ufw allow smtp</code></p>
<p>Delete Allow port smtp</p>
<p><code>$ sudo ufw delete allow smtp</code></p>
<p>Allow fro Particular IP</p>
<p><code>$ sudo ufw allow from 192.168.254.254</code></p>
<p>Delete the above rule</p>
<p><code>$ sudo ufw delete allow from 192.168.254.254</code></p>
<p><strong>GUI Tool for UFW</strong></p>
<p>If you want GUI for UFW check this <a href="http://www.ubuntugeek.com/gufw-simple-gui-for-ufw-uncomplicated-firewall.html" target="_blank">guide</a></p>
<br />Filed under: <a href='http://igosppob.wordpress.com/category/all-about-linux/'>all about linux</a> Tagged: <a href='http://igosppob.wordpress.com/tag/ufw-ubuntu/'>ufw ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/igosppob.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/igosppob.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/igosppob.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=igosppob.wordpress.com&amp;blog=12726289&amp;post=4&amp;subd=igosppob&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://igosppob.wordpress.com/2010/03/21/apt-get-ufw-ufw-uncomplicated-firewall-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c53657035a7f8bfe9d6a7f4f5777b0b1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">igosppob</media:title>
		</media:content>
	</item>
	</channel>
</rss>
