<?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>Ruzdi&#039;s Webblog</title>
	<atom:link href="https://ruzdi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://ruzdi.wordpress.com</link>
	<description>welcome to my blog</description>
	<lastBuildDate>Sat, 02 Jun 2012 22:41:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">5105059</site><cloud domain='ruzdi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s2.wp.com/i/webclip.png</url>
		<title>Ruzdi&#039;s Webblog</title>
		<link>https://ruzdi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://ruzdi.wordpress.com/osd.xml" title="Ruzdi&#039;s Webblog" />
	<atom:link rel='hub' href='https://ruzdi.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Please follow me on www.ruzdi.com</title>
		<link>https://ruzdi.wordpress.com/2012/06/03/please-follow-me-on-www-ruzdi-com/</link>
					<comments>https://ruzdi.wordpress.com/2012/06/03/please-follow-me-on-www-ruzdi-com/#respond</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Sat, 02 Jun 2012 22:35:19 +0000</pubDate>
				<category><![CDATA[www.ruzdi.com]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=321</guid>

					<description><![CDATA[I just move to my to the my own domain please follow me on <a href="http://www.ruzdi.com" title="Ruzdi's Webblog">www.ruzdi.com</a]]></description>
										<content:encoded><![CDATA[<p>I just move to my to the my own domain please follow me on <a href="http://www.ruzdi.com" title="Ruzdi's Webblog">www.ruzdi.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2012/06/03/please-follow-me-on-www-ruzdi-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">321</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple way to install ns2 in ubuntu 10.10</title>
		<link>https://ruzdi.wordpress.com/2011/09/04/simple-way-to-install-ns2-in-ubuntu-10-10/</link>
					<comments>https://ruzdi.wordpress.com/2011/09/04/simple-way-to-install-ns2-in-ubuntu-10-10/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Sat, 03 Sep 2011 19:05:07 +0000</pubDate>
				<category><![CDATA[ns2]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[simulator]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=313</guid>

					<description><![CDATA[Following is the 10 easy steps of installing ns2  on Ubuntu-]]></description>
										<content:encoded><![CDATA[<p>Following is the 10 easy steps of installing ns2  on Ubuntu-10.10</p>
<p>Step1 : Download <a href="http://space.dl.sourceforge.net/project/nsnam/allinone/ns-allinone-2.34/ns-allinone-2.34.tar.gz" title="ns-allinone-2.34.tar.gz" target="_blank">ns-allinone-2.34</a> package .</p>
<p>Step2 : Place the ns-allinone-2.34.tar.gz file in under your home folder and extract it using following command </p>
<pre class="brush: plain; title: ; notranslate">
tar xvfz ./ns-allinone-2.34.tar.gz
</pre>
<p>in  my case location is &#8211; /home/ruzdi/program/ns-allinone-2.34</p>
<p>step3 : Using command line go to this folder /home/ruzdi/program/ns-allinone-2.34</p>
<p>step4 : use the following command </p>
<pre class="brush: plain; title: ; notranslate">
sudo apt-get install build-essential autoconf automake libxmu-dev gcc-4.3 
</pre>
<p>step5 : change the following line in ns-allinone-2.34/otcl-1.13/Makefile.in file</p>
<pre class="brush: plain; title: ; notranslate">
change CC= @CC@ to CC= gcc-4.3 
</pre>
<p>step6 : then install using </p>
<pre class="brush: plain; title: ; notranslate">
./install
</pre>
<p>Step7: Once the installation is successful without any errors, we need to add the path information to the file ~/.bashrc</p>
<pre class="brush: plain; title: ; notranslate">
  $ gedit   ~/.bashrc 
</pre>
<p>Step8: Add the following lines to the file ~/.bashrc</p>
<pre class="brush: plain; title: ; notranslate">
# LD_LIBRARY_PATH
OTCL_LIB=/home/ruzdi/program/ns-allinone-2.34/otcl-1.13
NS2_LIB=/home/ruzdi/program/ns-allinone-2.34/lib
X11_LIB=/usr/X11R6/lib
USR_LOCAL_LIB=/usr/local/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB

# TCL_LIBRARY

TCL_LIB=/home/ruzdi/program/ns-allinone-2.34/tcl8.4.18/library
USR_LIB=/usr/lib
export TCL_LIBRARY=$TCL_LIB:$USR_LIB

# PATH

XGRAPH=/home/ruzdi/program/ns-allinone-2.34/bin:/home/ruzdi/program/ns-allinone-2.34/tcl8.4.18/unix:/home/ruzdi/program/ns-allinone-2.34/tk8.4.18/unix

# Note: the above two lines starting from XGRAPH should come in the same line

NS=/home/ruzdi/program/ns-allinone-2.34/ns-2.34/
NAM=/home/ruzdi/program/ns-allinone-2.34/nam-1.14/
PATH=$PATH:$XGRAPH:$NS:$NAM
</pre>
<p>Here replace /home/ruzdi/program/ with the path to your ns2 folder path.</p>
<p>Step9: For the changes to take effect immediately, do the following:</p>
<pre class="brush: plain; title: ; notranslate">
$ source      ~/.bashrc 
</pre>
<p>10. nw use the &#8216;ns&#8217; command to check that it is installed correctly or not if your ns2 is instaled correctly then it show % sign . You can exit from this using &#8216;exxit&#8217; command</p>
<p>Thats all cheers &#8230;</p>
<p>This post is written with the help of two blog post &#8212;</p>
<p><a href="http://wsnsimulators.blogspot.com/2010/06/how-to-install-ns2-with-ubuntu-1004-by.html" title="How to install NS2 with Ubuntu 10.04 By Noor Zaman " target="_blank">link1</a></p>
<p><a href="http://getch.wordpress.com/2010/10/25/installing-network-simulator-in-ubuntu10-10/" title="Installing Network Simulator(ns2.34) in Ubuntu10.10" target="_blank">link2</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2011/09/04/simple-way-to-install-ns2-in-ubuntu-10-10/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">313</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple solution to complex where clause brace problen in Code-igniter</title>
		<link>https://ruzdi.wordpress.com/2011/08/17/simple-solution-to-complex-where-clause-brace-problen-in-code-igniter/</link>
					<comments>https://ruzdi.wordpress.com/2011/08/17/simple-solution-to-complex-where-clause-brace-problen-in-code-igniter/#respond</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 18:00:38 +0000</pubDate>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Active Record Pattern]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=304</guid>

					<description><![CDATA[In Code-Igniter How do you make a query with where clause with a brace like following ---
SELECT * FROM props 
WHERE `active` = 1
AND (rent &#62;= 25 OR price &#62;=25) AND 1=  1
AND `props`.`id` = '1']]></description>
										<content:encoded><![CDATA[<p>In Code-Igniter How do you make a query with where clause with a brace like following &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
SELECT * FROM props 
WHERE `active` = 1
AND (rent &gt;= 25 OR price &gt;=25) AND 1=  1
AND `props`.`id` = '1'
</pre>
<p>Code-Igniter active record pattern does not generally support this type of query as far i searched.</p>
<p>I found a surprising solution for this type of query. for this query i make the where clause like following  &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
$this-&gt;db-&gt;where('(rent &gt;= 25 OR price &gt;=25) AND 1= ',1); 
$this-&gt;db-&gt;where('props.id',1); 
</pre>
<p>Which does the tricks.</p>
<p>I don&#8217;t actually know this is the fault of the developers or a feature but it is good for my work to move on.</p>
<p>so the total query for this SQL becomes &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
$this-&gt;db-&gt;where('(rent &gt;= 25 OR price &gt;=25) AND 1= ',1); 
$this-&gt;db-&gt;where('props.id',1); 
$this-&gt;db-&gt;get('props');
</pre>
<p>cheers&#8230;&#8230;&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2011/08/17/simple-solution-to-complex-where-clause-brace-problen-in-code-igniter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">304</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple solution to complex where clause brace problen in Code-igniter</title>
		<link>https://ruzdi.wordpress.com/2011/08/16/simple-solution-complex-where-clause-brace-in-code-igniter/</link>
					<comments>https://ruzdi.wordpress.com/2011/08/16/simple-solution-complex-where-clause-brace-in-code-igniter/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 17:58:06 +0000</pubDate>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Active Record Pattern]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=305</guid>

					<description><![CDATA[In Code-Igniter How do you make a query with where clause with a brace like following ---
SELECT * FROM props 
WHERE `active` = 1
AND (rent &#62;= 25 OR price &#62;=25) AND 1=  1
AND `props`.`id` = '1']]></description>
										<content:encoded><![CDATA[<p>In Code-Igniter How do you make a query with where clause with a brace like following &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
SELECT * FROM props 
WHERE `active` = 1
AND (rent &gt;= 25 OR price &gt;=25) AND 1=  1
AND `props`.`id` = '1'
</pre>
<p>Code-Igniter active record pattern does not generally support this type of query as far i searched.</p>
<p>I found a surprising solution for this type of query. for this query i make the where clause like following  &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
$this-&gt;db-&gt;where('(rent &gt;= 25 OR price &gt;=25) AND 1= ',1); 
$this-&gt;db-&gt;where('props.id',1); 
</pre>
<p>Which does the tricks.</p>
<p>I don&#8217;t actually know this is the fault of the developers or a feature but it is good for my work to move on.</p>
<p>so the total query for this SQL becomes &#8212;</p>
<pre class="brush: plain; title: ; notranslate">
$this-&gt;db-&gt;where('(rent &gt;= 25 OR price &gt;=25) AND 1= ',1); 
$this-&gt;db-&gt;where('props.id',1); 
$this-&gt;db-&gt;get('props');
</pre>
<p>cheers&#8230;&#8230;&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2011/08/16/simple-solution-complex-where-clause-brace-in-code-igniter/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">305</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple solution to Fast duplicate key press problem on keyboard in Ubuntu10.10</title>
		<link>https://ruzdi.wordpress.com/2011/01/18/simple-solution-to-fast-duplicate-key-press-problem-on-keyboard-in-ubuntu10-10/</link>
					<comments>https://ruzdi.wordpress.com/2011/01/18/simple-solution-to-fast-duplicate-key-press-problem-on-keyboard-in-ubuntu10-10/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Tue, 18 Jan 2011 03:37:46 +0000</pubDate>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[keybord]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=290</guid>

					<description><![CDATA[In my Ubuntu10.10 suddenly got some problem. The problem is that &#8212; When i was pressing duplicate key very fast then it accepts only the fast key and escape the other duplicate keys. Such as if i type &#8220;http://&#038;#8221; then it write &#8220;htp:/&#8221;, &#8220;teen&#8221; becomes &#8220;ten&#8221; etc. To solve this problem go to System-&#62;Preferences-&#62;Keybord Then [&#038;hellip]]></description>
										<content:encoded><![CDATA[<p>In my Ubuntu10.10 suddenly got some problem. The problem is that &#8212;</p>
<blockquote><p>When i was pressing duplicate key very fast then it accepts only the fast key and escape the other duplicate keys. Such as if i type &#8220;<a href="http://&#038;#8221" rel="nofollow">http://&#038;#8221</a>; then it write &#8220;htp:/&#8221;, &#8220;teen&#8221; becomes &#8220;ten&#8221; etc. </p></blockquote>
<p>To solve this problem go to </p>
<blockquote><p>System-&gt;Preferences-&gt;Keybord<br />
Then go to &#8220;accessibility&#8221; tab and uncheck the &#8220;Ignore fast duplicate keypresses&#8221; under &#8220;Bounce Keys&#8221; section.</p></blockquote>
<div data-shortcode="caption" id="attachment_289" style="width: 310px" class="wp-caption aligncenter"><a href="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png"><img aria-describedby="caption-attachment-289" data-attachment-id="289" data-permalink="https://ruzdi.wordpress.com/2011/01/18/simple-solution-to-fast-duplicate-key-press-problem-on-keyboard-in-ubuntu10-10/keybord-accessibility/" data-orig-file="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png" data-orig-size="569,552" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Keybord-Accessibility" data-image-description="&lt;p&gt;Keybord-Accessibility on Ubuntu 10.10 under system-&amp;gt;preferences-&amp;gt;keybord&lt;/p&gt;
" data-image-caption="&lt;p&gt;Keybord-Accessibility&lt;/p&gt;
" data-large-file="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png?w=569" src="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png?w=300&#038;h=291" alt="Keybord-Accessibility" title="Keybord-Accessibility" width="300" height="291" class="size-medium wp-image-289" srcset="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png?w=300 300w, https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png?w=99 99w, https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png 569w" sizes="(max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-289" class="wp-caption-text">Keybord-Accessibility</p></div>
<p>Thats it&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2011/01/18/simple-solution-to-fast-duplicate-key-press-problem-on-keyboard-in-ubuntu10-10/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">290</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>

		<media:content url="https://ruzdi.wordpress.com/wp-content/uploads/2011/01/keybord-accessibility.png?w=300" medium="image">
			<media:title type="html">Keybord-Accessibility</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple solution to android when running on ubuntu 10.10 &#8211; Failed to get the adb version: Cannot run program: java.io.IOException: error=2, No such file or directory</title>
		<link>https://ruzdi.wordpress.com/2011/01/17/android-when-running-on-ubuntu-failed-to-get-the-adb-version/</link>
					<comments>https://ruzdi.wordpress.com/2011/01/17/android-when-running-on-ubuntu-failed-to-get-the-adb-version/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Mon, 17 Jan 2011 04:02:45 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=278</guid>

					<description><![CDATA[Simple solution to android when running on ubuntu 10.10- Failed to get the adb version: Cannot run program "/usr/src/android-sdk-linux_x86/tools/adb": ava.io.IOException: error=2, No such file or directory]]></description>
										<content:encoded><![CDATA[<p>After installing android i got some problem when i was going to create a project and problem is &#8212;</p>
<blockquote><p>Failed to get the adb version: Cannot run program &#8220;/usr/src/android-sdk-linux_x86/tools/adb&#8221;: java.io.IOException: error=2, No such file or directory</p></blockquote>
<p> After that <br />
1. download getlibs from <a href="http://frozenfox.freehostia.com/cappy/getlibs-all.deb" rel="nofollow">http://frozenfox.freehostia.com/cappy/getlibs-all.deb</a><br />
2. open terminal and go to your download folder where getlibs-all.deb is placed <br />
3. then on terminal use the following command &#8212;      </p>
<pre class="brush: plain; title: ; notranslate">
getlibs aapt
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2011/01/17/android-when-running-on-ubuntu-failed-to-get-the-adb-version/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">278</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>How to login ubuntu as root user</title>
		<link>https://ruzdi.wordpress.com/2010/08/18/how-to-login-ubuntu-as-root-user/</link>
					<comments>https://ruzdi.wordpress.com/2010/08/18/how-to-login-ubuntu-as-root-user/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:38:52 +0000</pubDate>
				<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=244</guid>

					<description><![CDATA[here the tricks of how to login ubuntu as root user&#8230; Open the terminal and type: When you see the prompt that says &#8220;Enter new UNIX password&#8221;, enter the password you want for the root user and confirm it. Save the file. Click other and type your user name: root, and enter the password of [&#038;hellip]]></description>
										<content:encoded><![CDATA[<p>here the tricks of how to login ubuntu as root user&#8230;<br />
Open the terminal and type:</p>
<pre class="brush: plain; title: ; notranslate">sudo passwd root</pre>
<blockquote><p>When you see the prompt that says &#8220;Enter new UNIX password&#8221;, enter the password you want for the root user and confirm it.<br />
Save the file.</p>
<p>Click other and type your user name: root, and enter the password of root you have set.</p></blockquote>
<p>Thats it &#8230;&#8230;&#8230;<br />
***Note this is a bad Idea to do if you are connected to the Internet while logged in as root. Any malicious scripts execute themselves with out user permissions.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2010/08/18/how-to-login-ubuntu-as-root-user/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">244</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Browse folder as root user on Ubuntu</title>
		<link>https://ruzdi.wordpress.com/2010/08/18/browse-folder-as-root-user-on-ubuntu/</link>
					<comments>https://ruzdi.wordpress.com/2010/08/18/browse-folder-as-root-user-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:24:45 +0000</pubDate>
				<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=241</guid>

					<description><![CDATA[Open you terminal and use the following command which will open a  new window that one allow you to browse folder as root user&#]]></description>
										<content:encoded><![CDATA[<p>Open you terminal and use the following command which will open a <br />
new window that one allow you to browse folder as root user&#8212;</p>
<pre class="brush: plain; title: ; notranslate">gksudo nautilus</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2010/08/18/browse-folder-as-root-user-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">241</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing default apache page on Ubuntu</title>
		<link>https://ruzdi.wordpress.com/2010/08/18/changing-default-apache-page-on-ubuntu/</link>
					<comments>https://ruzdi.wordpress.com/2010/08/18/changing-default-apache-page-on-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:16:24 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=237</guid>

					<description><![CDATA[Open your Apache configuration file httpd.conf on ubuntu it is in /etc/apache2/httpd.conf and open it using then put your desired filename on directory index&#8212; Changing default apache page on Ubuntu Open your Apache configuration file httpd.conf on ubuntu it is in /etc/apache2/httpd.conf and open it using sudo gedit /etc/apache2/httpd.conf then put your desired filename on [&#038;hellip]]></description>
										<content:encoded><![CDATA[<p>Open your Apache configuration file httpd.conf</p>
<p>on ubuntu it is in /etc/apache2/httpd.conf and open it using</p>
<p><span style="font-family:Consolas, Monaco, 'Courier New', Courier, monospace;line-height:18px;font-size:12px;white-space:pre;"> </span></p>
<pre class="brush: plain; title: ; notranslate">
sudo gedit /etc/apache2/httpd.conf
</pre>
<p><span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;white-space:normal;font-size:13px;">then put your desired filename on directory index&#8212;</span><br />
<span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;white-space:normal;font-size:13px;"> </span></p>
<pre class="brush: plain; title: ; notranslate">
DirectoryIndex index.html index.htm default.htm index.php index.pl
</pre>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;overflow:hidden;"><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		CODE.cjk { font-family: "DejaVu Sans", monospace } --></p>
<p style="margin-bottom:0;">Changing default apache page <code class="western">on Ubuntu</code></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Open your Apache configuration file httpd.conf</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">on ubuntu it is in /etc/apache2/httpd.conf and open it using</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">sudo gedit /etc/apache2/httpd.conf</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">then put your desired filename on directory index&#8212;</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><code class="western">DirectoryIndex index.html index.htm default.htm index.php index.pl </code></p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2010/08/18/changing-default-apache-page-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">237</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing English date format to Bangla date format</title>
		<link>https://ruzdi.wordpress.com/2010/08/18/changing-english-date-format-to-bangla-date-format/</link>
					<comments>https://ruzdi.wordpress.com/2010/08/18/changing-english-date-format-to-bangla-date-format/#comments</comments>
		
		<dc:creator><![CDATA[Md. Ruzdi Islam]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:55:40 +0000</pubDate>
				<category><![CDATA[Date]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bangla]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date format]]></category>
		<guid isPermaLink="false">http://ruzdi.wordpress.com/?p=230</guid>

					<description><![CDATA[i use here the following function to change English date format to Bangla date format when displaying &#8212;- calling procedure is like &#8212; So when if send a date format like  &#8220;28 July, 2010, 12:00 am&#8221;  then it returns   &#8220;২৮ জুলাই, ২০১০, সকাল ১২:০০&#8221;    date format Cheers&#8230;&#8230;&#]]></description>
										<content:encoded><![CDATA[<p>i use here the following function to change English date format to Bangla date format when displaying &#8212;-</p>
<pre class="brush: plain; title: ; notranslate">

&lt;?php
function getBanglaDate($date){
 $engArray = array(
 1,2,3,4,5,6,7,8,9,0,
 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December',
 'am', 'pm'
 );
 $bangArray = array(
 '১','২','৩','৪','৫','৬','৭','৮','৯','০',
 'জানুয়ারি', 'ফেব্রুয়ারি', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর',
 'সকাল', 'দুপুর'
 );

 $converted = str_replace($engArray, $bangArray, $date);
 return $converted;
}

?&gt;

</pre>
<p>calling procedure is like &#8212;</p>
<pre class="brush: plain; title: ; notranslate">

&lt;?php

 if($GLOBALS['lang'] == &quot;bn&quot;){
 $date = date( 'j F, Y, a g:i',strtotime($publisheddate) ) ;
 $date = getBanglaDate($date);
 }else if($GLOBALS['lang'] == &quot;en&quot;){
 $date = date( 'j F, Y, g:i a',strtotime($publisheddate) ) ;
 }
 ?&gt;

</pre>
<p>So when if send a date format like  &#8220;28 July, 2010, 12:00 am&#8221;  then it returns   &#8220;২৮ জুলাই, ২০১০, সকাল ১২:০০&#8221;    date format</p>
<p>Cheers&#8230;&#8230;&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ruzdi.wordpress.com/2010/08/18/changing-english-date-format-to-bangla-date-format/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">230</post-id>
		<media:content url="https://2.gravatar.com/avatar/22268f8a6bc0c5420473887a86bb6145b382384b77f67e9b453995a6064d43b0?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Ruzdi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
