<?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>Sakibul Hasan</title>
	<atom:link href="http://sakibulhasan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sakibulhasan.wordpress.com</link>
	<description>Dont be a Pithagorian, be for others</description>
	<lastBuildDate>Mon, 12 Dec 2011 17:25:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sakibulhasan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/aba342dc2c02b8c31a87e7f7157366c9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sakibul Hasan</title>
		<link>http://sakibulhasan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sakibulhasan.wordpress.com/osd.xml" title="Sakibul Hasan" />
	<atom:link rel='hub' href='http://sakibulhasan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Microsoft SQL Server handy commands</title>
		<link>http://sakibulhasan.wordpress.com/2011/12/07/microsoft-sql-server-handy-commands/</link>
		<comments>http://sakibulhasan.wordpress.com/2011/12/07/microsoft-sql-server-handy-commands/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 15:41:13 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=59</guid>
		<description><![CDATA[Delete all the tables of a database Open a query window under the database whose tables you wanna delete Run:  EXEC sp_MSforeachtable @command1 = &#8220;DROP TABLE ?&#8221; All the tables may not the deleted because of some foreign key constraints, thats why you need to run it several times to delete all of them.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=59&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>Delete all the tables of a database</li>
</ol>
<blockquote>
<ul>
<li>Open a query window under the database whose tables you wanna delete</li>
<li>Run:  <strong>EXEC sp_MSforeachtable @command1 = &#8220;DROP TABLE ?&#8221;</strong></li>
<li>All the tables may not the deleted because of some foreign key constraints, thats why you need to run it several times to delete all of them.</li>
</ul>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=59&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2011/12/07/microsoft-sql-server-handy-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Setup Tapestry 5 in Mac OS X</title>
		<link>http://sakibulhasan.wordpress.com/2011/10/31/setup-tapestry-5-in-mac-os-x/</link>
		<comments>http://sakibulhasan.wordpress.com/2011/10/31/setup-tapestry-5-in-mac-os-x/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:41:45 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tapestry]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=42</guid>
		<description><![CDATA[1. Install Java JDK (in OSX Lion you have to install Java), Maven (it should installed by default) and Eclipse (I use MyEclipse) 2. Create tapestry skeleton: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org decide the following things: 3. For testing whether the skeleton works or not, go the the root directory and do followings: run &#8220;mvn jetty:run&#8221; check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=42&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Install Java JDK (in OSX Lion you have to install Java), Maven (it should installed by default) and Eclipse (I use MyEclipse)</p>
<p>2. Create tapestry skeleton:</p>
<ul>
<li>mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org</li>
<li>decide the following things:</li>
</ul>
<p>3. For testing whether the skeleton works or not, go the the root directory and do followings:</p>
<ul>
<li>run &#8220;mvn jetty:run&#8221;</li>
<li>check http://localhost:8080/[artifact id]
<ol>
<li>Choose archetype: 1 (Tapestry 5 Quickstart Project)</li>
<li>Choose version: 5.2.6 (this was the stable version while writing this article)</li>
<li>Define value for property &#8216;groupId&#8217;: com.tapestry.security (define as your wish)</li>
<li>Define value for property &#8216;artifactId&#8217;: tapestry-security (define as your wish)</li>
<li>Define value for property &#8216;version&#8217;: 0.0.1-SNAPSHOT (define as your wish)</li>
<li>Define value for property &#8216;package&#8217;: com.tapestry.security</li>
</ol>
</li>
</ul>
<p>4. Load project into eclipse:</p>
<ul>
<li>run &#8220;mvn eclipse:eclipse&#8221; in terminal from the root position of the newly created project (If you are using MyEclipse then mvn eclipse:myeclipse)</li>
<li>Open Eclipse and create new Java Project (File &gt; New &gt; Java Project)</li>
<li>Choose project name as the same of the artifactId (for my case it was &#8220;tapestry-security&#8221;)</li>
<li>Right click on project and MyEclipse Maven &gt; Enable Dependency Management (This option is specific to MyEclipse, you should install m2Eclipse plugin to get the option in your Eclipse IDE)</li>
<li>Maven / Maven4MyEclipse &gt; Update Project Configuration</li>
</ul>
<p>5. Add Jetty:run in run configuration</p>
<ul>
<li>open run configuration</li>
<li>add new Maven build</li>
<li>Name: as-your-wish</li>
<li>Base directory: ${workspace_loc:/artifact id}</li>
<li>Goal: jetty:run</li>
<li>run it to test</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=42&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2011/10/31/setup-tapestry-5-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Install network printer (windows printer via samba) in Mac</title>
		<link>http://sakibulhasan.wordpress.com/2011/02/11/install-network-printer-windows-printer-via-samba-in-mac/</link>
		<comments>http://sakibulhasan.wordpress.com/2011/02/11/install-network-printer-windows-printer-via-samba-in-mac/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 23:28:59 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=31</guid>
		<description><![CDATA[If you want to install windows printers via samba which are in network in your macbook, then follow the instructions: Go to this link http://127.0.0.1:631 Click add printer. You will be prompted to put username and password. Put your Mac&#8217;s username and pasword. Then on next page you will get a list of options, from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=31&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to install windows printers via samba which are in network in your macbook, then follow the instructions:</p>
<ul>
<li>Go to this link http://127.0.0.1:631</li>
<li>Click add printer.</li>
<li>You will be prompted to put username and password. Put your Mac&#8217;s username and pasword.</li>
<li>Then on next page you will get a list of options, from where choose &#8220;Windows printer via Samba&#8221;.</li>
<li>write your samba url (i.e. smb://[workgroup/]server[:port]/printer).</li>
<li>Make sure to select the correct printer and model from the next appeared list.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=31&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2011/02/11/install-network-printer-windows-printer-via-samba-in-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>CakePHP Database Convention</title>
		<link>http://sakibulhasan.wordpress.com/2011/02/09/cakephp-database-convention/</link>
		<comments>http://sakibulhasan.wordpress.com/2011/02/09/cakephp-database-convention/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 15:26:16 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=24</guid>
		<description><![CDATA[I am currently doing my first project on CakePHP. At first I built the database at my own style but with time going I had to change the structure a lot to support the database with Cakephp. I will be enlisting the conventions which I faced on development and will update the post regularly if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=24&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am currently doing my first project on CakePHP. At first I built the database at my own style but with time going I had to change the structure a lot to support the database with Cakephp. I will be enlisting the conventions which I faced on development and will update the post regularly if I learn any new rule.</p>
<ul>
<li>Table name must be always plural and lowercase. You have to follow this conventions closely so that CakePHP can communicate with the database automatically</li>
<li>There need to have a field named &#8220;id&#8221; which must be the primary key of that table. If you have a HABTM association table then generally you need not to have a single field primary key. You can just make a composite primary keys using 2/3 fields. But for using CakePHP you must have to have an &#8220;id&#8221; field in HABTM association table as CakePHP does not support composite primary keys.</li>
<li>You should have two fields named &#8220;created&#8221; and &#8220;modified&#8221; which will be handled by the CakePHP itself. CakePHP will save the creation time and modification time of each row on these two fields.</li>
<li>Field names with two or more words should be underscored like, email_address.</li>
<li>Foreign keys should be named as the (singular) name of the related table followed by _id. So if a User hasMany Post, the &#8220;posts&#8221; table will refer to the &#8220;users&#8221; table via a user_id foreign key. For a multiple worded table like category_types, the foreign key would be category_type_id.</li>
<li>If there are two tables (ie. posts and tags) and we have to make an HABTM association table between these two tables then the name of the HABTM association should be table1_table2 (posts_tags rather then tags_posts) where the order of the table will be higher alphabetical order.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=24&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2011/02/09/cakephp-database-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Apache Ant on Mac OS X</title>
		<link>http://sakibulhasan.wordpress.com/2010/07/30/install-apache-ant-on-mac-os-x/</link>
		<comments>http://sakibulhasan.wordpress.com/2010/07/30/install-apache-ant-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:12:16 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=18</guid>
		<description><![CDATA[Do the following steps to install Ant on your Mac OS X: Get the latest version of Apache Ant (binary distribution) from its official website (example link) Unzip the binary distribution and rename the folder to &#8220;ant&#8221; move the folder to &#8220;/usr/local&#8221;. terminal commands: mv ant /usr/local create a link of that folder after going [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=18&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do the following steps to install Ant on your Mac OS X:</p>
<ul>
<ul>
<li>Get the latest version of Apache Ant (binary distribution) from its official website (<a title="Download Apache Ant" href="http://apache.mirror.iweb.ca//ant/binaries/apache-ant-1.8.2-bin.zip" target="_blank">example link</a>)</li>
<li>Unzip the binary distribution and rename the folder to &#8220;ant&#8221;</li>
<li>move the folder to &#8220;/usr/local&#8221;. terminal commands:</li>
</ul>
</ul>
<blockquote><p>mv ant /usr/local</p></blockquote>
<ul>
<ul>
<li>create a link of that folder after going to that folder. terminal commands:</li>
</ul>
</ul>
<blockquote><p>cd /usr/local<br />
ln -s ant ant</p></blockquote>
<ul>
<ul>
<li>Open &#8220;bashrc&#8221; file located inside &#8220;/etc&#8221; and append the following lines in the end</li>
</ul>
</ul>
<blockquote><p>export ANT_HOME=/usr/local/ant<br />
export PATH=${PATH}:${ANT_HOME}/bin</p></blockquote>
<ul>
<ul>
<li>Now close current terminal and open a new one. Now if you type &#8220;ant&#8221; in the new terminal and get a message &#8220;build.xml does not exist&#8221; then you have done it!</li>
</ul>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=18&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2010/07/30/install-apache-ant-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Tomcat on Mac OS X</title>
		<link>http://sakibulhasan.wordpress.com/2010/07/30/install-tomcat-on-mac-os-x/</link>
		<comments>http://sakibulhasan.wordpress.com/2010/07/30/install-tomcat-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 06:56:10 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=16</guid>
		<description><![CDATA[Tomcat needs Java to be installed as a prerequisite. But Mac OS X has Java by default. So, we need not to install Java again in Mac OS X. Just do the following steps to install tomcat in your Mac OS X. Get the binary version of tomcat from the official site of Tomcat (example [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=16&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tomcat needs Java to be installed as a prerequisite. But Mac OS X has Java by default. So, we need not to install Java again in Mac OS X. Just do the following steps to install tomcat in your Mac OS X.</p>
<ul>
<ul>
<li>Get the binary version of tomcat from the official site of Tomcat (<a title="download tomcat" href="http://apache.skazkaforyou.com/tomcat/tomcat-7/v7.0.19/bin/apache-tomcat-7.0.19.zip" target="_blank">example link</a>)</li>
<li>Create a folder named &#8220;tomcat&#8221; inside <em>Macintosh HD &gt; Library</em></li>
<li>Unzip the downloaded binary distribution of tomcat and copy all of its content to our newly created &#8220;tomcat&#8221; folder.</li>
</ul>
<ul>
<li>Set proper permission to the shell scripts using the following command:</li>
</ul>
</ul>
<blockquote><p>chmod a+x /Library/tomcat/bin/*.sh</p></blockquote>
<ul>
<ul>
<li>Now for starting tomcat go to the bin folder of tomcat (/Library/tomcat/bin) and execute the following command</li>
</ul>
</ul>
<blockquote><p>./startup.sh</p></blockquote>
<ul>
<ul>
<li>For stopping Tomcat use following command</li>
</ul>
</ul>
<blockquote><p>./shutdown.sh</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=16&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2010/07/30/install-tomcat-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Install WUSB600N in Ubuntu 9.10</title>
		<link>http://sakibulhasan.wordpress.com/2010/05/14/install-wusb600n-in-ubuntu-9-10/</link>
		<comments>http://sakibulhasan.wordpress.com/2010/05/14/install-wusb600n-in-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:29:34 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=9</guid>
		<description><![CDATA[I was trying to install Linksys WUSB600N for long days. I tried their customer support at first. From there I came to know that they dont have any driver for linux for this device. After that I search on web and after tring some days I successfully installed it on Ubuntu 9.10. Here is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=9&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to install Linksys WUSB600N for long days. I tried their customer support at first. From there I came to know that they dont have any driver for linux for this device. After that I search on web and after tring some days I successfully installed it on Ubuntu 9.10. Here is the step by step procedure:</p>
<p>1. First we need to download the driver of the device. Go to the following link to get the driver.</p>
<p><a href="http://www.ralinktech.com/support.php?s=2" target="_blank">http://www.ralinktech.com/support.php?s=2</a></p>
<p>The file is supposed to be named &#8220;2009_1222_RT3572_LinuxSTA_V2[1].3.0.0.tar.bz2&#8243;. (Simple Link: http://www.ralinktech.com/license_us.php?n=2&amp;p=0&amp;t=U0wyRnpjMlYwY3k4eU1EQTVMekV5THpJeUwyUnZkMjVzYjJGa05qazVNekkzT0RnNE1TNWllakk5UFQweU1EQTVYekV5TWpKZlVsUXpOVGN5WDB4cGJuVjRVMVJCWDFZeVd6RmRMak11TUM0d0xuUmhjZz09Qw%3D%3D).</p>
<p>Hit the Accept button and it will start downloading.</p>
<p>2. Extract the zip file to your suitable place</p>
<p>&#8220;tar xjf 2009_1222_RT3572_LinuxSTA_V2[1].3.0.0.tar.bz2&#8243;</p>
<p>3. Make the following changes on &#8220;os/linux/config.mk&#8221;</p>
<p>fileHAS_WPA_SUPPLICANT=y</p>
<p>HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y</p>
<p>4. Next edit the file common/rtusb_dev_id.c and add the USB ID of the card to it.</p>
<p>{USB_DEVICE(0&#215;1737,0&#215;0071)}, /* WUSB600Nv2 */</p>
<p>[Your usb id could be different from my usb id. So, at first have a look on your card's usb id by using 'lsusb' command]</p>
<p>5.Now do the following two commands and restart your pc.</p>
<p>sudo make</p>
<p>sudo make install</p>
<p>6. This is an extra step. Most of the person&#8217;s device should work after 5th step. But those who used other network cards on the same pc, for them this step is required.</p>
<p>The problem is that those other cards driver is creating problems. So we need to blacklist them. Use the following command to block:</p>
<p>sudo gedit  /etc/modprobe.d/blacklist.conf</p>
<p>and add the threelines to the end of the file&#8230;<br />
blacklist rt2800usb<br />
blacklist rt2x00usb<br />
blacklist rt2x00lib</p>
<p>[these are the sample usb device whose drivers are creating problems. You may need to change them according to your driver name.]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=9&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2010/05/14/install-wusb600n-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
		<item>
		<title>Retrieve password of root user of Ubuntu</title>
		<link>http://sakibulhasan.wordpress.com/2008/11/03/retrieve-password-of-root-user-of-ubuntu/</link>
		<comments>http://sakibulhasan.wordpress.com/2008/11/03/retrieve-password-of-root-user-of-ubuntu/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:02:14 +0000</pubDate>
		<dc:creator>Sakib</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://sakibulhasan.wordpress.com/?p=5</guid>
		<description><![CDATA[Ubuntu 8.04 LTS can be installed from the cd or you can also install it from windows xp as a application of it. For both of the cases you will be asked to create a user for the new operating system. That is a little bit confusing. Because whenever we install other unix based OS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=5&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 8.04 LTS can be installed from the cd or you can also install it from windows xp as a application of it. For both of the cases you will be asked to create a user for the new operating system. That is a little bit confusing. Because whenever we install other unix based OS like Linux, Fedora, we generally fix root password. But for ubuntu, here we are creating new user. Thats really confusing and also fell me in trouble when I needed to be a root user to do something. I got so foolish that I even reinstalled OS to find out whether I missed the configuration part of root user. Here is the process to retrive root password of ubuntu 8.04 LTS:</p>
<p>Type in console:</p>
<blockquote><p><em>sudo passwd</em></p></blockquote>
<p>It will ask for your current password. Use the password of the user you created at installation time and then set your new password.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakibulhasan.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakibulhasan.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakibulhasan.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakibulhasan.wordpress.com&amp;blog=5392307&amp;post=5&amp;subd=sakibulhasan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sakibulhasan.wordpress.com/2008/11/03/retrieve-password-of-root-user-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1713d7f7e62818f82459f0b74e8b440e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sakibiut</media:title>
		</media:content>
	</item>
	</channel>
</rss>
