<?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>Quick Tech eHows</title>
	<atom:link href="http://raihanmasud.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://raihanmasud.wordpress.com</link>
	<description>Short, simple and quick Technical eHows from Raihan Masud</description>
	<lastBuildDate>Mon, 18 Apr 2011 22:27:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='raihanmasud.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Quick Tech eHows</title>
		<link>http://raihanmasud.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://raihanmasud.wordpress.com/osd.xml" title="Quick Tech eHows" />
	<atom:link rel='hub' href='http://raihanmasud.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Some more linux commands</title>
		<link>http://raihanmasud.wordpress.com/2010/08/21/some-more-commands/</link>
		<comments>http://raihanmasud.wordpress.com/2010/08/21/some-more-commands/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 00:39:33 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=47</guid>
		<description><![CDATA[$cat fileName //show the contents of the file $grep text &#60; fileName //show the lines that contain the word &#8220;test&#8221; inside the fileName $grep -l text  *.txt //show all .txt files  with &#8220;text&#8221; word on those $rev fileName //reverse the contents of the file $VARIABLE=VALUE //set values to a variable $echo $VARIABLE //see the value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=47&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>$cat fileName //show the contents of the file</p>
<p>$grep text &lt; fileName //show the lines that contain the word &#8220;test&#8221; inside the fileName</p>
<p>$grep -l text  *.txt //show all .txt files  with &#8220;text&#8221; word on those</p>
<p>$rev fileName //reverse the contents of the file</p>
<p>$VARIABLE=VALUE //set values to a variable</p>
<p>$echo $VARIABLE //see the value of the variable</p>
<p>$ export VERIABLE //set environment vatiable</p>
<p>#!/bin/bash //first line to write a script</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=47&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/08/21/some-more-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Subversion using Eclipse and Assembla</title>
		<link>http://raihanmasud.wordpress.com/2010/04/06/subversion-using-eclipse-and-assembla/</link>
		<comments>http://raihanmasud.wordpress.com/2010/04/06/subversion-using-eclipse-and-assembla/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:41:06 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=44</guid>
		<description><![CDATA[1. Download Eclipse SVN plugin ( subclipse) a) Go to Help menu of Eclipse -&#62; Add New Software -&#62; add URL (http://subclipse.tigris.org/update_1.6.x) 2. Create a SVN repository anywhere you want (e.g. your university server, other SVN repository providers like assembla) Use command Line to create a repository: svnadmin create --fs-type fsfs MyNewRepository 3. Now share/upload [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=44&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Download Eclipse SVN plugin ( subclipse)</p>
<p>a) Go to Help menu of Eclipse -&gt; Add New Software -&gt; add URL (<a href="http://subclipse.tigris.org/update_1.6.x">http://subclipse.tigris.org/update_1.6.x</a>)</p>
<p>2. Create a SVN repository anywhere you want (e.g. your university server, other SVN repository providers like <strong>assembla</strong>)</p>
<p>Use command Line to create a repository:</p>
<pre>svnadmin create --fs-type fsfs MyNewRepository
</pre>
<p>3. Now share/upload your your Eclipse project to the SVN repository</p>
<p>a) Right Click on the eclipse project -&gt; Team -&gt; Share project -&gt; Use Existing Repository -&gt; Add URL -&gt; use user Name/password for your repository</p>
<p>When uploading to a server that does not allow http rather use ssh, use:</p>
<p>svn+ssh://user@ssh.yourdomain.com/path</p>
<p>//you would need to provide your username along with URL</p>
<p>rather than http://&#8230;</p>
<p>//http if that server or free space allows http or web access to the repository</p>
<p>4) Team -&gt; Commit &#8211; to upload your changes from local</p>
<p>5) Team -&gt; Update &#8211; to upload others&#8217; changes to your local</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=44&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/04/06/subversion-using-eclipse-and-assembla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Process and Thread &#8211; Any confusion?</title>
		<link>http://raihanmasud.wordpress.com/2010/02/11/process-and-thread-any-confusion/</link>
		<comments>http://raihanmasud.wordpress.com/2010/02/11/process-and-thread-any-confusion/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:08:25 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=41</guid>
		<description><![CDATA[1. A process is a program/set of codes in execution (running state) 2. Each program on OS that is running is a process 3. Each process concurrently and separately run with other process 4. Inside each process (a program in execution), if several parts of it need to run concurrently, then each concurrently running parts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=41&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. A process is a program/set of codes in execution (running state)</p>
<p>2. Each program on OS that is running is a process</p>
<p>3. Each process concurrently and separately run with other process</p>
<p>4. Inside each process (a program in execution), if several parts of it need to run concurrently, then each concurrently running parts of a <strong>process</strong> is called <strong>thread or lightweight process </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=41&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/02/11/process-and-thread-any-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Recovering Grub (Boot loader) after installing Windows</title>
		<link>http://raihanmasud.wordpress.com/2010/01/22/recovering-grub-boot-loader-after-installing-windows/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/22/recovering-grub-boot-loader-after-installing-windows/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 07:05:35 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=38</guid>
		<description><![CDATA[1. Insert the Ubuntu CD and select &#8220;Install without changing current file systems&#8221; //this will open the Live CD boot 2. Run &#8220;Terminal&#8221; from Applications -&#62; Accessories -&#62; Terminal 3. $ sudo grub 4. grub&#62; find /boot/grub/stage1 // it will return (hd? , ?) 5. root (hd0, 4) //previous command at step 4, returned (hd0,4) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=38&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Insert the Ubuntu CD and select &#8220;Install without changing current file systems&#8221; //this will open the Live CD boot</p>
<p>2. Run &#8220;Terminal&#8221; from Applications -&gt; Accessories -&gt; Terminal</p>
<p>3. $ sudo grub</p>
<p>4. grub&gt; find /boot/grub/stage1 // it will return (hd? , ?)</p>
<p>5. root (hd0, 4) //previous command at step 4, returned (hd0,4) , and make sure you typed a &#8220;space&#8221; after root</p>
<p>6. setup (hd0) // again make sure to put a space after setup.</p>
<p>//This will recover the grub</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=38&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/22/recovering-grub-boot-loader-after-installing-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Some shell commands/Scripts</title>
		<link>http://raihanmasud.wordpress.com/2010/01/21/some-shell-commandsscripts/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/21/some-shell-commandsscripts/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:48:32 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=34</guid>
		<description><![CDATA[1. echo $((2&#62;3)) //expressions 2. test 2 &#62; 3 &#38;&#38; echo &#8220;Yes&#8221; //condition check 3. read -p &#8220;Prompt&#8221; $variable1 $variable2 //reading from console 4. echo &#8220;today is $(date)&#8221; 5. var=10 //declaring variable, no space before or after = 6. declare -r y=10 //creating constant or read only variable 7. unset var //frees the variable 8. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=34&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. echo $((2&gt;3)) //expressions</p>
<p>2. test 2 &gt; 3 &amp;&amp; echo &#8220;Yes&#8221; //condition check</p>
<p>3. read -p &#8220;Prompt&#8221; $variable1 $variable2 //reading from console</p>
<p>4. echo &#8220;today is $(date)&#8221;</p>
<p>5. var=10 //declaring variable, no space before or after =</p>
<p>6. declare -r y=10 //creating constant or read only variable</p>
<p>7. unset var //frees the variable</p>
<p>8. declare -i y=10 //creating int variable</p>
<p>9. find $HOME -name *.c //finding all c files inside home</p>
<p>10. printf &#8220;%s\n&#8221; &#8220;$varName&#8221; //prints</p>
<p>11. sleep 3 //sleeps for 3 sec</p>
<p>12. if condition //if condition</p>
<p>then</p>
<p>command1</p>
<p>command2</p>
<p>..</p>
<p>commandN</p>
<p>fi</p>
<p>13. if condition //if-else condition</p>
<p>then</p>
<p>command1</p>
<p>else</p>
<p>command2</p>
<p>fi</p>
<p>14.</p>
<p>if condition //if-else-if condition</p>
<p>then  command1</p>
<p>elif condition2</p>
<p>command2</p>
<p>elif condition3</p>
<p>command3</p>
<p>else</p>
<p>fi</p>
<p>15. Logical AND, &amp;&amp; // Run second command only if <strong>first is successful</strong>.</p>
<p>16. Logical OR, || // Run second command only if <strong>first is successful</strong>.</p>
<p>17. grep text file.ext //search text inside a file</p>
<p>18. [ condition ] //condition checking similar to test</p>
<p>19. case  $variable-name  in</p>
<p>pattern1)</p>
<p>command1</p>
<p>commandN</p>
<p>;;</p>
<p>pattern2)</p>
<p>command1</p>
<p>&#8230;</p>
<p>;;</p>
<p>esac</p>
<p>20.</p>
<p>for var in item1 item2 &#8230; itemN</p>
<p>do</p>
<p>command1</p>
<p>command2</p>
<p>commandN</p>
<p>done</p>
<p>2. //declaring function</p>
<p>die()</p>
<p>{</p>
<p>echo &#8220;An error occurred.&#8221;</p>
<p>}</p>
<p>&gt;die //call it</p>
<p>Reference : http://bash.cyberciti.biz/guide/Shebang    *click the right top arrows to move forward pages</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=34&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/21/some-shell-commandsscripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Haskell in Ubuntu 9.10</title>
		<link>http://raihanmasud.wordpress.com/2010/01/18/haskell-in-ubuntu-9-10/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/18/haskell-in-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:55:00 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=31</guid>
		<description><![CDATA[$ sudo apt-get install ghc6  //install $ ghci //run Haskell Prelude&#62; putStrLn &#8220;Hello World&#8221; Prelude&#62; Hello World //printing into standard output &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. Prelude&#62; :quit //quit from Haskell compiler+interpreter /////////////////////////////////// creating a Haskell file, compile , run (load) $ vi File.hs //create haskell file with .hs extension $ ghci //start Haskell Prelude&#62; :load File.hs *Main&#62; File [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=31&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>$ sudo apt-get install ghc6  //install</p>
<p>$ ghci //run Haskell</p>
<p>Prelude&gt; putStrLn &#8220;Hello World&#8221;</p>
<p>Prelude&gt; Hello World //printing into standard output</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>Prelude&gt; :quit //quit from Haskell compiler+interpreter</p>
<p>///////////////////////////////////</p>
<p>creating a Haskell file, compile , run (load)</p>
<p>$ vi File.hs //create haskell file with .hs extension</p>
<p>$ ghci //start Haskell</p>
<p>Prelude&gt; :load File.hs</p>
<p>*Main&gt; File 10 // running File with argument = 10</p>
<p>&#8230;&#8230;&#8230; another way from shell without running ghci first &#8230;</p>
<p>//compile and generate executable output file named outFile,</p>
<p>//assumed File.hs is already been created with a &#8220;main&#8221;</p>
<p>$ ghc -o outFile File.hs</p>
<p>$ ./outFile // run the executable</p>
<p>//use  Tab for auto complete option for commands</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=31&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/18/haskell-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Encrypt+Decrypt Unix Files</title>
		<link>http://raihanmasud.wordpress.com/2010/01/16/encryptdecrypt-unix-files/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/16/encryptdecrypt-unix-files/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:58:24 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=28</guid>
		<description><![CDATA[Use ccrypt Install &#62;&#62; sudo apt-get install ccrypt Encrypt, command and provide key twice &#62;&#62; ccrypt -e File Decrypt, command and provide key once &#62;&#62; ccrypt -e File.cpt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=28&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use ccrypt</p>
<p>Install</p>
<p>&gt;&gt; sudo apt-get install ccrypt</p>
<p>Encrypt, command and provide key twice</p>
<p>&gt;&gt; ccrypt -e File</p>
<p>Decrypt, command and provide key once</p>
<p>&gt;&gt; ccrypt -e File.cpt</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=28&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/16/encryptdecrypt-unix-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set up wireless network for Ubuntu 9.10?</title>
		<link>http://raihanmasud.wordpress.com/2010/01/12/how-to-set-up-wireless-network-for-ubuntu-9-10/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/12/how-to-set-up-wireless-network-for-ubuntu-9-10/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:31:13 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=25</guid>
		<description><![CDATA[&#62;&#62; sudo apt-get install wicd //will remove default Network Manger that works only for wired connections and sets up wicd for both wired and wireless<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=25&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;&gt; sudo apt-get install wicd</p>
<p>//will remove default Network Manger that works only for wired connections and sets up wicd for both wired and wireless</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=25&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/12/how-to-set-up-wireless-network-for-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Run jar files on Linux</title>
		<link>http://raihanmasud.wordpress.com/2010/01/11/run-jar-files-on-linux/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/11/run-jar-files-on-linux/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:36:47 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=22</guid>
		<description><![CDATA[&#62;&#62; java -jar file.jar<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=22&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;&gt; java -jar file.jar</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=22&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/11/run-jar-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
		<item>
		<title>Compiling and running simple c++ in linux</title>
		<link>http://raihanmasud.wordpress.com/2010/01/09/compiling-and-running-simple-c-in-linux/</link>
		<comments>http://raihanmasud.wordpress.com/2010/01/09/compiling-and-running-simple-c-in-linux/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 22:25:52 +0000</pubDate>
		<dc:creator>raihanmasud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raihanmasud.wordpress.com/?p=19</guid>
		<description><![CDATA[Edit &#62;&#62;vi or gedit file.cpp Compile &#62;&#62; g++ file.cpp -o out Run &#62;&#62; ./out or &#62;&#62; ./out inp.in  //providing command line input<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=19&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Edit</p>
<p>&gt;&gt;vi or gedit file.cpp</p>
<p>Compile</p>
<p>&gt;&gt; g++ file.cpp -o out</p>
<p>Run</p>
<p>&gt;&gt; ./out</p>
<p>or</p>
<p>&gt;&gt; ./out inp.in  //providing command line input</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/raihanmasud.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/raihanmasud.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/raihanmasud.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=raihanmasud.wordpress.com&amp;blog=9430080&amp;post=19&amp;subd=raihanmasud&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://raihanmasud.wordpress.com/2010/01/09/compiling-and-running-simple-c-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5a6fa51fce502bc177dfb235ea30e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">raihanmasud</media:title>
		</media:content>
	</item>
	</channel>
</rss>
