<?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</title>
	<atom:link href="http://www.lavluda.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lavluda.com</link>
	<description>by S. M. Ibrahim (lavluda)</description>
	<lastBuildDate>Sat, 29 Aug 2009 14:59:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &amp;#xA9; World of *Nix 2010 </copyright>
		<managingEditor>lavluda@yahoo.com (World of *Nix)</managingEditor>
		<webMaster>lavluda@yahoo.com (World of *Nix)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>by S. M. Ibrahim (lavluda)</itunes:summary>
		<itunes:author>World of *Nix</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>World of *Nix</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" />
		<image>
			<url>http://www.lavluda.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>World of *Nix</title>
			<link>http://www.lavluda.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Download iPhone SDK using wget</title>
		<link>http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/</link>
		<comments>http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:23:29 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=265</guid>
		<description><![CDATA[If you are using slow connection like me and trying to download the apples iPhone SDK , then you already know how much tough it is , because of apple only allow to download this file after login. And non of the download manager can give you the resume facility. so after trying 2 days [...]


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 are using slow connection like me and trying to download the apples iPhone SDK , then you already know how much tough it is , because of apple only allow to download this file after login. And non of the download manager can give you the resume facility. so after trying 2 days with different downloaders i tried wget and got sucess <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here i am discribing how to do it. First login to http://developer.apple.com/iphone (if you don’t have any account, just create one, it’s free). then use firefox extension to export (firebug+firecookie) cookie to cookie.txt . Then rest of the task simple. just copy download link from http://developer.apple.com/iphone and give the following command in the console.</p>
<p>    <code>$cd /path/to/cookie.txt</p>
<p>    $ wget  -ct 0 –load-cookies cookie.txt your_file_url</code></p>
<p>that’s all, now you can resume download without any problem. Here is the command i used to download to download it.</p>
<p>   <code> $ wget  -ct 0 –server-response –load-cookies cookies.txt http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.0__final/iphone_sdk_3.0__leopard__9m2736__final.dmg</code></p>
<p>If this post help you, don’t forget to share it with others.</p>
number of view: 1570<img src="http://www.lavluda.com/?ak_action=api_record_view&id=265&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2009%2F08%2F28%2Fdownload-iphone-sdk-using-wget%2F&amp;linkname=Download%20iPhone%20SDK%20using%20wget"><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>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/2009/08/28/download-iphone-sdk-using-wget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>my book on cacti</title>
		<link>http://www.lavluda.com/2009/07/08/my-book-on-cacti/</link>
		<comments>http://www.lavluda.com/2009/07/08/my-book-on-cacti/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 07:31:12 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[my book]]></category>
		<category><![CDATA[cacti book]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=259</guid>
		<description><![CDATA[hi all,
today is my one of the happiest day of my life. today packtpub (www.packtpub.com) declared a new book on cacti that going to release this month. and i am one of the author of that book  
all credit goes to my wife tania sabnam   , without your help, it was not [...]


Related posts:<ol><li><a href='http://www.lavluda.com/2009/03/27/my-psp/' rel='bookmark' title='Permanent Link: my psp :)'>my psp :)</a> <small>last month i was too busy with my office work...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>hi all,</p>
<p>today is my one of the happiest day of my life. today packtpub (www.packtpub.com) declared a new book on cacti that going to release this month. and i am one of the author of that book <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>all credit goes to my wife tania sabnam <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , without your help, it was not possible for me . love you.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.packtpub.com/cacti-0-8-network-monitoring/book"><img title="my first book on cacti " src="http://images.packtpub.com/images/full/1847195962.jpg" alt="my first book on cacti " width="500" height="617" /></a><p class="wp-caption-text">my first book on cacti </p></div>
<p>here is the books url <a href="http://www.packtpub.com/cacti-0-8-network-monitoring/book" target="_blank">http://www.packtpub.com/cacti-0-8-network-monitoring/book</a> <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>buy from amazon: <a href="http://www.amazon.com/Cacti-Network-Monitoring-Ibrahim-Lavlu/dp/1847195962/ref=pd_rhf_p_t_2">cacti 0.8 network monitoring </a></p>
number of view: 1312<img src="http://www.lavluda.com/?ak_action=api_record_view&id=259&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2009%2F07%2F08%2Fmy-book-on-cacti%2F&amp;linkname=my%20book%20on%20cacti"><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>Related posts:<ol><li><a href='http://www.lavluda.com/2009/03/27/my-psp/' rel='bookmark' title='Permanent Link: my psp :)'>my psp :)</a> <small>last month i was too busy with my office work...</small></li>
</ol></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/2009/07/08/my-book-on-cacti/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>my psp :)</title>
		<link>http://www.lavluda.com/2009/03/27/my-psp/</link>
		<comments>http://www.lavluda.com/2009/03/27/my-psp/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:13:32 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[psp]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=254</guid>
		<description><![CDATA[last month i was too busy with my office work and another secrate work (i will declare it very soon). in that time suddenly i bought a cool psp 3006   . all credit goes to my wife &#38; girl friend tania sabnam  

i am really happy with it&#8217;s performance. games i played:
1. [...]


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>last month i was too busy with my office work and another secrate work (i will declare it very soon). in that time suddenly i bought a cool psp 3006 <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . all credit goes to my wife &amp; girl friend tania sabnam <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 624px"><a href="http://www.us.playstation.com/PSP"><img title="my psp" src="http://media.somewhereinblog.net/images/lavludablog_1237101579_1-mypsp.jpg" alt="psp 3006" width="614" height="461" /></a><p class="wp-caption-text">psp 3006</p></div>
<p>i am really happy with it&#8217;s performance. games i played:</p>
<p>1. god of war</p>
<p>2. burnout legends</p>
<p>3. full auto 2</p>
<p>4. capcom collection (20 games)</p>
<p>5. GTA</p>
<p>6. mercury meltdown</p>
<p>7. SOCOM</p>
<p>why not join with me <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
number of view: 1631<img src="http://www.lavluda.com/?ak_action=api_record_view&id=254&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2009%2F03%2F27%2Fmy-psp%2F&amp;linkname=my%20psp%20%3A%29"><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>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/2009/03/27/my-psp/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Website optimization 02: enable deflate /output compression (debian/ubuntu)</title>
		<link>http://www.lavluda.com/2008/11/14/website-optimization-02-enable-deflate-output-compression-debianubuntu/</link>
		<comments>http://www.lavluda.com/2008/11/14/website-optimization-02-enable-deflate-output-compression-debianubuntu/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 09:37:37 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian GNU/Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Helps]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=244</guid>
		<description><![CDATA[On the first post of this series we learned how to disable etags. in this post we will learn how to enable output compression.
Before enable this, let me introduce what deflate do. deflate is apache module, that main task is to compress all the output before serving or sending to client.
Nowadays most of the browser [...]


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>On the first post of this series we learned how to disable etags. in this post we will learn how to enable output compression.</p>
<p>Before enable this, let me introduce what deflate do. deflate is apache module, that main task is to compress all the output before serving or sending to client.</p>
<p>Nowadays most of the browser are enough expert to handle this. Here main technique  is , apache will send the output in compressed format, after receiving this output your browser will uncompress it and render the formated output.</p>
<p>This tricks will really improve your site performance, because user will get your site with less time and bandwidth.</p>
<p>Let me give you an example: let&#8217;s think if you are using jquery javascript library that size is 94 Kilo bytes, but if you enable the deflate with default configuration, it will be only 14 Kilo bytes. unbelievable right ? believe me, it&#8217;s true. And we are using this on our most popular product http://www.somewhereinblog.net .</p>
<p>OK, now i am showing how you will do this:</p>
<p>first of all you need to enable deflate module. You know i am debian fan, so i am giving commands for debian linux, other linux/unix commands will almost same. as ubuntu is comes from debian, these commands will also work for ubuntu</p>
<p>Open a new terminal and give this command.<br />
sudo a2enmod deflate</p>
<blockquote><p>it will enable deflate. Wait, you are not finish yet. little work left.<br />
create new file called deflate.conf in your apache conf.d folder. and paste the following code:<br />
<code>&lt;Location /&gt;</code></p>
<p># Insert filter<br />
SetOutputFilter DEFLATE</p>
<p># Netscape 4.x has some problems&#8230;<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html</p>
<p># Netscape 4.06-4.08 have some more problems<br />
BrowserMatch ^Mozilla/4\.0[678] no-gzip</p>
<p># MSIE masquerades as Netscape, but it is fine<br />
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br />
# Don&#8217;t compress images<br />
SetEnvIfNoCase Request_URI \<br />
\.(?:gif|jpe?g|png)$ no-gzip dont-vary</p>
<p># Make sure proxies don&#8217;t deliver the wrong content<br />
Header append Vary User-Agent env=!dont-vary</p>
<p><code>&lt;/Location&gt;</code></p>
<p>save the file, and restart apache.</p></blockquote>
<p>sudo /etc/init.d/apache2 restart</p>
<p>that&#8217;s all. now you can see the different.</p>
<p>**if you have not enabled header module of apache, please remove the line &#8220;Header append Vary User-Agent env=!dont-vary&#8221; from deflate.conf .</p>
<p>For more customization or option of deflate, please visit http://httpd.apache.org/docs/2.2/mod/mod_deflate.html</p>
number of view: 1113<img src="http://www.lavluda.com/?ak_action=api_record_view&id=244&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F11%2F14%2Fwebsite-optimization-02-enable-deflate-output-compression-debianubuntu%2F&amp;linkname=Website%20optimization%2002%3A%20enable%20deflate%20%2Foutput%20compression%20%28debian%2Fubuntu%29"><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>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/14/website-optimization-02-enable-deflate-output-compression-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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: 1383<img src="http://www.lavluda.com/?ak_action=api_record_view&id=239&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F11%2F08%2Fwordpress-with-full-bangla-language-support%2F&amp;linkname=wordpress%20with%20full%20bangla%20language%20support"><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>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>8</slash:comments>
		</item>
		<item>
		<title>Website Optimization 01: disable ETag in apache (debian/ubuntu)</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/</link>
		<comments>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 15:27:54 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian GNU/Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Helps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Help]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[somewherein...]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[ETag]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server optimization]]></category>
		<category><![CDATA[server performance]]></category>
		<category><![CDATA[somewhereinblog]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=230</guid>
		<description><![CDATA[From last few months i am working to optimize our somewhereinblog.net server, because right now we are getting huge amount of hits everyday (1,00,000 + hits). In this series i will describe the tricks that i learned  

On my first post of this searies i will talk about ETag. Before disable this, first we [...]


Related posts:<ol><li><a href='http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>From last few months i am working to optimize our somewhereinblog.net server, because right now we are getting huge amount of hits everyday (1,00,000 + hits). In this series i will describe the tricks that i learned <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><br class="spacer_" /></p>
<p>On my first post of this searies i will talk about ETag. Before disable this, first we need to know what is ETags. From wikipedia:</p>
<blockquote><p>An <strong>ETag</strong> (entity tag) is an <a title="Hypertext Transfer Protocol" href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a> response header returned by an HTTP/1.1 compliant <a title="Web server" href="http://en.wikipedia.org/wiki/Web_server">web server</a> used to determine change in content at a given <a title="Uniform Resource Locator" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a>. When a new HTTP response contains the same ETag as an older HTTP response, the contents are determined to be the same without further downloading. The header is useful for intermediary devices that perform <a class="mw-redirect" title="Caching" href="http://en.wikipedia.org/wiki/Caching">caching</a>, as well as for client <a class="mw-redirect" title="Web browsers" href="http://en.wikipedia.org/wiki/Web_browsers">web browsers</a> that cache results. One method of generating the ETag is based on the last modified time of the file and the size of the file.</p>
<p>In certain situations, ETags may not improve the performance of a web application. For instance, some ETag generation schemes incorporate the file&#8217;s <a title="Inode" href="http://en.wikipedia.org/wiki/Inode">inode</a> on the system. The file&#8217;s inode is unique to the file only on one specific machine. If a site has multiple servers, each with its own copy of the file (i.e. <a title="Load balancing" href="http://en.wikipedia.org/wiki/Load_balancing">load balancing</a>), then a user&#8217;s request for the same file may get served by a different machine. In that case, the inode will almost certainly be different and, if it is used to generate the ETag, it will cause the file to be re-downloaded.</p></blockquote>
<p>So, this is not always helpfull for all type of sites. Always remember, if you are not using anything, you should not enable or kept enable on server.</p>
<p>Apache by default enable this ETags. We need to disable this to get better performance. Here i am describing the steps for debian and ubuntu linux.</p>
<p>We will take help from mod_header to disable ETags, so first we need to enable the mod_header (apache module)</p>
<p>sudo a2enmod header</p>
<p>sudo /etc/init.d/apache2 restart</p>
<p>this command will enable mod_header. Now open /etc/apache2/apache2.conf with your faviourate browser.</p>
<p>sudo nano /etc/apache2/apache2.conf</p>
<p>then paste the under given code to this apache2.conf file</p>
<pre>Header unset ETag
FileETag None</pre>
<p>now restart the apache2, and check if it working or not. If every thing OK, then you will not see the etags anymore <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For better understanding i am giving you 2 screenshots.</p>
<p>Before ETag disable</p>
<p><br class="spacer_" /></p>
<p><a href="http://www.lavluda.com/wp-content/uploads/2008/10/beforeetagsdisable.png"><img class="alignnone size-medium wp-image-231" title="before etags disable" src="http://www.lavluda.com/wp-content/uploads/2008/10/beforeetagsdisable-300x178.png" alt="" width="300" height="178" /></a></p>
<p>After ETag disable:</p>
<p><a href="http://www.lavluda.com/wp-content/uploads/2008/10/afteretagsdisable.png"><img class="alignnone size-medium wp-image-232" title="after etag disable" src="http://www.lavluda.com/wp-content/uploads/2008/10/afteretagsdisable-300x194.png" alt="" width="300" height="194" /></a></p>
<p><br class="spacer_" /></p>
<p>If you don&#8217;t have root access to server, you still can do this from .htaccess , just copy that code to .htaccess instate of apache conf file.</p>
<p>Ask me if you have any question or problem about ETag.</p>
number of view: 1395<img src="http://www.lavluda.com/?ak_action=api_record_view&id=230&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F10%2F20%2Fwebsite-optimization-01-disable-etag-in-apache-debianubuntu%2F&amp;linkname=Website%20Optimization%2001%3A%20disable%20ETag%20in%20apache%20%28debian%2Fubuntu%29"><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>Related posts:<ol><li><a href='http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol></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/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>started mac-talks.com</title>
		<link>http://www.lavluda.com/2008/07/29/started-mac-talkscom/</link>
		<comments>http://www.lavluda.com/2008/07/29/started-mac-talkscom/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 05:47:46 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[mac-talks]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=223</guid>
		<description><![CDATA[hi visitors,
everyday i am getting more and more visitor on my technical post. recently i got a new macbook pro, and playing with it. and thinking to sharing my knowledge on mac with all of you. so started mac-talks.com &#8211; a dedicated site for mac user/lover. recently i got 3 more guys who joined with [...]


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>hi visitors,</p>
<p>everyday i am getting more and more visitor on my technical post. recently i got a new macbook pro, and playing with it. and thinking to sharing my knowledge on mac with all of you. so started mac-talks.com &#8211; a dedicated site for mac user/lover. recently i got 3 more guys who joined with me as contributor there. they are <a href="http://salahuddin66.blogspot.com">salahuddin66</a>, <a href="http://zaher14.blogspot.com">zaher</a> and <a href="http://www.somewhereinblog.net/blog/oshim">oshim bhai</a>. if you think you can also join with us, please register your account and send me request to smibrahim[at]gmail.com so that i can add u as author.</p>
<p>anyway let&#8217;s go to <strong><a href="http://mac-talks.com" target="_blank">mac-talks.com</a></strong> <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
number of view: 892<img src="http://www.lavluda.com/?ak_action=api_record_view&id=223&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F07%2F29%2Fstarted-mac-talkscom%2F&amp;linkname=started%20mac-talks.com"><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>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/07/29/started-mac-talkscom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>phpmailer for codeigniter (ci)</title>
		<link>http://www.lavluda.com/2008/05/19/phpmailer-for-codeigniter-ci/</link>
		<comments>http://www.lavluda.com/2008/05/19/phpmailer-for-codeigniter-ci/#comments</comments>
		<pubDate>Mon, 19 May 2008 07:32:13 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Help]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[phpmailer]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=222</guid>
		<description><![CDATA[on our new server we was getting problem with mail sending. yahoo and some other mail server was not receiving our  mails to there inbox. so i imported the most popular php class (phpmailer ) in codeigniter  as plugin. it&#8217;s install and use is too simple. you have to download the zip file [...]


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>on our new server we was getting problem with mail sending. yahoo and some other mail server was not receiving our  mails to there inbox. so i imported the most popular php class (<a title="phpmailer" href="http://phpmailer.codeworxtech.com/" target="_blank">phpmailer</a> ) in codeigniter  as plugin. it&#8217;s install and use is too simple. you have to download the zip file from here, then unzip it to your plugin (system\plugins) folder. then edit  phpmailer_pi.php , and edit the default configuration as needed as your mail server (default configuration will work fine with gmail smtp, you only have to edit the user name and pass) .</p>
<p>download:</p>
<p><a href="http://www.lavluda.com/download/phpmailer.zip">phpmailer for codeigniter</a></p>
<p>usage:</p>
<p>you can now use all the functions that phpmailer supported. here is a the example that you will get in phpmailer site, but in ci format.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p222code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2222"><td class="code" id="p222code2"><pre class="php" style="font-family:monospace;"> <span style="color: #339933;">&lt;</span> ?php
<span style="color: #666666; font-style: italic;">/*
 * Created on May 19, 2008
 *
 * To change the template for this generated file go to
 * Window - Preferences - PHPeclipse - PHP - Code Templates
 */</span>
&nbsp;
 <span style="color: #000000; font-weight: bold;">class</span> Action <span style="color: #000000; font-weight: bold;">extends</span> Controller <span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">function</span> Action<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		parent<span style="color: #339933;">::</span><span style="color: #004000;">Controller</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
   <span style="color: #000000; font-weight: bold;">function</span> testMailer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
   <span style="color: #009900;">&#123;</span>
	   <span style="color: #990000;">error_reporting</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">E_ERROR</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	   <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">load</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">plugin</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'phpmailer'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	   <span style="color: #000088;">$mail</span><span style="color: #339933;">=</span><span style="color: #000000; font-weight: bold;">new</span> PHPMailer<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">/*$mail-&gt;IsSMTP();
	$mail-&gt;SMTPAuth   = true;                  // enable SMTP authentication
	$mail-&gt;SMTPSecure = &quot;ssl&quot;;                 // sets the prefix to the servier
	$mail-&gt;Host       = &quot;smtp.gmail.com&quot;;      // sets GMAIL as the SMTP server
	$mail-&gt;Port       = 465;                   // set the SMTP port 
&nbsp;
	$mail-&gt;Username   = &quot;username@somedomain.com&quot;;  // GMAIL username
	$mail-&gt;Password   = &quot;xxxxxx&quot;;            // GMAIL password
	*/</span>
&nbsp;
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">From</span>       <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;username@somedomain.com&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">FromName</span>   <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;sender name&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Subject</span>    <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;This is the subject&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Body</span>       <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Hi,This is the HTML BODY&quot;</span><span style="color: #339933;">;</span>                      <span style="color: #666666; font-style: italic;">//HTML Body</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AltBody</span>    <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;This is the body when user views in plain text format&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//Text Body</span>
	<span style="color: #666666; font-style: italic;">//print_r($mail);</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">WordWrap</span>   <span style="color: #339933;">=</span> <span style="color: #cc66cc;">50</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// set word wrap</span>
&nbsp;
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AddAddress</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;someone@somedomain.com&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AddReplyTo</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;username@somedomain.com&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;sender name&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AddAttachment</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/path/to/file.zip&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>             <span style="color: #666666; font-style: italic;">// attachment</span>
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">AddAttachment</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/path/to/image.jpg&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;new.jpg&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// attachment</span>
&nbsp;
	<span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">IsHTML</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// send as HTML</span>
&nbsp;
	<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">Send</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Mailer Error: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$mail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ErrorInfo</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
	  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Message has been sent&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
&nbsp;
   <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

number of view: 1500<img src="http://www.lavluda.com/?ak_action=api_record_view&id=222&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F05%2F19%2Fphpmailer-for-codeigniter-ci%2F&amp;linkname=phpmailer%20for%20codeigniter%20%28ci%29"><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>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/05/19/phpmailer-for-codeigniter-ci/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>using ubunt ? need non-free software ?</title>
		<link>http://www.lavluda.com/2008/04/04/using-ubunt-need-non-free-software/</link>
		<comments>http://www.lavluda.com/2008/04/04/using-ubunt-need-non-free-software/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 06:18:07 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Helps]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/?p=217</guid>
		<description><![CDATA[http://www.medibuntu.org


Related posts:<ol><li><a href='http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol>

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 passed some time tune my ubuntu gutsy (7.10). at the time of searching on the google i found www.medibuntu.org <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . from that site:</p>
<blockquote><p><strong>Medibuntu (Multimedia, Entertainment &amp; Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc).</strong></p></blockquote>
<p>their package collection is so interesting. they have:</p>
<ul>
<li>acrobat reader</li>
<li>w32codecs (also w64codecs)</li>
<li>googleearth</li>
<li>skype</li>
<li>etc <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p>isn&#8217;t it interesting  ?</p>
<p>before getting this site, i was really missing my favourite &#8220;w32codecs&#8221;</p>
<p>to use this repository you have to run these commands (it&#8217;s too simple)</p>
<p>first get the repository address:</p>
<pre>sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list

then add the gpg key to trusted keyring (so that you will not get warning each time you do something with apt)

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get update

too simple !!

thanks www.medibuntu.org for there hard work , to make life more easy <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </pre>
number of view: 965<img src="http://www.lavluda.com/?ak_action=api_record_view&id=217&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F04%2F04%2Fusing-ubunt-need-non-free-software%2F&amp;linkname=using%20ubunt%20%3F%20need%20non-free%20software%20%3F"><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>Related posts:<ol><li><a href='http://www.lavluda.com/2009/08/28/download-iphone-sdk-using-wget/' rel='bookmark' title='Permanent Link: Download iPhone SDK using wget'>Download iPhone SDK using wget</a> <small>If you are using slow connection like me and trying...</small></li>
</ol></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/04/04/using-ubunt-need-non-free-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>my engagement party</title>
		<link>http://www.lavluda.com/2008/03/23/my-engagement-party/</link>
		<comments>http://www.lavluda.com/2008/03/23/my-engagement-party/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 08:06:34 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[tania]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2008/03/23/my-engagement-party/</guid>
		<description><![CDATA[last 14th march was my engagement date with tania sabnam. everything went fine. thanks to Allah.
i uploaded some pictures of the party on this server.
number of view: 11743

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>last 14th march was my engagement date with tania sabnam. everything went fine. thanks to Allah.</p>
<p>i uploaded some pictures of the party on this server.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-1-214">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/2" title=" "  >
								<img title="          me ;)" alt="          me ;)" src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4718.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/7" title=" "  >
								<img title="          my dadi (grand mother)" alt="          my dadi (grand mother)" src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4723.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/8" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4724.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/12" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4731.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/13" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4732.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/15" title=" "  >
								<img title="          gift boxes" alt="          gift boxes" src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4735.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/24" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4746.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/25" title=" "  >
								<img title="          me with my dell :)" alt="          me with my dell :)" src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4747.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-30" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/30" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4753.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-31" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/31" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4754.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-32" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/32" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4755.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/34" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4758.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/35" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4759.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/36" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4760.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-37" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/37" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4761.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-38" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/38" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4762.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-39" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/39" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4763.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/40" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4765.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/41" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4766.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.lavluda.com/nggallery/post/my-engagement-party/image/42" title=" "  >
								<img title="          " alt="          " src="http://www.lavluda.com/wp-content/gallery/myfamily/thumbs/thumbs_DSCN4768.JPG" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-2">2</a><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-3">3</a><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-4">4</a><span>...</span><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-9">9</a><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-10">10</a><a class="page-numbers" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-11">11</a><a class="next" id="ngg-next-2" href="http://www.lavluda.com/nggallery/post/my-engagement-party/page-2">&#9658;</a></div> 	
</div>

number of view: 11743<img src="http://www.lavluda.com/?ak_action=api_record_view&id=214&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F03%2F23%2Fmy-engagement-party%2F&amp;linkname=my%20engagement%20party"><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>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/03/23/my-engagement-party/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>মুক্তি চাই এই যন্ত্রনা থেকে</title>
		<link>http://www.lavluda.com/2008/02/21/%e0%a6%ae%e0%a7%81%e0%a6%95%e0%a7%8d%e0%a6%a4%e0%a6%bf-%e0%a6%9a%e0%a6%be%e0%a6%87-%e0%a6%8f%e0%a6%87-%e0%a6%af%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%8d%e0%a6%b0%e0%a6%a8%e0%a6%be-%e0%a6%a5%e0%a7%87-2/</link>
		<comments>http://www.lavluda.com/2008/02/21/%e0%a6%ae%e0%a7%81%e0%a6%95%e0%a7%8d%e0%a6%a4%e0%a6%bf-%e0%a6%9a%e0%a6%be%e0%a6%87-%e0%a6%8f%e0%a6%87-%e0%a6%af%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%8d%e0%a6%b0%e0%a6%a8%e0%a6%be-%e0%a6%a5%e0%a7%87-2/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 19:47:07 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>
		<category><![CDATA[এসএমএস]]></category>
		<category><![CDATA[যন্ত্রনা]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28772276</guid>
		<description><![CDATA[দিনে দিনে যন্ত্রনা বেড়েই চলছে।মাঝে মধ্যে খুব ইচ্ছা করে এদের বিরুদ্ধে সরাসরি সুপ্রিম কোডে মামলা ঠুকে দিতে। ক্ষমতা থাকলে তাই করতাম। তবে মোল্লার দৌড় মসজিদ পর্যন্ত , আর আমার দৌড় এই ব্লগ পর্যন্ত। তাই আপনাদের সাথেই এই সমস্যাটি শেয়ার করি।<br />
<br />
হায় হায় সমস্যাটা কি তাই তো বল্লাম না। সমস্যাটা নতুন কিছু না। আমার আপনার সবার পরিচিত মোবাইল ফোন । না না, মোবাইল ফোন না, মোবাইলের মর্ধে আশা অনাকাঙ্খিত এস এম এস। যা পুরুটাই মোবাইল কোম্পানির বিজ্ঞাপনে ভর্তি থাকে। <br />
<br />
কাজের সময় এই ধরনের এস এম এস আসলে মেজাজটা এত খারাপ হয় কি আর বলব। তবে মজা লেগে যখন অফিসে থাকি, কয়েক সেকেন্ডের ব্যবধানে সবার মোবাইলে সেইম এড্য (এসএমএস) আসে।<br />
<br />
<br />
লেখাটি শুরু করলাম, কারণ একটু আগে খুব মন দিয়ে কাজ করছিলাম , এবং বড়াবড়ের মত একটা এসএমএস পেলাম।<br />
<br />
পর সমাচার এই, কেও পারলে তাদের বিরুদ্ধে একটা মামলা করেন। আমি খাশ দিলে দোয়া করব তার লাইগা <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt=":)" style="border:0;" />" style="border:0;" />


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>দিনে দিনে যন্ত্রনা বেড়েই চলছে।মাঝে মধ্যে খুব ইচ্ছা করে এদের বিরুদ্ধে সরাসরি সুপ্রিম কোডে মামলা ঠুকে দিতে। ক্ষমতা থাকলে তাই করতাম। তবে মোল্লার দৌড় মসজিদ পর্যন্ত , আর আমার দৌড় এই ব্লগ পর্যন্ত। তাই আপনাদের সাথেই এই সমস্যাটি শেয়ার করি।</p>
<p>হায় হায় সমস্যাটা কি তাই তো বল্লাম না। সমস্যাটা নতুন কিছু না। আমার আপনার সবার পরিচিত মোবাইল ফোন । না না, মোবাইল ফোন না, মোবাইলের মর্ধে আশা অনাকাঙ্খিত এস এম এস। যা পুরুটাই মোবাইল কোম্পানির বিজ্ঞাপনে ভর্তি থাকে।</p>
<p>কাজের সময় এই ধরনের এস এম এস আসলে মেজাজটা এত খারাপ হয় কি আর বলব। তবে মজা লেগে যখন অফিসে থাকি, কয়েক সেকেন্ডের ব্যবধানে সবার মোবাইলে সেইম এড্য (এসএমএস) আসে।</p>
<p>লেখাটি শুরু করলাম, কারণ একটু আগে খুব মন দিয়ে কাজ করছিলাম , এবং বড়াবড়ের মত একটা এসএমএস পেলাম।</p>
<p>পর সমাচার এই, কেও পারলে তাদের বিরুদ্ধে একটা মামলা করেন। আমি খাশ দিলে দোয়া করব তার লাইগা <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /></p>
number of view: 410<img src="http://www.lavluda.com/?ak_action=api_record_view&id=168&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F02%2F21%2F%25e0%25a6%25ae%25e0%25a7%2581%25e0%25a6%2595%25e0%25a7%258d%25e0%25a6%25a4%25e0%25a6%25bf-%25e0%25a6%259a%25e0%25a6%25be%25e0%25a6%2587-%25e0%25a6%258f%25e0%25a6%2587-%25e0%25a6%25af%25e0%25a6%25a8%25e0%25a7%258d%25e0%25a6%25a4%25e0%25a7%258d%25e0%25a6%25b0%25e0%25a6%25a8%25e0%25a6%25be-%25e0%25a6%25a5%25e0%25a7%2587-2%2F&amp;linkname=%E0%A6%AE%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%BF%20%E0%A6%9A%E0%A6%BE%E0%A6%87%20%E0%A6%8F%E0%A6%87%20%E0%A6%AF%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%8D%E0%A6%B0%E0%A6%A8%E0%A6%BE%20%E0%A6%A5%E0%A7%87%E0%A6%95%E0%A7%87"><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>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/02/21/%e0%a6%ae%e0%a7%81%e0%a6%95%e0%a7%8d%e0%a6%a4%e0%a6%bf-%e0%a6%9a%e0%a6%be%e0%a6%87-%e0%a6%8f%e0%a6%87-%e0%a6%af%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%8d%e0%a6%b0%e0%a6%a8%e0%a6%be-%e0%a6%a5%e0%a7%87-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>watch live steaming from softexpo 2008</title>
		<link>http://www.lavluda.com/2008/02/17/watch-live-steaming-from-softexpo-2008/</link>
		<comments>http://www.lavluda.com/2008/02/17/watch-live-steaming-from-softexpo-2008/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 08:05:05 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[steaming]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2008/02/17/watch-live-steaming-from-softexpo-2008/</guid>
		<description><![CDATA[can&#8217;t go to softexpo ? you can see the live steaming from somewherein pavilion . to see the live steaming visit http://www.somewhereinblog.net, on the right side bar you will get the link or open mmsh://206.222.3.106:1235 with vlc player.
and this totall system is made and maintained by me, thanks to morshed bhai for his help to [...]


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>can&#8217;t go to softexpo ? you can see the live steaming from somewherein pavilion . to see the live steaming visit <a href="http://www.somewhereinblog.net">http://www.somewhereinblog.net</a>, on the right side bar you will get the link or open mmsh://206.222.3.106:1235 with vlc player.</p>
<p>and this totall system is made and maintained by me, thanks to morshed bhai for his help to design the web interface. <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
number of view: 1107<img src="http://www.lavluda.com/?ak_action=api_record_view&id=120&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F02%2F17%2Fwatch-live-steaming-from-softexpo-2008%2F&amp;linkname=watch%20live%20steaming%20from%20softexpo%202008"><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>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/02/17/watch-live-steaming-from-softexpo-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>install imagemagick support to your debian/ubuntu server</title>
		<link>http://www.lavluda.com/2008/02/02/install-imagemagick-support-to-your-debianubuntu-server/</link>
		<comments>http://www.lavluda.com/2008/02/02/install-imagemagick-support-to-your-debianubuntu-server/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 14:02:16 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian GNU/Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2008/02/02/install-imagemagick-support-to-your-debianubuntu-server/</guid>
		<description><![CDATA[imagemagick is one of the best library to work with image. recently i have to install it to our production server. here is what i did:
$ apt-get install imagemagick
it downloads the package and all it&#8217;s dependences from debian/ubuntu repository, and installed. now i have to install the support of php (as our product running on [...]


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>imagemagick is one of the best library to work with image. recently i have to install it to our production server. here is what i did:</p>
<p><code>$ apt-get install imagemagick</code></p>
<p>it downloads the package and all it&#8217;s dependences from debian/ubuntu repository, and installed. now i have to install the support of php (as our product running on php)</p>
<p><code>$ apt-get install php5-imagick </code></p>
<p>then i restarted the apache server to take effect this new package installation. if your using php4 then the package name should be php4-imagick</p>
<p><code>$ /etc/init.d/apache2 restart</code></p>
<p>that&#8217;s all <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>if you need imagemagick for your ruby , you can install the librmagick-ruby package.</p>
number of view: 1844<img src="http://www.lavluda.com/?ak_action=api_record_view&id=119&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2008%2F02%2F02%2Finstall-imagemagick-support-to-your-debianubuntu-server%2F&amp;linkname=install%20imagemagick%20support%20to%20your%20debian%2Fubuntu%20server"><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>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/02/02/install-imagemagick-support-to-your-debianubuntu-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ঈদ ২০০৭ (শুধুই ছবি)</title>
		<link>http://www.lavluda.com/2007/12/26/%e0%a6%88%e0%a6%a6-%e0%a7%a8%e0%a7%a6%e0%a7%a6%e0%a7%ad-%e0%a6%b6%e0%a7%81%e0%a6%a7%e0%a7%81%e0%a6%87-%e0%a6%9b%e0%a6%ac%e0%a6%bf/</link>
		<comments>http://www.lavluda.com/2007/12/26/%e0%a6%88%e0%a6%a6-%e0%a7%a8%e0%a7%a6%e0%a7%a6%e0%a7%ad-%e0%a6%b6%e0%a7%81%e0%a6%a7%e0%a7%81%e0%a6%87-%e0%a6%9b%e0%a6%ac%e0%a6%bf/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 04:08:54 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28753855</guid>
		<description><![CDATA[<img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198590947_1-Image001.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591005_2-Image002.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591111_4-Image005.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591163_5-Image007.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591217_6-Image008.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591295_7-Image009.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591365_8-Image010.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591431_9-Image011.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' />


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><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198590947_1-Image001.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591005_2-Image002.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591111_4-Image005.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591163_5-Image007.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591217_6-Image008.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591295_7-Image009.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591365_8-Image010.jpg'  1px solid rgb(204, 204, 204);' align='left' /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198591431_9-Image011.jpg'  1px solid rgb(204, 204, 204);' align='left' /></p>
number of view: 327<img src="http://www.lavluda.com/?ak_action=api_record_view&id=171&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F12%2F26%2F%25e0%25a6%2588%25e0%25a6%25a6-%25e0%25a7%25a8%25e0%25a7%25a6%25e0%25a7%25a6%25e0%25a7%25ad-%25e0%25a6%25b6%25e0%25a7%2581%25e0%25a6%25a7%25e0%25a7%2581%25e0%25a6%2587-%25e0%25a6%259b%25e0%25a6%25ac%25e0%25a6%25bf%2F&amp;linkname=%E0%A6%88%E0%A6%A6%20%E0%A7%A8%E0%A7%A6%E0%A7%A6%E0%A7%AD%20%28%E0%A6%B6%E0%A7%81%E0%A6%A7%E0%A7%81%E0%A6%87%20%E0%A6%9B%E0%A6%AC%E0%A6%BF%29"><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>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/26/%e0%a6%88%e0%a6%a6-%e0%a7%a8%e0%a7%a6%e0%a7%a6%e0%a7%ad-%e0%a6%b6%e0%a7%81%e0%a6%a7%e0%a7%81%e0%a6%87-%e0%a6%9b%e0%a6%ac%e0%a6%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress bangla plugin 2.0</title>
		<link>http://www.lavluda.com/2007/12/24/wordpress-bangla-plugin-20/</link>
		<comments>http://www.lavluda.com/2007/12/24/wordpress-bangla-plugin-20/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 15:37:40 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[wordpress bangla plugin]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[bangla plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2007/12/24/wordpress-bangla-plugin-20/</guid>
		<description><![CDATA[i just finished version 2.0 of wordpress bangla plugin. in this new version now you also use probhat layout.
you can download it from here
upgrade:
simple unzip this file and overwrite the old files.
number of view: 825

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 just finished version 2.0 of wordpress bangla plugin. in this new version now you also use probhat layout.</p>
<p>you can download it from <a href="http://wordpress.org/extend/plugins/banglkb">here</a></p>
<p>upgrade:</p>
<p>simple unzip this file and overwrite the old files.</p>
number of view: 825<img src="http://www.lavluda.com/?ak_action=api_record_view&id=117&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F12%2F24%2Fwordpress-bangla-plugin-20%2F&amp;linkname=wordpress%20bangla%20plugin%202.0"><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>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/24/wordpress-bangla-plugin-20/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>ব্লগ ভার্সন ৩ ও আমার কিছু কথা</title>
		<link>http://www.lavluda.com/2007/12/20/%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%ad%e0%a6%be%e0%a6%b0%e0%a7%8d%e0%a6%b8%e0%a6%a8-%e0%a7%a9-%e0%a6%93-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%bf%e0%a6%9b%e0%a7%81-%e0%a6%95-2/</link>
		<comments>http://www.lavluda.com/2007/12/20/%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%ad%e0%a6%be%e0%a6%b0%e0%a7%8d%e0%a6%b8%e0%a6%a8-%e0%a7%a9-%e0%a6%93-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%bf%e0%a6%9b%e0%a7%81-%e0%a6%95-2/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 22:12:27 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28752576</guid>
		<description><![CDATA[সা.ইন. ব্লগ ভার্সন ৩ প্রকাশিত হল গতকাল, প্রায় ৩৪ ঘন্টা কাজ করার পর।  এই দির্ঘ সময় কাজ করার সময় মিজান ভাই (ব্লগ ডেভলপার টিমের লিড) এবং মোর্শেদ ভাই ছিলেন আমাদের সাথে।  এছাড়াও ব্লগ টিমের অন্যান সকল সদ্স্য তাদের সেরা কাজটি দেখিয়েছেন।  ব্লগটিমের সবাইকে আমার পক্ষ থেকে আন্তরিক ধন্যবাদ তাদের স্ব স্ব আবদানের জন্য।<br />
<br />
এবার আসা যাক আমার এই পোস্টটি লেখার মুল কারনে।<br />
<br />
এই পোস্টে আমি ঐ ৩৪ ঘন্টা কাজের অভিজ্ঞতা শেয়ার করব। <img src="http://www.somewhereinblog.net/smileys/emot-slices_25.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_25.gif" width="23" height="22" alt=":P" style="border:0;" />" style="border:0;" /><br />
<br />
<br />
ব্লগ ভার্সন প্রথমে রিলিজ হওয়ার কথা ছিল ১৬ই ডিসেম্বর রাতে। যা কিনা সম্ভব হয়নি বিদ্যুতের স্পেশাল পারফরমেন্সের কারণে। যার ফলে ১৫ই ডিসেম্বর রাত ৯ টায় সবাই যার যার বাসায় ফিরে যেতে হয় মন খারাপ করে।  তারপর ১৭ই ডিসেম্বর সকাল ৮:৩৫ মিনিটে অফিসে পৌছালাম (আমি সাধারনত ১১ টার আগে আসি না)।<br />
<br />
তার পর শুরু হয় ব্লগের অন্যান্য সদস্যদের জন্য অপেক্ষা। ঘন্টাখানিকের মধ্যেই মোটামোটি সকলে হাজির। এরপর চলতে থাকে কাজ। কোডের ফাইনাল টাচ (তখনো নতুন ডিজাইন হাতে আসে নি)।<br />
<br />
বিকাল ৪টায় ব্লগ সার্ভার ডাউন করার ঘোষনা দেওয়া হল। কিন্তু বিভিন্ন কারণে শেষ পর্যন্ত ৪:৫০ মিনিটে ব্লগ ডাউন করে শুরু হল মুল কাজ। সাধারনত সার্ভার রিলেটেড কাজ গুলি আমি করে থাকি। তো বসে গেলাম আমি আমার প্রিয় ডেল ল্যাপটপ নিয়ে নতুন সার্ভার + পুরান সার্ভার মধ্যে সকল ডাটা ট্রান্সফারের জন্য। সার্ভারে ডাটা ট্রান্সফারের কাজ চলতে চলতে আমরা ২ গেইম টেবিল টেনিস মেরে আসলাম। রাত ৮টার দিকে আমি , মিজান ভাই, মোর্শেদ ভাই ও রাশেদ ভাই ছাড়া সবাই চলে গেল।<br />
<br />
রাত ৯:৩০ এর দিকে রাশেদ ভাই ওনার গাড়ির ড্রাইভারকে দিয়ে পুরান ঢাকা থেকে মামা বিরানি আনতে পাঠালেন। কিন্তু ড্রাইভার তার মিশনে ব্যার্থ হয়ে অন্য মোরগ পোলাও নিয়া আসল। কি আর করা <img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" width="23" height="22" alt=":(" style="border:0;" />" style="border:0;" /> । তবে পেটে প্রচন্ড খিদা থাকায় খেতে বড়ই ভাল লেগেছে , (এমনকি আমি একলাই ২ টা শাবার করেছি)।<br />
<br />
এর পর রাত ১২ শুরু হল সব চেয়ে ঝামেলার কাজ, পুরানো ডাটাবেইসের সকল ডাটা ইউনিকোডে কনভার্ট করার। কাজ ভালই চলছিল , রাত ২ টার দিকে মিজান ভাই আবিষ্কার করল আমি ডাটাবেইস ভুলটায় কাজ করছি। এটা হল গত সপ্তাহে ব্যাকাপ নেওয়া ডাটাবেইস, কারেন্টটা না <img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" width="23" height="22" alt=":(" style="border:0;" />" style="border:0;" /> । বুঝেন অবস্থা । আরেকটু হলেই দিত মাইর <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt=":D" style="border:0;" />" style="border:0;" />। কি আর করা ২ টা ঘন্টা পুরা মাটি।<br />
তো ডাটা বেইস চেইন্জ কইর আবার কাজ শুরু হল। এর মধ্যে বাধা সৃষ্টি করল শ্রদ্ধেয় গুগল বট, মামু আর টাইম পায়নাই ইনডেক্সিং কারার জন্য। তার ফলে কনভার্টের গতি গেল কমে। ৩ ঘন্টার কাজ শেষ হল ৫-৬ ঘন্টায়।  হইল সকাল , কিন্তু কাজ তখনো অনেক বাকি। আমাদের সবচেয়ে বড় ঝামেলা হল আপনার খুশি হয়ে যে ইমেইজ গুলি আপলোড করেন সেগুলো। তার সংখ্যা ৫০ হাজারেরও বেশি। নতুন ভার্সনে ইমেইজ হেন্ডলের পদ্ধতি ভিন্ন। সব গুলি ইমেইজের ২ টি করে অন্য সাইজের কপি তৈরি করতে হবে। সেই কাজ চলতে থাকল। <br />
<br />
ইমেইজের কাজ শেষ হলে ব্লগ টিম সেটার উপর টেস্টিং শুরু করল। তারপর ১ টা ৪০ মিনিটের দিকে গ্রিন সিগ্যনাল পেলাম। সো আমি ওয়েব সার্ভারের সেটিং চেইন্জ করে দিলাম রিস্টার্ট। ব্লগ আপ <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt=":)" style="border:0;" />" style="border:0;" /> সম্পুর্ন অফিস যুরে হুররে বলে চৎকার উঠল। সেই এক মজার অনুভুতি <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt=":D" style="border:0;" />" style="border:0;" /><br />
<br />
তারপর জানা ভাবী কেক নিয়ে আসল। এবার কেক খাওয়ার পালা। <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt=":)" style="border:0;" />" style="border:0;" /><br />
<br />
কেক খাইয়া ফটোসেশন হইল, মোই পোজ দিলাম <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" width="23" height="22" alt=":D" style="border:0;" />" style="border:0;" /> । কিছু ছবি শেয়ার করলাম। <br />
<img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198049051_1-n501726517_513439_4029.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' /><br />
<br />
আরো ছবি দিমু পরে । আপতত এই দুইটা দেখতে থাকেন। <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt="<img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" width="23" height="22" alt=":)" style="border:0;" />" style="border:0;" /><img src='http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198051197_2-n501726517_513442_4971.jpg' style='border: 1px solid rgb(204, 204, 204);' align='left' />


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>সা.ইন. ব্লগ ভার্সন ৩ প্রকাশিত হল গতকাল, প্রায় ৩৪ ঘন্টা কাজ করার পর।  এই দির্ঘ সময় কাজ করার সময় মিজান ভাই (ব্লগ ডেভলপার টিমের লিড) এবং মোর্শেদ ভাই ছিলেন আমাদের সাথে।  এছাড়াও ব্লগ টিমের অন্যান সকল সদ্স্য তাদের সেরা কাজটি দেখিয়েছেন।  ব্লগটিমের সবাইকে আমার পক্ষ থেকে আন্তরিক ধন্যবাদ তাদের স্ব স্ব আবদানের জন্য।</p>
<p>এবার আসা যাক আমার এই পোস্টটি লেখার মুল কারনে।</p>
<p>এই পোস্টে আমি ঐ ৩৪ ঘন্টা কাজের অভিজ্ঞতা শেয়ার করব। <img src="http://www.somewhereinblog.net/smileys/emot-slices_25.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /></p>
<p>ব্লগ ভার্সন প্রথমে রিলিজ হওয়ার কথা ছিল ১৬ই ডিসেম্বর রাতে। যা কিনা সম্ভব হয়নি বিদ্যুতের স্পেশাল পারফরমেন্সের কারণে। যার ফলে ১৫ই ডিসেম্বর রাত ৯ টায় সবাই যার যার বাসায় ফিরে যেতে হয় মন খারাপ করে।  তারপর ১৭ই ডিসেম্বর সকাল ৮:৩৫ মিনিটে অফিসে পৌছালাম (আমি সাধারনত ১১ টার আগে আসি না)।</p>
<p>তার পর শুরু হয় ব্লগের অন্যান্য সদস্যদের জন্য অপেক্ষা। ঘন্টাখানিকের মধ্যেই মোটামোটি সকলে হাজির। এরপর চলতে থাকে কাজ। কোডের ফাইনাল টাচ (তখনো নতুন ডিজাইন হাতে আসে নি)।</p>
<p>বিকাল ৪টায় ব্লগ সার্ভার ডাউন করার ঘোষনা দেওয়া হল। কিন্তু বিভিন্ন কারণে শেষ পর্যন্ত ৪:৫০ মিনিটে ব্লগ ডাউন করে শুরু হল মুল কাজ। সাধারনত সার্ভার রিলেটেড কাজ গুলি আমি করে থাকি। তো বসে গেলাম আমি আমার প্রিয় ডেল ল্যাপটপ নিয়ে নতুন সার্ভার + পুরান সার্ভার মধ্যে সকল ডাটা ট্রান্সফারের জন্য। সার্ভারে ডাটা ট্রান্সফারের কাজ চলতে চলতে আমরা ২ গেইম টেবিল টেনিস মেরে আসলাম। রাত ৮টার দিকে আমি , মিজান ভাই, মোর্শেদ ভাই ও রাশেদ ভাই ছাড়া সবাই চলে গেল।</p>
<p>রাত ৯:৩০ এর দিকে রাশেদ ভাই ওনার গাড়ির ড্রাইভারকে দিয়ে পুরান ঢাকা থেকে মামা বিরানি আনতে পাঠালেন। কিন্তু ড্রাইভার তার মিশনে ব্যার্থ হয়ে অন্য মোরগ পোলাও নিয়া আসল। কি আর করা <img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /> । তবে পেটে প্রচন্ড খিদা থাকায় খেতে বড়ই ভাল লেগেছে , (এমনকি আমি একলাই ২ টা শাবার করেছি)।</p>
<p>এর পর রাত ১২ শুরু হল সব চেয়ে ঝামেলার কাজ, পুরানো ডাটাবেইসের সকল ডাটা ইউনিকোডে কনভার্ট করার। কাজ ভালই চলছিল , রাত ২ টার দিকে মিজান ভাই আবিষ্কার করল আমি ডাটাবেইস ভুলটায় কাজ করছি। এটা হল গত সপ্তাহে ব্যাকাপ নেওয়া ডাটাবেইস, কারেন্টটা না <img src="http://www.somewhereinblog.net/smileys/emot-slices_15.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /> । বুঝেন অবস্থা । আরেকটু হলেই দিত মাইর <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" alt="&lt;img mce_tsrc=" height="22" width="23" />। কি আর করা ২ টা ঘন্টা পুরা মাটি।<br />
তো ডাটা বেইস চেইন্জ কইর আবার কাজ শুরু হল। এর মধ্যে বাধা সৃষ্টি করল শ্রদ্ধেয় গুগল বট, মামু আর টাইম পায়নাই ইনডেক্সিং কারার জন্য। তার ফলে কনভার্টের গতি গেল কমে। ৩ ঘন্টার কাজ শেষ হল ৫-৬ ঘন্টায়।  হইল সকাল , কিন্তু কাজ তখনো অনেক বাকি। আমাদের সবচেয়ে বড় ঝামেলা হল আপনার খুশি হয়ে যে ইমেইজ গুলি আপলোড করেন সেগুলো। তার সংখ্যা ৫০ হাজারেরও বেশি। নতুন ভার্সনে ইমেইজ হেন্ডলের পদ্ধতি ভিন্ন। সব গুলি ইমেইজের ২ টি করে অন্য সাইজের কপি তৈরি করতে হবে। সেই কাজ চলতে থাকল।</p>
<p>ইমেইজের কাজ শেষ হলে ব্লগ টিম সেটার উপর টেস্টিং শুরু করল। তারপর ১ টা ৪০ মিনিটের দিকে গ্রিন সিগ্যনাল পেলাম। সো আমি ওয়েব সার্ভারের সেটিং চেইন্জ করে দিলাম রিস্টার্ট। ব্লগ আপ <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /> সম্পুর্ন অফিস যুরে হুররে বলে চৎকার উঠল। সেই এক মজার অনুভুতি <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /></p>
<p>তারপর জানা ভাবী কেক নিয়ে আসল। এবার কেক খাওয়ার পালা। <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /></p>
<p>কেক খাইয়া ফটোসেশন হইল, মোই পোজ দিলাম <img src="http://www.somewhereinblog.net/smileys/emot-slices_05.gif" alt="&lt;img mce_tsrc=" height="22" width="23" />। কিছু ছবি শেয়ার করলাম।<br />
<img src="http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198049051_1-n501726517_513439_4029.jpg" align="left" /></p>
<p>আরো ছবি দিমু পরে । আপতত এই দুইটা দেখতে থাকেন। <img src="http://www.somewhereinblog.net/smileys/emot-slices_03.gif" alt="&lt;img mce_tsrc=" height="22" width="23" /><img src="http://media.somewhereinblog.net/images/thumbs_mini/lavludablog_1198051197_2-n501726517_513442_4971.jpg" align="left" /></p>
number of view: 379<img src="http://www.lavluda.com/?ak_action=api_record_view&id=172&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F12%2F20%2F%25e0%25a6%25ac%25e0%25a7%258d%25e0%25a6%25b2%25e0%25a6%2597-%25e0%25a6%25ad%25e0%25a6%25be%25e0%25a6%25b0%25e0%25a7%258d%25e0%25a6%25b8%25e0%25a6%25a8-%25e0%25a7%25a9-%25e0%25a6%2593-%25e0%25a6%2586%25e0%25a6%25ae%25e0%25a6%25be%25e0%25a6%25b0-%25e0%25a6%2595%25e0%25a6%25bf%25e0%25a6%259b%25e0%25a7%2581-%25e0%25a6%2595-2%2F&amp;linkname=%E0%A6%AC%E0%A7%8D%E0%A6%B2%E0%A6%97%20%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%B8%E0%A6%A8%20%E0%A7%A9%20%E0%A6%93%20%E0%A6%86%E0%A6%AE%E0%A6%BE%E0%A6%B0%20%E0%A6%95%E0%A6%BF%E0%A6%9B%E0%A7%81%20%E0%A6%95%E0%A6%A5%E0%A6%BE"><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>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/20/%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%ad%e0%a6%be%e0%a6%b0%e0%a7%8d%e0%a6%b8%e0%a6%a8-%e0%a7%a9-%e0%a6%93-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%bf%e0%a6%9b%e0%a7%81-%e0%a6%95-2/feed/</wfw:commentRss>
		<slash:comments>0</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 missing. [...]


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: 250<img src="http://www.lavluda.com/?ak_action=api_record_view&id=116&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F12%2F06%2Fupdated-to-231%2F&amp;linkname=updated%20to%202.3.1"><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>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>জাগরণ &#8211; ফেইস বুক এপ্লিকেশন</title>
		<link>http://www.lavluda.com/2007/11/25/%e0%a6%9c%e0%a6%be%e0%a6%97%e0%a6%b0%e0%a6%a3-%e0%a6%ab%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%ac%e0%a7%81%e0%a6%95-%e0%a6%8f%e0%a6%aa%e0%a7%8d%e0%a6%b2%e0%a6%bf%e0%a6%95%e0%a7%87%e0%a6%b6%e0%a6%a8/</link>
		<comments>http://www.lavluda.com/2007/11/25/%e0%a6%9c%e0%a6%be%e0%a6%97%e0%a6%b0%e0%a6%a3-%e0%a6%ab%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%ac%e0%a7%81%e0%a6%95-%e0%a6%8f%e0%a6%aa%e0%a7%8d%e0%a6%b2%e0%a6%bf%e0%a6%95%e0%a7%87%e0%a6%b6%e0%a6%a8/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 05:14:12 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28747344</guid>
		<description><![CDATA[জাগরণ ক্যাম্পেইনের প্রচারের সুবিধার্তে ফেইসবুকের জন্য একটি এপ্লিকেশন তৈরি করেছি। আপনারা আপনাদের ফেইসবুক একাউন্টে এটি এড্য করে নিতে পারেন, এবং আপনার সকল বন্ধুকে আমন্ত্রন করতে পারেন এটি যোগ করে নেওয়ার জন্য।<br />
<a class='eng' href='http://apps.facebook.com/jagoron' target='_blank' ><font face='solaimanlipi' size='3'>জাগরণ ক্যাম্পেইন</font></a><br />
<br />
বি.দ্র: এপ্লিকেশনটি খুব ধ্রুত তৈরী করার কারনে সমস্যা পেতে পারেন। সমস্যা এখানে রিপুর্ট করতে পারেন। আমি এখনো এটির  উপর কাজ করছি।


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>জাগরণ ক্যাম্পেইনের প্রচারের সুবিধার্তে ফেইসবুকের জন্য একটি এপ্লিকেশন তৈরি করেছি। আপনারা আপনাদের ফেইসবুক একাউন্টে এটি এড্য করে নিতে পারেন, এবং আপনার সকল বন্ধুকে আমন্ত্রন করতে পারেন এটি যোগ করে নেওয়ার জন্য।<br />
<a class='eng' href='http://apps.facebook.com/jagoron'  ><font face='solaimanlipi' size='3'>জাগরণ ক্যাম্পেইন</font></a></p>
<p>বি.দ্র: এপ্লিকেশনটি খুব ধ্রুত তৈরী করার কারনে সমস্যা পেতে পারেন। সমস্যা এখানে রিপুর্ট করতে পারেন। আমি এখনো এটির  উপর কাজ করছি।</p>
number of view: 349<img src="http://www.lavluda.com/?ak_action=api_record_view&id=175&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F11%2F25%2F%25e0%25a6%259c%25e0%25a6%25be%25e0%25a6%2597%25e0%25a6%25b0%25e0%25a6%25a3-%25e0%25a6%25ab%25e0%25a7%2587%25e0%25a6%2587%25e0%25a6%25b8-%25e0%25a6%25ac%25e0%25a7%2581%25e0%25a6%2595-%25e0%25a6%258f%25e0%25a6%25aa%25e0%25a7%258d%25e0%25a6%25b2%25e0%25a6%25bf%25e0%25a6%2595%25e0%25a7%2587%25e0%25a6%25b6%25e0%25a6%25a8%2F&amp;linkname=%E0%A6%9C%E0%A6%BE%E0%A6%97%E0%A6%B0%E0%A6%A3%20%26%238211%3B%20%E0%A6%AB%E0%A7%87%E0%A6%87%E0%A6%B8%20%E0%A6%AC%E0%A7%81%E0%A6%95%20%E0%A6%8F%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A6%BF%E0%A6%95%E0%A7%87%E0%A6%B6%E0%A6%A8"><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>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/11/25/%e0%a6%9c%e0%a6%be%e0%a6%97%e0%a6%b0%e0%a6%a3-%e0%a6%ab%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%ac%e0%a7%81%e0%a6%95-%e0%a6%8f%e0%a6%aa%e0%a7%8d%e0%a6%b2%e0%a6%bf%e0%a6%95%e0%a7%87%e0%a6%b6%e0%a6%a8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>হোস্টিং এর স্পেইস লাগবে, স্পেইস?</title>
		<link>http://www.lavluda.com/2007/11/12/%e0%a6%b9%e0%a7%8b%e0%a6%b8%e0%a7%8d%e0%a6%9f%e0%a6%bf%e0%a6%82-%e0%a6%8f%e0%a6%b0-%e0%a6%b8%e0%a7%8d%e0%a6%aa%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%b2%e0%a6%be%e0%a6%97%e0%a6%ac%e0%a7%87-%e0%a6%b8/</link>
		<comments>http://www.lavluda.com/2007/11/12/%e0%a6%b9%e0%a7%8b%e0%a6%b8%e0%a7%8d%e0%a6%9f%e0%a6%bf%e0%a6%82-%e0%a6%8f%e0%a6%b0-%e0%a6%b8%e0%a7%8d%e0%a6%aa%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%b2%e0%a6%be%e0%a6%97%e0%a6%ac%e0%a7%87-%e0%a6%b8/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 18:37:43 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28744570</guid>
		<description><![CDATA[আমার ওয়েব হোস্টিং একাউন্টে প্রচুর (২০০ + গি.বাইট) স্পেইস পরে আছে। বছরে এতোগুলি টাকা বিল দিয়ে খালি ফেলে রাখতে ভাল লাগছে না। আপনাদের কারো লাগল বলেন, দেই ফ্রী-তে, সাব ডোমাইন দিয়ে অথবা নিজেদের ডোমাইন কিনা থাকলে বলেন, সেটাই হোস্ট কইরা দেই (shell access সহ) <img src='http://www.somewhereinblog.net/smileys/emot-slices_07.gif' /> ।<br />
<br />
অথবা কেও যদি চান subversion repository ও হোস্ট করতে পারেন।<br />
<br />
<br />



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>আমার ওয়েব হোস্টিং একাউন্টে প্রচুর (২০০ + গি.বাইট) স্পেইস পরে আছে। বছরে এতোগুলি টাকা বিল দিয়ে খালি ফেলে রাখতে ভাল লাগছে না। আপনাদের কারো লাগল বলেন, দেই ফ্রী-তে, সাব ডোমাইন দিয়ে অথবা নিজেদের ডোমাইন কিনা থাকলে বলেন, সেটাই হোস্ট কইরা দেই (shell access সহ) <img src='http://www.somewhereinblog.net/smileys/emot-slices_07.gif' /> ।</p>
<p>অথবা কেও যদি চান subversion repository ও হোস্ট করতে পারেন।</p>
<p></p>
number of view: 380<img src="http://www.lavluda.com/?ak_action=api_record_view&id=176&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F11%2F12%2F%25e0%25a6%25b9%25e0%25a7%258b%25e0%25a6%25b8%25e0%25a7%258d%25e0%25a6%259f%25e0%25a6%25bf%25e0%25a6%2582-%25e0%25a6%258f%25e0%25a6%25b0-%25e0%25a6%25b8%25e0%25a7%258d%25e0%25a6%25aa%25e0%25a7%2587%25e0%25a6%2587%25e0%25a6%25b8-%25e0%25a6%25b2%25e0%25a6%25be%25e0%25a6%2597%25e0%25a6%25ac%25e0%25a7%2587-%25e0%25a6%25b8%2F&amp;linkname=%E0%A6%B9%E0%A7%8B%E0%A6%B8%E0%A7%8D%E0%A6%9F%E0%A6%BF%E0%A6%82%20%E0%A6%8F%E0%A6%B0%20%E0%A6%B8%E0%A7%8D%E0%A6%AA%E0%A7%87%E0%A6%87%E0%A6%B8%20%E0%A6%B2%E0%A6%BE%E0%A6%97%E0%A6%AC%E0%A7%87%2C%20%E0%A6%B8%E0%A7%8D%E0%A6%AA%E0%A7%87%E0%A6%87%E0%A6%B8%3F"><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>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/11/12/%e0%a6%b9%e0%a7%8b%e0%a6%b8%e0%a7%8d%e0%a6%9f%e0%a6%bf%e0%a6%82-%e0%a6%8f%e0%a6%b0-%e0%a6%b8%e0%a7%8d%e0%a6%aa%e0%a7%87%e0%a6%87%e0%a6%b8-%e0%a6%b2%e0%a6%be%e0%a6%97%e0%a6%ac%e0%a7%87-%e0%a6%b8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>কি হচ্ছে আমাদের এই দেশে</title>
		<link>http://www.lavluda.com/2007/11/05/%e0%a6%95%e0%a6%bf-%e0%a6%b9%e0%a6%9a%e0%a7%8d%e0%a6%9b%e0%a7%87-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%a6%e0%a7%87%e0%a6%b0-%e0%a6%8f%e0%a6%87-%e0%a6%a6%e0%a7%87%e0%a6%b6%e0%a7%87/</link>
		<comments>http://www.lavluda.com/2007/11/05/%e0%a6%95%e0%a6%bf-%e0%a6%b9%e0%a6%9a%e0%a7%8d%e0%a6%9b%e0%a7%87-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%a6%e0%a7%87%e0%a6%b0-%e0%a6%8f%e0%a6%87-%e0%a6%a6%e0%a7%87%e0%a6%b6%e0%a7%87/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 20:12:23 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28742530</guid>
		<description><![CDATA[আমাদের সরকার রাঘব বোয়াল ধরতে ব্যস্ত। তেনারা দেশটাকে রাতারাতি পরিবর্তন করে ফেলবেন। বাংলাদেশ ২০০৮ সালে ইনশআল্লাহর সমগ্র প্রৃথিবিতে আদর্শ রাষ্ট্র হিসাবে পরিচিতি পাবে <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />। <br />
<br />
<br />
<br />
<br />
<br />
দাড়ান দাড়ান, এত খুশি হবার কিছু নাই। এই সব শুধু মাত্র আমাদের দেশের ১১ জন বুজুর্গ ব্যক্তি এর ধারনা। যাই সেটা নিয়া আমার কোনই মাথা ব্যাথা নেই। কারণ আমি ২ পয়সার মানুষের দলের। আমারে তারা সোধরানোর কিছু নাই। <br />
<br />
<br />
এবার আসেন আসল কথা কই। সরকার ঐসব রাঘব বোয়াল ধরতে গিয়া, যেই জনগনের লাইগা ক্ষমতায় বসছে, সেই জনগনরে নিয়া কোন চিন্তা নাই। বরং তারা মধ্য বিত্তকে নিয়ে উপহাস করছে কিছুদিন পর পর। যেমন: বেগুনের দাম বাড়ায় সেটা সলভ না করে বলে "আপনারা বেগুনি না খেয়ে পেপেনি খান"। অন্য সময় হলে এই কথা নির্ঘাত হেসে ফেলতাম। কিন্তু তখন হাঁসতে পারিনি, এখনো পারছি না। এখন বাজারে যেয়ে কেও যদি খুশি মনে বাড়ি ফিরতে পারেন তাহলে আমি তাকে ১০০ টাকা পাঠাব (একটু আগে আরেকটা পোস্ট পড়ে টাকার অংকটা মাথায় ঘুরছে, তাই লেখে ফেল্লাম <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)।<br />
<br />
এবার আসা যাক এই পোস্ট লেখার মুল কারণে, আপনি কি লক্ষ্য করেছেন, রাস্তাঘাটে ছিনতাই, মলম পাটি, ফ্রড -দের সংখ্যা কি পরিমান বেড়েছে। আপনাদের তো আমার একটা করুন অভিজ্ঞতা বলা হয়নি। আমি লাস্ট ২ মাসে ১ বার ছিনতাই ও ১বার মলম পার্টির কবলে পরে টোটাল ৪ টি মোবাইল ও কিছু নগদ টাকা (ক্রেডিট কার্ডের যোগে সাথে নগদ টাকা থাকে না), যার মুল্য প্রায় ৪০০০০ টাকা (ল্যাপটপটা প্রতিবার কেমনে জানি বাইচা গেছে <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)।  আমার সখের এই ল্যাপটপ এখন আর অফিসে ব্যবহার করি না। আমাদের অফিসের আরেক কলিগের ল্যাপটপ গতকাল গেছে। তো আপনি বলেন সরকার আমাদের কি নিরাপত্ত দিল।<br />
<br />
আমি প্রায় সময় ভাবি, মাসে মাসে যে এতো গুলা টাকা ট্যাক্স বাবদ যায়, সেটা আমি কেন দিচ্ছ। তারাতো আমার প্রতি তাদের দায়িত্বের কিছুই পালন করছে না। <br />
<br />
তাই আবারো বলছি, "কি হচ্ছে আমাদের এই দেশে"।<br />
<br />
<br />
**সম্ভব হলে রেটিং দিন, আমারোতো সখ আছে টপ রেটেড লিস্টে উঠার <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />।<br />



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>আমাদের সরকার রাঘব বোয়াল ধরতে ব্যস্ত। তেনারা দেশটাকে রাতারাতি পরিবর্তন করে ফেলবেন। বাংলাদেশ ২০০৮ সালে ইনশআল্লাহর সমগ্র প্রৃথিবিতে আদর্শ রাষ্ট্র হিসাবে পরিচিতি পাবে <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />। </p>
<p>দাড়ান দাড়ান, এত খুশি হবার কিছু নাই। এই সব শুধু মাত্র আমাদের দেশের ১১ জন বুজুর্গ ব্যক্তি এর ধারনা। যাই সেটা নিয়া আমার কোনই মাথা ব্যাথা নেই। কারণ আমি ২ পয়সার মানুষের দলের। আমারে তারা সোধরানোর কিছু নাই। </p>
<p>
এবার আসেন আসল কথা কই। সরকার ঐসব রাঘব বোয়াল ধরতে গিয়া, যেই জনগনের লাইগা ক্ষমতায় বসছে, সেই জনগনরে নিয়া কোন চিন্তা নাই। বরং তারা মধ্য বিত্তকে নিয়ে উপহাস করছে কিছুদিন পর পর। যেমন: বেগুনের দাম বাড়ায় সেটা সলভ না করে বলে &#8220;আপনারা বেগুনি না খেয়ে পেপেনি খান&#8221;। অন্য সময় হলে এই কথা নির্ঘাত হেসে ফেলতাম। কিন্তু তখন হাঁসতে পারিনি, এখনো পারছি না। এখন বাজারে যেয়ে কেও যদি খুশি মনে বাড়ি ফিরতে পারেন তাহলে আমি তাকে ১০০ টাকা পাঠাব (একটু আগে আরেকটা পোস্ট পড়ে টাকার অংকটা মাথায় ঘুরছে, তাই লেখে ফেল্লাম <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)।</p>
<p>এবার আসা যাক এই পোস্ট লেখার মুল কারণে, আপনি কি লক্ষ্য করেছেন, রাস্তাঘাটে ছিনতাই, মলম পাটি, ফ্রড -দের সংখ্যা কি পরিমান বেড়েছে। আপনাদের তো আমার একটা করুন অভিজ্ঞতা বলা হয়নি। আমি লাস্ট ২ মাসে ১ বার ছিনতাই ও ১বার মলম পার্টির কবলে পরে টোটাল ৪ টি মোবাইল ও কিছু নগদ টাকা (ক্রেডিট কার্ডের যোগে সাথে নগদ টাকা থাকে না), যার মুল্য প্রায় ৪০০০০ টাকা (ল্যাপটপটা প্রতিবার কেমনে জানি বাইচা গেছে <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)।  আমার সখের এই ল্যাপটপ এখন আর অফিসে ব্যবহার করি না। আমাদের অফিসের আরেক কলিগের ল্যাপটপ গতকাল গেছে। তো আপনি বলেন সরকার আমাদের কি নিরাপত্ত দিল।</p>
<p>আমি প্রায় সময় ভাবি, মাসে মাসে যে এতো গুলা টাকা ট্যাক্স বাবদ যায়, সেটা আমি কেন দিচ্ছ। তারাতো আমার প্রতি তাদের দায়িত্বের কিছুই পালন করছে না। </p>
<p>তাই আবারো বলছি, &#8220;কি হচ্ছে আমাদের এই দেশে&#8221;।</p>
<p>
**সম্ভব হলে রেটিং দিন, আমারোতো সখ আছে টপ রেটেড লিস্টে উঠার <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />।</p>
number of view: 279<img src="http://www.lavluda.com/?ak_action=api_record_view&id=177&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F11%2F05%2F%25e0%25a6%2595%25e0%25a6%25bf-%25e0%25a6%25b9%25e0%25a6%259a%25e0%25a7%258d%25e0%25a6%259b%25e0%25a7%2587-%25e0%25a6%2586%25e0%25a6%25ae%25e0%25a6%25be%25e0%25a6%25a6%25e0%25a7%2587%25e0%25a6%25b0-%25e0%25a6%258f%25e0%25a6%2587-%25e0%25a6%25a6%25e0%25a7%2587%25e0%25a6%25b6%25e0%25a7%2587%2F&amp;linkname=%E0%A6%95%E0%A6%BF%20%E0%A6%B9%E0%A6%9A%E0%A7%8D%E0%A6%9B%E0%A7%87%20%E0%A6%86%E0%A6%AE%E0%A6%BE%E0%A6%A6%E0%A7%87%E0%A6%B0%20%E0%A6%8F%E0%A6%87%20%E0%A6%A6%E0%A7%87%E0%A6%B6%E0%A7%87"><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>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/11/05/%e0%a6%95%e0%a6%bf-%e0%a6%b9%e0%a6%9a%e0%a7%8d%e0%a6%9b%e0%a7%87-%e0%a6%86%e0%a6%ae%e0%a6%be%e0%a6%a6%e0%a7%87%e0%a6%b0-%e0%a6%8f%e0%a6%87-%e0%a6%a6%e0%a7%87%e0%a6%b6%e0%a7%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>কাকু কি করতাছে</title>
		<link>http://www.lavluda.com/2007/11/04/%e0%a6%95%e0%a6%be%e0%a6%95%e0%a7%81-%e0%a6%95%e0%a6%bf-%e0%a6%95%e0%a6%b0%e0%a6%a4%e0%a6%be%e0%a6%9b%e0%a7%87/</link>
		<comments>http://www.lavluda.com/2007/11/04/%e0%a6%95%e0%a6%be%e0%a6%95%e0%a7%81-%e0%a6%95%e0%a6%bf-%e0%a6%95%e0%a6%b0%e0%a6%a4%e0%a6%be%e0%a6%9b%e0%a7%87/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 06:52:38 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28742439</guid>
		<description><![CDATA[ফেইস বুকে কাকুর কাজ কারবার বুঝতে পারছি না। সে যেভাবে গন হারে সবাইরে ফ্রেন্ড লিস্টে এড করতাছে , দেইখা মনে হইতাছে কোন প্রতিযোগিতায় অংশ গ্রহন করছে যার পুরুষ্কার মুল্য ১ কোটি ১ টাকা <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />। বেশ কিছুদিন থেকে ফেইস বুকে এই ইনভাইটেশন টা দেখি আর ডিনাই করার লোভ সামলাই (কারণ একবার ডিনাই করলে তো মজা শেষ) তাই করি না।<br />
<br />
**যদিও আমার সন্দেহ আছে এটা আসল কাকু কিনা। কারন সে এতো অডভান্সতো হওয়ার কথা না। আফটার অল ৮ বছর ধরে একটাই প্রোডাক্ট ডেভলাপ করছে। কিন্তু সেটার উপরো নিজের আইডিয়া নাই <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />।<br />
<br />



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>ফেইস বুকে কাকুর কাজ কারবার বুঝতে পারছি না। সে যেভাবে গন হারে সবাইরে ফ্রেন্ড লিস্টে এড করতাছে , দেইখা মনে হইতাছে কোন প্রতিযোগিতায় অংশ গ্রহন করছে যার পুরুষ্কার মুল্য ১ কোটি ১ টাকা <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />। বেশ কিছুদিন থেকে ফেইস বুকে এই ইনভাইটেশন টা দেখি আর ডিনাই করার লোভ সামলাই (কারণ একবার ডিনাই করলে তো মজা শেষ) তাই করি না।</p>
<p>**যদিও আমার সন্দেহ আছে এটা আসল কাকু কিনা। কারন সে এতো অডভান্সতো হওয়ার কথা না। আফটার অল ৮ বছর ধরে একটাই প্রোডাক্ট ডেভলাপ করছে। কিন্তু সেটার উপরো নিজের আইডিয়া নাই <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />।</p>
number of view: 266<img src="http://www.lavluda.com/?ak_action=api_record_view&id=178&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F11%2F04%2F%25e0%25a6%2595%25e0%25a6%25be%25e0%25a6%2595%25e0%25a7%2581-%25e0%25a6%2595%25e0%25a6%25bf-%25e0%25a6%2595%25e0%25a6%25b0%25e0%25a6%25a4%25e0%25a6%25be%25e0%25a6%259b%25e0%25a7%2587%2F&amp;linkname=%E0%A6%95%E0%A6%BE%E0%A6%95%E0%A7%81%20%E0%A6%95%E0%A6%BF%20%E0%A6%95%E0%A6%B0%E0%A6%A4%E0%A6%BE%E0%A6%9B%E0%A7%87"><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>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/11/04/%e0%a6%95%e0%a6%be%e0%a6%95%e0%a7%81-%e0%a6%95%e0%a6%bf-%e0%a6%95%e0%a6%b0%e0%a6%a4%e0%a6%be%e0%a6%9b%e0%a7%87/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>খুবি ভাল নেট কানেকশ</title>
		<link>http://www.lavluda.com/2007/11/04/%e0%a6%96%e0%a7%81%e0%a6%ac%e0%a6%bf-%e0%a6%ad%e0%a6%be%e0%a6%b2-%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%95%e0%a6%be%e0%a6%a8%e0%a7%87%e0%a6%95%e0%a6%b6/</link>
		<comments>http://www.lavluda.com/2007/11/04/%e0%a6%96%e0%a7%81%e0%a6%ac%e0%a6%bf-%e0%a6%ad%e0%a6%be%e0%a6%b2-%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%95%e0%a6%be%e0%a6%a8%e0%a7%87%e0%a6%95%e0%a6%b6/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 19:26:23 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28742291</guid>
		<description><![CDATA[ঢাকা শহরের বেস্ট নেট কানেকশ কোনটি বলতে পারেন? আমার খুবি ভাল একটি নেট কানেকশন দরকরার বাসার জন্য। যা যা থাকতে হবে:<br />
১. মাসে সর্বোচ্চ ডাউনটাইম ১/২ দিন<br />
২. স্পিড অন্তত ২৫৬ কি.বিট +<br />
৩. কোন পোর্ট বন্ধ থাকবে না<br />
৪. অন্যকোন রেস্ট্রিকশন থাকবে না<br />
৫. সম্ভব হলে একটি রিয়েল আইপি (স্টেটিক)<br />
আমার বাজেট সর্বোচ্চ ৩০০০ টাকা/মাস। আর সেটাপ ফি সমস্যা হবে না<br />
<br />
আপনাদের জানা আছে কোন কোম্পানি এই সুবিধা দিতে পারবে?


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>ঢাকা শহরের বেস্ট নেট কানেকশ কোনটি বলতে পারেন? আমার খুবি ভাল একটি নেট কানেকশন দরকরার বাসার জন্য। যা যা থাকতে হবে:<br />
১. মাসে সর্বোচ্চ ডাউনটাইম ১/২ দিন<br />
২. স্পিড অন্তত ২৫৬ কি.বিট +<br />
৩. কোন পোর্ট বন্ধ থাকবে না<br />
৪. অন্যকোন রেস্ট্রিকশন থাকবে না<br />
৫. সম্ভব হলে একটি রিয়েল আইপি (স্টেটিক)<br />
আমার বাজেট সর্বোচ্চ ৩০০০ টাকা/মাস। আর সেটাপ ফি সমস্যা হবে না</p>
<p>আপনাদের জানা আছে কোন কোম্পানি এই সুবিধা দিতে পারবে?</p>
number of view: 333<img src="http://www.lavluda.com/?ak_action=api_record_view&id=179&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F11%2F04%2F%25e0%25a6%2596%25e0%25a7%2581%25e0%25a6%25ac%25e0%25a6%25bf-%25e0%25a6%25ad%25e0%25a6%25be%25e0%25a6%25b2-%25e0%25a6%25a8%25e0%25a7%2587%25e0%25a6%259f-%25e0%25a6%2595%25e0%25a6%25be%25e0%25a6%25a8%25e0%25a7%2587%25e0%25a6%2595%25e0%25a6%25b6%2F&amp;linkname=%E0%A6%96%E0%A7%81%E0%A6%AC%E0%A6%BF%20%E0%A6%AD%E0%A6%BE%E0%A6%B2%20%E0%A6%A8%E0%A7%87%E0%A6%9F%20%E0%A6%95%E0%A6%BE%E0%A6%A8%E0%A7%87%E0%A6%95%E0%A6%B6"><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>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/11/04/%e0%a6%96%e0%a7%81%e0%a6%ac%e0%a6%bf-%e0%a6%ad%e0%a6%be%e0%a6%b2-%e0%a6%a8%e0%a7%87%e0%a6%9f-%e0%a6%95%e0%a6%be%e0%a6%a8%e0%a7%87%e0%a6%95%e0%a6%b6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>কি যে করি (ব্লগ সমস্যা)</title>
		<link>http://www.lavluda.com/2007/10/28/%e0%a6%95%e0%a6%bf-%e0%a6%af%e0%a7%87-%e0%a6%95%e0%a6%b0%e0%a6%bf-%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%b8%e0%a6%ae%e0%a6%b8%e0%a7%8d%e0%a6%af%e0%a6%be/</link>
		<comments>http://www.lavluda.com/2007/10/28/%e0%a6%95%e0%a6%bf-%e0%a6%af%e0%a7%87-%e0%a6%95%e0%a6%b0%e0%a6%bf-%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%b8%e0%a6%ae%e0%a6%b8%e0%a7%8d%e0%a6%af%e0%a6%be/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 17:33:39 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28740565</guid>
		<description><![CDATA[খুবই খারাপ অবস্থা। হাতে প্রচুর কাজ। কিন্তু কিছুই করা হচ্ছে না। কারণ ঘুম থেকে উঠার পর থেকেই ব্লগ পরেই সময় পার করছি। শুধু এখন নয়, প্রায় প্রতিদিনই অন্তত ৪/৫ ঘন্টা ব্লগ পড়তে পড়তে যায়। যার ফলে হাতের কাজ গুলি সময় মত শেষ করতে পারছি না। ব্লগ পড়াটা নেশার মত হয়ে গেছে (যদিও আমার জবেরও অংশ)। ইন্টারনেট এর কানেকশনটা অন করার পর সর্বপ্রথম যে সাইটি ওপেন করি তা হল এই ব্লগ।  কি যে করি <img src='http://www.somewhereinblog.net/smileys/emot-slices_09.gif'  /> 


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>খুবই খারাপ অবস্থা। হাতে প্রচুর কাজ। কিন্তু কিছুই করা হচ্ছে না। কারণ ঘুম থেকে উঠার পর থেকেই ব্লগ পরেই সময় পার করছি। শুধু এখন নয়, প্রায় প্রতিদিনই অন্তত ৪/৫ ঘন্টা ব্লগ পড়তে পড়তে যায়। যার ফলে হাতের কাজ গুলি সময় মত শেষ করতে পারছি না। ব্লগ পড়াটা নেশার মত হয়ে গেছে (যদিও আমার জবেরও অংশ)। ইন্টারনেট এর কানেকশনটা অন করার পর সর্বপ্রথম যে সাইটি ওপেন করি তা হল এই ব্লগ।  কি যে করি <img src='http://www.somewhereinblog.net/smileys/emot-slices_09.gif'  /> </p>
number of view: 218<img src="http://www.lavluda.com/?ak_action=api_record_view&id=180&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F28%2F%25e0%25a6%2595%25e0%25a6%25bf-%25e0%25a6%25af%25e0%25a7%2587-%25e0%25a6%2595%25e0%25a6%25b0%25e0%25a6%25bf-%25e0%25a6%25ac%25e0%25a7%258d%25e0%25a6%25b2%25e0%25a6%2597-%25e0%25a6%25b8%25e0%25a6%25ae%25e0%25a6%25b8%25e0%25a7%258d%25e0%25a6%25af%25e0%25a6%25be%2F&amp;linkname=%E0%A6%95%E0%A6%BF%20%E0%A6%AF%E0%A7%87%20%E0%A6%95%E0%A6%B0%E0%A6%BF%20%28%E0%A6%AC%E0%A7%8D%E0%A6%B2%E0%A6%97%20%E0%A6%B8%E0%A6%AE%E0%A6%B8%E0%A7%8D%E0%A6%AF%E0%A6%BE%29"><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>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/10/28/%e0%a6%95%e0%a6%bf-%e0%a6%af%e0%a7%87-%e0%a6%95%e0%a6%b0%e0%a6%bf-%e0%a6%ac%e0%a7%8d%e0%a6%b2%e0%a6%97-%e0%a6%b8%e0%a6%ae%e0%a6%b8%e0%a7%8d%e0%a6%af%e0%a6%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>উবুন্তু ৭.১০ সিডি</title>
		<link>http://www.lavluda.com/2007/10/25/%e0%a6%89%e0%a6%ac%e0%a7%81%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%81-%e0%a7%ad%e0%a7%a7%e0%a7%a6-%e0%a6%b8%e0%a6%bf%e0%a6%a1%e0%a6%bf/</link>
		<comments>http://www.lavluda.com/2007/10/25/%e0%a6%89%e0%a6%ac%e0%a7%81%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%81-%e0%a7%ad%e0%a7%a7%e0%a7%a6-%e0%a6%b8%e0%a6%bf%e0%a6%a1%e0%a6%bf/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:44:11 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28739546</guid>
		<description><![CDATA[ব্লগে বেশ কিছু লিনাক্স ব্যবহারে আগ্রহি ব্লগার আছেন, তাদের সুবিধার জন্য এই মাত্র উবন্তু ৭.১০ ডাওনলোড করলাম। কারো প্রয়োজন হলে সা.ই. অফিসে এসে সংগ্রহ করতে পারেন (একটি ব্লেংক সিডি আনতে ভুলবেন না <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  /> )<br />
<br />



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>ব্লগে বেশ কিছু লিনাক্স ব্যবহারে আগ্রহি ব্লগার আছেন, তাদের সুবিধার জন্য এই মাত্র উবন্তু ৭.১০ ডাওনলোড করলাম। কারো প্রয়োজন হলে সা.ই. অফিসে এসে সংগ্রহ করতে পারেন (একটি ব্লেংক সিডি আনতে ভুলবেন না <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  /> )</p>
number of view: 217<img src="http://www.lavluda.com/?ak_action=api_record_view&id=181&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F25%2F%25e0%25a6%2589%25e0%25a6%25ac%25e0%25a7%2581%25e0%25a6%25a8%25e0%25a7%258d%25e0%25a6%25a4%25e0%25a7%2581-%25e0%25a7%25ad%25e0%25a7%25a7%25e0%25a7%25a6-%25e0%25a6%25b8%25e0%25a6%25bf%25e0%25a6%25a1%25e0%25a6%25bf%2F&amp;linkname=%E0%A6%89%E0%A6%AC%E0%A7%81%E0%A6%A8%E0%A7%8D%E0%A6%A4%E0%A7%81%20%E0%A7%AD.%E0%A7%A7%E0%A7%A6%20%E0%A6%B8%E0%A6%BF%E0%A6%A1%E0%A6%BF"><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>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/10/25/%e0%a6%89%e0%a6%ac%e0%a7%81%e0%a6%a8%e0%a7%8d%e0%a6%a4%e0%a7%81-%e0%a7%ad%e0%a7%a7%e0%a7%a6-%e0%a6%b8%e0%a6%bf%e0%a6%a1%e0%a6%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>একটি সুপ্ত বাসনা</title>
		<link>http://www.lavluda.com/2007/10/23/%e0%a6%8f%e0%a6%95%e0%a6%9f%e0%a6%bf-%e0%a6%b8%e0%a7%81%e0%a6%aa%e0%a7%8d%e0%a6%a4-%e0%a6%ac%e0%a6%be%e0%a6%b8%e0%a6%a8%e0%a6%be/</link>
		<comments>http://www.lavluda.com/2007/10/23/%e0%a6%8f%e0%a6%95%e0%a6%9f%e0%a6%bf-%e0%a6%b8%e0%a7%81%e0%a6%aa%e0%a7%8d%e0%a6%a4-%e0%a6%ac%e0%a6%be%e0%a6%b8%e0%a6%a8%e0%a6%be/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 05:30:19 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28739108</guid>
		<description><![CDATA[কার কাছে যেন শুনেছিলাম সকল বাঙ্গালীর মধ্যে কিছুটা হলেও কবি ভাব আছে/থাকে। <br />
<br />
আমার কথা টি সত্যি মনে হয়েছে। কারণ, মনে আছে, খুব ছোট বেলায়, আমি একবার আমার স্কুলের খাতার পিছনে ২ লাইনের একটা কবিতা লিখেছিলাম (যতটুকু মনে পরে তা ছিল প্রেমের কবিতা <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)। যাকিনা আমার শ্রদ্ধেয় মাস্টমশাই পরে খুব হেঁসে ছিল, আর আমি লজ্জায় কবিতা লেখা ছেড়ে দিলাম।<br />
<br />
আপনারা হয়ত বিশ্বাস করবেন না, আমার খুব হিংসা হয় কবি, সাহিত্যিকদের। <br />
<br />
আমার সব সময় মনে হয, অর্থিক দিক থেকে তারা খুব বেশি সুবিধা করতে না পারলেও তাদের লাইফ স্টাইলে রয়েছে অন্য ধরনের ছন্দ, তারা আমাদের চেয়ে অনেক উপরের স্তরের মানুষ। খুব ইচ্ছে করে তাদের মত কাঁধে চটের ব্যাগ ঝুলিয়ে ঘুরে বেড়াতে। হয়ত একদিন সব কিছু ছেড়ে, ছুড়ে ফেলে দিয়া বেড়িয়ে যাব অজানার পথে।<br />



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>কার কাছে যেন শুনেছিলাম সকল বাঙ্গালীর মধ্যে কিছুটা হলেও কবি ভাব আছে/থাকে। </p>
<p>আমার কথা টি সত্যি মনে হয়েছে। কারণ, মনে আছে, খুব ছোট বেলায়, আমি একবার আমার স্কুলের খাতার পিছনে ২ লাইনের একটা কবিতা লিখেছিলাম (যতটুকু মনে পরে তা ছিল প্রেমের কবিতা <img src='http://www.somewhereinblog.net/smileys/emot-slices_03.gif'  />)। যাকিনা আমার শ্রদ্ধেয় মাস্টমশাই পরে খুব হেঁসে ছিল, আর আমি লজ্জায় কবিতা লেখা ছেড়ে দিলাম।</p>
<p>আপনারা হয়ত বিশ্বাস করবেন না, আমার খুব হিংসা হয় কবি, সাহিত্যিকদের। </p>
<p>আমার সব সময় মনে হয, অর্থিক দিক থেকে তারা খুব বেশি সুবিধা করতে না পারলেও তাদের লাইফ স্টাইলে রয়েছে অন্য ধরনের ছন্দ, তারা আমাদের চেয়ে অনেক উপরের স্তরের মানুষ। খুব ইচ্ছে করে তাদের মত কাঁধে চটের ব্যাগ ঝুলিয়ে ঘুরে বেড়াতে। হয়ত একদিন সব কিছু ছেড়ে, ছুড়ে ফেলে দিয়া বেড়িয়ে যাব অজানার পথে।</p>
number of view: 269<img src="http://www.lavluda.com/?ak_action=api_record_view&id=182&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F23%2F%25e0%25a6%258f%25e0%25a6%2595%25e0%25a6%259f%25e0%25a6%25bf-%25e0%25a6%25b8%25e0%25a7%2581%25e0%25a6%25aa%25e0%25a7%258d%25e0%25a6%25a4-%25e0%25a6%25ac%25e0%25a6%25be%25e0%25a6%25b8%25e0%25a6%25a8%25e0%25a6%25be%2F&amp;linkname=%E0%A6%8F%E0%A6%95%E0%A6%9F%E0%A6%BF%20%E0%A6%B8%E0%A7%81%E0%A6%AA%E0%A7%8D%E0%A6%A4%20%E0%A6%AC%E0%A6%BE%E0%A6%B8%E0%A6%A8%E0%A6%BE"><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>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/10/23/%e0%a6%8f%e0%a6%95%e0%a6%9f%e0%a6%bf-%e0%a6%b8%e0%a7%81%e0%a6%aa%e0%a7%8d%e0%a6%a4-%e0%a6%ac%e0%a6%be%e0%a6%b8%e0%a6%a8%e0%a6%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>তথ্য দরকার</title>
		<link>http://www.lavluda.com/2007/10/22/%e0%a6%a4%e0%a6%a5%e0%a7%8d%e0%a6%af-%e0%a6%a6%e0%a6%b0%e0%a6%95%e0%a6%be%e0%a6%b0/</link>
		<comments>http://www.lavluda.com/2007/10/22/%e0%a6%a4%e0%a6%a5%e0%a7%8d%e0%a6%af-%e0%a6%a6%e0%a6%b0%e0%a6%95%e0%a6%be%e0%a6%b0/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:57:33 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28738772</guid>
		<description><![CDATA[আমি গতকাল মোবিকমের ইডিজিএ মডেম কিনেছি। এবং জিপি এর কানেকশন ব্যবহার করছি। সব কিছুই ঠিক আছে, শুধু একটি প্রবলেম করছে। মাঝে মধ্যে দেখা যাচ্ছে ওয়েব ব্রাউজ করা যাচ্ছে না। কিন্তু কনেকশন স্টেটাস দেখাচ্ছে কানেকশ ঠিক আছে বা চলছে। <br />
<br />
আপনারা যারা গ্রামীনের ইন্টারনেট ব্যবহার করছেন, তারা কেউকি এই প্রবলেম ফেইস করছেন ?<br />
<br />



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>আমি গতকাল মোবিকমের ইডিজিএ মডেম কিনেছি। এবং জিপি এর কানেকশন ব্যবহার করছি। সব কিছুই ঠিক আছে, শুধু একটি প্রবলেম করছে। মাঝে মধ্যে দেখা যাচ্ছে ওয়েব ব্রাউজ করা যাচ্ছে না। কিন্তু কনেকশন স্টেটাস দেখাচ্ছে কানেকশ ঠিক আছে বা চলছে। </p>
<p>আপনারা যারা গ্রামীনের ইন্টারনেট ব্যবহার করছেন, তারা কেউকি এই প্রবলেম ফেইস করছেন ?</p>
number of view: 271<img src="http://www.lavluda.com/?ak_action=api_record_view&id=183&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F22%2F%25e0%25a6%25a4%25e0%25a6%25a5%25e0%25a7%258d%25e0%25a6%25af-%25e0%25a6%25a6%25e0%25a6%25b0%25e0%25a6%2595%25e0%25a6%25be%25e0%25a6%25b0%2F&amp;linkname=%E0%A6%A4%E0%A6%A5%E0%A7%8D%E0%A6%AF%20%E0%A6%A6%E0%A6%B0%E0%A6%95%E0%A6%BE%E0%A6%B0"><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>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/10/22/%e0%a6%a4%e0%a6%a5%e0%a7%8d%e0%a6%af-%e0%a6%a6%e0%a6%b0%e0%a6%95%e0%a6%be%e0%a6%b0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mount your windows partition with write permission</title>
		<link>http://www.lavluda.com/2007/10/19/mount-your-windows-partition-with-write-permission/</link>
		<comments>http://www.lavluda.com/2007/10/19/mount-your-windows-partition-with-write-permission/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 09:50:58 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Helps]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2007/10/19/mount-your-windows-partition-with-write-permission/</guid>
		<description><![CDATA[I always get question from new linux users how to mount windows partition with read/write permission. That&#8217;s why writing this post&#8230;
to mount your other partition in linux, first you have to know what is there physical address. you can get this by:
ibrahim@lavluda:~$ su
Password:
lavluda:/home/ibrahim# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units [...]


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 always get question from new linux users how to mount windows partition with read/write permission. That&#8217;s why writing this post&#8230;</p>
<p>to mount your other partition in linux, first you have to know what is there physical address. you can get this by:</p>
<blockquote><p>ibrahim@lavluda:~$ su<br />
Password:<br />
lavluda:/home/ibrahim# fdisk -l</p>
<p>Disk /dev/sda: 120.0 GB, 120034123776 bytes<br />
255 heads, 63 sectors/track, 14593 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *           1        3270    26266243+   c  W95 FAT32 (LBA)<br />
/dev/sda2            3271        3513     1951897+  82  Linux swap / Solaris<br />
/dev/sda3            3514        5945    19535040   83  Linux<br />
/dev/sda4            5946       14593    69465060    f  W95 Ext&#8217;d (LBA)<br />
/dev/sda5            8108       10247    17189518+   b  W95 FAT32<br />
/dev/sda6           10248       12420    17454591    b  W95 FAT32<br />
/dev/sda7           12421       14593    17454591    b  W95 FAT32<br />
/dev/sda8            5946        8107    17366202   83  Linux</p>
<p>Partition table entries are not in disk order<br />
lavluda:/home/ibrahim#
</p></blockquote>
<p>now open your /etc/fstab with your favourite editor  (i prefer nano for console)<br />
and change according to your need. for batter understand you here is my fstab as example. </p>
<blockquote><p>lavluda:/home/ibrahim#cd /media<br />
lavluda:/home/ibrahim#mkdir c d e f<br />
lavluda:/home/ibrahim# nano /etc/fstab</p>
<p># /etc/fstab: static file system information.<br />
#<br />
# <file system> <mount point>   <type>  <options>       <dump>
<pass>
proc            /proc           proc    defaults        0       0<br />
/dev/sda3       /               reiserfs notail          0       1<br />
/dev/sda2       none            swap    sw              0       0<br />
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0<br />
/dev/sda1       /media/c        vfat rw,users,umask=000 0 0<br />
/dev/sda5       /media/d        vfat rw,users,umask=000 0 0<br />
/dev/sda6       /media/e        vfat rw,users,umask=000 0 0<br />
/dev/sda7       /media/f        vfat rw,users,umask=000 0 0</pass></dump></options></type></mount></file></p>
</blockquote>
<p>now time to mount these partitions <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<blockquote><p>lavluda:/home/ibrahim#mount -a</p></blockquote>
<p>write comments if you still getting problem <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
number of view: 298<img src="http://www.lavluda.com/?ak_action=api_record_view&id=114&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F19%2Fmount-your-windows-partition-with-write-permission%2F&amp;linkname=mount%20your%20windows%20partition%20with%20write%20permission"><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>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/10/19/mount-your-windows-partition-with-write-permission/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>সাপেড় খেলা</title>
		<link>http://www.lavluda.com/2007/10/17/%e0%a6%b8%e0%a6%be%e0%a6%aa%e0%a7%87%e0%a7%9c-%e0%a6%96%e0%a7%87%e0%a6%b2%e0%a6%be/</link>
		<comments>http://www.lavluda.com/2007/10/17/%e0%a6%b8%e0%a6%be%e0%a6%aa%e0%a7%87%e0%a7%9c-%e0%a6%96%e0%a7%87%e0%a6%b2%e0%a6%be/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 03:44:16 +0000</pubDate>
		<dc:creator>somewherein... blog</dc:creator>
				<category><![CDATA[my bangla blog]]></category>

		<guid isPermaLink="false">http://www.somewhereinblog.net/blog/lavludablog/28737835</guid>
		<description><![CDATA[ঈদের আগের দিন বাড়িতে আমাদের এলাকার সাপুড়ে কে ডেকে ছিলাম সাপেড় খেলা দেখানোর জন্য।  আপনাদের সাথে শেয়ার করলাম খেলার ভিডিওটি।<br />
<a class='eng' href='http://rapidshare.com/files/62958960/13102007005.mp4' target='_blank' ><font face='solaimanlipi' size='3'>ডাউনলোড  করুন</font></a>


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>ঈদের আগের দিন বাড়িতে আমাদের এলাকার সাপুড়ে কে ডেকে ছিলাম সাপেড় খেলা দেখানোর জন্য।  আপনাদের সাথে শেয়ার করলাম খেলার ভিডিওটি।<br />
<a class='eng' href='http://rapidshare.com/files/62958960/13102007005.mp4'  ><font face='solaimanlipi' size='3'>ডাউনলোড  করুন</font></a></p>
number of view: 267<img src="http://www.lavluda.com/?ak_action=api_record_view&id=184&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F17%2F%25e0%25a6%25b8%25e0%25a6%25be%25e0%25a6%25aa%25e0%25a7%2587%25e0%25a7%259c-%25e0%25a6%2596%25e0%25a7%2587%25e0%25a6%25b2%25e0%25a6%25be%2F&amp;linkname=%E0%A6%B8%E0%A6%BE%E0%A6%AA%E0%A7%87%E0%A7%9C%20%E0%A6%96%E0%A7%87%E0%A6%B2%E0%A6%BE"><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>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/10/17/%e0%a6%b8%e0%a6%be%e0%a6%aa%e0%a7%87%e0%a7%9c-%e0%a6%96%e0%a7%87%e0%a6%b2%e0%a6%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>সেই আগের ঈদ আর নেই</title>
		<link>http://www.lavluda.com/2007/10/16/%e0%a6%b8%e0%a7%87%e0%a6%87-%e0%a6%86%e0%a6%97%e0%a7%87%e0%a6%b0-%e0%a6%88%e0%a6%a6-%e0%a6%86%e0%a6%b0-%e0%a6%a8%e0%a7%87%e0%a6%87/</link>
		<comments>http://www.lavluda.com/2007/10/16/%e0%a6%b8%e0%a7%87%e0%a6%87-%e0%a6%86%e0%a6%97%e0%a7%87%e0%a6%b0-%e0%a6%88%e0%a6%a6-%e0%a6%86%e0%a6%b0-%e0%a6%a8%e0%a7%87%e0%a6%87/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 11:25:23 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.lavluda.com/2007/10/16/%e0%a6%b8%e0%a7%87%e0%a6%87-%e0%a6%86%e0%a6%97%e0%a7%87%e0%a6%b0-%e0%a6%88%e0%a6%a6-%e0%a6%86%e0%a6%b0-%e0%a6%a8%e0%a7%87%e0%a6%87/</guid>
		<description><![CDATA[ছোট বেলায় ঈদ আসলে খুব খুশি হতাম। কারণ নতুন জামা কাপড় কেনা হত। তার চেয়ে মজার ছিল ঈদের বকশিশ । ঈদের সেই কয়টা দিন পার করতাম স্বপনের মধ্য দিয়ে। সারাদিন খেলাধুলা, আড্ডা, টিভি দেখা ইত্যাদি ইত্যাদি। বেশি মজা পেতাম সন্ধ্যার পর উঠানে পাটি বিছিয়ে শুয়ে থাকতে সবাই মিলা। আর শুয়ে শুয়ে নতুন কোন খেলা আবিষ্কার [...]


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>ছোট বেলায় ঈদ আসলে খুব খুশি হতাম। কারণ নতুন জামা কাপড় কেনা হত। তার চেয়ে মজার ছিল ঈদের বকশিশ । ঈদের সেই কয়টা দিন পার করতাম স্বপনের মধ্য দিয়ে। সারাদিন খেলাধুলা, আড্ডা, টিভি দেখা ইত্যাদি ইত্যাদি। বেশি মজা পেতাম সন্ধ্যার পর উঠানে পাটি বিছিয়ে শুয়ে থাকতে সবাই মিলা। আর শুয়ে শুয়ে নতুন কোন খেলা আবিষ্কার করে ফেলতাম কোন একজন। আমার চাচাতো ভাই বোনের সংখ্যা আল্লহর রহমতে কম নয়, প্রায় ২ ডজন। তাই খেলার জন্য লোকের অভাব হত না কখনো। বরং প্রায়ই সময়ে একাধিক গ্রুপ করে খেলতে হত (জুনিয়ার এন্ড সিনিয়র গ্রুপ)।</p>
<p>ঈদের ২দিন আগে থেকেই চিন্তায় পরে যেতাম এত সকাল সকাল ঠান্ডা পানি দিয়ে গুছোল করব কিভাবে। যাই হোক সকাল বেলা ঘুম থেকে উঠা ভয়ে ভয়ে পুকুরের দিকে এগিয়ে যেতাম। আর ৫ মিনিট ধরে দাড়িয়ে থেকে সাহস করে নেমে পরতাম গুছোল করতে আর তা শেষ হয় মাত্র ২ মিনিটির মধ্যে। তার পর নতুন জামা কাপড় পরে রওনা হতাম ঈদ গা-এর দিকে। সবার সাথে নামায আদায় করে বাসায় আসার পর একজন একজন করে সব মুরুব্বিকে সালাম করতাম এবং অটোমেটিক পকেট ভারি হতে থাকত ।</p>
<p>গতকাল বিকালে দাদার বাড়ি থেকে ঈদ করে ফিরলাম। তখন থেকেই কথাটি মাথায় ঘুরছে, &#8220;সেই আগে ঈদ আর নেই&#8221;।<br />
এখন আর সেই ভাবে সবাই একসাথে সময় কাটাতে পারি না, সবাই যার যার মত ব্যাস্ত। আর দাদি ছাড়া কেউ ঈদের বকশিশ ও দেয় না। এখন ঈদ কাটাই টিভির আয়োজন দেখে দেখে।</p>
number of view: 393<img src="http://www.lavluda.com/?ak_action=api_record_view&id=112&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F16%2F%25e0%25a6%25b8%25e0%25a7%2587%25e0%25a6%2587-%25e0%25a6%2586%25e0%25a6%2597%25e0%25a7%2587%25e0%25a6%25b0-%25e0%25a6%2588%25e0%25a6%25a6-%25e0%25a6%2586%25e0%25a6%25b0-%25e0%25a6%25a8%25e0%25a7%2587%25e0%25a6%2587%2F&amp;linkname=%E0%A6%B8%E0%A7%87%E0%A6%87%20%E0%A6%86%E0%A6%97%E0%A7%87%E0%A6%B0%20%E0%A6%88%E0%A6%A6%20%E0%A6%86%E0%A6%B0%20%E0%A6%A8%E0%A7%87%E0%A6%87"><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>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/10/16/%e0%a6%b8%e0%a7%87%e0%a6%87-%e0%a6%86%e0%a6%97%e0%a7%87%e0%a6%b0-%e0%a6%88%e0%a6%a6-%e0%a6%86%e0%a6%b0-%e0%a6%a8%e0%a7%87%e0%a6%87/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>me, with new hair style :)</title>
		<link>http://www.lavluda.com/2007/10/09/me-with-new-hair-style/</link>
		<comments>http://www.lavluda.com/2007/10/09/me-with-new-hair-style/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:09:10 +0000</pubDate>
		<dc:creator>lavluda</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://lavluda.com/2007/10/09/me-with-new-hair-style/</guid>
		<description><![CDATA[

check my new hair style and don&#8217;t forget to write your comments.
number of view: 216

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><a href="http://www.lavluda.com/wp-content/uploads/2007/10/06102007175.jpg"><img src='http://www.lavluda.com/wp-content/uploads/2007/10/06102007175.thumbnail.jpg' title='me old hair style' alt='me old hair style' /></a></p>
<p><a href="http://www.lavluda.com/wp-content/uploads/2007/10/photo-2.jpg"><img src='http://www.lavluda.com/wp-content/uploads/2007/10/photo-2.thumbnail.jpg' title='new face lavluda' alt='new face lavluda' /></a></p>
<p>check my new hair style and don&#8217;t forget to write your comments.</p>
number of view: 216<img src="http://www.lavluda.com/?ak_action=api_record_view&id=109&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lavluda.com%2F2007%2F10%2F09%2Fme-with-new-hair-style%2F&amp;linkname=me%2C%20with%20new%20hair%20style%20%3A%29"><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>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/10/09/me-with-new-hair-style/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.531 seconds -->
<!-- Cached page served by WP-Cache -->
