<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>World of *Nix &#187; General</title>
	<atom:link href="http://www.lavluda.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lavluda.com</link>
	<description>by S. M. Ibrahim (lavluda)</description>
	<lastBuildDate>Sun, 16 May 2010 16:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>Copyright &#xA9; 2010 World of *Nix </copyright>
	<managingEditor>lavluda@yahoo.com</managingEditor>
	<webMaster>lavluda@yahoo.com</webMaster>
	<category>posts</category>
	<image>
		<url>http://www.lavluda.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>World of *Nix &#187; General</title>
		<link>http://www.lavluda.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>by S. M. Ibrahim (lavluda)</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author></itunes:author>
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email>lavluda@yahoo.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.lavluda.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>wordpress with full bangla language support</title>
		<link>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/</link>
		<comments>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:48:24 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bangla]]></category>
		<category><![CDATA[bangla wordpress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=239</guid>
		<description><![CDATA[Day by day more blog are coming. It&#8217;s really great news for everyone. As lot&#8217;s of bengali are asking me about wordpress bangla language file. here is it . In this post i am writing a little howto to translate or use wordpress in bangla. first of all you need to checkout latest language pack [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Day by day more blog are coming. It&#8217;s really great news for everyone. As lot&#8217;s of bengali are asking me about wordpress bangla language file. here is it <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>In this post i am writing a little howto to translate or use wordpress in bangla.</p>
<p>first of all you need to checkout latest language pack form <a href="http://meghdut.com/bangla/translator/main.php">meghdut</a> site.</p>
<p>open your terminal and give the under given command (if you already installed subversion otherwise search google how to install subversion)</p>
<p>svn co http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ .</p>
<p>this command will checkout latest language pack from subversion repository. or you can open http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ in your browser and right click on bn.mo file and select &#8220;save link as&#8221;.</p>
<p>now you need to upload these files to your wordpress installed directory.</p>
<p>first make a folder called languages in wp-includes/ then upload these files to that language files.</p>
<p>or if you are maintaining you wordpress (that i always suggest) then enter to that language folder then execute this command</p>
<p>svn co http://svn.automattic.com/wordpress-i18n/bn_BD/trunk/messages/ .</p>
<p>it will download latest langugage pack from subversion repository. more over if the repository file updated just run svn up on languages folder, it will get latest update from repository.</p>
<p>now you need to configure your wordpress to use this new langugage files. so edit your wp-config.php file that you will get in the root folder of your wordpress directory.</p>
<p>replace define (&#8216;WPLANG&#8217;, &#8221;); with define (&#8216;WPLANG&#8217;, &#8216;bn&#8217;);</p>
<p>save it , done <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>open your blog in any browser and see the magic <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>**all the string will not comes with bangla, you will need to edit some values from your admin panel also, like the titles of widgets.</p>
<p>if you have time please visit <a href="http://meghdut.com/bangla/translator/main.php" target="_blank">this page</a> and help them to translate wordpress <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>for writing bangla, you will need the bangla writing plugin that you will get <a href="http://www.lavluda.com/2007/12/24/wordpress-bangla-plugin-20/">here</a>.</p>
<p>**i wrote this tutorial in short time, so may have some mistake, please inform me in comments.</p>
number of view: 2567<img src="http://www.lavluda.com/?ak_action=api_record_view&id=239&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2008/11/08/wordpress-with-full-bangla-language-support/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>updated to 2.3.1</title>
		<link>http://www.lavluda.com/2007/12/06/updated-to-231/</link>
		<comments>http://www.lavluda.com/2007/12/06/updated-to-231/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 09:40:28 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2007/12/06/updated-to-231/</guid>
		<description><![CDATA[after getting some problem with wordpress 2.0.1 (even someone got sucess to hack , and made a post), few days ago i updated my wordpress blog to the latest 2.3.1 . everything goes fine (using subversion). but wordpress recently changed there database schema , so you may see some error message related to database table [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>after getting some problem with wordpress 2.0.1 (even someone got sucess to hack , and made a post), few days ago i updated my wordpress blog to the latest 2.3.1 . everything goes fine (using subversion).</p>
<p>but wordpress recently changed there database schema , so you may see some error message related to database table missing. please ignore it, i will fix this problems next weekend. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
number of view: 370<img src="http://www.lavluda.com/?ak_action=api_record_view&id=116&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2007/12/06/updated-to-231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hi visitor</title>
		<link>http://www.lavluda.com/2007/08/20/hi-visitor/</link>
		<comments>http://www.lavluda.com/2007/08/20/hi-visitor/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 15:47:38 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[announce]]></category>

		<guid isPermaLink="false">http://lavluda.com/2007/08/20/hi-visitor/</guid>
		<description><![CDATA[Thanks for visiting my blog. This is not a technical post (most of my previous post are technical ). Today i am going to share the history of this blog. I started blogging about 2 years ago with wordpress.com. After passing some time i moved my entire blog to blogspot.com. Then i tried lot&#8217;s of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Thanks for visiting my blog. This is not a technical post (most of my previous post are technical <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ).<br />
Today i am going to share the history of this blog. I started blogging about 2 years ago with wordpress.com. After passing some time i moved my entire blog to blogspot.com. Then i tried lot&#8217;s of other host like x10hosting.com, 100webs etc . But every where there is some limit ion. So i move my blog to this paid hosting about 3 months ago. </p>
<p>From the very beginning i tried to share my knowledge with you. To share the knowledge with more and more people, i always try to some more people in. So if you think my blog is really helped you, please don&#8217;t forget to tell your friend about my blog.</p>
<p>To get more people in, i added digg support on my everypost (past and future). So if you really like any my post, please give a digg (it&#8217;s so simple, just click on the digg icon then follow there instruction). Though it will waste your little time, belive me, it will help lots of other people to get this post <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>If you have any feedback, please write it on comment or send a mail to smibrahim[at]gmail.com</p>
<p>thanks,<br />
lavluda</p>
number of view: 274<img src="http://www.lavluda.com/?ak_action=api_record_view&id=104&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2007/08/20/hi-visitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you have a great project??</title>
		<link>http://www.lavluda.com/2007/07/13/do-you-have-a-great-project/</link>
		<comments>http://www.lavluda.com/2007/07/13/do-you-have-a-great-project/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 15:16:12 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/2007/07/13/do-you-have-a-great-project/</guid>
		<description><![CDATA[If you have a very good project &#038; need help to host, please contact with me. May be I can help you to host it. What you have to do is only give me little credit for this help. My contact email: smibrahim[at]gmail.com Don&#8217;t forget to write details of your project. number of view: 485 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>If you have a very good project &#038; need help to host, please contact with me. May be I can help you to host it.<br />
What you have to do is only give me little credit for this help.</p>
<p>My contact email:  smibrahim[at]gmail.com </p>
<p>Don&#8217;t forget to write details of your project.</p>
number of view: 485<img src="http://www.lavluda.com/?ak_action=api_record_view&id=94&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2007/07/13/do-you-have-a-great-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>gtk2-engines-gtk-qt</title>
		<link>http://www.lavluda.com/2006/09/25/gtk2-engines-gtk-qt/</link>
		<comments>http://www.lavluda.com/2006/09/25/gtk2-engines-gtk-qt/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 11:08:32 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian GNU/Linux]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=54</guid>
		<description><![CDATA[&#8220;The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine that calls Qt to do the actual drawing. This makes your GTK 2 applications look almost like real Qt applications and gives you a more unified desktop experience. Please note that this package is targeted at KDE users and therefore provides [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine<br />
that calls Qt to do the actual drawing. This makes your GTK 2 applications<br />
look almost like real Qt applications and gives you a more unified desktop<br />
experience.</p>
<p>Please note that this package is targeted at KDE users and therefore provides<br />
a way to configure it from within KControl.&#8221;</p></blockquote>
<p>Personaly i am using this package. And it&#8217;s works cool</p>
number of view: 306<img src="http://www.lavluda.com/?ak_action=api_record_view&id=54&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/09/25/gtk2-engines-gtk-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>passing  too busy time</title>
		<link>http://www.lavluda.com/2006/09/23/passing-too-busy-time/</link>
		<comments>http://www.lavluda.com/2006/09/23/passing-too-busy-time/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 14:55:18 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=53</guid>
		<description><![CDATA[i am really too much busy with my study. so cann&#8217;t post. number of view: 266 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>i am really too much busy with my study. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  so cann&#8217;t post.</p>
number of view: 266<img src="http://www.lavluda.com/?ak_action=api_record_view&id=53&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/09/23/passing-too-busy-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unix study blog</title>
		<link>http://www.lavluda.com/2006/09/08/unix-study-blog/</link>
		<comments>http://www.lavluda.com/2006/09/08/unix-study-blog/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 14:25:27 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Works]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=51</guid>
		<description><![CDATA[Today i started new blog called unixstudy with some of my friends. All of you are invited to see our unixstudy number of view: 260 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Today i started new blog called unixstudy with some of my friends. All of you are invited to see our  <a href="http://unixstudy.blogspot.com/">unixstudy</a></p>
number of view: 260<img src="http://www.lavluda.com/?ak_action=api_record_view&id=51&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/09/08/unix-study-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please pray for me to God</title>
		<link>http://www.lavluda.com/2006/03/16/please-pray-for-me-to-god/</link>
		<comments>http://www.lavluda.com/2006/03/16/please-pray-for-me-to-god/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 03:27:24 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=26</guid>
		<description><![CDATA[Please everybody pray to God for me. I am in great trouble. Right now i can&#8217;t tell you details. Please pray to GOD for me . number of view: 200 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Please everybody pray to God for me. I am in great trouble. Right now i can&#8217;t tell you details. Please pray to GOD for me <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  .</p>
number of view: 200<img src="http://www.lavluda.com/?ak_action=api_record_view&id=26&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/03/16/please-pray-for-me-to-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snapshot2.jpg</title>
		<link>http://www.lavluda.com/2006/03/01/snapshot2jpg/</link>
		<comments>http://www.lavluda.com/2006/03/01/snapshot2jpg/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 04:46:45 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=22</guid>
		<description><![CDATA[number of view: 210 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[number of view: 210 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/03/01/snapshot2jpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>screen01</title>
		<link>http://www.lavluda.com/2006/03/01/screen01/</link>
		<comments>http://www.lavluda.com/2006/03/01/screen01/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 03:44:47 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=21</guid>
		<description><![CDATA[number of view: 209 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[number of view: 209 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/03/01/screen01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am too much busy today</title>
		<link>http://www.lavluda.com/2006/02/28/i-am-too-much-busy-today/</link>
		<comments>http://www.lavluda.com/2006/02/28/i-am-too-much-busy-today/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 05:37:13 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=20</guid>
		<description><![CDATA[I am too much busy today, as i have to finish my two projects with in today. I missed the classes in university. Please pray for me, so that, i can finished my works with out any problem. number of view: 263 No related posts. Related posts brought to you by Yet Another Related Posts [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I am too much busy today, as i have to finish my two projects with in today. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I missed the classes in university. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Please pray for me, so that, i can finished my works with out any problem. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
number of view: 263<img src="http://www.lavluda.com/?ak_action=api_record_view&id=20&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/28/i-am-too-much-busy-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Works</title>
		<link>http://www.lavluda.com/2006/02/21/my-works/</link>
		<comments>http://www.lavluda.com/2006/02/21/my-works/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 04:08:22 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=19</guid>
		<description><![CDATA[Completed works: Web: 1. http://jafarandfamily.com Under Process: Web: 1. http://ilpjapan.net 2. http://skyintljp.com Vb: 1. Shomiti number of view: 142 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>Completed works:</strong></p>
<p>Web:</p>
<p>1. <a title="http://jafarandfamily.com" href="http://jafarandfamily.com">http://jafarandfamily.com</a></p>
<p><strong>Under Process:</strong></p>
<p><em>Web:</em></p>
<p>1. http://ilpjapan.net</p>
<p>2. http://skyintljp.com</p>
<p><em>Vb:</em></p>
<p>1. Shomiti</p>
number of view: 142<img src="http://www.lavluda.com/?ak_action=api_record_view&id=19&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/21/my-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How is this new theme?</title>
		<link>http://www.lavluda.com/2006/02/15/how-is-this-new-theme/</link>
		<comments>http://www.lavluda.com/2006/02/15/how-is-this-new-theme/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 09:11:37 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=16</guid>
		<description><![CDATA[You like it? number of view: 118 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>You like it?</p>
number of view: 118<img src="http://www.lavluda.com/?ak_action=api_record_view&id=16&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/15/how-is-this-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://www.lavluda.com/2006/02/15/new-theme/</link>
		<comments>http://www.lavluda.com/2006/02/15/new-theme/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 09:08:45 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=15</guid>
		<description><![CDATA[number of view: 110 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[number of view: 110 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/15/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My desktop (Gnome)</title>
		<link>http://www.lavluda.com/2006/02/15/my-desktop-gnome/</link>
		<comments>http://www.lavluda.com/2006/02/15/my-desktop-gnome/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 06:12:35 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=13</guid>
		<description><![CDATA[number of view: 153 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[number of view: 153 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/15/my-desktop-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jafarandfamily.com</title>
		<link>http://www.lavluda.com/2006/02/15/jafarandfamilycom/</link>
		<comments>http://www.lavluda.com/2006/02/15/jafarandfamilycom/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 05:09:42 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=11</guid>
		<description><![CDATA[My first developed sites. number of view: 459 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>My first developed sites.</p>
number of view: 459<img src="http://www.lavluda.com/?ak_action=api_record_view&id=11&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/02/15/jafarandfamilycom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPRS On Linux</title>
		<link>http://www.lavluda.com/2006/01/18/gprs-on-linux/</link>
		<comments>http://www.lavluda.com/2006/01/18/gprs-on-linux/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 06:48:25 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=10</guid>
		<description><![CDATA[2 Weeks ago, i Sucessfully make connection to net using my GPRS from Linux Box. Soon i will publish the totall linux supported Cell phone. number of view: 199 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>2 Weeks ago, i Sucessfully make connection to net using my GPRS from Linux Box.<br />
Soon i will publish the totall linux supported Cell phone.</p>
number of view: 199<img src="http://www.lavluda.com/?ak_action=api_record_view&id=10&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/01/18/gprs-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me</title>
		<link>http://www.lavluda.com/2006/01/16/me-2/</link>
		<comments>http://www.lavluda.com/2006/01/16/me-2/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 16:38:33 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=9</guid>
		<description><![CDATA[number of view: 163 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[number of view: 163 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/01/16/me-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Everyone</title>
		<link>http://www.lavluda.com/2006/01/16/welcome-everyone-2/</link>
		<comments>http://www.lavluda.com/2006/01/16/welcome-everyone-2/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 16:07:36 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=7</guid>
		<description><![CDATA[Every one, welcome to my new blog. I will try to continue this blog. And will make update regularly. You can know details about my works from this blog. So come back soon. number of view: 94 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Every one, welcome to my new blog. I will try to continue this blog. And will make update regularly. You can know details about my works from this blog. So come back soon.</p>
number of view: 94<img src="http://www.lavluda.com/?ak_action=api_record_view&id=7&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/01/16/welcome-everyone-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Me</title>
		<link>http://www.lavluda.com/2006/01/16/about-me/</link>
		<comments>http://www.lavluda.com/2006/01/16/about-me/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 16:07:36 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lavluda.com/?p=8</guid>
		<description><![CDATA[S. M. Ibrahim (Lavlu) Mail: smibrahim@gmail.com Cell::+88 0189213056 or +88 011348145 1 Career Objective My career objective is to ascertain innovative concepts in the field of information and Communication Technology and other relevant fields. I want to fuse ideas and technology applying acquired knowledge to contribute to the development of Information and Communication Technology as [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>S. M. Ibrahim (Lavlu)</strong></p>
<p>Mail: smibrahim@gmail.com</p>
<p>Cell::+88 0189213056 or +88 011348145</p>
<div><img width="128" height="96" alt="Me" src="http://lavluda.wordpress.com/files/2006/01/Ibrahim.thumbnail.jpg" /></div>
<p>1 Career Objective</p>
<p>My career objective is to ascertain innovative concepts in the field of information and Communication Technology and other relevant fields. I want to fuse ideas and technology applying acquired knowledge to contribute to the development of Information and Communication Technology as well as myself.</p>
<p>2 Key Strength</p>
<p>*      Analytical Ability<br />
*      Performing task well planned way<br />
*      Programming Knowledge<br />
*      Strong personality<br />
*      Organizing Capability<br />
*      Teamwork capability and leadership</p>
<p>3 Participation in Programming Contests</p>
<p>*      DIU 1st Annual Inter University Programming Contest, 2003<br />
*      National Computer Programming Contest (NCPC), 2003<br />
*      AIUB Inter-university Programming Contest, 2003<br />
*      NUB Intra-university Programming Contest, (1st position) 2003<br />
*      ICPC , 2004<br />
*      National Computer Programming Contest (NCPC), 2004</p>
<p>4 Academic Background</p>
<p>*      Studying B.Sc (Hons) in Computer Science and Engineering (8th semester), Northern University Bangladesh.<br />
*      Completed H.S.C in 2002 from Chittagong Cantonment Public School &amp; College, Chittagong. Obtained 1st  division.<br />
*      Completed S.S.C in 2000 from Collegeat School, Chittagong. Obtained 1st division.</p>
<p>5 Major Subjects Studied</p>
<p>Programming languages ( C and C++), Electronics Devices and Circuit analysis</p>
<p>Discrete Math, Data Structure and Algorithm, Computer Networks</p>
<p>6 Skills</p>
<p>6.1 Programming</p>
<p>*      Skilled in C and C++ programming using gcc/g++/tc/MSVC<br />
*      Some knowledge in Java Programming Language<br />
*      Skilled in JavaScript and HTML<br />
*      Experienced in PHP Language<br />
*      Experienced in VB6 Programming Language</p>
<p>6.2 Networking</p>
<p>*      Experienced in Linux Networking, Linux Server Configuration and Administration.<br />
*      Experienced in Windows Networking, Windows NT Server Configuration and Administration.</p>
<p>6.3 Some of important Tools Used</p>
<p>*      Doxygen, Javadoc ( Documentation tool)<br />
*      KOrganizer (Scheduling tool)<br />
*      LaTeX and LyX (Document processor)</p>
<p>7 Some other Experiences</p>
<p>7.1 Practical Network Design</p>
<p>* In my home I made a network with 6 pc’s ( 3rd April ,03) and also maintained by me up to today. There are Proxy, Web, DHCP, NFS, SMB servers running.<br />
*      Also worked for developing our universities computer lab.</p>
number of view: 125<img src="http://www.lavluda.com/?ak_action=api_record_view&id=8&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lavluda.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lavluda.com/2006/01/16/about-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.244 seconds -->
