<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mahmud Fahmi</title>
	<atom:link href="http://mahmudfahmi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahmudfahmi.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 Feb 2012 03:52:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mahmudfahmi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mahmud Fahmi</title>
		<link>http://mahmudfahmi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mahmudfahmi.wordpress.com/osd.xml" title="Mahmud Fahmi" />
	<atom:link rel='hub' href='http://mahmudfahmi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Creating partition on unpartitioned space in Sun Solaris 10</title>
		<link>http://mahmudfahmi.wordpress.com/2012/01/18/creating-partition-on-unpartitioned-space-in-sun-solaris-10/</link>
		<comments>http://mahmudfahmi.wordpress.com/2012/01/18/creating-partition-on-unpartitioned-space-in-sun-solaris-10/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:26:25 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[Sun Solaris 10]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/?p=281</guid>
		<description><![CDATA[Well I need to create partition in my Sun Solaris 10. I never did it before. So, I took virtual box for demonstration. Open  console and issue &#8230; bash-3.00# format It gives the following output. Searching for disks&#8230;done AVAILABLE DISK SELECTIONS: 0. c0d0 &#60;DEFAULT cyl 2085 alt 2 hd 255 sec 63&#62; /pci@0,0/pci-ide@1,1/ide@0/cmdk@0,0 Specify disk (enter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=281&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well I need to create partition in my Sun Solaris 10. I never did it before. So, I took virtual box for demonstration.</p>
<p>Open  console and issue &#8230;</p>
<blockquote><p>bash-3.00# format</p>
<p>It gives the following output.</p>
<p>Searching for disks&#8230;done<br />
AVAILABLE DISK SELECTIONS:<br />
0. c0d0 &lt;DEFAULT cyl 2085 alt 2 hd 255 sec 63&gt;<br />
/pci@0,0/pci-ide@1,1/ide@0/cmdk@0,0<br />
Specify disk (enter its number):</p></blockquote>
<p><span id="more-281"></span></p>
<p>Check out, AVAILABLE DISK SELECTIONS. Now, I have only one disk (c0d0). Select the &#8217;0&#8242; (Zero) no. disk to make partitioned in it.</p>
<blockquote><p>Specify disk (enter its number): 0</p></blockquote>
<p>It will give the following output.</p>
<blockquote><p>selecting c0d0<br />
Controller working list found<br />
[disk formatted, defect list found]<br />
Warning: Current Disk has mounted partitions.<br />
/dev/dsk/c0d0s0 is currently mounted on /. Please see umount(1M).<br />
/dev/dsk/c0d0s1 is currently used by swap. Please see swap(1M).<br />
/dev/dsk/c0d0s3 is currently mounted on /mytest. Please see umount(1M).<br />
FORMAT MENU:<br />
disk          - select a disk<br />
type         &#8211; select (define) a disk type<br />
partition &#8211; select (define) a partition table<br />
current    - describe the current disk<br />
format     &#8211;  format and analyze the disk<br />
fdisk         &#8211; run the fdisk program<br />
repair      - repair a defective sector<br />
show       &#8211; translate a disk address<br />
label       &#8211; write label to the disk<br />
analyze &#8211; surface analysis<br />
defect    - defect list management<br />
backup   &#8211; search for backup labels<br />
verify     &#8211; read and display labels<br />
save        - save new disk/partition definitions<br />
volname &#8211; set 8-character volume name<br />
!&lt;cmd&gt; &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
format&gt;</p></blockquote>
<p>Now enter &#8216;p&#8217; (Partition) to initiate partitioning procedure in it.</p>
<blockquote><p>format&gt; p</p></blockquote>
<p>It will give following output.</p>
<blockquote><p>PARTITION MENU:<br />
0 &#8211; change `0&#8242; partition<br />
1 &#8211; change `1&#8242; partition<br />
2 &#8211; change `2&#8242; partition<br />
3 &#8211; change `3&#8242; partition<br />
4 &#8211; change `4&#8242; partition<br />
5 &#8211; change `5&#8242; partition<br />
6 &#8211; change `6&#8242; partition<br />
7 &#8211; change `7&#8242; partition<br />
select &#8211; select a predefined table<br />
modify &#8211; modify a predefined partition table<br />
name &#8211; name the current table<br />
print &#8211; display the current table<br />
label &#8211; write partition map and label to the disk<br />
!&lt;cmd&gt; &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
partition&gt;</p></blockquote>
<p>To see existing partitions, issue &#8216;p&#8217; (print).</p>
<blockquote><p>partition&gt; p</p></blockquote>
<p>It will give following output.</p>
<blockquote><p>Current partition table (original):<br />
Total disk cylinders available: 2085 + 2 (reserved cylinders)</p>
<p>Part      Tag     Flag      Cylinders         Size               Blocks<br />
0       root    wm       3 &#8211; 1308       10.00GB          (1306/0/0)     20980890<br />
1       swap    wu    1309 &#8211; 1570        2.01GB          (262/0/0)       4209030<br />
2     backup    wm       0 &#8211; 2084       15.97GB         (2085/0/0)    33495525<br />
3 unassigned    wu    1571 &#8211; 1672      800.11MB    (102/0/0)   1638630<br />
4 unassigned    wm                     0               0                      (0/0/0)           0<br />
5 unassigned    wm                     0               0                      (0/0/0)           0<br />
6 unassigned    wm                     0               0                      (0/0/0)           0<br />
7 unassigned    wm                     0               0                      (0/0/0)           0<br />
8       boot    wu                          0 &#8211;    0        7.84MB    (1/0/0)       16065<br />
9 alternates    wu                     1 &#8211;    2       15.69MB    (2/0/0)       32130</p>
<p>partition&gt;</p></blockquote>
<p>Checkout the table. No 0, 1, 2,8 and 9 is not usable. no. 3 is not usable as already created a partition there. 4,5,6 and 7 is available to make partition. So, I have selected 4.</p>
<blockquote><p>partition&gt; 4</p></blockquote>
<p>It will give following output.</p>
<blockquote><p>Part      Tag           Flag     Cylinders        Size            Blocks<br />
4 unassigned    wm       0               0         (0/0/0)           0</p>
<p>Enter partition id tag[unassigned]:</p></blockquote>
<p>Keep partition id and permission flags empty.</p>
<blockquote><p>Enter partition id tag[unassigned]:<br />
Enter partition permission flags[wm]:<br />
Enter new starting cyl[0]:</p></blockquote>
<p>Now, check previous partition of no. 4. It is number 3. Its Cylinders count ended at 1672. So, we will start from 1673. (If there is no no. 3 that i created previously, then we would have look for part no. 1. Not 2, because it is not usable, it represents whole disk size).</p>
<p>Now enter 1673</p>
<blockquote><p>Enter new starting cyl[0]: 1673</p></blockquote>
<p>and partition size 500mb.</p>
<blockquote><p>Enter partition size[0b, 0c, 1673e, 0.00mb, 0.00gb]: 500mb</p></blockquote>
<p>Now enter &#8216;label&#8217; to confirm your partition.</p>
<blockquote><p>partition&gt; label<br />
Ready to label disk, continue? y</p></blockquote>
<p>Now, again see your partitioning summary.</p>
<blockquote><p>partition&gt; p<br />
Current partition table (unnamed):<br />
Total disk cylinders available: 2085 + 2 (reserved cylinders)</p>
<p>Part      Tag     Flag      Cylinders         Size               Blocks<br />
0       root    wm       3 &#8211; 1308       10.00GB          (1306/0/0)     20980890<br />
1       swap    wu    1309 &#8211; 1570        2.01GB          (262/0/0)       4209030<br />
2     backup    wm       0 &#8211; 2084       15.97GB         (2085/0/0)    33495525<br />
3 unassigned    wu    1571 &#8211; 1672      800.11MB    (102/0/0)   1638630<br />
4 unassigned      wm    1673 &#8211; 1736     502.03MB   (64/0/0) 1028160<br />
5 unassigned    wm                     0               0                      (0/0/0)           0<br />
6 unassigned    wm                     0               0                      (0/0/0)           0<br />
7 unassigned    wm                     0               0                      (0/0/0)           0<br />
8       boot    wu                          0 &#8211;    0        7.84MB    (1/0/0)       16065<br />
9 alternates    wu                     1 &#8211;    2       15.69MB    (2/0/0)       32130</p></blockquote>
<p>Well, its done.</p>
<p>Now, issue &#8216;q&#8217; to exit partition and again &#8216;q&#8217; to exit format.</p>
<blockquote><p>partition&gt; q<br />
FORMAT MENU:<br />
disk &#8211; select a disk<br />
type &#8211; select (define) a disk type<br />
partition &#8211; select (define) a partition table<br />
current &#8211; describe the current disk<br />
format &#8211; format and analyze the disk<br />
fdisk &#8211; run the fdisk program<br />
repair &#8211; repair a defective sector<br />
show &#8211; translate a disk address<br />
label &#8211; write label to the disk<br />
analyze &#8211; surface analysis<br />
defect &#8211; defect list management<br />
backup &#8211; search for backup labels<br />
verify &#8211; read and display labels<br />
save &#8211; save new disk/partition definitions<br />
volname &#8211; set 8-character volume name<br />
!&lt;cmd&gt; &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
format&gt; q<br />
bash-3.00#</p></blockquote>
<p>Then, format file system.</p>
<blockquote><p>bash-3.00# newfs /dev/rdsk/c0d0s4</p></blockquote>
<p>Result..</p>
<blockquote><p>bash-3.00# newfs /dev/rdsk/c0d0s4<br />
newfs: construct a new file system /dev/rdsk/c0d0s4: (y/n)? y<br />
Warning: 4032 sector(s) in last cylinder unallocated<br />
/dev/rdsk/c0d0s4:           1028160 sectors in 168 cylinders of 48 tracks, 128 sectors<br />
502.0MB in 13 cyl groups (13 c/g, 39.00MB/g, 18624 i/g)<br />
super-block backups (for fsck -F ufs -o b=#) at:<br />
32, 80032, 160032, 240032, 320032, 400032, 480032, 560032, 640032, 720032,<br />
800032, 880032, 960032</p></blockquote>
<p>Now, we have to mount this partition.</p>
<p>Create a directory in root directory.</p>
<blockquote><p>bash-3.00# cd /<br />
bash-3.00# mkdir oracle</p></blockquote>
<p>Our partition is at &#8216;/dev/dsk/c0d0s4&#8242;. We will mount it to previously created oracle directory.</p>
<blockquote><p>bash-3.00# mount /dev/dsk/c0d0s4 /oracle</p></blockquote>
<p>Check newly created partition.</p>
<blockquote><p>bash-3.00# cd /oracle/<br />
bash-3.00# ls<br />
lost+found<br />
bash-3.00# df -h<br />
Filesystem                         size   used  avail capacity  Mounted on<br />
/dev/dsk/c0d0s0        9.9G   3.4G   6.4G    35%    /<br />
/devices                             0K     0K     0K     0%    /devices<br />
ctfs                                 0K     0K     0K     0%    /system/contract<br />
proc                                 0K     0K     0K     0%    /proc<br />
mnttab                               0K     0K     0K     0%    /etc/mnttab<br />
swap                               2.3G   548K   2.3G     1%    /etc/svc/volatile<br />
objfs                                0K     0K     0K     0%    /system/object<br />
sharefs                              0K     0K     0K     0%    /etc/dfs/sharetab<br />
fd                                   0K     0K     0K     0%    /dev/fd<br />
swap                               2.3G   136K   2.3G     1%    /tmp<br />
swap                               2.3G    32K   2.3G     1%    /var/run<br />
/dev/dsk/c0d0s3        752M   1.0M   698M     1%    /mytest<br />
/dev/dsk/c0d0s4        472M   1.0M   424M     1%    /oracle<br />
bash-3.00#</p></blockquote>
<p>Now, check the last entry. That is the guy.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=281&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2012/01/18/creating-partition-on-unpartitioned-space-in-sun-solaris-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with alfresco-3.4.d workflow to send email</title>
		<link>http://mahmudfahmi.wordpress.com/2011/09/20/working-with-alfresco-3-4-d-workflow-to-send-email/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/09/20/working-with-alfresco-3-4-d-workflow-to-send-email/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 10:57:20 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[james]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/?p=275</guid>
		<description><![CDATA[From the past two weeks was working with alfresco community version. Its pretty good in its domain. My was to configure it, so that my company can use it for managing various official documents. It has several workflows. One of them is parallel workflow. The plan was my boss wants to start a workflow with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=275&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From the past two weeks was working with alfresco community version. Its pretty good in its domain. My was to configure it, so that my company can use it for managing various official documents. It has several workflows. One of them is parallel workflow. The plan was my boss wants to start a workflow with a office note and he will add some of the officers for reviewing. Well, this can be done in parallel workflow. But, he also wants that, after initiating workflow an email will be sent to the reviewers. Now, this wasn&#8217;t in alfresco. The only mail functions in adhoc workflow.</p>
<p><span id="more-275"></span></p>
<p>Obviously I started my RND via google. found that there is no straight forward way to solve this problem. All I found people are screaming for help.</p>
<p>I used alfresco-3.4.d community version with default installation in CentOS 5.6</p>
<p>For SMTP, i tried to use gmail. There were a number of tutorial in the web. But, i didn&#8217;t work well with me. I tried <a title="Apache James" href="http://james.apache.org/" target="_blank">James</a>. Its pretty easy to use. I followed <a title="using-apache-james-mail-server" href="http://blog.inflinx.com/2011/01/21/using-apache-james-mail-server/" target="_blank">this</a> post to install it and created an user alfresco/alfresco. U need to check <a title="Configuring_Email_With_Apache_James" href="http://wiki.alfresco.com/wiki/Configuring_Email_With_Apache_James" target="_blank">this</a> post to configure james for alfresco. Which is as follows.</p>
<p>In james I modified /opt/james-2.3.2/apps/james/SAR-INF/config.xml</p>
<p>Make sure that the following tags exists in that config file with the corresponding values.</p>
<blockquote><p>&lt;servernames autodetect=&#8221;true&#8221; autodetectIP=&#8221;true&#8221;&gt;<br />
&lt;servername&gt;localhost&lt;/servername&gt;<br />
&lt;servername&gt;example.com&lt;/servername&gt;<br />
&lt;/servernames&gt;</p></blockquote>
<p>and</p>
<blockquote><p>&lt;pop3server  enabled=&#8221;true&#8221;&gt;   &lt;port&gt;9110&lt;/port&gt;<br />
&lt;smtpserver enabled=&#8221;true&#8221;&gt;    &lt;port&gt;9025&lt;/port&gt;<br />
&lt;nntpserver enabled=&#8221;true&#8221;&gt;    &lt;port&gt;9119&lt;/port&gt;</p></blockquote>
<p>These lines are scattered through out the config file. So, don&#8217;t copy-paste it blindly, use your head. Restart James.</p>
<p>Now, we need to edit alfresco properties file to add the information of James, our mail server.</p>
<p>Find out /opt/alfresco-3.4.d/tomcat/shared/classes/alfresco-global.properties</p>
<p>Add the following lines.</p>
<blockquote><p>mail.host=localhost<br />
mail.port=9025<br />
mail.username=alfresco<br />
mail.password=alfresco<br />
mail.from.default=admin@example.com</p></blockquote>
<p>Now, we have to the work in the parallel workflow xml(/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/workflow/parallelreview_processdefinition.xml)  file. Our goal is to send mail to each of the reviewers as soon as the initiator started the workflow. Find out the startreview node. It will be look like this,</p>
<blockquote><p>&lt;node name=&#8221;startreview&#8221;&gt;<br />
&lt;action&gt;<br />
&lt;foreach&gt;#{bpm_assignees}&lt;/foreach&gt;<br />
&lt;var&gt;reviewer&lt;/var&gt;<br />
&lt;/action&gt;<br />
&lt;event type=&#8221;node-enter&#8221;&gt;<br />
&lt;script&gt;<br />
&lt;variable name=&#8221;wf_approveCount&#8221; access=&#8221;write&#8221; /&gt;<br />
&lt;expression&gt;<br />
wf_approveCount = 0;<br />
&lt;/expression&gt;<br />
&lt;/script&gt;<br />
&lt;/event&gt;<br />
&lt;transition name=&#8221;review&#8221; to=&#8221;review&#8221;/&gt;<br />
&lt;/node&gt;</p></blockquote>
<p>now add the send mail action inside review transition. Now, it will look like this.</p>
<blockquote><p>&lt;node name=&#8221;startreview&#8221;&gt;<br />
&lt;action&gt;<br />
&lt;foreach&gt;#{bpm_assignees}&lt;/foreach&gt;<br />
&lt;var&gt;reviewer&lt;/var&gt;<br />
&lt;/action&gt;<br />
&lt;event type=&#8221;node-enter&#8221;&gt;<br />
&lt;script&gt;<br />
&lt;variable name=&#8221;wf_approveCount&#8221; access=&#8221;write&#8221; /&gt;<br />
&lt;expression&gt;<br />
wf_approveCount = 0;<br />
&lt;/expression&gt;<br />
&lt;/script&gt;<br />
&lt;/event&gt;<br />
&lt;transition name=&#8221;review&#8221; to=&#8221;review&#8221;&gt;<br />
&lt;action&gt;<br />
&lt;script&gt;<br />
var mail = actions.create(&#8220;mail&#8221;);<br />
mail.parameters.to = reviewer.properties.email;<br />
mail.parameters.subject = &#8220;Parallel Task started&#8221;;<br />
mail.parameters.from = &#8220;alfresco@mydomain.com&#8221;;<br />
mail.parameters.text = &#8220;Parallel Task started.&#8221;;<br />
mail.execute(bpm_package);<br />
&lt;/script&gt;<br />
&lt;/action&gt;<br />
&lt;/transition&gt;<br />
&lt;/node&gt;</p></blockquote>
<p>Wait, its not finished yet. We need to redeploy it. Find out /opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/bootstrap-context.xml find out</p>
<blockquote><p>&lt;props&gt;<br />
&lt;prop key=&#8221;engineId&#8221;&gt;jbpm&lt;/prop&gt;<br />
&lt;prop key=&#8221;location&#8221;&gt;alfresco/workflow/parallelreview_processdefinition.xml&lt;/prop&gt;<br />
&lt;prop key=&#8221;mimetype&#8221;&gt;text/xml&lt;/prop&gt;<br />
&lt;prop key=&#8221;redeploy&#8221;&gt;false&lt;/prop&gt;<br />
&lt;/props&gt;</p></blockquote>
<p>Make redeploy true. It will be like this.</p>
<blockquote><p>&lt;props&gt;<br />
&lt;prop key=&#8221;engineId&#8221;&gt;jbpm&lt;/prop&gt;<br />
&lt;prop key=&#8221;location&#8221;&gt;alfresco/workflow/parallelreview_processdefinition.xml&lt;/prop&gt;<br />
&lt;prop key=&#8221;mimetype&#8221;&gt;text/xml&lt;/prop&gt;<br />
&lt;prop key=&#8221;redeploy&#8221;&gt;true&lt;/prop&gt;<br />
&lt;/props&gt;</p></blockquote>
<p>Now, restart the alfresco service via &#8216; service alfresco stop &#8216; and &#8216; service alfresco start &#8216;.</p>
<p>Now, check yourself if it works or not and let me know <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=275&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/09/20/working-with-alfresco-3-4-d-workflow-to-send-email/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>
	</item>
		<item>
		<title>Navicat for Mysql on CentOS 5.6</title>
		<link>http://mahmudfahmi.wordpress.com/2011/09/19/navicat-for-mysql-on-centos-5-6/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/09/19/navicat-for-mysql-on-centos-5-6/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 06:09:09 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/?p=270</guid>
		<description><![CDATA[I was looking for this for a long time. Found it. Navicat for MySQL is a powerful MySQL Database Server administration and development tool. It works with any MySQL version from 3.21 or above and supports most of the latest MySQL features including Trigger, Procedure, Function, Event, View, Manage User, and so on. [root@map007 /]# [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=270&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was looking for this for a long time. Found it.</p>
<p>Navicat for MySQL is a powerful MySQL Database Server administration and development tool. It works with any MySQL version from 3.21 or above and supports most of the latest MySQL features including Trigger, Procedure, Function, Event, View, Manage User, and so on.</p>
<blockquote><p>[root@map007 /]# cd /opt/</p>
<p>[root@map007 opt]# wget http://download2.navicat.com/download/navicat091_lite_en.tar.gz</p>
<p>[root@map007 opt]# ls</p>
<p>navicat091_lite_en.tar.gz</p>
<p>[root@map007 /]# tar zxvf navicat091_lite_en.tar.gz</p>
<p>[root@map007 navicat091_lite_en]# ls</p>
<p>LGPLV2 Navicat start_navicat wine wine_old</p>
<p>[root@map007 navicat091_lite_en]# ./start_navicat</p></blockquote>
<p>&nbsp;</p>
<p>Thanks to <a href="http://www.linuxsurgeon.org/kb/how-to-navicat-for-mysql-on-centos.html" target="_blank">this guy</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=270&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/09/19/navicat-for-mysql-on-centos-5-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing swftools-0.9.1 in CentOS 5.6 for Alfresco-3.4.d</title>
		<link>http://mahmudfahmi.wordpress.com/2011/09/12/installing-swftools-0-9-1-in-centos-5-6-for-alfresco-3-4-d/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/09/12/installing-swftools-0-9-1-in-centos-5-6-for-alfresco-3-4-d/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 08:19:29 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Alfresco-3.4.d]]></category>
		<category><![CDATA[CentOS 5.6]]></category>
		<category><![CDATA[swftools-0.9.1]]></category>
		<category><![CDATA[The preview could not be loaded from the server]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/?p=265</guid>
		<description><![CDATA[Here is quick install howto for swftools 0.9.1 on CentOS 5.5: Get the swftools-0.9.1 (this is the current for now): [root@centos5 ~]# wget http://www.swftools.org/swftools-0.9.1.tar.gz [root@centos5 ~]# tar xzf swftools-0.9.1.tar.gz Now you have to compile it so you need to have gcc and some libraries and components installed (automake, zlib-devel, libjpeg-devel, giflib-devel, freetype-devel) so you don’t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=265&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is quick install howto for swftools 0.9.1 on CentOS 5.5:</p>
<p>Get the swftools-0.9.1 (this is the current for now):</p>
<p>[root@centos5 ~]# wget http://www.swftools.org/swftools-0.9.1.tar.gz</p>
<p>[root@centos5 ~]# tar xzf swftools-0.9.1.tar.gz</p>
<p>Now you have to compile it so you need to have gcc and some libraries and components installed (automake, zlib-devel, libjpeg-devel, giflib-devel, freetype-devel) so you don’t get errors during the compile process:</p>
<p>[root@centos5 ~]# yum install gcc* automake zlib-devel libjpeg-devel giflib-devel freetype-devel</p>
<p>[root@centos5 ~]# cd swftools-0.9.1</p>
<p>[root@centos5 ~]# ./configure</p>
<p>[root@centos5 ~]# make</p>
<p>[root@centos5 ~]# make install</p>
<p>n 3.4.d, the pdf2swf conversion that is used by default in preview, is broken (at least in Linux package). The reason is the corrupted library link (libstdc++.so.5). You have to fix it this way:</p>
<p>$ cd $YOUR_ALFRESCO_DIRECTORY/common/lib<br />
$ rm libstdc++.so.5<br />
$ ln -s libstdc++.so.5.0.3 libstdc++.so.5  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/265/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/265/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/265/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=265&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/09/12/installing-swftools-0-9-1-in-centos-5-6-for-alfresco-3-4-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>
	</item>
		<item>
		<title>Ahsan Manzil</title>
		<link>http://mahmudfahmi.wordpress.com/2011/08/27/ahsan-manzil/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/08/27/ahsan-manzil/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 22:37:07 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/2011/08/27/ahsan-manzil/</guid>
		<description><![CDATA[Ahsan Manzil, originally uploaded by Mahmud Fahmi. Ahsan Manzil (Bengali: আহসান মঞ্জিল) was the official residential palace and seat of the Dhaka Nawab Family. This magnificent building is situated at Kumartoli along the banks of the Buriganga River in Bangladesh. Wiki : Ahsan Manzil _____________________________________________________________________ Please don&#8217;t use this image without my permission. © All [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=263&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;padding:3px;">
<a href="http://www.flickr.com/photos/_fahmi/6084049712/" title="photo sharing"><img src="http://farm7.static.flickr.com/6070/6084049712_5486e81642.jpg" style="border:solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size:.8em;margin-top:0;"><a href="http://www.flickr.com/photos/_fahmi/6084049712/">Ahsan Manzil</a>, originally uploaded by <a href="http://www.flickr.com/photos/_fahmi/">Mahmud Fahmi</a>.</span>
</div>
<p>
<b>Ahsan Manzil (Bengali: আহসান মঞ্জিল) was the official residential palace and seat of the Dhaka Nawab Family. This magnificent building is situated at Kumartoli along the banks of the Buriganga River in Bangladesh.</p>
<p>Wiki : <a href="http://en.wikipedia.org/wiki/Ahsan_Manzil" rel="nofollow">Ahsan Manzil</a></p>
<p>_____________________________________________________________________<br />
<i>Please don&#8217;t use this image without my permission.<br />
© All rights reserved</i></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=263&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/08/27/ahsan-manzil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm7.static.flickr.com/6070/6084049712_5486e81642.jpg" medium="image" />
	</item>
		<item>
		<title>Let&#8217;s have some chat on macro photography with Raiyan Ahmed</title>
		<link>http://mahmudfahmi.wordpress.com/2011/08/24/lets-have-some-chat-on-macro-photography-with-raiyan-ahmed/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/08/24/lets-have-some-chat-on-macro-photography-with-raiyan-ahmed/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:27:31 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Raiyan Ahmed]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/?p=257</guid>
		<description><![CDATA[Raiyan Ahmed.. an excellent photographer with extensive knowledge in macro photography and in bugs. To know more about him click here. See his photostream. We had discuss about macro photography at photographybd.com . Macro photography is completely a new world to me. Tried to learn something from him. Here it goes&#8230;.. First of all I&#8217;ll just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=257&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Raiyan Ahmed.. an excellent photographer with extensive knowledge in macro photography and in bugs.</p>
<p>To know more about him <a title="Raiyan Ahmed" href="http://carpetbagdesign.com/?p=246" target="_blank">click here</a>. See his <a title="octa_rayan's photostream" href="http://www.flickr.com/photos/ray_photography/" target="_blank">photostream</a>.</p>
<p><a title="Raiyan Ahmed" href="http://www.flickr.com/photos/ray_photography/5075488350/" target="_blank"><img class="aligncenter" title="Dragon's lunch" src="http://farm5.static.flickr.com/4006/5075488350_30037c90fc.jpg" alt="" width="500" height="334" /></a></p>
<p>We had discuss about macro photography at <a href="http://www.photographybd.com/index.php?topic=117.0" target="_blank">photographybd.com</a> . Macro photography is completely a new world to me. Tried to learn something from him.</p>
<p>Here it goes&#8230;..</p>
<p><span id="more-257"></span></p>
<p>First of all I&#8217;ll just share a few words about doing macro with the lit lens. The lit lens is a zoom or varifocal lens that has a floating aperture and to reduce the cost of production, these lenses are manufactured with relatively smaller maximum aperture compared to the primes(for example a kit&#8217;s max aperture range is generally f/3.5~5.6 where the largest aperture of the lens is f/3.5 at its widest whereas you can get a 50mm f/1.8 prime for almost the same cost and it is twice as fast than the kit (f/3.5~f/1.). Therefore naturally it becomes hard to spot a subject with the reversed kit lens as it allows comparatively less amount of light through it.</p>
<blockquote><p>what is macro lens ?? wide question !! I just wanted to know, if I can use it for every type of photography !!</p></blockquote>
<p>A macro lens is a lens capable of magnifying a subject and reflecting the life size image on the sensor(Life size~ if a bug is 8mm long then its image on sensor will be of the same length of 8mm). Macro lenses are designed to work with very little focussing distance from the subject.  But the macro lenses are not confined to working with that limited distance only. These lenses can focus up to infinity and therefore can be used for any purpose. (For example, the canon 100mm f/2.8 macro lens is considered to be one of the best lenses for portrait photography.</p>
<blockquote><p>how important is light, if i use reverse lens..</p></blockquote>
<p>Light I think is the most important issue if you are doing reverse macro. The built in flash of your camera is not enough to provide the required light for such delicate work so an external flash is a vital requirement. But for the time being you can search in google about making a built in flash diffuser by yourself which can improve the light a lot.</p>
<blockquote><p>what is the difference between macro and micro photography..  (i&#8217;m unaware about micro  photography)</p></blockquote>
<p>There is quite a big difference in macro and micro photography but often these are used simultaneously for the same purpose. Macro photography means photographing anything at life-size or larger. I have mentioned the term life-size in my second answer. On the other hand, micro photography means photographing microscopic subjects. Micro scopic subjects cannot be seen through naked eyes and this is where the difference comes in. In macro photography you can see the subject and you take a more or equally magnified picture compared to life-size and in micro photography you cannot see the subject and you take the photograph using a microscopic lens. That&#8217;s all!!</p>
<blockquote><p>i was ur gears in facebook.. its pretty fascinating to own all of them..!! i saw a box/tube in between the camera body and lens.. i guess its called extension tube (not sure   ) .. i just want know why is that.. what is the purpose..!!</p></blockquote>
<p>Yes, you were right about guessing the box/tube thing but it is not an extension tube. But it does the same job as extension tubes. It is called an extension bellow unit or macro bellow unit. It is like a hollow tunnel. Of the two ways of getting graeter magnification(Using close-up filters and extension tubes/bellow) this is, in my openion, the better one. Because of being a glass element, close-up filters damage the image quality quite a bit but the extension tubes or bellow doesn&#8217;t have any glass and therefore keeps the image quality intact. The purpose of using these is getting greater magnification. The more a lens or a reversed lens is extended the nore the magnification of the subject will be. There are some calculations and charts which denote the effects of extension for various lenses but describing that for now will be quite irrelevent. By simply reversing a 50mm lens quite gr8 magnification can be achieved. If it is possible, plz try that quite regularly and when you&#8217;ll face no problem with the focussing at f/11 or 16 then you can think about getting a greater magnification.</p>
<blockquote><p>I tried with 50mm prime.. haven&#8217;t done anything well.. but still trying to understand.</p></blockquote>
<p>Actually you can use any lens for the purpose of reversing but primes are the best ones as I have mentioned earlier. Amongst the primes, to me, 50mm is the best one for starting up because it gives you moderately higher magnification for cheap and also provides some working distance. Once you master it, go for the old wide primes (35mm, 28mm, 24mm, 20mm etc.) and those will give you even greater magnification. But, along with that, these lenses will also reduce the focussing distance and make it harder for you to do insect macro.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=257&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/08/24/lets-have-some-chat-on-macro-photography-with-raiyan-ahmed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4006/5075488350_30037c90fc.jpg" medium="image">
			<media:title type="html">Dragon&#039;s lunch</media:title>
		</media:content>
	</item>
		<item>
		<title>Livelihood</title>
		<link>http://mahmudfahmi.wordpress.com/2011/06/05/livelihood/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/06/05/livelihood/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 07:00:24 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[bangladesh]]></category>
		<category><![CDATA[Fisheries]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[RamsarSite]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[shunamgonj]]></category>
		<category><![CDATA[Tanguar haor]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/2011/06/05/livelihood/</guid>
		<description><![CDATA[Livelihood, originally uploaded by Mahmud Fahmi. Tanguar haor is an important habitat for fish conservation and fish production. This not only supports fish but also other aquatic organism and vegetation. it has been declared as Ramsar Site for its ecological importance. The haor is the home of 140 species of sweet water fishes and thousands [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=231&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;padding:3px;">
<a href="http://www.flickr.com/photos/_fahmi/5796746711/" title="photo sharing"><img src="http://farm4.static.flickr.com/3271/5796746711_c2d824cc2f.jpg" style="border:solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size:.8em;margin-top:0;"><a href="http://www.flickr.com/photos/_fahmi/5796746711/">Livelihood</a>, originally uploaded by <a href="http://www.flickr.com/photos/_fahmi/">Mahmud Fahmi</a>.</span>
</div>
<p>
<b>Tanguar haor is an important habitat for fish conservation and fish production. This not only supports fish but also other aquatic organism and vegetation. it has been declared as Ramsar Site for its ecological importance. The haor is the home of 140 species of sweet water fishes and thousands of indigenous birds.  It is also  an excellent wintering site for large numbers of migratory birds.</p>
<p>_____________________________________________________________________<br />
<i>Please don&#8217;t use this image without my permission.<br />
© All rights reserved</i></p>
<p></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=231&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/06/05/livelihood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3271/5796746711_c2d824cc2f.jpg" medium="image" />
	</item>
		<item>
		<title>Remakri</title>
		<link>http://mahmudfahmi.wordpress.com/2011/06/01/remakri/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/06/01/remakri/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:56:05 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/2011/06/01/remakri/</guid>
		<description><![CDATA[Remakri, originally uploaded by Mahmud Fahmi. Its a beautiful village and added to my dream village.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=230&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;padding:3px;">
<a href="http://www.flickr.com/photos/_fahmi/5759402640/" title="photo sharing"><img src="http://farm6.static.flickr.com/5303/5759402640_3f05d2584c.jpg" style="border:solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size:.8em;margin-top:0;"><a href="http://www.flickr.com/photos/_fahmi/5759402640/">Remakri</a>, originally uploaded by <a href="http://www.flickr.com/photos/_fahmi/">Mahmud Fahmi</a>.</span>
</div>
<p>
<b>Its a beautiful village and added to my dream village.</b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=230&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/06/01/remakri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5303/5759402640_3f05d2584c.jpg" medium="image" />
	</item>
		<item>
		<title>Dual</title>
		<link>http://mahmudfahmi.wordpress.com/2011/05/22/dual/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/05/22/dual/#comments</comments>
		<pubDate>Sat, 21 May 2011 18:59:36 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/2011/05/22/dual/</guid>
		<description><![CDATA[Dual, originally uploaded by Mahmud Fahmi. These are my two tiny toy beasts. When I was kid, I used to have a lot of toy cars. But, in course of time I lost them all. But, my passion for cars never ended. I always carry these two along with me. I try to take interesting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=229&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;padding:3px;">
<a href="http://www.flickr.com/photos/_fahmi/5740294153/" title="photo sharing"><img src="http://farm6.static.flickr.com/5107/5740294153_5b75531cac.jpg" style="border:solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size:.8em;margin-top:0;"><a href="http://www.flickr.com/photos/_fahmi/5740294153/">Dual</a>, originally uploaded by <a href="http://www.flickr.com/photos/_fahmi/">Mahmud Fahmi</a>.</span>
</div>
<p>
<b>These are my two tiny toy beasts. When I was kid, I used to have a lot of toy cars. But, in course of time I lost them all. But, my passion for cars never ended. I always carry these two along with me. I try to take interesting photo with these two.</p>
<p>_____________________________________________________________________<br />
<i>Please don&#8217;t use this image without my permission.<br />
© All rights reserved</i></p>
<p></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=229&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/05/22/dual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5107/5740294153_5b75531cac.jpg" medium="image" />
	</item>
		<item>
		<title>Out of the darkness, Brighter than a thousand suns</title>
		<link>http://mahmudfahmi.wordpress.com/2011/05/05/out-of-the-darkness-brighter-than-a-thousand-suns/</link>
		<comments>http://mahmudfahmi.wordpress.com/2011/05/05/out-of-the-darkness-brighter-than-a-thousand-suns/#comments</comments>
		<pubDate>Thu, 05 May 2011 04:24:56 +0000</pubDate>
		<dc:creator>Fahmi</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://mahmudfahmi.wordpress.com/2011/05/05/out-of-the-darkness-brighter-than-a-thousand-suns/</guid>
		<description><![CDATA[Out of the darkness, Brighter than a thousand suns, originally uploaded by Mahmud Fahmi. All nations are rising Through acid veils of love and hate Chain letters of Satan, uncertainty led us all to this All nations are raising through acid veils of love and hate Cold fusion and fury&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. Out of the darkness, brighter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=228&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:left;padding:3px;">
<a href="http://www.flickr.com/photos/_fahmi/5688151346/" title="photo sharing"><img src="http://farm6.static.flickr.com/5309/5688151346_03947f1af4.jpg" style="border:solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size:.8em;margin-top:0;"><a href="http://www.flickr.com/photos/_fahmi/5688151346/">Out of the darkness, Brighter than a thousand suns</a>, originally uploaded by <a href="http://www.flickr.com/photos/_fahmi/">Mahmud Fahmi</a>.</span>
</div>
<p>
<b>All nations are rising<br />
Through acid veils of love and hate<br />
Chain letters of Satan, uncertainty led us all to this<br />
All nations are raising through acid veils of love and hate<br />
Cold fusion and fury&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>Out of the darkness, brighter than a thousand suns<br />
Out of the darkness, brighter than a thousand suns</p>
<p>&#8211; Iron Maiden</p>
<p>_____________________________________________________________________<br />
<i>Please don&#8217;t use this image without my permission.<br />
© All rights reserved</i></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mahmudfahmi.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mahmudfahmi.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mahmudfahmi.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mahmudfahmi.wordpress.com&amp;blog=18528080&amp;post=228&amp;subd=mahmudfahmi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mahmudfahmi.wordpress.com/2011/05/05/out-of-the-darkness-brighter-than-a-thousand-suns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/37550fc95d4c6499a5ba923410f63d60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fahmi</media:title>
		</media:content>

		<media:content url="http://farm6.static.flickr.com/5309/5688151346_03947f1af4.jpg" medium="image" />
	</item>
	</channel>
</rss>
