<?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>Taufan Lubis - Ubuntu Linux</title>
	<atom:link href="http://taufanlubis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://taufanlubis.wordpress.com</link>
	<description>Be free.... be yourself with Linux.</description>
	<lastBuildDate>Mon, 20 May 2013 08:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='taufanlubis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Taufan Lubis - Ubuntu Linux</title>
		<link>http://taufanlubis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://taufanlubis.wordpress.com/osd.xml" title="Taufan Lubis - Ubuntu Linux" />
	<atom:link rel='hub' href='http://taufanlubis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux Programming (Python)-Part 6-Methods</title>
		<link>http://taufanlubis.wordpress.com/2013/04/05/linux-programming-python-part-6-methods/</link>
		<comments>http://taufanlubis.wordpress.com/2013/04/05/linux-programming-python-part-6-methods/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 07:00:51 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming-Python]]></category>
		<category><![CDATA[Programming Language-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1584</guid>
		<description><![CDATA[What is method? In programming language, method is something that you do to an object. For example, the object is &#8216;door&#8216; and you want to apply an action &#8216;open&#8216;. In python you can write as: door.open(). door = object open = method ( ) = argument Argument is the place for parameters that you apply [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1584&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="LEFT"><span style="font-size:small;"><strong>What is method?</strong><br />
In programming language, method is<strong> something that you do</strong> to<strong> an object</strong>. </span></p>
<p align="LEFT"><span style="font-size:small;">For example, the object is &#8216;<b>door</b>&#8216; and you want to apply an action &#8216;<b>open</b>&#8216;.</span></p>
<p align="LEFT"><span style="font-size:small;">In python you can write as: <b>door.open()</b>.</span></p>
<p align="LEFT"><span style="font-size:small;">door = <strong>object</strong></span></p>
<p align="LEFT"><span style="font-size:small;">open = <strong>method</strong></span></p>
<p align="LEFT"><span style="font-size:small;">( ) = <strong>argument</strong></span></p>
<p><span style="font-size:small;">Argument is <strong>the place for parameters</strong> that you <strong>apply to the method</strong>. </span></p>
<p><span style="font-size:small;">For example, you want to open your door<strong> half only</strong> or<strong> full open</strong> then changing the color painting to <strong>blue</strong> or<strong> red</strong>.</span></p>
<p><span style="font-size:small;">The syntax will be:</span></p>
<p><span style="font-size:small;">door.open(&#8216;<strong>half</strong>) </span></p>
<p><span style="font-size:small;">door.open(&#8216;<strong>full</strong>&#8216;)</span></p>
<p><span style="font-size:small;">door.color(&#8216;<strong>blue</strong>&#8216;)</span></p>
<p><span style="font-size:small;">door.color(&#8216;<strong>red</strong>&#8216;)</span><br />
<span style="font-size:small;">In python, you can use<strong> built-in methods</strong> or<strong> create it manually</strong>.</span></p>
<p><span style="font-size:small;">Let me explain more details.</span><br />
<span id="more-1584"></span><br />
<span style="font-size:small;">Let see, I want to paint my front door every years. For the last 4 years, I have painted my front door start with <b>white color </b>then <b>white again</b>, then <b>grey </b>and <b>grey </b>again. </span></p>
<p><span style="font-size:small;">For the back door: green, green, blue and brown.</span></p>
<p><span style="font-size:small;">Now I want to check, how many times, I have painted my <b>front door </b>with <b>white color</b>.</span></p>
<p><span style="font-size:small;">For this case, I use built-in method named &#8216;<b>count</b>&#8216;.</span></p>
<p><span style="font-size:small;">To display the built-in methods, first, type the object followed by “Ctrl<b>+Space</b>” button. </span></p>
<p><span style="font-size:small;">Select your method, type &#8216;<i><b>(</b></i><b>&#8216;</b> to choose, followed by <i><b>your parameter </b></i>and closed with &#8216;<i><b>)</b></i>&#8216; bracket.</span></p>
<p><span style="font-size:small;">You can do also, Select <b>the method </b>then press &#8216;<b>space</b>&#8216; button but you have to move your cursor back and type the open bracket &#8216;<i><b>(</b></i>&#8216;.</span></p>
<p><span style="font-size:small;"><strong><a href="http://taufanlubis.files.wordpress.com/2013/03/methods01.png"><img class="alignnone size-medium wp-image-1585" alt="methods01" src="http://taufanlubis.files.wordpress.com/2013/03/methods01.png?w=300&#038;h=294" width="300" height="294" /></a></strong></span></p>
<p><span style="font-size:small;">I prefer the first one, faster.</span></p>
<p><span style="font-size:small;">Don&#8217;t press &#8216;Enter&#8217;, you will get message “<i>&lt;built-in method count of list object at NNNNNNN&gt;</i>” .</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<em>&gt;&gt;&gt; doorfront=['white','white','grey','grey']</em><br />
<em>&gt;&gt;&gt; doorback=['green','green','blue','brown']</em><br />
<em>&gt;&gt;&gt; doorfront.<b>count</b>(&#8216;white&#8217;)</em></span></p>
<p><span style="font-size:small;"><em>2</em></span><span style="font-size:small;"><em></em><br />
<em>&gt;&gt;&gt;</em> </span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p><span style="font-size:small;">The other built-in methods are:</span></p>
<p><span style="font-size:small;">-<strong>append</strong><br />
-<strong>extend</strong><br />
-<strong>index</strong><br />
-<strong>insert</strong><br />
-<strong>pop</strong><br />
-<strong>remove</strong><br />
-<strong>reverse</strong><br />
-<strong>sort<br />
</strong></span><br />
<span style="font-size:small;"><b>Method “Index”</b></span></p>
<p><span style="font-size:small;">Index will search the parameter that you put in the method. Index will display the index number of the first parameter that it found. The index numbering start with 0 (zero),1,2,3&#8230;&#8230;</span></p>
<p><span style="font-size:small;">For example, there 2 &#8216;grey&#8217; in the list. The index number of &#8216;grey&#8217;s are 2 and 3. But Index will display only the first one which is &#8217;2&#8242;.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorfront=['white','white','grey','grey']</em><br />
<em>&gt;&gt;&gt; doorfront.index(&#8216;grey&#8217;)</em></span></p>
<p><span style="font-size:small;"><em>2</em><br />
<em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: “Insert”</b></span></p>
<p><span style="font-size:small;">Insert method will insert the parameter based on which index number that you set.</span></p>
<p><span style="font-size:small;">For example, you want to insert &#8216;black&#8217; in object doorback after &#8216;green,green&#8217;. So, the index number will 2 because first green the index=0 and the second green the index=1.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorback=['green','green','blue','brown']</em><br />
<em>&gt;&gt;&gt; doorback.insert(2,&#8217;black&#8217;)</em><br />
<em>&gt;&gt;&gt; doorback</em></span></p>
<p><em><span style="font-size:small;">['green', 'green', 'black', 'blue', 'brown']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: “Pop”</b></span></p>
<p><span style="font-size:small;">Pop method will remove data in the list based on the index number that you set in the parameter.</span></p>
<p><span style="font-size:small;">For example, you have already add &#8216;black&#8217; and now you want to remove &#8216;green&#8217; color. The &#8216;green&#8217; that you want to remove is from index number 1. Pop method will disply the one that you remove.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorback</em><br />
<em>['green', 'green', 'black', 'blue', 'brown']</em></span></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback.pop(1)<br />
&#8216;green&#8217;</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback<br />
['green', 'black', 'blue', 'brown']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: Remove</b></span></p>
<p><span style="font-size:small;">Remove method is almost the same with pop method. Delete data in the list.</span></p>
<p><span style="font-size:small;">The different is, in <b>pop method </b>you have to set the <b>index number</b> and after it remove the data, it will return the data that you removed in case you need it in your programming. </span></p>
<p><span style="font-size:small;">In<b> remove method </b>you have to set the data name not the index number and no return data to you.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorfront.remove(&#8216;white&#8217;)</em><br />
<em>&gt;&gt;&gt; doorfront</em></span></p>
<p><em><span style="font-size:small;">['white', 'grey', 'grey']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
<em>&gt;&gt;&gt; doorfront=['white','white','grey','grey']</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: Reverse</b></span></p>
<p><span style="font-size:small;">Reverse method will reverse the data list.</span></p>
<p><span style="font-size:small;">For example, the data are &#8216;white&#8217;, &#8216;grey&#8217;, &#8216;grey&#8217;. After applied the reverse method, it will become &#8216;grey&#8217;,'grey&#8217;,'white&#8217;.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorfront</em></span></p>
<p><em>['white', 'grey', 'grey']</em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorfront.reverse()<br />
&gt;&gt;&gt; doorfront</span></em></p>
<p><em><span style="font-size:small;">['grey', 'grey', 'white']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: Sort</b></span></p>
<p><span style="font-size:small;">Sort method, will sort data in the list based on ascending (small to big).</span></p>
<p><span style="font-size:small;">For exemple, from data &#8216;green&#8217;, &#8216;black&#8217;, &#8216;blue&#8217;, &#8216;brown&#8217;, &#8216;b&#8217; is the first in the alphabet and &#8216;g&#8217; is after.</span></p>
<p><span style="font-size:small;">But there are 3 &#8216;b&#8217;, so python will sort more deep, &#8216;b<b>l</b>&#8216; will come first before &#8216;b<b>r</b>&#8216; after.</span></p>
<p><span style="font-size:small;">But there are 2 &#8216;bl&#8217;, so python will sore more deep again, &#8216;bl<b>a</b>&#8216; will come first followed by &#8216;bl<b>u</b>&#8216;.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorback</em></span></p>
<p><em><span style="font-size:small;">['green', 'black', 'blue', 'brown']</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback.sort()<br />
&gt;&gt;&gt; doorback</span></em></p>
<p><em><span style="font-size:small;">['black', 'blue', 'brown', 'green']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: Append</b></span></p>
<p><span style="font-size:small;">Append method will add data that put in the parameter to the last record.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorback</em></span></p>
<p><em><span style="font-size:small;">['black', 'blue', 'brown', 'green']</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback.append(&#8216;yellow&#8217;)<br />
&gt;&gt;&gt; doorback</span></em></p>
<p><em><span style="font-size:small;">['black', 'blue', 'brown', 'green', 'yellow']</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:small;"><b>Method: Extend</b></span></p>
<p><span style="font-size:small;">Extend method will extend the object data with another object data. The data from the second object will be put at the last record of the first object data.</span></p>
<p><span style="font-size:small;">For example, &#8216;doorback&#8217; is first object and you want to extend with &#8216;doorfront&#8217; data.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<em>&gt;&gt;&gt; doorfront</em></span></p>
<p><em><span style="font-size:small;">['grey', 'grey', 'white']</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback</span></em></p>
<p><em><span style="font-size:small;">['black', 'blue', 'brown', 'green', 'yellow']</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorback.extend(doorfront)<br />
&gt;&gt;&gt; doorback</span></em></p>
<p><em><span style="font-size:small;">['black', 'blue', 'brown', 'green', 'yellow', <b>'grey', 'grey', 'white'</b>]</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2013/03/methods02.png"><img class="alignnone size-medium wp-image-1586" alt="methods02" src="http://taufanlubis.files.wordpress.com/2013/03/methods02.png?w=271&#038;h=300" width="271" height="300" /></a><br />
<span style="font-size:small;"><b>Could I create my own Methods?</b></span></p>
<p><span style="font-size:small;">Yes, you can.</span></p>
<p><span style="font-size:small;">To create your own methods, you need a<strong> class</strong>. </span></p>
<p><span style="font-size:small;">I will not explain about class in this article, just to show you that we can create methods.</span></p>
<p><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
</span><em><span style="font-size:small;">&gt;&gt;&gt; class myClass:<br />
def openFull(self):<br />
return &#8220;This door is opened full&#8221;</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; myClass<br />
&lt;class __main__.myClass at 0xb657f2cc&gt;</span></em></p>
<p><em><span style="font-size:small;">&gt;&gt;&gt; doorfront=myClass()<br />
&gt;&gt;&gt; doorfront.openFull()</span></em></p>
<p><em><span style="font-size:small;">&#8216;This door is opened full&#8217;</span></em></p>
<p><span style="font-size:small;"><em>&gt;&gt;&gt;</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a href="http://taufanlubis.files.wordpress.com/2013/03/methods03.png"><img class="alignnone size-medium wp-image-1587" alt="methods03" src="http://taufanlubis.files.wordpress.com/2013/03/methods03.png?w=300&#038;h=189" width="300" height="189" /></a></span></p>
<p><span style="font-size:small;"><a href="http://taufanlubis.files.wordpress.com/2013/03/methods04.png"><img class="alignnone size-medium wp-image-1588" alt="methods04" src="http://taufanlubis.files.wordpress.com/2013/03/methods04.png?w=300&#038;h=187" width="300" height="187" /></a><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1584&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/04/05/linux-programming-python-part-6-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/methods01.png?w=300" medium="image">
			<media:title type="html">methods01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/methods02.png?w=271" medium="image">
			<media:title type="html">methods02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/methods03.png?w=300" medium="image">
			<media:title type="html">methods03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/methods04.png?w=300" medium="image">
			<media:title type="html">methods04</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Programming (Python)-Part 5-If Statement</title>
		<link>http://taufanlubis.wordpress.com/2013/04/03/linux-programming-python-part-5-if-statement/</link>
		<comments>http://taufanlubis.wordpress.com/2013/04/03/linux-programming-python-part-5-if-statement/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 07:00:58 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming Language-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1579</guid>
		<description><![CDATA[If Statement is a conditional that python will check before taking a new action. If statement result is TRUE, python will process the command given otherwise it will ignore and execute the next step. The syntax is: if statement: your_command Let&#8217;s try. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#62;&#62;&#62; myprogramming_language=&#8217;python&#8217; &#62;&#62;&#62; if myprogramming_language==&#8217;python&#8217;: print &#8220;Python is my programming language&#8221; Python [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1579&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="LEFT"><span style="font-size:small;">If Statement is a conditional that python will check before taking a new action. If statement result is TRUE, python will process the command given otherwise it will ignore and execute the next step.</span></p>
<p align="LEFT"><span style="font-size:small;">The syntax is:<br />
if statement:<br />
your_command</span></p>
<p align="LEFT"><span style="font-size:small;">Let&#8217;s try.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<i>&gt;&gt;&gt; myprogramming_language=&#8217;python&#8217;<br />
&gt;&gt;&gt; if myprogramming_language==&#8217;python&#8217;:<br />
print &#8220;Python is my programming language&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>Python is my programming language<br />
&gt;&gt;&gt;<br />
</i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p align="LEFT"><span style="font-size:small;"><strong><i>myprogramming_language=&#8217;python&#8217; </i></strong> will tell python, please enter variable <strong><i>myprogramming_language</i></strong> with value <i><strong>python</strong>.<br />
</i></span></p>
<p align="LEFT"><span style="font-size:small;"><strong><i>if myprogramming_language==&#8217;python&#8217;: </i></strong>will tell python, if <strong><i>myprogramming_language </i></strong>is equal with<i><strong> &#8216;python&#8217;</strong> </i>then execute the next line, otherwise just ignore and continue to the next step. </span></p>
<p align="LEFT"><span style="font-size:small;">If it&#8217;s equal mean the <b>condition </b>is <b>True</b>. </span></p>
<p align="LEFT"><span style="font-size:small;">If it&#8217;s <b>not equal </b>the condition is <b>False</b>.</span></p>
<p align="LEFT"><span style="font-size:small;"><b><br />
<span id="more-1579"></span><br />
If-else statement</b></span></p>
<p align="LEFT"><span style="font-size:small;">The different between <b>if statement </b>and <b>if else statement </b>is in if else statement, we tell python to do another option if the condition is False. As we can see below, the conditional is <b>False </b>because the correct value is<b> &#8216;c&#8217; </b>then python executed the <b>option command (else)</b>.</span></p>
<p align="LEFT"><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<i>&gt;&gt;&gt; myprogramming_language=&#8217;c&#8217;<br />
&gt;&gt;&gt; if myprogramming_language==&#8217;python&#8217;:<br />
print &#8220;Python is my programming language&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>else:<br />
print &#8220;Now I choose c as my programming language&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>Now I choose c as my programming language<br />
</i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p align="LEFT"><span style="font-size:small;"><b><br />
If-elif-else statement</b></span></p>
<p align="LEFT"><span style="font-size:small;">For more than 1 conditional option, just put &#8216;elif&#8217;, same syntax apply.</span></p>
<p align="LEFT"><span style="font-size:small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<i>&gt;&gt;&gt; myprogramming_language=&#8217;Perl&#8217;<br />
&gt;&gt;&gt; if myprogramming_language==&#8217;python&#8217;:<br />
print &#8220;Python is my programming language&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>elif myprogramming_language==&#8217;c':</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>        print &#8220;C is my programming language&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>elif myprogramming_language==&#8217;Perl&#8217;:</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>        print &#8220;I change to Perl now&#8221;</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>else:</i></span></p>
<p align="LEFT"><span style="font-size:small;"><i>        print &#8220;I can&#8217;t do programming&#8221;</i></span></p>
<p align="LEFT"> <span style="font-size:small;"><i>I change to Perl now<br />
&gt;&gt;&gt;<br />
</i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2013/03/pythonpart5_ifstatement.png"><img class="alignnone size-medium wp-image-1580" alt="pythonpart5_ifstatement" src="http://taufanlubis.files.wordpress.com/2013/03/pythonpart5_ifstatement.png?w=300&#038;h=294" width="300" height="294" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1579&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/04/03/linux-programming-python-part-5-if-statement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/pythonpart5_ifstatement.png?w=300" medium="image">
			<media:title type="html">pythonpart5_ifstatement</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Programming (Python)-Part 4-Strings</title>
		<link>http://taufanlubis.wordpress.com/2013/04/02/linux-programming-python-part-4-strings/</link>
		<comments>http://taufanlubis.wordpress.com/2013/04/02/linux-programming-python-part-4-strings/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 07:00:03 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming Language-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1572</guid>
		<description><![CDATA[Strings is one or more combination of alphabet. Python will recognize double colon(“ ”) or single colon (&#8216; &#8216;) for string declaration. For example, to declare &#8216;This is a string&#8216; as string, you can use double colon or single colon. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#62;&#62;&#62; &#8220;This is a string&#8221; &#8216;This is a string&#8217; &#62;&#62;&#62; &#8216;This is a string&#8217; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1572&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><span style="font-size:small;">Strings is one or more combination of alphabet. Python will recognize double colon(“ ”) or single colon (&#8216; &#8216;) for string declaration.</span></p>
<p><span style="font-size:small;">For example, to declare &#8216;<b>This is a string</b>&#8216; as string, you can use double colon or single colon.</span></p>
<p><span style="font-size:small;"><i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; &#8220;This is a string&#8221;<br />
&#8216;This is a string&#8217;<br />
&gt;&gt;&gt; &#8216;This is a string&#8217;<br />
&#8216;This is a string&#8217;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;">Very easy. How about to write <b>Hii&#8230; I&#8217;m python</b>. There is one single colon in the string.</span></p>
<p><span style="font-size:small;">You can&#8217;t write, <b>&#8216;Hi.. I&#8217;m python&#8217; </b>because python will confuse to set the beginning and the end of the string because single colon in (<b>I&#8217;m) </b>will consider as end of string content.<br />
<i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; &#8220;I&#8217;m python&#8221;<br />
&#8220;I&#8217;m python&#8221;<br />
&gt;&gt;&gt; &#8216;I&#8217;m python&#8217;<br />
SyntaxError: invalid syntax<br />
&gt;&gt;&gt; </i></span></p>
<p><span style="font-size:small;">But, with “double colon is fine.</span></p>
<p><span style="font-size:small;"><i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; &#8220;I&#8217;m python&#8221;<br />
&#8220;I&#8217;m python&#8221;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span><br />
<span id="more-1572"></span><br />
<span style="font-size:small;">If you want to use single colon, you have to put backslash (\) in front of the semi colon (&#8216;). Python will treat is normal character.</span></p>
<p><span style="font-size:small;"><i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; &#8216;I<b>\</b>&#8216;m python&#8217;<br />
&#8220;I&#8217;m python&#8221;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;">This is same apply when you do with double colon.</span></p>
<p><span style="font-size:small;"><i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; &#8216;He said to me, &#8220;How are you?&#8221;&#8216;<br />
&#8216;He said to me, &#8220;How are you?&#8221;&#8216;<br />
&gt;&gt;&gt; &#8220;He said to me, &#8220;How are you?&#8221;"<br />
SyntaxError: invalid syntax<br />
&gt;&gt;&gt; &#8220;He said to me, \&#8221;How are you?\&#8221;"<br />
&#8216;He said to me, &#8220;How are you?&#8221;&#8216;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;"><b>Join String</b></span></p>
<p><span style="font-size:small;">To join between strings, just put plus (+).<br />
<i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; a=&#8221;This is &#8220;<br />
&gt;&gt;&gt; b=&#8221;python&#8221;<br />
&gt;&gt;&gt; a+b<br />
&#8216;This is python&#8217;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;">Can I join string with number?</span></p>
<p><span style="font-size:small;">You can&#8217;t.</span></p>
<p><span style="font-size:small;">If you want to combine your number with your string data, you have to convert the number into string. The function is str() or <b>repr()</b>. These functions will convert <b>number </b>into <b>string</b>.</span></p>
<p><span style="font-size:small;">For example:<br />
<i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; a=&#8221;There are &#8220;<br />
&gt;&gt;&gt; b=365<br />
&gt;&gt;&gt; c=&#8221; days in a year&#8221;<br />
&gt;&gt;&gt; a + b + c</i></span></p>
<p><span style="font-size:small;"><i>Traceback (most recent call last):<br />
File &#8220;&lt;pyshell#14&gt;&#8221;, line 1, in &lt;module&gt;<br />
a + b + c<br />
TypeError: cannot concatenate &#8216;str&#8217; and &#8216;int&#8217; objects<br />
&gt;&gt;&gt; a + <b>str(b) </b>+ c</i></span></p>
<p><span style="font-size:small;"><i>&#8216;There are 365 days in a year&#8217;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; a + </i><i><b>repr(b)</b></i><i> + c<br />
&#8216;There are 365 days in a year&#8217;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;">There is another option, put backticks character ( ` ) between the number variable. It will tell python to treat number as string.<br />
<i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; a + `b` + c<br />
&#8216;There are 365 days in a year&#8217;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;"><b>Handling input data for string</b></span></p>
<p><span style="font-size:small;">How to input data for string?</span></p>
<p><span style="font-size:small;">To input data you can use &#8216;<b>input()&#8217;</b> or &#8216;<b>raw_input()&#8217; </b>functions. The different is, <b>input() </b>is used for inputing number meanwhile <b>raw_input() </b>is used to input character.</span></p>
<p><span style="font-size:small;">As you can see below, when I enter <b>string </b>into <b>input() </b>function, it created an error.</span></p>
<p><span style="font-size:small;"><i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; myname=input(&#8220;Enter your name: &#8220;)<br />
Enter your name: python</i></span></p>
<p><span style="font-size:small;"><i>Traceback (most recent call last):<br />
File &#8220;&lt;pyshell#0&gt;&#8221;, line 1, in &lt;module&gt;<br />
myname=input(&#8220;Enter your name: &#8220;)<br />
File &#8220;&lt;string&gt;&#8221;, line 1, in &lt;module&gt;<br />
NameError: name &#8216;python&#8217; is not defined</i></span></p>
<p><span style="font-size:small;"><i>&gt;&gt;&gt; myname=raw_input(&#8220;Enter yourname: &#8220;)<br />
Enter yourname: python<br />
&gt;&gt;&gt; myname<br />
&#8216;python&#8217;</i></span></p>
<p><span style="font-size:small;"><i>&gt;&gt;&gt; myage=input(&#8220;Enter your age: &#8220;)<br />
Enter your age: 20<br />
&gt;&gt;&gt; myage<br />
20</i></span></p>
<p><span style="font-size:small;"><i>&gt;&gt;&gt; &#8220;My name is &#8221; + myname + &#8221; and my age is &#8221; + str(myage)<br />
&#8216;My name is python and my age is 20&#8242;<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;"><b>Print string combine with input variables</b></span></p>
<p><span style="font-size:small;">You can print string combine with input variables. The variables will be added into the string with command percent (<b>%)</b>.<br />
<i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&gt;&gt;&gt; myname=&#8217;python&#8217;<br />
&gt;&gt;&gt; myage=10<br />
&gt;&gt;&gt; myage=myage+10<br />
&gt;&gt;&gt; teststring=&#8221;My name is <b>%s </b>and my age is <b>%i</b>&#8220;<br />
&gt;&gt;&gt; print teststring % (myname,myage)<br />
My name is python and my age is 20<br />
&gt;&gt;&gt; myvar_nameage=(&#8216;python&#8217;,20)<br />
&gt;&gt;&gt; print teststring % myvar_nameage<br />
My name is python and my age is 20<br />
&gt;&gt;&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</i></span></p>
<p><span style="font-size:small;"><b>%s</b> will tell python, please take and put &#8216;<b>variable string</b>&#8216; into this section.<br />
%i will tell python, please take and put &#8216;<b>variable integer</b>&#8216; into this section.</span></p>
<p><span style="font-size:small;"><i>teststring=&#8221;My name is <b>%s </b>and my age is <b>%i</b>&#8220;</i></span></p>
<p><span style="font-size:small;">% in here, will tell python, please print <b>teststring variable </b>and <b>fill the variable inside </b>with the data on the right. Since there are 2 variables, you have to put it the bracket separated by comma.</span></p>
<p><span style="font-size:small;"><i>print teststring % <b>(myname,myage)<br />
<a href="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string01.png"><img class="alignnone size-medium wp-image-1573" alt="pythonpart4_string01" src="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string01.png?w=300&#038;h=268" width="300" height="268" /></a><br />
</b></i></span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string02.png"><img class="alignnone size-medium wp-image-1574" alt="pythonpart4_string02" src="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string02.png?w=300&#038;h=294" width="300" height="294" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1572/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1572&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/04/02/linux-programming-python-part-4-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string01.png?w=300" medium="image">
			<media:title type="html">pythonpart4_string01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/pythonpart4_string02.png?w=300" medium="image">
			<media:title type="html">pythonpart4_string02</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Programming (Python)-Part 3 – Functions and Modules</title>
		<link>http://taufanlubis.wordpress.com/2013/04/01/linux-programming-python-part-3-functions-and-modules/</link>
		<comments>http://taufanlubis.wordpress.com/2013/04/01/linux-programming-python-part-3-functions-and-modules/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 07:00:48 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming Language-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1566</guid>
		<description><![CDATA[Function is a built-in program that available in Python that we can use to simplify our programming code. Mostly every programming language provide their built-in function according to purpose why it&#8217;s created. Functions in C, python, pearl, vb, assembly will be different. To use function in python, you have to write the function name then [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1566&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="LEFT"><span style="font-size:12px;">Function is a built-in program that available in Python that we can use to simplify our programming code. Mostly every programming language provide their built-in function according to purpose why it&#8217;s created. Functions in C, python, pearl, vb, assembly will be different.</span></p>
<p align="LEFT"><span style="font-size:12px;">To use function in python, you have to write the <b>function name </b>then followed by the <b>parameters </b>that the function need. Parameter is the information that will be used by function to solve the problem. </span></p>
<p align="LEFT"><span style="font-size:12px;">Built-in Functions:</span><tt><span style="color:#000000;"><span style="font-family:Times New Roman, serif;"><span style="font-size:12px;"><br />
<i>abs(), divmod(), input(), open(), staticmethod(), all(), enumerate(), int(), ord(), str(), any(), eval() isinstance(), pow(), sum(), basestring(), execfile(), issubclass(), print(), super(), bin(), file(), iter(), property(), tuple(), bool(), filter()</i></span></span></span></tt><tt><span style="color:#000000;"><span style="font-family:Times New Roman, serif;"><span style="font-size:12px;"><i>,</i></span></span></span></tt><tt><span style="color:#000000;"><span style="font-family:Times New Roman, serif;"><span style="font-size:12px;"><i>len(), range(), type(), bytearray(), float(), list(), raw_input(), unichr(), callable(), format(), locals(), reduce(), unicode(), chr(), frozenset(), long(), reload(), vars(), classmethod(), getattr(), map(), repr(), xrange(), cmp(), globals(), max(), reversed(), zip(), compile(), hasattr(), memoryview(), round(), __import__(), complex(), hash(), min(), set(), apply(), delattr(), help(), next(), setattr(), buffer(), dict(), hex(), object(), slice(), coerce(), dir(), id(), oct(), sorted(), intern()</i></span></span></span><br />
</tt></p>
<p><span id="more-1566"></span></p>
<p align="LEFT"><span style="font-size:12px;">For example, I choose function <b>cmp(x,y)</b>.</span></p>
<p align="LEFT"><span style="font-size:12px;">This function will compare object x and y then return an integer according to the outcome.</span></p>
<p align="LEFT"><span style="font-size:12px;">If x&lt;y the return is negative.</span></p>
<p align="LEFT"><span style="font-size:12px;">If x&gt;y the return is positive.</span></p>
<p align="LEFT"><span style="font-size:12px;">If x=y the return is zero (0).</span></p>
<p align="LEFT"><span style="font-size:12px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<i>&gt;&gt;&gt; <b>x=1<br />
</b>&gt;&gt;&gt; <b>y=2<br />
</b>&gt;&gt;&gt; <b>cmp(x,y)<br />
-1</b></i></span></p>
<p align="LEFT"><span style="font-size:12px;"><i>&gt;&gt;&gt; <b>x=2<br />
</b>&gt;&gt;&gt; <b>y=1<br />
</b>&gt;&gt;&gt; <b>cmp(x,y)<br />
1</b></i></span></p>
<p align="LEFT"><span style="font-size:12px;"><i>&gt;&gt;&gt; <b>x=1<br />
</b>&gt;&gt;&gt; <b>y=1<br />
</b>&gt;&gt;&gt; <b>cmp(x,y)<br />
0<br />
</b></i><b>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</b></span></p>
<p align="LEFT"><span style="font-size:12px;">If the function that you need is not available in the built-in functions, you have to get it or import it first before you can use. Otherwise python will tell you that python can&#8217;t find it. </span></p>
<p align="LEFT"><span style="font-size:12px;">For example, I use &#8216;<b>floor()&#8217; </b>function. Floor is a function to take a number and round it down to the floor. For example, 10.57, will round it down to &#8217;10.0&#8242;.</span></p>
<p align="LEFT"><span style="font-size:12px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<i>&gt;&gt;&gt; floor(10.57)</i></span></p>
<p align="LEFT"><span style="font-size:12px;"><i>Traceback (most recent call last):<br />
File &#8220;&lt;pyshell#19&gt;&#8221;, line 1, in &lt;module&gt;<br />
floor(10.57)<br />
NameError: name &#8216;floor&#8217; is not defined<br />
&gt;&gt;&gt;<br />
</i>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p align="LEFT"><span style="font-size:12px;">This function is not available in the built-in function. Python will display the error.</span></p>
<p align="LEFT"><span style="font-size:12px;">You have to import it first.<br />
<i>&gt;&gt;&gt; import math<br />
&gt;&gt;&gt; floor(10.57)</i></span></p>
<p align="LEFT"><span style="font-size:12px;"><i>Traceback (most recent call last):<br />
File &#8220;&lt;pyshell#21&gt;&#8221;, line 1, in &lt;module&gt;<br />
floor(10.57)<br />
NameError: name &#8216;floor&#8217; is not defined<br />
&gt;&gt;&gt; </i></span></p>
<p align="LEFT"><span style="font-size:12px;">Although you have imported the module but python still can&#8217;t recognize the function. It&#8217;s happen because python doesn&#8217;t know which module this function come from. You have to tell python. Type the module followed by the function name (<b>module.function</b>).</span></p>
<p align="LEFT"><span style="font-size:12px;"><i>&gt;&gt;&gt; math.floor(10.57)<br />
10.0<br />
&gt;&gt;&gt;</i></span></p>
<p>Another sample, square root of 81.<br />
<i>&gt;&gt;&gt; math.sqrt(81)<br />
9.0<br />
&gt;&gt;&gt;</i></p>
<p align="LEFT"><span style="font-size:12px;">This function call also be assigned to a variable. It&#8217;s useful because you don&#8217;t have to remember the module and function name everytime.</span></p>
<p align="LEFT"><span style="font-size:12px;"><i>&gt;&gt;&gt; square_root=math.sqrt<br />
&gt;&gt;&gt; square_root(81)<br />
9.0</i></span></p>
<p align="LEFT"><span style="font-size:12px;"><i>&gt;&gt;&gt; </i><br />
</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2013/03/module_function.png"><img class="alignnone size-medium wp-image-1567" alt="module_function" src="http://taufanlubis.files.wordpress.com/2013/03/module_function.png?w=268&#038;h=300" width="268" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1566/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1566/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1566&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/04/01/linux-programming-python-part-3-functions-and-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/03/module_function.png?w=268" medium="image">
			<media:title type="html">module_function</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install John The Ripper in Ubuntu 10.04 LTS &#8211; the Lucid Lynx</title>
		<link>http://taufanlubis.wordpress.com/2013/01/31/how-to-install-john-the-ripper-in-ubuntu-10-04-lts-the-lucid-lynx/</link>
		<comments>http://taufanlubis.wordpress.com/2013/01/31/how-to-install-john-the-ripper-in-ubuntu-10-04-lts-the-lucid-lynx/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 15:13:14 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Google Tools for Linux]]></category>
		<category><![CDATA[Scanner]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1526</guid>
		<description><![CDATA[John The Ripper (JTR) is one of best password cracker ever built. At the first time, it&#8217;s design to detect the weakness of UNIX password. Now, it&#8217;s available for Unix, Linux, Windows, DOS, BeOS and Open-VMS. It supports several crypt password hash types in Unix, Kerberos AFS and windows NT/2000/XP LM hashes. John The Ripper [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1526&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="LEFT">John The Ripper (JTR) is one of best password cracker ever built. At the first time, it&#8217;s design to detect the weakness of UNIX password. Now, it&#8217;s available for Unix, Linux, Windows, DOS, BeOS and Open-VMS. It supports several crypt password hash types in Unix, Kerberos AFS and windows NT/2000/XP LM hashes.</p>
<p align="LEFT">John The Ripper is a free and open source and distributed in source code file but for easy installation you can buy<strong> John The Ripper Pro</strong>.</p>
<p align="LEFT"> Before we start, you have to download JTR from <b><a href="http://www.openwall.com/john/g/john-1.7.9.tar.gz">http://www.openwall.com/john/g/john-1.7.9.tar.gz</a> </b>and put it in your selected folder.</p>
<p align="LEFT"> In this tutorial, I put JTR under <b>/opt </b>folder.<br />
Type &#8216;<b>sudo tar xvzf</b>&#8216; following by JTR file name. The name can be different depend on which version that you have. I type: <b>sudo tar xvzf john-1.7.9.tar.gz<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper01.png"><img class="alignnone size-medium wp-image-1527" alt="john_the_ripper01" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper01.png?w=300&#038;h=199" width="300" height="199" /></a><br />
</b></p>
<p><span id="more-1526"></span></p>
<p align="LEFT">The command will extract your JTR package file.<br />
Change your access level to root. You can type: “<b>su –</b> “or “<b>su root</b>” to change the access level.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02a.png"><img class="alignnone size-medium wp-image-1529" alt="john_the_ripper02a" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02a.png?w=300&#038;h=64" width="300" height="64" /></a></p>
<p align="LEFT">Go to &#8216;<b>src</b>&#8216; folder inside your extracted file.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02.png"><img class="alignnone size-medium wp-image-1528" alt="john_the_ripper02" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Type: “<b>make</b>” and press <strong>Enter</strong>.<br />
JTR will display list of Linux systems based on processor. I used Intel Core2 duo 32 bit, so I choose &#8216;<b>linux-x86-sse2</b>”.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper03.png"><img class="alignnone size-medium wp-image-1530" alt="john_the_ripper03" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper03.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Now, type again the installation command+your linux_system.<br />
My command will be: “<b>make linux-x86-sse2</b>”.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper04.png"><img class="alignnone size-medium wp-image-1531" alt="john_the_ripper04" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper04.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Installation is on progress.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper05.png"><img class="alignnone size-medium wp-image-1532" alt="john_the_ripper05" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper05.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Installation is completed.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper06.png"><img class="alignnone size-medium wp-image-1533" alt="john_the_ripper06" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper06.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Now, let&#8217;s check if it&#8217;s work or not. Go to &#8216;<b>run</b>&#8216; folder.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper07.png"><img class="alignnone size-medium wp-image-1534" alt="john_the_ripper07" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper07.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">Type: “<b>./john -test</b>” to test benchmark.<br />
It works.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper08.png"><img class="alignnone size-medium wp-image-1536" alt="john_the_ripper08" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper08.png?w=300&#038;h=271" width="300" height="271" /></a></p>
<p align="LEFT">Now, we test to crack our linux password. In this test, I add a new user name &#8216;<b>test</b>&#8216; with password “123”.<br />
JTR can&#8217;t read “<b>shadow</b>” file, so you have to un-shadow it first to a file.<br />
In this sample, my filename is <b>myhacktest.tst</b>.<br />
Type: “<b>./unshadow /etc/passwd /etc/shadow &gt; /opt/john_the_ripper/john-1.7.9/run/myhacktest.tst</b>”<br />
Check if it is exist or not.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper09.png"><img class="alignnone size-medium wp-image-1535" alt="john_the_ripper09" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper09.png?w=300&#038;h=100" width="300" height="100" /></a></p>
<p align="LEFT">Type: “<b>./john myhacktest.tst</b>” to crack the password.<br />
As you can see below:<br />
The root password and test are cracked. The <b>root password </b>is “<b>1234</b>” and <b>test password </b>is “<b>123</b>”.<br />
Since, it tookssometimes, I break the process using: <strong>Ctrl-Break</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper10.png"><img class="alignnone size-medium wp-image-1537" alt="john_the_ripper10" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper10.png?w=300&#038;h=199" width="300" height="199" /></a></p>
<p align="LEFT">I will try explain about the process to make it easier to understand.<br />
JTR need a file that contain the user and the hash password to crack. But it is separated in <strong>/etc/passwd</strong> and <strong>/etc/shadow</strong> file.<br />
So, we have to merge it into a<strong> third file</strong>. JTR has the utility tool named <b>unshadow</b>.<br />
Unshadow will fill the password space in the &#8216;<b>passwd</b>&#8216; file with hash which is available in &#8216;<b>shadow</b>&#8216; file.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper11.png"><img class="alignnone size-medium wp-image-1538" alt="john_the_ripper11" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper11.png?w=300&#038;h=105" width="300" height="105" /></a></p>
<p align="LEFT">From /etc/passwd:<br />
test:<b>x</b>:1001:1001::/home/test:/bin/sh</p>
<p align="LEFT">From /etc/shadow:<br />
test:<b>6$.mscFEgy$JHUXm1sB1/U4nSDzJhHCq2.SawbfxanKo1mVZbtUaQTzQBe4njxQmu74.a5rZ98orBHr.W7eFmQYsYw5VNGNd.</b>:15727:0:99999:7:::</p>
<p align="LEFT">unshadow <b>PASSWORD-FILE</b> <b>SHADOW-FILE</b> <b>&gt;</b> <b>third_file</b></p>
<p align="LEFT">John the ripper has 3 cracking modes.<br />
-Single crack<br />
-Wordlist<br />
-Incremental</p>
<p align="LEFT"><b>Single crack</b><br />
JTR will use login name, &#8216;GECOS”/”Fullname” fields and user directory names as candidate password.<br />
Single crack is the simple and easy one to use because you don&#8217;t have to specify any rules.<br />
It&#8217;s the one that I show you above.<br />
Note that running this mode on many password files simultaneously may sometimes get more passwords cracked than it would if you ran it on the individual password files separately.</p>
<p align="LEFT"><b>Wordlist</b><br />
It&#8217;s the simplest cracking mode by JTR. Because JTR only check <b>the words</b> inside the list <b>against the password</b>. JTR doesn&#8217;t sort the entries in the word list and will not check if it&#8217;s duplicate words or not.</p>
<p align="LEFT">Let&#8217;s try.</p>
<p align="LEFT">This cracking will be based on possibility words that you have in your word list files. You can collect from the internet, combine or create your own one. Since it&#8217;s only a demo, I will use the default password list from John the ripper. The file is <b>password.lst</b>. There are thousands words inside this file. I just selected &#8216;<b>hello</b>&#8216; word for this sample.</p>
<p align="LEFT">First, I will change again the user &#8216;<b>test</b>&#8216; password to &#8216;<b>hello</b>&#8216;, create unshadow file then crack it.</p>
<p align="LEFT"><b>./unshadow /etc/passwd /etc/shadow &gt; break.tst<br />
./john &#8211;wordlist=password.lst &#8211;users:test &#8211;rules break.tst</b></p>
<p align="LEFT">It&#8217;s only take 2 second to break the password.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper12.png"><img class="alignnone size-medium wp-image-1539" alt="john_the_ripper12" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper12.png?w=300&#038;h=135" width="300" height="135" /></a></p>
<p align="LEFT">Below is the log</p>
<p align="LEFT"><span style="font-size:10px;"><i>0:00:00:00 Starting a new session<br />
0:00:00:00 Loaded a total of 1 password hash<br />
0:00:00:00 &#8211; Hash type: generic crypt(3) (lengths up to 72)<br />
0:00:00:00 &#8211; Algorithm: ?/32<br />
0:00:00:00 &#8211; Candidate passwords will be buffered and tried in chunks of 96<br />
0:00:00:00 &#8211; Configured to use otherwise idle processor cycles only<br />
0:00:00:00 Proceeding with wordlist mode<br />
0:00:00:00 &#8211; Wordlist file: password.lst<br />
0:00:00:00 &#8211; 57 preprocessed word mangling rules<br />
0:00:00:00 &#8211; Rule #1: &#8216;:&#8217; accepted as &#8221;<br />
0:00:00:02 + Cracked test<br />
0:00:00:02 Session completed</i></span></p>
<p align="LEFT"><b>Incremental</b><br />
It&#8217;s the most powerful cracking mode. JTR will check all possible character combinations as password.<br />
But cracking with this mode will never ending until it match because the combinations is being too large.</p>
<p align="LEFT">Let&#8217;s try.<br />
First I will change the user password for “<b>test</b>” to “<b>abcd</b>”.<br />
Unshadow the file to &#8216;<b>crack.tst</b>&#8216; then crack it using incremental alphabet possibility but only for user &#8216;<b>test</b>&#8216;.</p>
<p align="LEFT"><b>./john &#8211;incremental:alpha &#8211;users:test crack.tst</b></p>
<p align="LEFT">It took 6 minutes to break the password.<br />
Like I said, &#8216;<b>Incremental</b>&#8216; method is very powerful but will take a lot of times for complicated characters combination.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper13.png"><img alt="john_the_ripper13" src="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper13.png?w=300&#038;h=135" width="300" height="135" /></a></p>
<p align="LEFT">Now, you can compare the log.</p>
<p align="LEFT"><span style="font-size:10px;"><i>0:00:00:00 Starting a new session<br />
0:00:00:00 Loaded a total of 1 password hash<br />
0:00:00:00 &#8211; Hash type: generic crypt(3) (lengths up to 72)<br />
0:00:00:00 &#8211; Algorithm: ?/32<br />
0:00:00:00 &#8211; Candidate passwords will be buffered and tried in chunks of 96<br />
0:00:00:00 &#8211; Configured to use otherwise idle processor cycles only<br />
0:00:00:00 Proceeding with &#8220;incremental&#8221; mode: alpha<br />
0:00:00:00 &#8211; Lengths 1 to 8, up to 26 different characters<br />
0:00:00:00 &#8211; Switching to length 4<br />
0:00:00:00 &#8211; Expanding tables for length 4 to character count 1<br />
0:00:00:00 &#8211; Trying length 4, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 5<br />
0:00:00:00 &#8211; Expanding tables for length 5 to character count 1<br />
0:00:00:00 &#8211; Trying length 5, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 6<br />
0:00:00:00 &#8211; Expanding tables for length 6 to character count 1<br />
0:00:00:00 &#8211; Trying length 6, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 7<br />
0:00:00:00 &#8211; Expanding tables for length 7 to character count 1<br />
0:00:00:00 &#8211; Trying length 7, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 8<br />
0:00:00:00 &#8211; Expanding tables for length 8 to character count 1<br />
0:00:00:00 &#8211; Trying length 8, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 3<br />
0:00:00:00 &#8211; Expanding tables for length 3 to character count 1<br />
0:00:00:00 &#8211; Trying length 3, fixed @1, character count 1<br />
0:00:00:00 &#8211; Switching to length 4<br />
0:00:00:00 &#8211; Expanding tables for length 4 to character count 2<br />
0:00:00:00 &#8211; Trying length 4, fixed @2, character count 2<br />
0:00:00:00 &#8211; Switching to length 5<br />
0:00:00:00 &#8211; Expanding tables for length 5 to character count 2<br />
0:00:00:00 &#8211; Trying length 5, fixed @2, character count 2<br />
0:00:00:00 &#8211; Trying length 5, fixed @5, character count 2<br />
0:00:00:00 &#8211; Switching to length 6<br />
0:00:00:00 &#8211; Expanding tables for length 6 to character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @1, character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @2, character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @3, character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @4, character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @5, character count 2<br />
0:00:00:00 &#8211; Trying length 6, fixed @6, character count 2<br />
0:00:00:00 &#8211; Switching to length 4<br />
0:00:00:00 &#8211; Expanding tables for length 4 to character count 2<br />
0:00:00:00 &#8211; Trying length 4, fixed @4, character count 2<br />
0:00:00:00 &#8211; Switching to length 5<br />
0:00:00:00 &#8211; Expanding tables for length 5 to character count 2<br />
0:00:00:00 &#8211; Trying length 5, fixed @1, character count 2<br />
0:00:00:02 &#8211; Trying length 5, fixed @3, character count 2<br />
0:00:00:02 &#8211; Trying length 5, fixed @4, character count 2<br />
0:00:00:02 &#8211; Switching to length 3<br />
0:00:00:02 &#8211; Expanding tables for length 3 to character count 2<br />
0:00:00:02 &#8211; Trying length 3, fixed @2, character count 2<br />
0:00:00:02 &#8211; Switching to length 4<br />
0:00:00:02 &#8211; Expanding tables for length 4 to character count 2<br />
0:00:00:02 &#8211; Trying length 4, fixed @1, character count 2<br />
0:00:00:02 &#8211; Trying length 4, fixed @3, character count 2<br />
0:00:00:02 &#8211; Switching to length 7<br />
0:00:00:02 &#8211; Expanding tables for length 7 to character count 2<br />
0:00:00:02 &#8211; Trying length 7, fixed @2, character count 2<br />
0:00:00:02 &#8211; Trying length 7, fixed @7, character count 2<br />
0:00:00:02 &#8211; Switching to length 3<br />
0:00:00:02 &#8211; Expanding tables for length 3 to character count 2<br />
0:00:00:02 &#8211; Trying length 3, fixed @1, character count 2<br />
0:00:00:02 &#8211; Trying length 3, fixed @3, character count 2<br />
0:00:00:02 &#8211; Switching to length 7<br />
0:00:00:02 &#8211; Expanding tables for length 7 to character count 2<br />
0:00:00:02 &#8211; Trying length 7, fixed @3, character count 2<br />
0:00:00:02 &#8211; Trying length 7, fixed @5, character count 2<br />
0:00:00:02 &#8211; Trying length 7, fixed @6, character count 2<br />
0:00:00:02 &#8211; Switching to length 8<br />
0:00:00:02 &#8211; Expanding tables for length 8 to character count 2<br />
0:00:00:02 &#8211; Trying length 8, fixed @2, character count 2<br />
0:00:00:05 &#8211; Switching to length 7<br />
0:00:00:05 &#8211; Expanding tables for length 7 to character count 2<br />
0:00:00:05 &#8211; Trying length 7, fixed @1, character count 2<br />
0:00:00:08 &#8211; Switching to length 8<br />
0:00:00:08 &#8211; Expanding tables for length 8 to character count 2<br />
0:00:00:08 &#8211; Trying length 8, fixed @7, character count 2<br />
0:00:00:08 &#8211; Switching to length 7<br />
0:00:00:08 &#8211; Expanding tables for length 7 to character count 2<br />
0:00:00:08 &#8211; Trying length 7, fixed @4, character count 2<br />
0:00:00:08 &#8211; Switching to length 8<br />
0:00:00:08 &#8211; Expanding tables for length 8 to character count 2<br />
0:00:00:08 &#8211; Trying length 8, fixed @3, character count 2<br />
0:00:00:08 &#8211; Trying length 8, fixed @6, character count 2<br />
0:00:00:08 &#8211; Trying length 8, fixed @8, character count 2<br />
0:00:00:08 &#8211; Trying length 8, fixed @1, character count 2<br />
0:00:00:14 &#8211; Trying length 8, fixed @4, character count 2<br />
0:00:00:14 &#8211; Trying length 8, fixed @5, character count 2<br />
0:00:00:14 &#8211; Switching to length 3<br />
0:00:00:14 &#8211; Expanding tables for length 3 to character count 3<br />
0:00:00:14 &#8211; Trying length 3, fixed @2, character count 3<br />
0:00:00:14 &#8211; Switching to length 4<br />
0:00:00:14 &#8211; Expanding tables for length 4 to character count 3<br />
0:00:00:14 &#8211; Trying length 4, fixed @2, character count 3<br />
0:00:00:14 &#8211; Switching to length 3<br />
0:00:00:14 &#8211; Expanding tables for length 3 to character count 3<br />
0:00:00:14 &#8211; Trying length 3, fixed @1, character count 3<br />
0:00:00:14 &#8211; Switching to length 5<br />
0:00:00:14 &#8211; Expanding tables for length 5 to character count 3<br />
0:00:00:14 &#8211; Trying length 5, fixed @2, character count 3<br />
0:00:00:17 &#8211; Switching to length 6<br />
0:00:00:17 &#8211; Expanding tables for length 6 to character count 3<br />
0:00:00:17 &#8211; Trying length 6, fixed @2, character count 3<br />
0:00:00:20 &#8211; Switching to length 3<br />
0:00:00:20 &#8211; Expanding tables for length 3 to character count 3<br />
0:00:00:20 &#8211; Trying length 3, fixed @3, character count 3<br />
0:00:00:20 &#8211; Switching to length 5<br />
0:00:00:20 &#8211; Expanding tables for length 5 to character count 3<br />
0:00:00:20 &#8211; Trying length 5, fixed @5, character count 3<br />
0:00:00:23 &#8211; Switching to length 4<br />
0:00:00:23 &#8211; Expanding tables for length 4 to character count 3<br />
0:00:00:23 &#8211; Trying length 4, fixed @3, character count 3<br />
0:00:00:23 &#8211; Switching to length 6<br />
0:00:00:23 &#8211; Expanding tables for length 6 to character count 3<br />
0:00:00:23 &#8211; Trying length 6, fixed @5, character count 3<br />
0:00:00:23 &#8211; Switching to length 4<br />
0:00:00:23 &#8211; Expanding tables for length 4 to character count 3<br />
0:00:00:23 &#8211; Trying length 4, fixed @4, character count 3<br />
0:00:00:23 &#8211; Switching to length 6<br />
0:00:00:23 &#8211; Expanding tables for length 6 to character count 3<br />
0:00:00:23 &#8211; Trying length 6, fixed @6, character count 3<br />
0:00:00:26 &#8211; Switching to length 2<br />
0:00:00:26 &#8211; Expanding tables for length 2 to character count 1<br />
0:00:00:26 &#8211; Trying length 2, fixed @1, character count 1<br />
0:00:00:26 &#8211; Switching to length 4<br />
0:00:00:26 &#8211; Expanding tables for length 4 to character count 3<br />
0:00:00:26 &#8211; Trying length 4, fixed @1, character count 3<br />
0:00:00:26 &#8211; Switching to length 5<br />
0:00:00:26 &#8211; Expanding tables for length 5 to character count 3<br />
0:00:00:26 &#8211; Trying length 5, fixed @3, character count 3<br />
0:00:00:26 &#8211; Trying length 5, fixed @4, character count 3<br />
0:00:00:28 &#8211; Switching to length 6<br />
0:00:00:28 &#8211; Expanding tables for length 6 to character count 3<br />
0:00:00:28 &#8211; Trying length 6, fixed @3, character count 3<br />
0:00:00:31 &#8211; Switching to length 5<br />
0:00:00:31 &#8211; Expanding tables for length 5 to character count 3<br />
0:00:00:31 &#8211; Trying length 5, fixed @1, character count 3<br />
0:00:00:31 &#8211; Switching to length 6<br />
0:00:00:31 &#8211; Expanding tables for length 6 to character count 3<br />
0:00:00:31 &#8211; Trying length 6, fixed @1, character count 3<br />
0:00:00:40 &#8211; Trying length 6, fixed @4, character count 3<br />
0:00:00:43 &#8211; Switching to length 3<br />
0:00:00:43 &#8211; Expanding tables for length 3 to character count 4<br />
0:00:00:43 &#8211; Trying length 3, fixed @1, character count 4<br />
0:00:00:43 &#8211; Trying length 3, fixed @2, character count 4<br />
0:00:00:43 &#8211; Trying length 3, fixed @3, character count 4<br />
0:00:00:43 &#8211; Switching to length 2<br />
0:00:00:43 &#8211; Expanding tables for length 2 to character count 2<br />
0:00:00:43 &#8211; Trying length 2, fixed @1, character count 2<br />
0:00:00:43 &#8211; Switching to length 4<br />
0:00:00:43 &#8211; Expanding tables for length 4 to character count 4<br />
0:00:00:43 &#8211; Trying length 4, fixed @2, character count 4<br />
0:00:00:46 &#8211; Switching to length 1<br />
0:00:00:46 &#8211; Expanding tables for length 1 to character count 1<br />
0:00:00:46 &#8211; Trying length 1, fixed @1, character count 1<br />
0:00:00:46 &#8211; Switching to length 2<br />
0:00:00:46 &#8211; Expanding tables for length 2 to character count 2<br />
0:00:00:46 &#8211; Trying length 2, fixed @2, character count 2<br />
0:00:00:46 &#8211; Switching to length 1<br />
0:00:00:46 &#8211; Expanding tables for length 1 to character count 2<br />
0:00:00:46 &#8211; Trying length 1, fixed @1, character count 2<br />
0:00:00:46 &#8211; Switching to length 3<br />
0:00:00:46 &#8211; Expanding tables for length 3 to character count 5<br />
0:00:00:46 &#8211; Trying length 3, fixed @1, character count 5<br />
0:00:00:46 &#8211; Trying length 3, fixed @3, character count 5<br />
0:00:00:46 &#8211; Switching to length 4<br />
0:00:00:46 &#8211; Expanding tables for length 4 to character count 4<br />
0:00:00:46 &#8211; Trying length 4, fixed @3, character count 4<br />
0:00:00:49 &#8211; Switching to length 5<br />
0:00:00:49 &#8211; Expanding tables for length 5 to character count 4<br />
0:00:00:49 &#8211; Trying length 5, fixed @2, character count 4<br />
0:00:00:54 &#8211; Switching to length 2<br />
0:00:00:54 &#8211; Expanding tables for length 2 to character count 3<br />
0:00:00:54 &#8211; Trying length 2, fixed @1, character count 3<br />
0:00:00:54 &#8211; Switching to length 4<br />
0:00:00:54 &#8211; Expanding tables for length 4 to character count 4<br />
0:00:00:54 &#8211; Trying length 4, fixed @4, character count 4<br />
0:00:00:54 &#8211; Switching to length 3<br />
0:00:00:54 &#8211; Expanding tables for length 3 to character count 5<br />
0:00:00:54 &#8211; Trying length 3, fixed @2, character count 5<br />
0:00:00:54 &#8211; Switching to length 4<br />
0:00:00:54 &#8211; Expanding tables for length 4 to character count 4<br />
0:00:00:54 &#8211; Trying length 4, fixed @1, character count 4<br />
0:00:00:57 &#8211; Switching to length 7<br />
0:00:00:57 &#8211; Expanding tables for length 7 to character count 3<br />
0:00:00:57 &#8211; Trying length 7, fixed @2, character count 3<br />
0:00:01:12 &#8211; Switching to length 5<br />
0:00:01:12 &#8211; Expanding tables for length 5 to character count 4<br />
0:00:01:12 &#8211; Trying length 5, fixed @5, character count 4<br />
0:00:01:14 &#8211; Switching to length 1<br />
0:00:01:14 &#8211; Expanding tables for length 1 to character count 3<br />
0:00:01:14 &#8211; Trying length 1, fixed @1, character count 3<br />
0:00:01:14 &#8211; Expanding tables for length 1 to character count 4<br />
0:00:01:14 &#8211; Trying length 1, fixed @1, character count 4<br />
0:00:01:14 &#8211; Expanding tables for length 1 to character count 5<br />
0:00:01:14 &#8211; Trying length 1, fixed @1, character count 5<br />
0:00:01:14 &#8211; Expanding tables for length 1 to character count 6<br />
0:00:01:14 &#8211; Trying length 1, fixed @1, character count 6<br />
0:00:01:14 &#8211; Switching to length 2<br />
0:00:01:14 &#8211; Expanding tables for length 2 to character count 3<br />
0:00:01:14 &#8211; Trying length 2, fixed @2, character count 3<br />
0:00:01:14 &#8211; Switching to length 3<br />
0:00:01:14 &#8211; Expanding tables for length 3 to character count 6<br />
0:00:01:14 &#8211; Trying length 3, fixed @1, character count 6<br />
0:00:01:14 &#8211; Switching to length 7<br />
0:00:01:14 &#8211; Expanding tables for length 7 to character count 3<br />
00:01:14 &#8211; Trying length 7, fixed @7, character count 3<br />
0:00:01:17 &#8211; Trying length 7, fixed @6, character count 3<br />
0:00:01:20 &#8211; Trying length 7, fixed @5, character count 3<br />
0:00:01:23 &#8211; Switching to length 2<br />
0:00:01:23 &#8211; Expanding tables for length 2 to character count 4<br />
0:00:01:23 &#8211; Trying length 2, fixed @1, character count 4<br />
0:00:01:23 &#8211; Switching to length 5<br />
0:00:01:23 &#8211; Expanding tables for length 5 to character count 4<br />
0:00:01:23 &#8211; Trying length 5, fixed @3, character count 4<br />
0:00:01:29 &#8211; Switching to length 6<br />
0:00:01:29 &#8211; Expanding tables for length 6 to character count 4<br />
0:00:01:29 &#8211; Trying length 6, fixed @2, character count 4<br />
0:00:01:52 &#8211; Switching to length 3<br />
0:00:01:52 &#8211; Expanding tables for length 3 to character count 6<br />
0:00:01:52 &#8211; Trying length 3, fixed @3, character count 6<br />
0:00:01:52 &#8211; Switching to length 5<br />
0:00:01:52 &#8211; Expanding tables for length 5 to character count 4<br />
0:00:01:52 &#8211; Trying length 5, fixed @1, character count 4<br />
0:00:02:00 &#8211; Trying length 5, fixed @4, character count 4<br />
0:00:02:03 &#8211; Switching to length 7<br />
0:00:02:03 &#8211; Expanding tables for length 7 to character count 3<br />
0:00:02:03 &#8211; Trying length 7, fixed @3, character count 3<br />
0:00:02:12 &#8211; Switching to length 3&#8243;<br />
0:00:02:12 &#8211; Expanding tables for length 3 to character count 6<br />
0:00:02:12 &#8211; Trying length 3, fixed @2, character count 6<br />
0:00:02:12 &#8211; Switching to length 1<br />
0:00:02:12 &#8211; Expanding tables for length 1 to character count 7<br />
0:00:02:12 &#8211; Trying length 1, fixed @1, character count 7<br />
0:00:02:12 &#8211; Expanding tables for length 1 to character count 8<br />
0:00:02:12 &#8211; Trying length 1, fixed @1, character count 8<br />
0:00:02:15 &#8211; Expanding tables for length 1 to character count 9<br />
0:00:02:15 &#8211; Trying length 1, fixed @1, character count 9<br />
0:00:02:15 &#8211; Switching to length 4<br />
0:00:02:15 &#8211; Expanding tables for length 4 to character count 5<br />
0:00:02:15 &#8211; Trying length 4, fixed @2, character count 5<br />
0:00:02:18 &#8211; Switching to length 6<br />
0:00:02:18 &#8211; Expanding tables for length 6 to character count 4<br />
0:00:02:18 &#8211; Trying length 6, fixed @5, character count 4<br />
0:00:02:26 &#8211; Trying length 6, fixed @6, character count 4<br />
0:00:02:32 &#8211; Switching to length 70:00:02:32 &#8211; Expanding tables for length 7 to character count 30:00:02:32 &#8211; Trying length 7, fixed @1, character count 3<br />
0:00:02:55 &#8211; Switching to length 2<br />
0:00:02:55 &#8211; Expanding tables for length 2 to character count 4<br />
0:00:02:55 &#8211; Trying length 2, fixed @2, character count 4<br />
0:00:02:55 &#8211; Switching to length 3<br />
0:00:02:55 &#8211; Expanding tables for length 3 to character count 7&#8242;<br />
0:00:02:55 &#8211; Trying length 3, fixed @1, character count 7<br />
0:00:02:58 &#8211; Switching to length 2<br />
0:00:02:58 &#8211; Expanding tables for length 2 to character count 5<br />
0:00:02:58 &#8211; Switching to length 7<br />
0:00:02:58 &#8211; Expanding tables for length 7 to character count 3<br />
0:00:02:58 &#8211; Trying length 7, fixed @4, character count 3<br />
0:00:03:03 &#8211; Switching to length 4<br />
0:00:03:03 &#8211; Expanding tables for length 4 to character count 5<br />
0:00:03:03 &#8211; Trying length 4, fixed @3, character count 5<br />
0:00:03:06 &#8211; Trying length 4, fixed @4, character count 5<br />
0:00:03:06 &#8211; Trying length 4, fixed @1, character count 5<br />
0:00:03:12 &#8211; Switching to length 3<br />
0:00:03:12 &#8211; Expanding tables for length 3 to character count 7<br />
0:00:03:12 &#8211; Trying length 3, fixed @3, character count 7<br />
0:00:03:12 &#8211; Switching to length 6<br />
0:00:03:12 &#8211; Expanding tables for length 6 to character count 4<br />
0:00:03:12 &#8211; Trying length 6, fixed @3, character count 4<br />
0:00:03:29 &#8211; Trying length 6, fixed @1, character count 4<br />
0:00:04:01 &#8211; Switching to length 3<br />
0:00:04:01 &#8211; Expanding tables for length 3 to character count 7<br />
0:00:04:01 &#8211; Trying length 3, fixed @2, character count 7<br />
0:00:04:01 &#8211; Switching to length 6<br />
0:00:04:01 &#8211; Expanding tables for length 6 to character count 4<br />
0:00:04:01 &#8211; Trying length 6, fixed @4, character count 4<br />
0:00:04:15 &#8211; Switching to length 1<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 10<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 10<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 11<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 11<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 12<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 12<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 13<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 13<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 14<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 14<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 15<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 15<br />
0:00:04:15 &#8211; Expanding tables for length 1 to character count 16<br />
0:00:04:15 &#8211; Trying length 1, fixed @1, character count 16<br />
0:00:04:15 &#8211; Switching to length 2<br />
0:00:04:15 &#8211; Expanding tables for length 2 to character count 5<br />
0:00:04:15 &#8211; Trying length 2, fixed @2, character count 5<br />
0:00:04:15 &#8211; Expanding tables for length 2 to character count 6<br />
0:00:04:15 &#8211; Trying length 2, fixed @1, character count 6<br />
0:00:04:15 &#8211; Switching to length 3<br />
0:00:04:15 &#8211; Expanding tables for length 3 to character count 8<br />
0:00:04:15 &#8211; Trying length 3, fixed @1, character count 8<br />
0:00:04:18 &#8211; Switching to length 8<br />
0:00:04:18 &#8211; Expanding tables for length 8 to character count 3<br />
0:00:04:18 &#8211; Trying length 8, fixed @2, character count 3<br />
0:00:05:01 &#8211; Switching to length 2<br />
0:00:05:01 &#8211; Expanding tables for length 2 to character count 6<br />
0:00:05:01 &#8211; Trying length 2, fixed @2, character count 6<br />
0:00:05:01 &#8211; Switching to length 3<br />
0:00:05:01 &#8211; Expanding tables for length 3 to character count 8<br />
0:00:05:01 &#8211; Trying length 3, fixed @3, character count 8<br />
0:00:05:01 &#8211; Switching to length 8<br />
0:00:05:01 &#8211; Expanding tables for length 8 to character count 3<br />
0:00:05:01 &#8211; Trying length 8, fixed @6, character count 3<br />
0:00:05:10 &#8211; Switching to length 3<br />
0:00:05:10 &#8211; Expanding tables for length 3 to character count 9<br />
0:00:05:10 &#8211; Trying length 3, fixed @1, character count 9<br />
0:00:05:12 &#8211; Trying length 3, fixed @2, character count 8<br />
0:00:05:15 &#8211; Switching to length 2<br />
0:00:05:15 &#8211; Expanding tables for length 2 to character count 7<br />
0:00:05:15 &#8211; Trying length 2, fixed @1, character count 7<br />
0:00:05:15 &#8211; Trying length 2, fixed @2, character count 7<br />
0:00:05:15 &#8211; Switching to length 4<br />
0:00:05:15 &#8211; Expanding tables for length 4 to character count 6<br />
0:00:05:15 &#8211; Trying length 4, fixed @3, character count 6<br />
0:00:05:18 &#8211; Switching to length 8<br />
0:00:05:18 &#8211; Expanding tables for length 8 to character count 3<br />
0:00:05:18 &#8211; Trying length 8, fixed @3, character count 3<br />
0:00:05:50 &#8211; Switching to length 5<br />
0:00:05:50 &#8211; Expanding tables for length 5 to character count 5<br />
0:00:05:50 &#8211; Trying length 5, fixed @5, character count 5<br />
0:00:05:56 &#8211; Switching to length 8<br />
0:00:05:56 &#8211; Expanding tables for length 8 to character count 3<br />
0:00:05:56 &#8211; Trying length 8, fixed @7, character count 3<br />
0:00:06:01 &#8211; Trying length 8, fixed @8, character count 3<br />
0:00:06:07 &#8211; Switching to length 4<br />
0:00:06:07 &#8211; Expanding tables for length 4 to character count 6<br />
0:00:06:07 &#8211; Trying length 4, fixed @4, character count 6<br />
0:00:06:10 &#8211; Trying length 4, fixed @1, character count 6<br />
0:00:06:16 + Cracked test<br />
0:00:06:16 Session completed</i></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1526&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/01/31/how-to-install-john-the-ripper-in-ubuntu-10-04-lts-the-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper01.png?w=300" medium="image">
			<media:title type="html">john_the_ripper01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02a.png?w=300" medium="image">
			<media:title type="html">john_the_ripper02a</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper02.png?w=300" medium="image">
			<media:title type="html">john_the_ripper02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper03.png?w=300" medium="image">
			<media:title type="html">john_the_ripper03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper04.png?w=300" medium="image">
			<media:title type="html">john_the_ripper04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper05.png?w=300" medium="image">
			<media:title type="html">john_the_ripper05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper06.png?w=300" medium="image">
			<media:title type="html">john_the_ripper06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper07.png?w=300" medium="image">
			<media:title type="html">john_the_ripper07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper08.png?w=300" medium="image">
			<media:title type="html">john_the_ripper08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper09.png?w=300" medium="image">
			<media:title type="html">john_the_ripper09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper10.png?w=300" medium="image">
			<media:title type="html">john_the_ripper10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper11.png?w=300" medium="image">
			<media:title type="html">john_the_ripper11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper12.png?w=300" medium="image">
			<media:title type="html">john_the_ripper12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/john_the_ripper13.png?w=300" medium="image">
			<media:title type="html">john_the_ripper13</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install FrontlineSMS SMSgateway Server in Ubuntu Linux</title>
		<link>http://taufanlubis.wordpress.com/2013/01/05/how-to-install-frontlinesms-smsgateway-server-in-ubuntu-linux/</link>
		<comments>http://taufanlubis.wordpress.com/2013/01/05/how-to-install-frontlinesms-smsgateway-server-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 07:40:09 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[SMSGateaway Server]]></category>
		<category><![CDATA[frontlinesms]]></category>
		<category><![CDATA[smsgateaway]]></category>
		<category><![CDATA[smsserver]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1495</guid>
		<description><![CDATA[Frontlinesms is SMS gateaway server that enables users to send, receive and manage SMS over a mobile network. The interface is web based so you can make it run with a laptop for small volume messages or with a server for larger volume of messages. You don&#8217;t need an internet connection to run the frontlinesms. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1495&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="LEFT">Frontlinesms is SMS gateaway server that enables users to send, receive and manage SMS over a mobile network. The interface is web based so you can make it run with a laptop for small volume messages or with a server for larger volume of messages. You don&#8217;t need an internet connection to run the frontlinesms. The text message is sent via mobile phone, GSM modem or SMS aggregator. So, the users only pay based on the standard text message charges from the mobile provider.</p>
<p align="LEFT">FrontLineSMS version 2 is release in summer 2012.<br />
I will show you how to install Frontlinesms in your computer.</p>
<p align="LEFT"><span style="font-size:medium;"><b>Step 1. Make “frontlinesms” folder in “/opt” directory.</b></span></p>
<p align="LEFT">In linux terminal, type:<br />
“<b>cd /opt</b>”<br />
“<b>mkdir frontlinesms</b>”</p>
<p align="LEFT">then copy the frontlinesms installer “<b>frontlinesms2_unix_2.1.3.sh</b>” into this folder.</p>
<p align="LEFT">Installer program can be download from this link:<br />
“<b><a href="http://www.frontlinesms.com/the-software/download-learn" rel="nofollow">http://www.frontlinesms.com/the-software/download-learn</a></b>”</p>
<p align="LEFT">Before you start, make sure that you have Java installed in your system because frontlinesms is built using Java SDK.<br />
In linux terminal, type: “<b>java -version</b>” to check.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms01.png"><img class="alignnone size-medium wp-image-1496" alt="frontlinesms01" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms01.png?w=300&#038;h=72" width="300" height="72" /></a></p>
<p><span id="more-1495"></span></p>
<p><span style="font-size:medium;"><b>Step 2. Run the installer program.</b></span></p>
<p align="LEFT">In linux terminal type: “<b>sudo ./frontlinesms2_unix_2.1.3.sh</b>”<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms02.png"><img class="alignnone size-medium wp-image-1498" alt="frontlinesms02" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms02.png?w=300&#038;h=52" width="300" height="52" /></a></p>
<p align="LEFT">Program start running.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms03.png"><img class="alignnone size-medium wp-image-1499" alt="frontlinesms03" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms03.png?w=300&#038;h=130" width="300" height="130" /></a></p>
<p align="LEFT">Frontlinesms setup screen will appear.<br />
Click &#8216;<b>Next</b>&#8216; button to proceed.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms04.png"><img class="alignnone size-medium wp-image-1500" alt="frontlinesms04" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms04.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Since our installation folder is “<b>/opt/frontlinesms</b>”, we have to change the folder.<br />
Click &#8216;<b>Browse</b>&#8216; button to change.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms05.png"><img class="alignnone size-medium wp-image-1497" alt="frontlinesms05" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms05.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Select the folder.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms06.png"><img class="alignnone size-medium wp-image-1501" alt="frontlinesms06" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms06.png?w=300&#038;h=281" width="300" height="281" /></a></p>
<p align="LEFT">Folder selected then click &#8216;<b>Next</b>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms07.png"><img class="alignnone size-medium wp-image-1502" alt="frontlinesms07" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms07.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Just use the default folder. Click &#8216;<b>Next</b>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms08.png"><img class="alignnone size-medium wp-image-1503" alt="frontlinesms08" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms08.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Installation is on progress.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms09.png"><img class="alignnone size-medium wp-image-1504" alt="frontlinesms09" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms09.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Still on progress.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms10.png"><img class="alignnone size-medium wp-image-1505" alt="frontlinesms10" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms10.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">Installation is finished, click &#8216;<b>Skip Registration</b>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms11.png"><img class="alignnone size-medium wp-image-1506" alt="frontlinesms11" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms11.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT">The installation is complete. Click &#8216;<b>Finish</b>&#8216; button to close the installation screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms12.png"><img class="alignnone size-medium wp-image-1507" alt="frontlinesms12" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms12.png?w=300&#038;h=229" width="300" height="229" /></a></p>
<p align="LEFT"><a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms13.png"><img alt="frontlinesms13" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms13.png?w=300&#038;h=130" width="300" height="130" /></a></p>
<p align="LEFT">You can close the linux terminal by type: “<b>exit</b>” and press enter.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms17.png"><img alt="frontlinesms17" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms17.png?w=300&#038;h=130" width="300" height="130" /></a></p>
<p align="LEFT">If the installation run smoothly, you will have a new menu.<br />
Click menu title “<b>Application </b>&gt; <b>Other </b>&gt; <b>Frontlinesms2.1.3</b>”.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms14.png"><img class="alignnone size-medium wp-image-1510" alt="frontlinesms14" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms14.png?w=300&#038;h=187" width="300" height="187" /></a></p>
<p align="LEFT">You will get frontlinesms splash screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms15.png"><img class="alignnone size-medium wp-image-1509" alt="frontlinesms15" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms15.png?w=300&#038;h=187" width="300" height="187" /></a></p>
<p align="LEFT">This is frontlinesms main screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms16.png"><img class="alignnone size-medium wp-image-1511" alt="frontlinesms16" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms16.png?w=300&#038;h=180" width="300" height="180" /></a></p>
<p align="LEFT">Well, the installation is completed.</p>
<p align="LEFT"><span style="font-size:large;"><b>Step 3. Install your Mobile phone or GSM modem </b></span></p>
<p align="LEFT">Now, you have to setup the mobile phone or your GSM modem.<br />
Before you start, make sure that the frontlinesms is not working.</p>
<p align="LEFT">Close the <b>frontlinesms browser </b>and <b>shutdown the frontlinesms </b>program.</p>
<p align="LEFT">Check if your mobile phone is recognized.<br />
In this demo, I use “<b>Wellcomm Broadband Modem W118G code: 15264/POSTEL/2010</b>”</p>
<p align="LEFT">You computer may or may not recognize your mobile phone or GSM modem. If not then try to find the driver in the internet.</p>
<p align="LEFT">For note, although your GSM modem or mobile phone work perfectly with your linux, as long as it&#8217;s not supported by Frontlinesms, it&#8217;s useless. Never work.</p>
<p align="LEFT">I&#8217;ve tried to use <b>GSM modem Huawei EC156</b>, <b>Huawei EC167 </b>and <b>mobile phone Nokia C5+cable data CA-101</b>. All the devices are recognized by my Ubuntu Linux but can&#8217;t connect to Frontlinesms server. Check with the website for compatible brand and types.</p>
<p align="LEFT">Now, connect your device. Then open linux terminal, type: <b>lsusb</b>.</p>
<p align="LEFT">My GSM modem device is recognized as ONDA Communications S.p.A.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms20.png"><img class="alignnone size-medium wp-image-1513" alt="frontlinesms20" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms20.png?w=300&#038;h=71" width="300" height="71" /></a></p>
<p align="LEFT">To make sure it can run works, type: “<b>sudo wvdialconf</b>” to get the &#8216;<b>connection port</b>&#8216; and &#8216;<b>baud rate</b>&#8216; in case to have to setup it manual.</p>
<p align="LEFT">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="LEFT"><span style="font-size:small;">taufanlubis@taufanlubis:~$ <b>sudo wvdialconf</b> </span></p>
<p align="LEFT"><span style="font-size:small;">[sudo] password for taufanlubis: </span></p>
<p align="LEFT"><span style="font-size:small;">Editing `/etc/wvdial.conf&#8217;. </span></p>
<p align="LEFT"><span style="font-size:small;">Scanning your serial ports for a modem. </span></p>
<p align="LEFT"><span style="font-size:small;">Modem Port Scan&lt;*1&gt;: S0 S1 S2 S3<br />
WvModem&lt;*1&gt;: Cannot get information for serial port.<br />
ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 2400 baud, next try: 9600 baud<br />
ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 &#8212; failed with 9600 baud, next try: 9600 baud<br />
ttyUSB0&lt;*1&gt;: ATQ0 V1 E1 &#8212; and failed too at 115200, giving up.<br />
WvModem&lt;*1&gt;: Cannot get information for serial port.<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 &#8212; OK<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 Z &#8212; OK<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 S0=0 &#8212; OK<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OK<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OK<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
ttyUSB1&lt;*1&gt;: Modem Identifier: ATI &#8212; Manufacturer: HSPA CORPORATION<br />
ttyUSB1&lt;*1&gt;: Speed 9600: AT &#8212; OK<br />
ttyUSB1&lt;*1&gt;: Max speed is 9600; that should be safe.<br />
ttyUSB1&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
WvModem&lt;*1&gt;: Cannot get information for serial port.<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 &#8212; OK<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 Z &#8212; OK<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 S0=0 &#8212; OK<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &#8212; OK<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 &#8212; OK<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK<br />
ttyUSB2&lt;*1&gt;: Modem Identifier: ATI &#8212; Manufacturer: HSPA CORPORATION<br />
ttyUSB2&lt;*1&gt;: Speed 9600: AT &#8212; OK<br />
ttyUSB2&lt;*1&gt;: Max speed is 9600; that should be safe.<br />
ttyUSB2&lt;*1&gt;: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 &#8212; OK </span></p>
<p align="LEFT"><span style="font-size:small;"><b>Found a modem on /dev/ttyUSB1.</b><br />
Modem configuration written to /etc/wvdial.conf.<br />
*** WARNING! Line &#8220;/dev/ttyUSB2&#8243;<br />
in /etc/ppp/options may conflict with wvdial!<br />
*** WARNING! Line &#8220;115200&#8243;<br />
in /etc/ppp/options may conflict with wvdial!<br />
ttyUSB1: Speed 9600; init &#8220;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&#8243;<br />
ttyUSB2: Speed 9600; init &#8220;ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0&#8243; </span></p>
<p align="LEFT"><span style="font-size:small;">taufanlubis@taufanlubis:~$<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></p>
<p align="LEFT">Well, it works with my ubuntu.<br />
Now, run the frontlinesms again.<br />
If frontlinesms recognizes your modem, you will get this display.</p>
<p align="LEFT">All setup will be automatically done by frontlinesms.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms21.png"><img class="alignnone size-medium wp-image-1514" alt="frontlinesms21" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms21.png?w=300&#038;h=180" width="300" height="180" /></a></p>
<p align="LEFT">If not, you will get this display.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms22.png"><img class="alignnone size-medium wp-image-1515" alt="frontlinesms22" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms22.png?w=300&#038;h=180" width="300" height="180" /></a></p>
<p align="LEFT">Let&#8217;s try, to test sending a message.<br />
Click “<b>Settings</b>” and “<b>Phone &amp; connections</b>” menu then “<b>Send Test Message</b>” button.<br />
<a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms23.png"><img class="alignnone size-medium wp-image-1516" alt="frontlinesms23" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms23.png?w=300&#038;h=180" width="300" height="180" /></a></p>
<p align="LEFT">Enter your mobile number then click “<b>Send</b>” button.<br />
I got the message after 30-60 seconds, depend on your mobile service provider.</p>
<p align="LEFT"><a href="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms24.png"><img class="alignnone size-medium wp-image-1517" alt="frontlinesms24" src="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms24.png?w=300&#038;h=180" width="300" height="180" /></a></p>
<p align="LEFT"><strong>Happy trying&#8230;.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1495/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1495&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2013/01/05/how-to-install-frontlinesms-smsgateway-server-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms01.png?w=300" medium="image">
			<media:title type="html">frontlinesms01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms02.png?w=300" medium="image">
			<media:title type="html">frontlinesms02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms03.png?w=300" medium="image">
			<media:title type="html">frontlinesms03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms04.png?w=300" medium="image">
			<media:title type="html">frontlinesms04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms05.png?w=300" medium="image">
			<media:title type="html">frontlinesms05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms06.png?w=300" medium="image">
			<media:title type="html">frontlinesms06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms07.png?w=300" medium="image">
			<media:title type="html">frontlinesms07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms08.png?w=300" medium="image">
			<media:title type="html">frontlinesms08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms09.png?w=300" medium="image">
			<media:title type="html">frontlinesms09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms10.png?w=300" medium="image">
			<media:title type="html">frontlinesms10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms11.png?w=300" medium="image">
			<media:title type="html">frontlinesms11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms12.png?w=300" medium="image">
			<media:title type="html">frontlinesms12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms13.png?w=300" medium="image">
			<media:title type="html">frontlinesms13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms17.png?w=300" medium="image">
			<media:title type="html">frontlinesms17</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms14.png?w=300" medium="image">
			<media:title type="html">frontlinesms14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms15.png?w=300" medium="image">
			<media:title type="html">frontlinesms15</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms16.png?w=300" medium="image">
			<media:title type="html">frontlinesms16</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms20.png?w=300" medium="image">
			<media:title type="html">frontlinesms20</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms21.png?w=300" medium="image">
			<media:title type="html">frontlinesms21</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms22.png?w=300" medium="image">
			<media:title type="html">frontlinesms22</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms23.png?w=300" medium="image">
			<media:title type="html">frontlinesms23</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2013/01/frontlinesms24.png?w=300" medium="image">
			<media:title type="html">frontlinesms24</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup your movie collections with Brasero in Linux Ubuntu</title>
		<link>http://taufanlubis.wordpress.com/2012/01/09/backup-your-movie-collections-with-brasero-in-linux-ubuntu/</link>
		<comments>http://taufanlubis.wordpress.com/2012/01/09/backup-your-movie-collections-with-brasero-in-linux-ubuntu/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:44:58 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[back up your movie]]></category>
		<category><![CDATA[brasero]]></category>
		<category><![CDATA[make iso file]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1483</guid>
		<description><![CDATA[I like to watch my movie collections more than one time. Or sometimes I like to watch certain scenes in few movies. The problem is sometimes my DVD disc is scratched and I have to buy it again. So, I decide to convert all my DVD to ISO file, so I can watch anytime, any [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1483&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I like to watch my movie collections more than one time. Or sometimes I like to watch certain scenes in few movies. The problem is sometimes my DVD disc is scratched and I have to buy it again. So, I decide to convert all my DVD to ISO file, so I can watch anytime, any selection scenes, easier and without worry have the same problem again. If my DVD disc is broken and I want to play it using my DVD player, I still can burn it.</p>
<p>Yes, you may say the file size will be too big, 3.3GB to 4.4GB per movie, meanwhile you can convert it and get smaller file size. But, you will get lower quality graphic, you can&#8217;t choose the language and you can&#8217;t burn it again.</p>
<p>It will consume a lot of hard disc space but with 1 TB or 2TB hard disc capacity available at the market, you can back up any movie that you want.</p>
<p>I choose &#8216;<strong>Brasero</strong>&#8216; because it&#8217;s very easy to use.</p>
<p>Open your &#8216;Brasero&#8217; application. If you don&#8217;t have it you can install it using &#8216;$<strong>sudo apt-get install brasero</strong>&#8216; in your Linux terminal with Internet connection.</p>
<p><strong>Enter</strong> your DVD disc, <strong>wait</strong> until it occur on your desktop then<strong> click</strong> &#8216;Disc copy&#8217; button.<br />
Then select to &#8216;<strong>write to image file</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy01.png"><img class="alignnone size-medium wp-image-1484" title="movie_copy01" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy01.png?w=300&#038;h=200" alt="" width="300" height="200" /></a><br />
<span id="more-1483"></span></p>
<p>Set your <strong>destination folder</strong> and<strong> name</strong> the ISO file.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy02.png"><img class="alignnone size-medium wp-image-1485" title="movie_copy02" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy02.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>Now, it&#8217;s ready to copy your DVD to image file.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy03.png"><img class="alignnone size-medium wp-image-1486" title="movie_copy03" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy03.png?w=300&#038;h=113" alt="" width="300" height="113" /></a></p>
<p>Writing image file on process.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy04.png"><img class="alignnone size-medium wp-image-1487" title="movie_copy04" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy04.png?w=300&#038;h=122" alt="" width="300" height="122" /></a></p>
<p>Image copy is completely done.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy05.png"><img class="alignnone size-medium wp-image-1488" title="movie_copy05" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy05.png?w=300&#038;h=122" alt="" width="300" height="122" /></a></p>
<p>You can check the result at your destination folder.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy06.png"><img class="alignnone size-medium wp-image-1489" title="movie_copy06" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy06.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p>If you want to see the movie, <strong>select </strong>the movie file, <strong>click right mouse </strong>button, select &#8216;<strong>Open with</strong>&#8216; menu and select <strong>VLC media player</strong>. If you don&#8217;t have VLC media player, you can install it using &#8216;<strong>$sudo apt-get install vlc</strong>” in your linux terminal with Internet connection.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy07.png"><img class="alignnone size-medium wp-image-1490" title="movie_copy07" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy07.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Now you can watch your movie collections any time you want.<br />
<a href="http://taufanlubis.files.wordpress.com/2012/01/movie_copy08.png"><img class="alignnone size-medium wp-image-1491" title="movie_copy08" src="http://taufanlubis.files.wordpress.com/2012/01/movie_copy08.png?w=300&#038;h=180" alt="" width="300" height="180" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1483&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2012/01/09/backup-your-movie-collections-with-brasero-in-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy01.png?w=300" medium="image">
			<media:title type="html">movie_copy01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy02.png?w=300" medium="image">
			<media:title type="html">movie_copy02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy03.png?w=300" medium="image">
			<media:title type="html">movie_copy03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy04.png?w=300" medium="image">
			<media:title type="html">movie_copy04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy05.png?w=300" medium="image">
			<media:title type="html">movie_copy05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy06.png?w=300" medium="image">
			<media:title type="html">movie_copy06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy07.png?w=300" medium="image">
			<media:title type="html">movie_copy07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2012/01/movie_copy08.png?w=300" medium="image">
			<media:title type="html">movie_copy08</media:title>
		</media:content>
	</item>
		<item>
		<title>DOSbox– Emulator for running old DOS applications in Linux</title>
		<link>http://taufanlubis.wordpress.com/2011/08/30/dosbox-emulator-%e2%80%93-emulator-for-running-old-dos-applications-in-linux/</link>
		<comments>http://taufanlubis.wordpress.com/2011/08/30/dosbox-emulator-%e2%80%93-emulator-for-running-old-dos-applications-in-linux/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 01:54:26 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>
		<category><![CDATA[Emulator in Linux]]></category>
		<category><![CDATA[dosbox ubuntu]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1463</guid>
		<description><![CDATA[Do you want to play the old DOS games or applications? I do and I believe that there are still lots of ex DOS users want to run their old applications. It was my first opereting system and I think I used it at about 25 years ago if I&#8217;m not mistaken. I like to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1463&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Do you want to play the old DOS games or applications? I do and I believe that there are still lots of ex DOS users want to run their old applications.</p>
<p>It was my first opereting system and I think I used it at about 25 years ago if I&#8217;m not mistaken. I like to remember what I did before especially if I have good memories with it. Playing Digger, Test drive or Lemmings, typing with wordstar, database with Dbase III+, spreadsheet with Lotus 123 or Impress and some utility tools like PCTools or Locksmith. Put in the big floppy disc for booting and replaced it with another floppy disc with the program. Hard disc was very rare on that time. But, I tell you, you were very lucky if you have a PC on that time.</p>
<p>Well, that&#8217;s all the folk. Now, there is a emulator named DOSbox that can do that. For more details about the DOSbox emulator you can read it in wikipedia.org</p>
<p>The installation is very easy.</p>
<p>Make sure you are connected to the internet.</p>
<p>Open your linux terminal and type: <strong>sudo apt-get install dosbox</strong>.</p>
<p>Installation will start automatically.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox01.png"><img class="alignnone size-medium wp-image-1464" title="dosbox01" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox01.png?w=300&#038;h=199" alt="" width="300" height="199" /></a></p>
<p><span id="more-1463"></span><br />
Installation is done.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox02.png"><img class="alignnone size-medium wp-image-1465" title="dosbox02" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox02.png?w=300&#038;h=199" alt="" width="300" height="199" /></a></p>
<p>Now, you can try to run the dosbox. You can press <strong>Alt+F2 </strong>and type <strong>dosbox </strong>or through <strong>Applications </strong>&gt; <strong>Games </strong>&gt; <strong>DOSBox Emulator</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox03.png"><img class="alignnone size-medium wp-image-1466" title="dosbox03" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox03.png?w=300&#038;h=113" alt="" width="300" height="113" /></a></p>
<p>You will get the DOSbox splash screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox04.png"><img class="alignnone size-medium wp-image-1467" title="dosbox04" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox04.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Emulator is ready.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox05.png"><img class="alignnone size-medium wp-image-1468" title="dosbox05" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox05.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Now, you need a DOS program to try.<br />
You can download the applications from <a href="http://www.dosgames.com/gameindex.php"><strong>www.dosgames.com/gameindex.php</strong></a>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox06.png"><img class="alignnone size-medium wp-image-1469" title="dosbox06" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox06.png?w=300&#038;h=180" alt="" width="300" height="180" /></a></p>
<p>Select any program that you like and download it.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox07.png"><img class="alignnone size-medium wp-image-1470" title="dosbox07" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox07.png?w=300&#038;h=180" alt="" width="300" height="180" /></a></p>
<p>For this tutorial, I selected &#8216;lemming&#8217; game.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox08.png"><img class="alignnone size-medium wp-image-1471" title="dosbox08" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox08.png?w=300&#038;h=207" alt="" width="300" height="207" /></a></p>
<p>Double clik the file to extract it.<br />
Open the folder and press <strong>Ctrl+L </strong>to display your current location. You will need this location for &#8216;drive mounting&#8217;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox09.png"><img class="alignnone size-medium wp-image-1472" title="dosbox09" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox09.png?w=300&#038;h=180" alt="" width="300" height="180" /></a></p>
<p>Before you can run any applications in Dosbox, you have to tell the Dosbox where you put your applications and connect it to a virtual drive. They call it &#8216;mounting&#8217;.</p>
<p>The syntax is: <strong>mount</strong> <strong>your_drive</strong> <strong>your_file_location</strong>.<br />
You can set any drive that you like. I choose &#8216;C&#8217; drive. My file location can be different with yours. It depend where you put your applications.</p>
<p>In this tutorial my location is: <strong>/home/taufanlubis/Desktop/taufanlubis/Documents/games/gamedos/lemmings</strong>.</p>
<p>You reduce typing your location using &#8216;<strong>~</strong>&#8216; character.</p>
<p>So, it become ~/<strong>Documents/games/gamedos/lemmings.</strong></p>
<p>The syntax will be:</p>
<p><strong>mount c ~/Documents/games/gamedos/lemmings</strong></p>
<p>type: &#8216;<strong>c:</strong>&#8216; to switch to drive c.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox10.png"><img class="alignnone size-medium wp-image-1473" title="dosbox10" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox10.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Type: <strong>dir </strong></p>
<p>To display the directory list.<br />
In dos, you only can run a program with extension <strong>.COM</strong>, <strong>.EXE</strong> and <strong>.BAT</strong>.<br />
As you see, there are 2 files with .EXE, <strong>CGALEMMI.EXE</strong> and <strong>VGALEMMI.EXE</strong>.<br />
Since we don&#8217;t use an CGA monitor, type <strong>vgalemmi.exe</strong> to run the application.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox11.png"><img class="alignnone size-medium wp-image-1474" title="dosbox11" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox11.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>It&#8217;s run. I key in the option and&#8230;&#8230;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox12.png"><img class="alignnone size-medium wp-image-1475" title="dosbox12" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox12.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox13.png"><img class="alignnone size-medium wp-image-1476" title="dosbox13" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox13.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>&#8230;whoala&#8230;..<br />
You can play again your old dos game.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox14.png"><img class="alignnone size-medium wp-image-1477" title="dosbox14" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox14.png?w=300&#038;h=164" alt="" width="300" height="164" /></a></p>
<p><a href="http://taufanlubis.files.wordpress.com/2011/08/dosbox15.png"><img class="alignnone size-medium wp-image-1478" title="dosbox15" src="http://taufanlubis.files.wordpress.com/2011/08/dosbox15.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1463&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2011/08/30/dosbox-emulator-%e2%80%93-emulator-for-running-old-dos-applications-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox01.png?w=300" medium="image">
			<media:title type="html">dosbox01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox02.png?w=300" medium="image">
			<media:title type="html">dosbox02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox03.png?w=300" medium="image">
			<media:title type="html">dosbox03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox04.png?w=300" medium="image">
			<media:title type="html">dosbox04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox05.png?w=300" medium="image">
			<media:title type="html">dosbox05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox06.png?w=300" medium="image">
			<media:title type="html">dosbox06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox07.png?w=300" medium="image">
			<media:title type="html">dosbox07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox08.png?w=300" medium="image">
			<media:title type="html">dosbox08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox09.png?w=300" medium="image">
			<media:title type="html">dosbox09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox10.png?w=300" medium="image">
			<media:title type="html">dosbox10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox11.png?w=300" medium="image">
			<media:title type="html">dosbox11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox12.png?w=300" medium="image">
			<media:title type="html">dosbox12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox13.png?w=300" medium="image">
			<media:title type="html">dosbox13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox14.png?w=300" medium="image">
			<media:title type="html">dosbox14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/dosbox15.png?w=300" medium="image">
			<media:title type="html">dosbox15</media:title>
		</media:content>
	</item>
		<item>
		<title>Terminator – Multiple GNOME terminals in one window.</title>
		<link>http://taufanlubis.wordpress.com/2011/08/15/terminator-%e2%80%93-multiple-gnome-terminals-in-one-window/</link>
		<comments>http://taufanlubis.wordpress.com/2011/08/15/terminator-%e2%80%93-multiple-gnome-terminals-in-one-window/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 15:06:50 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1429</guid>
		<description><![CDATA[If you always or like to work with linux terminal, I really recommend you to use Terminator. Your linux terminals will be more flexible. You can add, resize or create terminals in new window in seconds with few combination keys. Installing terminator is very easy. Just open your linux terminal, make sure you are connected [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1429&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you always or like to work with linux terminal, I really recommend you to use Terminator. Your linux terminals will be more flexible. You can add, resize or create terminals in new window in seconds with few combination keys.</p>
<p>Installing terminator is very easy. Just open your linux terminal, make sure you are connected to the internet and type: <strong>sudo apt-get install terminator</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator01.png"><img class="alignnone size-medium wp-image-1430" title="terminator01" src="http://taufanlubis.files.wordpress.com/2011/08/terminator01.png?w=300&#038;h=300" alt="" width="300" height="300" /></a><br />
<span id="more-1429"></span><br />
Type Alt+F2 to open &#8216;<strong>Run Application</strong>&#8216; screen and type <strong>terminator</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator02.png"><img class="alignnone size-medium wp-image-1431" title="terminator02" src="http://taufanlubis.files.wordpress.com/2011/08/terminator02.png?w=300&#038;h=113" alt="" width="300" height="113" /></a></p>
<p>If there is no error, you will get the terminator terminal. You can set the background into tranparent from Preferences menu (right-click mouse button/Background/Transparent background).<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator03.png"><img class="alignnone size-medium wp-image-1432" title="terminator03" src="http://taufanlubis.files.wordpress.com/2011/08/terminator03.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Split horizontally Shift+Ctrl+O</strong><br />
Press <strong>Shif+Ctrl+O </strong>to split the terminal <strong>by horizontal</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator04.png"><img class="alignnone size-medium wp-image-1433" title="terminator04" src="http://taufanlubis.files.wordpress.com/2011/08/terminator04.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Split Vertical Shift+Ctrl+E</strong></p>
<p>Press <strong>Shift+Ctrl+E </strong>to split the focused terminal <strong>by vertical</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator05.png"><img class="alignnone size-medium wp-image-1434" title="terminator05" src="http://taufanlubis.files.wordpress.com/2011/08/terminator05.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p>Press <strong>Alt+UP </strong>to focus on above terminal.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator06.png"><img class="alignnone size-medium wp-image-1435" title="terminator06" src="http://taufanlubis.files.wordpress.com/2011/08/terminator06.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p>Press <strong>Shift+Ctrl+E </strong>to split the focused terminal by vertical.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator08.png"><img class="alignnone size-medium wp-image-1436" title="terminator08" src="http://taufanlubis.files.wordpress.com/2011/08/terminator08.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p>Now, you can try to focus terminal that you want to use.<br />
<strong>Focus the terminal below Alt+Down<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator081.png"><img class="alignnone size-medium wp-image-1437" title="terminator08" src="http://taufanlubis.files.wordpress.com/2011/08/terminator081.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Focus the terminal left Alt+Left<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator09.png"><img class="alignnone size-medium wp-image-1438" title="terminator09" src="http://taufanlubis.files.wordpress.com/2011/08/terminator09.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Focus the terminal above Alt+Up<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator10.png"><img class="alignnone size-medium wp-image-1439" title="terminator10" src="http://taufanlubis.files.wordpress.com/2011/08/terminator10.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Focus the terminal right Alt+Right<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator11.png"><img class="alignnone size-medium wp-image-1440" title="terminator11" src="http://taufanlubis.files.wordpress.com/2011/08/terminator11.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Create a new TAB Shift+Ctrl+T</strong><br />
Please, <strong>Shift+Ctrl+T </strong>two times to create 2 new terminals.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator12.png"><img class="alignnone size-medium wp-image-1441" title="terminator12" src="http://taufanlubis.files.wordpress.com/2011/08/terminator12.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Switch to the previous TAB Ctrl+PageUP<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator13.png"><img class="alignnone size-medium wp-image-1442" title="terminator13" src="http://taufanlubis.files.wordpress.com/2011/08/terminator13.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Switch to the next TAB Ctrl+PageDOWN<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator14.png"><img class="alignnone size-medium wp-image-1443" title="terminator14" src="http://taufanlubis.files.wordpress.com/2011/08/terminator14.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Create a new Window Shift+Ctrl+I</strong><br />
Press <strong>Shift+Ctrl+I </strong>to create new window.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator15.png"><img class="alignnone size-medium wp-image-1444" title="terminator15" src="http://taufanlubis.files.wordpress.com/2011/08/terminator15.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><strong>Focus on next window Alt+TAB</strong><br />
Press Alt+TAB to focus on next window. But you have to press the ALT button it fast otherwise you will active your compiz (if you use it).<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator16.png"><img class="alignnone size-medium wp-image-1445" title="terminator16" src="http://taufanlubis.files.wordpress.com/2011/08/terminator16.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><strong>Close window Shift+Ctrl+Q</strong><br />
Press <strong>Shift+Ctrl+Q </strong>to close the focused window.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator17.png"><img class="alignnone size-medium wp-image-1446" title="terminator17" src="http://taufanlubis.files.wordpress.com/2011/08/terminator17.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><strong>Close terminal Shift+Ctrl+W<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator18.png"><img class="alignnone size-medium wp-image-1447" title="terminator18" src="http://taufanlubis.files.wordpress.com/2011/08/terminator18.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Increase font size Ctrl++<br />
Decrease font size Ctrl+-</strong><br />
Press Ctrl++ (Ctrl button with + button) few times to increase the font size and press Ctrl+- (Ctrl button with – button) to decrease the font size.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator19.png"><img class="alignnone size-medium wp-image-1448" title="terminator19" src="http://taufanlubis.files.wordpress.com/2011/08/terminator19.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Restore orginal font size Ctrl+0</strong><br />
Press Ctrl+0 (Ctrl button with zero button) to restore the font to original/normal font size.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator20.png"><img class="alignnone size-medium wp-image-1449" title="terminator20" src="http://taufanlubis.files.wordpress.com/2011/08/terminator20.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Close terminal Shift+Ctrl+W<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator21.png"><img class="alignnone size-medium wp-image-1450" title="terminator21" src="http://taufanlubis.files.wordpress.com/2011/08/terminator21.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></strong></p>
<p><strong>Resize the terminal DOWN Shift+Ctrl+DOWN<br />
Resize the terminal LEFT Shift+Ctrl+LEFT<br />
Resize the terminal RIGHT Shift+Ctrl+RIGHT<br />
Resize the terminal UP Shift+Ctrl+UP</strong><br />
You re-size you focused terminal to DOWN, LEFT, RIGHT and UP. Just <strong>press and hold </strong>the <strong>Shift+Ctrl </strong>button and followed by DOWN, LEFT, RIGHT and UP <strong>arrow button </strong>to resize the terminal.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator22.png"><img class="alignnone size-medium wp-image-1451" title="terminator22" src="http://taufanlubis.files.wordpress.com/2011/08/terminator22.png?w=300&#038;h=194" alt="" width="300" height="194" /></a></p>
<p><strong>Toggle Full Screen F11</strong><br />
Close all terminals by press <strong>Shift+Ctrl+W </strong>then press <strong>F11 </strong>to resize the terminal into full screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator23.png"><img class="alignnone size-medium wp-image-1452" title="terminator23" src="http://taufanlubis.files.wordpress.com/2011/08/terminator23.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Click <strong>right mouse </strong>button and select menu &#8216;<strong>Preferences</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator24.png"><img class="alignnone size-medium wp-image-1453" title="terminator24" src="http://taufanlubis.files.wordpress.com/2011/08/terminator24.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Disable the &#8216;<strong>Show Titlebar</strong>&#8216; by clicking it.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator25.png"><img class="alignnone size-medium wp-image-1454" title="terminator25" src="http://taufanlubis.files.wordpress.com/2011/08/terminator25.png?w=300&#038;h=280" alt="" width="300" height="280" /></a></p>
<p>Now you get full screen terminal.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator26.png"><img class="alignnone size-medium wp-image-1455" title="terminator26" src="http://taufanlubis.files.wordpress.com/2011/08/terminator26.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>With combination with <strong>cmatrix ($sudo apt-get install cmatrix) </strong>application, open few new windows, run <strong>airodump-ng </strong>and <strong>tcpdump</strong> you are already like a computer freak.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/08/terminator27.png"><img class="alignnone size-medium wp-image-1456" title="terminator27" src="http://taufanlubis.files.wordpress.com/2011/08/terminator27.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1429&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2011/08/15/terminator-%e2%80%93-multiple-gnome-terminals-in-one-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator01.png?w=300" medium="image">
			<media:title type="html">terminator01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator02.png?w=300" medium="image">
			<media:title type="html">terminator02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator03.png?w=300" medium="image">
			<media:title type="html">terminator03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator04.png?w=300" medium="image">
			<media:title type="html">terminator04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator05.png?w=300" medium="image">
			<media:title type="html">terminator05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator06.png?w=300" medium="image">
			<media:title type="html">terminator06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator08.png?w=300" medium="image">
			<media:title type="html">terminator08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator081.png?w=300" medium="image">
			<media:title type="html">terminator08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator09.png?w=300" medium="image">
			<media:title type="html">terminator09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator10.png?w=300" medium="image">
			<media:title type="html">terminator10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator11.png?w=300" medium="image">
			<media:title type="html">terminator11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator12.png?w=300" medium="image">
			<media:title type="html">terminator12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator13.png?w=300" medium="image">
			<media:title type="html">terminator13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator14.png?w=300" medium="image">
			<media:title type="html">terminator14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator15.png?w=300" medium="image">
			<media:title type="html">terminator15</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator16.png?w=300" medium="image">
			<media:title type="html">terminator16</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator17.png?w=300" medium="image">
			<media:title type="html">terminator17</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator18.png?w=300" medium="image">
			<media:title type="html">terminator18</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator19.png?w=300" medium="image">
			<media:title type="html">terminator19</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator20.png?w=300" medium="image">
			<media:title type="html">terminator20</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator21.png?w=300" medium="image">
			<media:title type="html">terminator21</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator22.png?w=300" medium="image">
			<media:title type="html">terminator22</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator23.png?w=300" medium="image">
			<media:title type="html">terminator23</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator24.png?w=300" medium="image">
			<media:title type="html">terminator24</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator25.png?w=300" medium="image">
			<media:title type="html">terminator25</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator26.png?w=300" medium="image">
			<media:title type="html">terminator26</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/08/terminator27.png?w=300" medium="image">
			<media:title type="html">terminator27</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Programming (Python)-Part 2 – Input and Variable</title>
		<link>http://taufanlubis.wordpress.com/2011/02/19/linux-programming-python-part-2-%e2%80%93-input-and-variable/</link>
		<comments>http://taufanlubis.wordpress.com/2011/02/19/linux-programming-python-part-2-%e2%80%93-input-and-variable/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 23:10:07 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1424</guid>
		<description><![CDATA[Input is the entering data into the program and variable is temporary place for storing the data. There are 2 data that you can enter, string and number. See the sample variables below: a=12345 b=”I&#8217;m python” a is number and b is string. &#160; See the sample input below: my_string=raw_input(“What is your name?”) my_number=input(“Enter your [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1424&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; } -->Input is the entering data into the program and variable is temporary place for storing the data. There are 2 data that you can enter, <strong>string </strong>and <strong>number</strong>.</p>
<p>See the sample variables below:</p>
<p>a=<strong>12345</strong></p>
<p>b=”<strong>I&#8217;m python</strong>”</p>
<p>a is number and b is string.</p>
<p>&nbsp;</p>
<p>See the sample input below:</p>
<p>my_string=<strong>raw_input</strong>(“What is your name?”)</p>
<p>my_number=<strong>input</strong>(“Enter your number?”)</p>
<p><strong>raw_input() </strong>function will give <strong>a string </strong>and <strong>input() </strong>function will give <strong>a number</strong>.</p>
<p>&nbsp;</p>
<p>Now, let&#8217;s try directly in the <strong>idle</strong>.</p>
<p>Open <strong>Idle </strong>editor.</p>
<p>Select <strong>File </strong>&gt; <strong>New Window</strong>.</p>
<p>&nbsp;</p>
<p>In the new window, type the codes below:<br />
__________________________________________</p>
<p><em><strong>print &#8220;Welcome to Python&#8221;</strong></em></p>
<p><em><strong>print &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;</strong></em></p>
<p><em><strong>print &#8220;&#8221;</strong></em></p>
<p><em><strong>s=raw_input(&#8220;Please, enter your name? &#8220;)</strong></em></p>
<p><em><strong>print &#8220;Hi..&#8221;,s,&#8221; Nice to meet you&#8221;</strong></em></p>
<p><em><strong>n=input(&#8220;Please, enter your favorite number? &#8220;)</strong></em></p>
<p><em><strong>print &#8220;Your favorite number + 3 =&#8221;,n+3</strong></em><br />
__________________________________________</p>
<p>In the &#8216;New window&#8217;, select &#8216;<strong>Run </strong>&gt; <strong>Run Module</strong>&#8216;.</p>
<p>If there is no error, you will see the result in the Idle main screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/pythonpart2_01.png"><img class="alignnone size-medium wp-image-1425" title="pythonpart2_01" src="http://taufanlubis.files.wordpress.com/2011/02/pythonpart2_01.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1424&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2011/02/19/linux-programming-python-part-2-%e2%80%93-input-and-variable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/pythonpart2_01.png?w=300" medium="image">
			<media:title type="html">pythonpart2_01</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Programming (Python)-Part 1-Introduction</title>
		<link>http://taufanlubis.wordpress.com/2011/02/14/linux-programming-python-part-1-introduction/</link>
		<comments>http://taufanlubis.wordpress.com/2011/02/14/linux-programming-python-part-1-introduction/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:31:51 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Programming in Linux]]></category>
		<category><![CDATA[Programming-Python]]></category>
		<category><![CDATA[Programming Language-Python]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1403</guid>
		<description><![CDATA[What is Python? Python is a dynamic programming language that combine great power with very clear syntax. Guido Van Rossum began to work with python in late 1980 at National Research Institute for Mathematics and Computer science in Netherland (CWI). Before I read the history, I though it came from name of snake. But I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1403&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; } --><strong>What is Python?</strong></p>
<p>Python is a dynamic programming language that combine great power with very clear syntax. Guido Van Rossum began to work with python in late 1980 at National Research Institute for Mathematics and Computer science in Netherland (CWI). Before I read the history, I though it came from name of snake. But I was wrong. Guido named it when he saw &#8216;<em>Monthy Python&#8217;s Flying Circus</em>&#8216; comedy TV show in BBC.</p>
<p><strong><br />
Write your own first syntax</strong><br />
Well, no need to explain more details about python, you can find it in the Internet. Just let&#8217;s start.<br />
Open Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>) then type: <strong>python</strong>.<br />
You will get <strong>&#8216;&gt;&gt;&gt;&gt;&#8217; prompt</strong>. It&#8217;s mean that python is ready to get any commands.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python01.png"><img class="alignnone size-medium wp-image-1404" title="python01" src="http://taufanlubis.files.wordpress.com/2011/02/python01.png?w=300&#038;h=128" alt="" width="300" height="128" /></a><br />
<span id="more-1403"></span><br />
<!-- p { margin-bottom: 0.08in; } -->Try to check with few commands, such as &#8216;<strong>help</strong>&#8216;, &#8216;<strong>copyright</strong>&#8216;, &#8216;<strong>credits</strong>&#8216; and &#8216;<strong>license</strong>&#8216;. To quit, just type &#8216;<strong>quit()</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python02.png"><img class="alignnone size-medium wp-image-1405" title="python02" src="http://taufanlubis.files.wordpress.com/2011/02/python02.png?w=300&#038;h=244" alt="" width="300" height="244" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now, go to python again, type:</p>
<p><strong>print “Hello World!!! I&#8217;m python”</strong>, then press <strong>Enter</strong>.</p>
<p>Congratulation, you did first your syntax programming in python.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python03.png"><img class="alignnone size-medium wp-image-1406" title="python03" src="http://taufanlubis.files.wordpress.com/2011/02/python03.png?w=300&#038;h=120" alt="" width="300" height="120" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->There is another method to to run the python program. It&#8217;s called <strong>script mode</strong>. The first method that you did above is called <strong>Interactive mode</strong>. To use python script mode you will need a text editor. Don&#8217;t forget to put &#8216;<strong>.py</strong>&#8216; for the file extension otherwise python will not run your program.</p>
<p>In this sample, I use vim. You can use any text editor (vi, nano, emacs, etc) that you are familiar with.</p>
<p>We will do the same syntax, <strong>print “Hello World!!! I&#8217;m python” </strong>and for the filename I use &#8216;<strong>hello_wolrd.py</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python04.png"><img class="alignnone size-medium wp-image-1407" title="python04" src="http://taufanlubis.files.wordpress.com/2011/02/python04.png?w=300&#038;h=106" alt="" width="300" height="106" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Type the syntax and save it.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python05.png"><img class="alignnone size-medium wp-image-1408" title="python05" src="http://taufanlubis.files.wordpress.com/2011/02/python05.png?w=300&#038;h=106" alt="" width="300" height="106" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Go to the directory where you saved the file and type “<strong>python hello_world.py</strong>”.</p>
<p>The command is “python <em>your_filename.py</em>”.</p>
<p>Congratulation, you did your first python script mode programming.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python06.png"><img class="alignnone size-medium wp-image-1409" title="python06" src="http://taufanlubis.files.wordpress.com/2011/02/python06.png?w=300&#038;h=106" alt="" width="300" height="106" /></a></p>
<p>Actually, python has a &#8216;<strong>text editor</strong>&#8216; and &#8216;<strong>shell</strong>&#8216; that will make you easier to do both, <strong>interactive </strong>and <strong>script mode </strong>programming. But, I have to explain the optional methods above, so you will have more flexibility.<br />
The application is called,<strong> idle</strong>.<br />
You can download it directly from the Internet using command <strong>&#8216;$sudo apt-get install idle</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python07.png"><img class="alignnone size-medium wp-image-1410" title="python07" src="http://taufanlubis.files.wordpress.com/2011/02/python07.png?w=300&#038;h=198" alt="" width="300" height="198" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Installation is done.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python08.png"><img class="alignnone size-medium wp-image-1411" title="python08" src="http://taufanlubis.files.wordpress.com/2011/02/python08.png?w=286&#038;h=300" alt="" width="286" height="300" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Open your &#8216;Running Application&#8217; dialog box and type &#8216;<strong>idle</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python09.png"><img class="alignnone size-medium wp-image-1412" title="python09" src="http://taufanlubis.files.wordpress.com/2011/02/python09.png?w=300&#038;h=113" alt="" width="300" height="113" /></a><br />
In my Ubuntu, I just type &#8216;<strong>ALT-F2&#8242;</strong>. You may set any shortcut that you like.<br />
Just set it through (<strong>System </strong>&gt; <strong>Preferences </strong>&gt; <strong>Keyboard shortcuts</strong>).<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/keyboard_shortcut.png"><img class="alignnone size-medium wp-image-1414" title="keyboard_shortcut" src="http://taufanlubis.files.wordpress.com/2011/02/keyboard_shortcut.png?w=300&#038;h=172" alt="" width="300" height="172" /></a></p>
<p>Welcome to Idle.<br />
It&#8217;s almost the same when you did it with Linux Terminal but you can save, edit and run the file directly which make your python programming easier.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python10.png"><img class="alignnone size-medium wp-image-1413" title="python10" src="http://taufanlubis.files.wordpress.com/2011/02/python10.png?w=300&#038;h=175" alt="" width="300" height="175" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->As you see, I type the same syntax, run it and got the same output.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python11.png"><img class="alignnone size-medium wp-image-1416" title="python11" src="http://taufanlubis.files.wordpress.com/2011/02/python11.png?w=300&#038;h=175" alt="" width="300" height="175" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->To use text editor in Idle, select &#8216;<strong>File </strong>&gt; <strong>New window</strong>&#8216; and type the syntax program in it.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python12.png"><img class="alignnone size-medium wp-image-1415" title="python12" src="http://taufanlubis.files.wordpress.com/2011/02/python12.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Select &#8216;<strong>File </strong>&gt; <strong>Save</strong>&#8216; from the idle menu, <strong>go to directory </strong>that you want to save the file, <strong>type the filename </strong>and press &#8216;<strong>save</strong>&#8216; button. You don&#8217;t have to give the extension. Idle will automatically add it for you.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python13.png"><img class="alignnone size-medium wp-image-1417" title="python13" src="http://taufanlubis.files.wordpress.com/2011/02/python13.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->With Idle, you can test your python scripts directly.<br />
Just select &#8216;<strong>Run </strong>&gt; <strong>Run Module</strong>&#8216;, you will see the result in the python shell screen.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python14.png"><img class="alignnone size-medium wp-image-1418" title="python14" src="http://taufanlubis.files.wordpress.com/2011/02/python14.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now, you know how to use python in &#8216;<strong>interactive</strong>&#8216; and &#8216;<strong>script</strong>&#8216; mode. There is another method that you have to know also. It&#8217;s &#8216;<strong>executable</strong>&#8216; mode.<br />
From Idle, select new window, type the scripts below, and save it as &#8216;<strong>hello_world3.py</strong>&#8216;<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python15.png"><img class="alignnone size-medium wp-image-1419" title="python15" src="http://taufanlubis.files.wordpress.com/2011/02/python15.png?w=300&#038;h=161" alt="" width="300" height="161" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now open your Linux Terminal again, go to your python directory.</p>
<p>Change the &#8216;<strong>access right</strong>&#8216; to &#8216;<strong>executable</strong>&#8216; for both, &#8216;<strong>hello_world.py</strong>&#8216; and &#8216;<strong>hello_world3.py</strong>&#8216; using &#8216;$<strong>chmod +x hello_world.py</strong>&#8216; and &#8216;$<strong>chmod +x hello_world3.py</strong>&#8216;.</p>
<p>To run the script, just add &#8216;<strong>./</strong>&#8216; before the filename.</p>
<p>Type &#8216;$<strong>./hello_world.py</strong>&#8216; and &#8216;$<strong>./hello_world3.py</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2011/02/python16.png"><img class="alignnone size-medium wp-image-1420" title="python16" src="http://taufanlubis.files.wordpress.com/2011/02/python16.png?w=300&#038;h=268" alt="" width="300" height="268" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1403/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1403&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2011/02/14/linux-programming-python-part-1-introduction/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python01.png?w=300" medium="image">
			<media:title type="html">python01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python02.png?w=300" medium="image">
			<media:title type="html">python02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python03.png?w=300" medium="image">
			<media:title type="html">python03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python04.png?w=300" medium="image">
			<media:title type="html">python04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python05.png?w=300" medium="image">
			<media:title type="html">python05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python06.png?w=300" medium="image">
			<media:title type="html">python06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python07.png?w=300" medium="image">
			<media:title type="html">python07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python08.png?w=286" medium="image">
			<media:title type="html">python08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python09.png?w=300" medium="image">
			<media:title type="html">python09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/keyboard_shortcut.png?w=300" medium="image">
			<media:title type="html">keyboard_shortcut</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python10.png?w=300" medium="image">
			<media:title type="html">python10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python11.png?w=300" medium="image">
			<media:title type="html">python11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python12.png?w=300" medium="image">
			<media:title type="html">python12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python13.png?w=300" medium="image">
			<media:title type="html">python13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python14.png?w=300" medium="image">
			<media:title type="html">python14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python15.png?w=300" medium="image">
			<media:title type="html">python15</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2011/02/python16.png?w=300" medium="image">
			<media:title type="html">python16</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install Airodump-ng and Aireplay-ng in Lucidlynx</title>
		<link>http://taufanlubis.wordpress.com/2010/12/26/how-to-install-airodump-ng-and-aireplay-ng-in-lucidlynx/</link>
		<comments>http://taufanlubis.wordpress.com/2010/12/26/how-to-install-airodump-ng-and-aireplay-ng-in-lucidlynx/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 12:35:00 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wireless Hacking]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[aireplay-ng]]></category>
		<category><![CDATA[airmon-ng]]></category>
		<category><![CDATA[airodump-ng]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1394</guid>
		<description><![CDATA[What is Airodump-ng and Aireplay-ng? If you are familiar in wireless hacking then I believe that these both tools are your best friends. For the one who are still new in hacking, Airodump-ng is wireless packet capture, simple but very powerfull. It will capture raw 802.11 frames. Airodump-ng writes out a text file about the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1394&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; } --><strong>What is Airodump-ng and Aireplay-ng?</strong></p>
<p>If you are familiar in wireless hacking then I believe that these both tools are your best friends.</p>
<p>For the one who are still new in hacking, <strong>Airodump-ng is wireless packet capture</strong>, simple but very powerfull. It will capture raw 802.11 frames. Airodump-ng writes out a text file about the details of all access points and clients seen.</p>
<p><strong>Aireplay-ng is a tool for injecting packet into a wireless network to generate traffic</strong>.</p>
<p>I will not explain how to use these tools in here, but how to install it in Ubuntu Lucidlynx.</p>
<p>If you are still using the previous Ubuntu version, you still can apply the same methods.</p>
<p><strong>Can I install using &#8216;apt-get install&#8217; command in LucidLynx terminal?</strong><br />
You can&#8217;t.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/12/install_airodump-ng01.png"><img class="alignnone size-medium wp-image-1395" title="install_airodump-ng01" src="http://taufanlubis.files.wordpress.com/2010/12/install_airodump-ng01.png?w=300&#038;h=120" alt="" width="300" height="120" /></a><br />
<span id="more-1394"></span><br />
Airodump-ng and Aireplay-ng are part of aircrack-ng packages. So, you just install aircrack-ng then these both tools will automatically available.</p>
<p>Make sure you are connected to the Internet then open your Lucid Lynx terminal (<strong>Application </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>).</p>
<p>Type $<strong>sudo apt-get install aircrack-ng</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng01.png"><img class="alignnone size-medium wp-image-1396" title="aircrack-ng01" src="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng01.png?w=300&#038;h=198" alt="" width="300" height="198" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Installation done.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng02.png"><img class="alignnone size-medium wp-image-1397" title="aircrack-ng02" src="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng02.png?w=300&#038;h=198" alt="" width="300" height="198" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now, both airodump-ng and aireplay-ng are available in your system.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1394&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/12/26/how-to-install-airodump-ng-and-aireplay-ng-in-lucidlynx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/12/install_airodump-ng01.png?w=300" medium="image">
			<media:title type="html">install_airodump-ng01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng01.png?w=300" medium="image">
			<media:title type="html">aircrack-ng01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/12/aircrack-ng02.png?w=300" medium="image">
			<media:title type="html">aircrack-ng02</media:title>
		</media:content>
	</item>
		<item>
		<title>Can&#8217;t empty Evolution Trash bin – Error while expunging folder</title>
		<link>http://taufanlubis.wordpress.com/2010/11/13/cant-empty-evolution-trash-bin-%e2%80%93-error-while-expunging-folder/</link>
		<comments>http://taufanlubis.wordpress.com/2010/11/13/cant-empty-evolution-trash-bin-%e2%80%93-error-while-expunging-folder/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 23:40:40 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Email Client - Evolution]]></category>
		<category><![CDATA[Error Message]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Can't empty trash]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Evolution problem]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1380</guid>
		<description><![CDATA[I don&#8217;t know it&#8217;s a bug or not but &#8216;Error While expunging folder&#8216; error message in Evolution is very annoying. You can&#8217;t empty your Trash bin mean if you don&#8217;t solve your evolution local database will become bigger and bigger. There are few solutions you can get from the Internet. I wrote this article for [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1380&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; } -->I don&#8217;t know it&#8217;s a bug or not but &#8216;<strong>Error While expunging folder</strong>&#8216; error message in Evolution is very annoying. You can&#8217;t empty your Trash bin mean if you don&#8217;t solve your evolution local database will become bigger and bigger. There are few solutions you can get from the Internet.</p>
<p>I wrote this article for easier solution with very clear instructions.</p>
<p>As you can see from the below picture, at the bottom screen, this error suddenly occur when I tried to empty my Evolution trash (<strong>File</strong> &gt; <strong>Empty Trash</strong>).<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error01.png"><img class="alignnone size-medium wp-image-1381" title="evolution_error01" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error01.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now, I will show you how to fix this problem.<br />
<span id="more-1380"></span></p>
<p><strong>First thing first, back up your emails</strong>. In case, a worst thing happen you still have a back up.</p>
<p>From the main menu choose (<strong>File </strong>&gt; <strong>Backup Settings</strong>).<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error02.png"><img class="alignnone size-medium wp-image-1382" title="evolution_error02" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error02.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Select any folder where you want to put your backup file and type a filename.</p>
<p>I suggest to start with &#8216;<strong>Year-Month-Date-description</strong>&#8216; format file name. It will make you easier for tracing at the time you need in the future.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error03.png"><img class="alignnone size-medium wp-image-1383" title="evolution_error03" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error03.png?w=300&#038;h=250" alt="" width="300" height="250" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->The backup process is in about to begin. Press &#8216;<strong>yes</strong>&#8216; button to start the process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error04.png"><img class="alignnone size-medium wp-image-1384" title="evolution_error04" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error04.png?w=300&#038;h=140" alt="" width="300" height="140" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Backup process is on progress.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error05.png"><img class="alignnone size-medium wp-image-1385" title="evolution_error05" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error05.png?w=300&#038;h=74" alt="" width="300" height="74" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->After you backup your emails, close your evolution.</p>
<p>Now open your file browser.</p>
<p>Go to evolution/mail/local folder. My location is &#8216;<strong>/home</strong>/taufanlubis<strong>/.evolution/mail/local</strong>&#8216;, your one is only different after /home/<strong>your_one</strong>/&#8230;&#8230;&#8230;&#8230;..</p>
<p>The folder is hidden so you have to set your file browser to enable &#8216;<strong>Show hidden files</strong>&#8216;.</p>
<p>Select &#8216;<strong>View</strong> &gt; <strong>Show hidden files</strong>&#8216; to enable it then go to evolution folder.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error06.png"><img class="alignnone size-medium wp-image-1386" title="evolution_error06" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error06.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Select any files that start with &#8216;<strong>.cmeta</strong>&#8216; and &#8216;<strong>.index</strong>&#8216;.</p>
<p>DON”T select &#8216;<strong>.data</strong>&#8216; files.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error07.png"><img class="alignnone size-medium wp-image-1387" title="evolution_error07" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error07.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->After you select the files, click <strong>right mouse button</strong> and choose &#8216;<strong>Move to Trash</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error08.png"><img class="alignnone size-medium wp-image-1388" title="evolution_error08" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error08.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->After you deleted the files, open again your evolution.</p>
<p>Now, you <strong>can empty </strong>your trash.</p>
<p>As you can see below, the process is success.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error09.png"><img class="alignnone size-medium wp-image-1389" title="evolution_error09" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error09.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->As I said, you need to back up your emails first. Because, the process it <strong>may not 100% </strong>success.</p>
<p>When I did my one, I hope the whole process is success but I still got one email that is <strong>irrecoverably corrupted</strong>.</p>
<p>Well, hope that this article is clear enough and help you to solve the problem.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/11/evolution_error10.png"><img class="alignnone size-medium wp-image-1390" title="evolution_error10" src="http://taufanlubis.files.wordpress.com/2010/11/evolution_error10.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1380&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/11/13/cant-empty-evolution-trash-bin-%e2%80%93-error-while-expunging-folder/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error01.png?w=300" medium="image">
			<media:title type="html">evolution_error01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error02.png?w=300" medium="image">
			<media:title type="html">evolution_error02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error03.png?w=300" medium="image">
			<media:title type="html">evolution_error03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error04.png?w=300" medium="image">
			<media:title type="html">evolution_error04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error05.png?w=300" medium="image">
			<media:title type="html">evolution_error05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error06.png?w=300" medium="image">
			<media:title type="html">evolution_error06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error07.png?w=300" medium="image">
			<media:title type="html">evolution_error07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error08.png?w=300" medium="image">
			<media:title type="html">evolution_error08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error09.png?w=300" medium="image">
			<media:title type="html">evolution_error09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/11/evolution_error10.png?w=300" medium="image">
			<media:title type="html">evolution_error10</media:title>
		</media:content>
	</item>
		<item>
		<title>Grooveshark – Free Online Music Service Station</title>
		<link>http://taufanlubis.wordpress.com/2010/09/24/grooveshark-%e2%80%93-free-online-music-service-station/</link>
		<comments>http://taufanlubis.wordpress.com/2010/09/24/grooveshark-%e2%80%93-free-online-music-service-station/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 23:59:40 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Free online application]]></category>
		<category><![CDATA[internet music]]></category>
		<category><![CDATA[listen music]]></category>
		<category><![CDATA[listening free music]]></category>
		<category><![CDATA[radio internet]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1361</guid>
		<description><![CDATA[Grooveshark a free on-line music station that is easy to use with millions of songs and fast streaming. You can listen a very good quality sound music without any interrupt or delay. I don&#8217;t talk about using high Internet speed connection. I just use my laptop with 3G connection through my mobile phone as modem. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1361&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; } -->Grooveshark a free on-line music station that is easy to use with millions of songs and fast streaming. You can listen a very good quality sound music without  any interrupt or delay. I don&#8217;t talk about using high Internet speed connection. I just use my laptop with 3G connection through my mobile phone as modem.</p>
<p>As I said, it&#8217;s very easy to use. Just open your browser and type: “<strong><a href="http://www.grooveshark.com" rel="nofollow">http://www.grooveshark.com</a></strong>”.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark01.png"><img class="alignnone size-medium wp-image-1362" title="grooveshark01" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark01.png?w=300&#038;h=171" alt="" width="300" height="171" /></a><br />
<span id="more-1361"></span></p>
<p><!-- p { margin-bottom: 0.08in; } -->Type any group music that you like to hear in &#8216;Search text box&#8217;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark02.png"><img class="alignnone size-medium wp-image-1363" title="grooveshark02" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark02.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Or if you want to join the grooveshark community, you can sign up it first.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark03.png"><img class="alignnone size-medium wp-image-1364" title="grooveshark03" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark03.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Sign up process is finished.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark04.png"><img class="alignnone size-medium wp-image-1365" title="grooveshark04" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark04.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->In this sample, I choose my favorite group music, &#8216;<strong>rolling stones</strong>&#8216;. So, I just type &#8216;<strong>rolling stones</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark05.png"><img class="alignnone size-medium wp-image-1366" title="grooveshark05" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark05.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Grooveshark will list down all songs from rolling stones.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark06.png"><img class="alignnone size-medium wp-image-1367" title="grooveshark06" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark06.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->Now, I click &#8216;<strong>Fool to cry</strong>&#8216; and choose &#8216;<strong>play</strong>&#8216; on the left title song.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark07.png"><img class="alignnone size-medium wp-image-1368" title="grooveshark07" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark07.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->It will start playing immediately.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark08.png"><img class="alignnone size-medium wp-image-1369" title="grooveshark08" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark08.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->You can save it as your play list. To save it as play list, click &#8216;save&#8217; button on the left bottom corner. Enter the play list title and click &#8216;save&#8217; button to save.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark09.png"><img class="alignnone size-medium wp-image-1370" title="grooveshark09" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark09.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->You can add your <strong>selected songs </strong>or add all songs by click &#8216;<strong>Add all</strong>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark11.png"><img class="alignnone size-medium wp-image-1372" title="grooveshark11" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark11.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- p { margin-bottom: 0.08in; } -->To access your save play list, click &#8216;playlist&#8217; menu on left main menu.<br />
Happy trying.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/grooveshark12.png"><img class="alignnone size-medium wp-image-1373" title="grooveshark12" src="http://taufanlubis.files.wordpress.com/2010/09/grooveshark12.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1361/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1361/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1361&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/09/24/grooveshark-%e2%80%93-free-online-music-service-station/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark01.png?w=300" medium="image">
			<media:title type="html">grooveshark01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark02.png?w=300" medium="image">
			<media:title type="html">grooveshark02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark03.png?w=300" medium="image">
			<media:title type="html">grooveshark03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark04.png?w=300" medium="image">
			<media:title type="html">grooveshark04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark05.png?w=300" medium="image">
			<media:title type="html">grooveshark05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark06.png?w=300" medium="image">
			<media:title type="html">grooveshark06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark07.png?w=300" medium="image">
			<media:title type="html">grooveshark07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark08.png?w=300" medium="image">
			<media:title type="html">grooveshark08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark09.png?w=300" medium="image">
			<media:title type="html">grooveshark09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark11.png?w=300" medium="image">
			<media:title type="html">grooveshark11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/grooveshark12.png?w=300" medium="image">
			<media:title type="html">grooveshark12</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Online Storage with upload.to</title>
		<link>http://taufanlubis.wordpress.com/2010/09/13/free-online-storage-with-upload-to/</link>
		<comments>http://taufanlubis.wordpress.com/2010/09/13/free-online-storage-with-upload-to/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 03:37:57 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Free online application]]></category>
		<category><![CDATA[free online storage]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1325</guid>
		<description><![CDATA[Free Online Storage is a free on-line storage space where you can upload, download or share your data in the Internet. With high speed Internet connection available at the moment is good alternative for media storage instead of flash disc because you can get your data at any place in the world as long as [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1325&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Free Online Storage is a free on-line<strong> storage space </strong>where you can <strong>upload</strong>, <strong>download </strong>or <strong>share your data </strong>in the Internet. With high speed Internet connection available at the moment is good alternative for media storage instead of flash disc because you can get your data at any place in the world as long as there is Internet connection.</p>
<p>Step 1. Registration.<br />
Open you your browser and type: <strong><a href="http://uploaded.to" rel="nofollow">http://uploaded.to</a></strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded01.png"><img class="alignnone size-medium wp-image-1326" title="uploaded01" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded01.png?w=300&#038;h=171" alt="" width="300" height="171" /></a><br />
<span id="more-1325"></span><br />
<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->The registration process is very easy, just scroll down and type <strong>your email address</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded02.png"><img class="alignnone size-medium wp-image-1327" title="uploaded02" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded02.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->That&#8217;s it, very easy.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded03.png"><img class="alignnone size-medium wp-image-1328" title="uploaded03" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded03.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Now, check your email. You will receive an email with activation link.<br />
Click the link.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded04.png"><img class="alignnone size-medium wp-image-1329" title="uploaded04" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded04.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->It will bring you to your browser with &#8216;approved page&#8217;. You will an account-ID and password.<br />
Don&#8217;t forget this ID and password.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded05.png"><img class="alignnone size-medium wp-image-1330" title="uploaded05" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded05.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Now, you can try to log in. Enter you account-ID and password.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded06.png"><img class="alignnone size-medium wp-image-1331" title="uploaded06" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded06.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Done, you get your screen main page. It&#8217;s still blank, because you hasn&#8217;t upload anything yet.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded07.png"><img class="alignnone size-medium wp-image-1332" title="uploaded07" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded07.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->First thing first, change your <strong>password </strong>and <strong>set alias name </strong>for your user-id. It will be easier to remember user your own user id instead of numbering. Don&#8217;t forget to change your password too.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded08.png"><img class="alignnone size-medium wp-image-1333" title="uploaded08" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded08.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Now, you can login your new alias.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded09.png"><img class="alignnone size-medium wp-image-1334" title="uploaded09" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded09.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Login process with alias name is success. You will see on the screen your new alias.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded10.png"><img class="alignnone size-medium wp-image-1335" title="uploaded10" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded10.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Uploaded.to gives you easier way to upload and manage your on-line storage with ftp access.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded11.png"><img class="alignnone size-medium wp-image-1336" title="uploaded11" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded11.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->In this sample, I use Filezilla. If you don&#8217;t have it, you install it (from linux terminal) using command: $<strong>apt-get install filezilla </strong>or you use any ftp program that you have.</p>
<p>Host: <strong>ftp.uploaded.to</strong><br />
username: <strong>taufanlinux </strong>(your alias)<br />
password: ********** (your password)<br />
port: <strong>21<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded12.png"><img class="alignnone size-medium wp-image-1337" title="uploaded12" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded12.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></strong></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Login via ftp is success.<br />
On the left side is your local directory and on the right side is your uploaded.to storage. It&#8217;s still empty because you hasn&#8217;t uploaded anything yet.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded13.png"><img class="alignnone size-medium wp-image-1338" title="uploaded13" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded13.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Now, trying to upload a file. Just drag any file that you want to upload from left side window to right side window.<br />
As you can see below, uploading is on process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded14.png"><img class="alignnone size-medium wp-image-1339" title="uploaded14" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded14.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Uploading process is success. You will see your uploaded file in uploaded.to directory.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded15.png"><img class="alignnone size-medium wp-image-1340" title="uploaded15" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded15.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->You can check on your uploaded.to website screen. Now, you have your file in the screen.<br />
In every file you will have a download link.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded16.png"><img class="alignnone size-medium wp-image-1341" title="uploaded16" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded16.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Below, is the sample how to use your link file.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded17.png"><img class="alignnone size-medium wp-image-1342" title="uploaded17" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded17.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->And below is the result.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded18.png"><img class="alignnone size-medium wp-image-1343" title="uploaded18" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded18.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->What should I do if forget my password?<br />
From login screen, click &#8216;<strong>Forgotten you password?</strong>&#8216; link, type your <strong>user-id (account)</strong>, <strong>alias name </strong>or <strong>email address </strong>then click &#8216;<strong>Order password</strong>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded19.png"><img class="alignnone size-medium wp-image-1344" title="uploaded19" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded19.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Your password is sent to your email address. Use this emailed password to login and replace it with your new password.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded20.png"><img class="alignnone size-medium wp-image-1345" title="uploaded20" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded20.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p>Open your email to get the temporary new password.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded21.png"><img class="alignnone size-medium wp-image-1346" title="uploaded21" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded21.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p>Go to upload.to website to change the password.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded21.png"></a><a href="http://taufanlubis.files.wordpress.com/2010/09/uploaded22.png"><img class="alignnone size-medium wp-image-1348" title="uploaded22" src="http://taufanlubis.files.wordpress.com/2010/09/uploaded22.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1325&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/09/13/free-online-storage-with-upload-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded01.png?w=300" medium="image">
			<media:title type="html">uploaded01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded02.png?w=300" medium="image">
			<media:title type="html">uploaded02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded03.png?w=300" medium="image">
			<media:title type="html">uploaded03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded04.png?w=300" medium="image">
			<media:title type="html">uploaded04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded05.png?w=300" medium="image">
			<media:title type="html">uploaded05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded06.png?w=300" medium="image">
			<media:title type="html">uploaded06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded07.png?w=300" medium="image">
			<media:title type="html">uploaded07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded08.png?w=300" medium="image">
			<media:title type="html">uploaded08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded09.png?w=300" medium="image">
			<media:title type="html">uploaded09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded10.png?w=300" medium="image">
			<media:title type="html">uploaded10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded11.png?w=300" medium="image">
			<media:title type="html">uploaded11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded12.png?w=300" medium="image">
			<media:title type="html">uploaded12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded13.png?w=300" medium="image">
			<media:title type="html">uploaded13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded14.png?w=300" medium="image">
			<media:title type="html">uploaded14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded15.png?w=300" medium="image">
			<media:title type="html">uploaded15</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded16.png?w=300" medium="image">
			<media:title type="html">uploaded16</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded17.png?w=300" medium="image">
			<media:title type="html">uploaded17</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded18.png?w=300" medium="image">
			<media:title type="html">uploaded18</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded19.png?w=300" medium="image">
			<media:title type="html">uploaded19</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded20.png?w=300" medium="image">
			<media:title type="html">uploaded20</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded21.png?w=300" medium="image">
			<media:title type="html">uploaded21</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/uploaded22.png?w=300" medium="image">
			<media:title type="html">uploaded22</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install Skype in Ubuntu Karmic?</title>
		<link>http://taufanlubis.wordpress.com/2010/09/13/how-to-install-skype-in-ubuntu-karmic/</link>
		<comments>http://taufanlubis.wordpress.com/2010/09/13/how-to-install-skype-in-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 02:44:35 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[skype linux]]></category>
		<category><![CDATA[skype ubuntu]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1308</guid>
		<description><![CDATA[Skype for Ubuntu Karmic is still not available when I write this article but you still can use Skype 2.1 Beta 2 for Linux for (Ubuntu 8.10/ intrepid) installer to run skype in your Karmic. First download the skype installer. Go to: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/. If you have skype account already you can login directly, otherwise you [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1308&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Skype for Ubuntu Karmic is still not available when I write this article but you still can use <strong>Skype 2.1 Beta 2 for Linux </strong>for (Ubuntu 8.10/ intrepid) installer to run skype in your Karmic.</p>
<p>First download the skype installer.</p>
<p>Go to: <strong><a href="http://www.skype.com/intl/en/get-skype/on-your-computer/linux/" rel="nofollow">http://www.skype.com/intl/en/get-skype/on-your-computer/linux/</a></strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype01.png"><img class="alignnone size-medium wp-image-1309" title="skype01" src="http://taufanlubis.files.wordpress.com/2010/09/skype01.png?w=300&#038;h=171" alt="" width="300" height="171" /></a><br />
<span id="more-1308"></span><br />
<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->If you have skype account already you can login directly, otherwise you have to register it first.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype02.png"><img class="alignnone size-medium wp-image-1310" title="skype02" src="http://taufanlubis.files.wordpress.com/2010/09/skype02.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Click skype version for Ubuntu based on your processor. It&#8217;s available for 32bit and 64 bit.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype03.png"><img class="alignnone size-medium wp-image-1311" title="skype03" src="http://taufanlubis.files.wordpress.com/2010/09/skype03.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->I choose 32 bit because I use this processor in my laptop.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype04.png"><img class="alignnone size-medium wp-image-1312" title="skype04" src="http://taufanlubis.files.wordpress.com/2010/09/skype04.png?w=300&#038;h=119" alt="" width="300" height="119" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Downloading in process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype05.png"><img class="alignnone size-medium wp-image-1313" title="skype05" src="http://taufanlubis.files.wordpress.com/2010/09/skype05.png?w=300&#038;h=161" alt="" width="300" height="161" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Downloading process is done.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype06.png"><img class="alignnone size-medium wp-image-1314" title="skype06" src="http://taufanlubis.files.wordpress.com/2010/09/skype06.png?w=300&#038;h=201" alt="" width="300" height="201" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Click the <strong>skype package file installer</strong>, press <strong>Right-mouse-button </strong>and choose &#8216;<strong>Open with GDebi Package Installer</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype07.png"><img class="alignnone size-medium wp-image-1315" title="skype07" src="http://taufanlubis.files.wordpress.com/2010/09/skype07.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->You will get installation menu. Click &#8216;<strong>Install Package</strong>&#8216; button to start the process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype08.png"><img class="alignnone size-medium wp-image-1316" title="skype08" src="http://taufanlubis.files.wordpress.com/2010/09/skype08.png?w=300&#038;h=218" alt="" width="300" height="218" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Installation is in process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype09.png"><img class="alignnone size-medium wp-image-1317" title="skype09" src="http://taufanlubis.files.wordpress.com/2010/09/skype09.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Installation process is finished.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype10.png"><img class="alignnone size-medium wp-image-1318" title="skype10" src="http://taufanlubis.files.wordpress.com/2010/09/skype10.png?w=300&#038;h=115" alt="" width="300" height="115" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->To run skype, select <strong>Application </strong>&gt; <strong>Internet </strong>&gt; <strong>Skype , </strong>in Ubuntu main menu.<br />
Skype is running.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/09/skype11.png"><img class="alignnone size-medium wp-image-1319" title="skype11" src="http://taufanlubis.files.wordpress.com/2010/09/skype11.png?w=166&#038;h=300" alt="" width="166" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1308&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/09/13/how-to-install-skype-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype01.png?w=300" medium="image">
			<media:title type="html">skype01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype02.png?w=300" medium="image">
			<media:title type="html">skype02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype03.png?w=300" medium="image">
			<media:title type="html">skype03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype04.png?w=300" medium="image">
			<media:title type="html">skype04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype05.png?w=300" medium="image">
			<media:title type="html">skype05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype06.png?w=300" medium="image">
			<media:title type="html">skype06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype07.png?w=300" medium="image">
			<media:title type="html">skype07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype08.png?w=300" medium="image">
			<media:title type="html">skype08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype09.png?w=300" medium="image">
			<media:title type="html">skype09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype10.png?w=300" medium="image">
			<media:title type="html">skype10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/09/skype11.png?w=166" medium="image">
			<media:title type="html">skype11</media:title>
		</media:content>
	</item>
		<item>
		<title>How to extract file from ‘rar’ archives in Ubuntu Karmic?</title>
		<link>http://taufanlubis.wordpress.com/2010/08/29/how-to-extract-file-from-rar-archives-in-ubuntu-karmic/</link>
		<comments>http://taufanlubis.wordpress.com/2010/08/29/how-to-extract-file-from-rar-archives-in-ubuntu-karmic/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 04:37:39 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[rar in linux]]></category>
		<category><![CDATA[rar in ubuntu]]></category>
		<category><![CDATA[winrar in linux]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1296</guid>
		<description><![CDATA[RAR (Roshal Archive) is one of well known archive file format available in compress technology. It&#8217;s developed by Eugene Roshal (Russian Software Engineer). Free version which only can read (extract) in Linux are PeaZip and unrar. The shareware version also available in Linux. Although RARLAB distribute the source code and binaries (not under free software [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1296&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->RAR (Roshal Archive) is one of well known archive file format available in compress technology. It&#8217;s developed by Eugene Roshal (Russian Software Engineer). Free version which only can read (extract) in Linux are <strong>PeaZip </strong>and <strong>unrar</strong>. The shareware version also available in Linux.</p>
<p>Although RARLAB distribute the source code and binaries (not under free software license), it&#8217;s only can extract not create the RAR archive. I think that&#8217;s the reason why &#8216;rar&#8217; is not popular in Linux community.</p>
<p>To extract &#8216;rar&#8217; file in Linux Ubuntu you need additional program.<br />
Before you follow the instruction below, make sure you are connected to the internet.</p>
<p>First, open Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>) and type $<strong>sudo apt-get install unrar</strong>.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/08/unrar01.png"><img class="alignnone size-medium wp-image-1297" title="unrar01" src="http://taufanlubis.files.wordpress.com/2010/08/unrar01.png?w=300&#038;h=194" alt="" width="300" height="194" /></a><br />
<span id="more-1296"></span><br />
<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->After the installation finished, go to file that you want to extract.<br />
Click <strong>the file</strong>, press &#8216;<strong>Right mouse button</strong>&#8216; and choose &#8216;<strong>Open with Archive Manager</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/08/unrar02.png"><img class="alignnone size-medium wp-image-1298" title="unrar02" src="http://taufanlubis.files.wordpress.com/2010/08/unrar02.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->If the installation is correct then you can see the archive file content. To extract the file, just drag out the files outside the archive window.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/08/unrar03.png"><img class="alignnone size-medium wp-image-1299" title="unrar03" src="http://taufanlubis.files.wordpress.com/2010/08/unrar03.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1296&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/08/29/how-to-extract-file-from-rar-archives-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/unrar01.png?w=300" medium="image">
			<media:title type="html">unrar01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/unrar02.png?w=300" medium="image">
			<media:title type="html">unrar02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/unrar03.png?w=300" medium="image">
			<media:title type="html">unrar03</media:title>
		</media:content>
	</item>
		<item>
		<title>7 Easy Steps Installation DNS server in Ubuntu Jaunty</title>
		<link>http://taufanlubis.wordpress.com/2010/08/21/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/</link>
		<comments>http://taufanlubis.wordpress.com/2010/08/21/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 21:55:46 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Server Service]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1272</guid>
		<description><![CDATA[DNS (Domain Name Service) server is a server that translate an IP address into a name that will be easy to remember or do the opposite way. The administrative job is done in Server side. For client side just set the machine to connect the DNS server. Before we start, I assume that you are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1272&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">DNS (Domain Name Service) server is a server that translate an IP address into a name that will be easy to remember or do the opposite way. </span></p>
<p><span style="font-size:x-small;">The administrative job is done in Server side. For client side just set the machine to connect the DNS server.</span></p>
<p><span style="font-size:x-small;">Before we start, I assume that you are connected to Internet already. For, text editor, you can use any program that you are familiar with. In this sample, I use <strong>vim</strong>. </span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">The installation is as easy as below:</span></p>
<p><span style="font-size:x-small;"><strong>Step 1. Install the bind9</strong></span></p>
<p><span style="font-size:x-small;">Open Linux Terminal (<strong>Applications</strong>&gt;<strong>Accessories</strong>&gt;<strong>Terminal</strong>), type: <strong>sudo apt-get install bind9</strong></span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns_server01.png"><img class="alignnone size-medium wp-image-1273" title="dns_server01" src="http://taufanlubis.files.wordpress.com/2010/08/dns_server01.png?w=300&#038;h=130" alt="" width="300" height="130" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">Installation finished.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/08/dns_server02.png"><img class="alignnone size-medium wp-image-1274" title="dns_server02" src="http://taufanlubis.files.wordpress.com/2010/08/dns_server02.png?w=300&#038;h=253" alt="" width="300" height="253" /></a></span><br />
<span id="more-1272"></span><br />
<!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 2. Edit file /etc/bind/named.conf</strong><br />
Edit file /etc/bind/named.conf, at Linux Terminal type: $<strong>sudo vim /etc/bind/named.conf </strong>and add the codes below:</span></p>
<p><span style="font-size:x-small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
include &#8220;/etc/bind/named.conf.options&#8221;; </span></p>
<p><span style="font-size:x-small;">zone &#8220;1.168.192.in-addr.arpa&#8221; { </span></p>
<p><span style="font-size:x-small;">type master; </span></p>
<p><span style="font-size:x-small;">file &#8220;/etc/bind/ip.db&#8221;; </span></p>
<p><span style="font-size:x-small;">}; </span></p>
<p><span style="font-size:x-small;">zone &#8220;myserver.loc&#8221; { </span></p>
<p><span style="font-size:x-small;">type master; </span></p>
<p><span style="font-size:x-small;">file &#8220;/etc/bind/www.db&#8221;; </span></p>
<p><span style="font-size:x-small;">};<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:x-small;"><a href="http://taufanlubis.files.wordpress.com/2010/08/dns3.png"><img class="alignnone size-medium wp-image-1275" title="dns3" src="http://taufanlubis.files.wordpress.com/2010/08/dns3.png?w=300&#038;h=75" alt="" width="300" height="75" /></a></span></p>
<p><span style="font-size:x-small;"><a href="http://taufanlubis.files.wordpress.com/2010/08/dns4.png"><img class="alignnone size-medium wp-image-1278" title="dns4" src="http://taufanlubis.files.wordpress.com/2010/08/dns4.png?w=300&#038;h=202" alt="" width="300" height="202" /></a></span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 3. Edit file /etc/bind/ip.db</strong></span></p>
<p><span style="font-size:x-small;">Edit file /etc/bind/named.conf, at Linux Terminal type: $<strong>sudo vim /etc/bind/ip.db </strong>and add the codes below:</span></p>
<p><span style="font-size:x-small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$TTL  86400 </span></p>
<p><span style="font-size:x-small;">@ IN SOA ns.myserver.loc. root.myserver.loc. ( </span></p>
<p><span style="font-size:x-small;">2006081201 </span></p>
<p><span style="font-size:x-small;">8H </span></p>
<p><span style="font-size:x-small;">2H </span></p>
<p><span style="font-size:x-small;">1W </span></p>
<p><span style="font-size:x-small;">1D ) </span><br />
<span style="font-size:x-small;">@ IN NS ns.myserver.loc. </span></p>
<p><span style="font-size:x-small;">@ IN MX 10 ns.myserver.loc. </span></p>
<p><span style="font-size:x-small;"><br />
1 IN PTR ns.myserver.loc. </span></p>
<p><span style="font-size:x-small;">1 IN PTR <a href="http://www.myserver.loc" rel="nofollow">http://www.myserver.loc</a>. </span></p>
<p><span style="font-size:x-small;">1 IN PTR mail.myserver.loc.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="font-size:x-small;"><a href="http://taufanlubis.files.wordpress.com/2010/08/dns5.png"><img class="alignnone size-medium wp-image-1279" title="dns5" src="http://taufanlubis.files.wordpress.com/2010/08/dns5.png?w=300&#038;h=79" alt="" width="300" height="79" /></a></span></p>
<p><span style="font-size:x-small;"><a href="http://taufanlubis.files.wordpress.com/2010/08/dns6.png"><img class="alignnone size-medium wp-image-1280" title="dns6" src="http://taufanlubis.files.wordpress.com/2010/08/dns6.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></span></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 4. Edit file /etc/bind/www.db</strong></span></p>
<p><span style="font-size:x-small;">Edit file /etc/bind/www.db, from Linux Terminal type: $<strong>sudo vim /etc/bind.www.db </strong>and add the codes below:</span></p>
<p><span style="font-size:x-small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$TTL 86400 </span></p>
<p><span style="font-size:x-small;">@ IN SOA ns.myserver.loc. root.myserver.loc. ( </span></p>
<p><span style="font-size:x-small;">2006081201 </span></p>
<p><span style="font-size:x-small;">8H </span></p>
<p><span style="font-size:x-small;">2H </span></p>
<p><span style="font-size:x-small;">1W </span></p>
<p><span style="font-size:x-small;">1D ) </span></p>
<p><span style="font-size:x-small;">@ IN NS ns.mymyserver.loc. </span></p>
<p><span style="font-size:x-small;">@ IN MX 10 ns.myserver.loc. </span></p>
<p><span style="font-size:x-small;">ns IN A 192.168.1.5 </span></p>
<p><span style="font-size:x-small;">www IN A 192.168.1.5 </span></p>
<p><span style="font-size:x-small;">mail IN A 192.168.1.5</span></p>
<p><span style="font-size:x-small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns7.png"><img class="alignnone size-medium wp-image-1281" title="dns7" src="http://taufanlubis.files.wordpress.com/2010/08/dns7.png?w=300&#038;h=97" alt="" width="300" height="97" /></a></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns8.png"><img class="alignnone size-medium wp-image-1282" title="dns8" src="http://taufanlubis.files.wordpress.com/2010/08/dns8.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 5. Edit file /etc/resolv.conf</strong></span></p>
<p><span style="font-size:x-small;">Edit file /etc/resolv.conf, from Linux Terminal type: $<strong>sudo vim /etc/resolv.conf </strong>and add the codes below:</span></p>
<p><span style="font-size:x-small;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
search myserver.loc</span></p>
<p><span style="font-size:x-small;">nameserver 192.168.1.5<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns09.png"><img class="alignnone size-medium wp-image-1283" title="dns09" src="http://taufanlubis.files.wordpress.com/2010/08/dns09.png?w=300&#038;h=97" alt="" width="300" height="97" /></a></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns10.png"><img class="alignnone size-medium wp-image-1284" title="dns10" src="http://taufanlubis.files.wordpress.com/2010/08/dns10.png?w=300&#038;h=97" alt="" width="300" height="97" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 6. Restart the DNS server</strong></span></p>
<p><span style="font-size:x-small;">From Linux Terminal type: $<strong>sudo /etc/init.d/bind9 restart</strong></span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns11.png"><img class="alignnone size-medium wp-image-1285" title="dns11" src="http://taufanlubis.files.wordpress.com/2010/08/dns11.png?w=300&#038;h=75" alt="" width="300" height="75" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;"><strong>Step 7. Test the result.</strong></span></p>
<p><span style="font-size:x-small;">From Linux Terminal type: $<strong>ping <a href="http://www.myserver.loc" rel="nofollow">http://www.myserver.loc</a> </strong></span></p>
<p><span style="font-size:x-small;">You may find this error because you haven&#8217;t set your ip address yet. Just type: $<strong>sudo ifconfig eth0 192.168.1.5 netmask 255.255.255.0</strong></span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns12.png"><img class="alignnone size-medium wp-image-1286" title="dns12" src="http://taufanlubis.files.wordpress.com/2010/08/dns12.png?w=300&#038;h=55" alt="" width="300" height="55" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">Test it again. Now, it works.</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns13.png"><img class="alignnone size-medium wp-image-1287" title="dns13" src="http://taufanlubis.files.wordpress.com/2010/08/dns13.png?w=300&#038;h=147" alt="" width="300" height="147" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">Now, test with &#8216;dig&#8217; to get information about DNS Name server.</span></p>
<p><span style="font-size:x-small;">Most DNS administrators use &#8216;dig&#8217; to troubleshoot DNS problems because it&#8217;s easy to use and very flexible.</span></p>
<p><span style="font-size:x-small;">From Linux terminal, type: $<strong>dig <a href="http://www.myserver.loc" rel="nofollow">http://www.myserver.loc</a></strong></span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns14.png"><img class="alignnone size-medium wp-image-1288" title="dns14" src="http://taufanlubis.files.wordpress.com/2010/08/dns14.png?w=300&#038;h=202" alt="" width="300" height="202" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span style="font-size:x-small;">Check, the dns mail server name.</span></p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/08/dns15.png"><img class="alignnone size-medium wp-image-1289" title="dns15" src="http://taufanlubis.files.wordpress.com/2010/08/dns15.png?w=300&#038;h=202" alt="" width="300" height="202" /></a></p>
<p>Done.<br />
After everything works, you can change the dns server name and ip address with your own need.</p>
<p>Happy trying.</p>
<p><span style="font-size:x-small;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1272&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/08/21/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns_server01.png?w=300" medium="image">
			<media:title type="html">dns_server01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns_server02.png?w=300" medium="image">
			<media:title type="html">dns_server02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns3.png?w=300" medium="image">
			<media:title type="html">dns3</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns4.png?w=300" medium="image">
			<media:title type="html">dns4</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns5.png?w=300" medium="image">
			<media:title type="html">dns5</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns6.png?w=300" medium="image">
			<media:title type="html">dns6</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns7.png?w=300" medium="image">
			<media:title type="html">dns7</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns8.png?w=300" medium="image">
			<media:title type="html">dns8</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns09.png?w=300" medium="image">
			<media:title type="html">dns09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns10.png?w=300" medium="image">
			<media:title type="html">dns10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns11.png?w=300" medium="image">
			<media:title type="html">dns11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns12.png?w=300" medium="image">
			<media:title type="html">dns12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns13.png?w=300" medium="image">
			<media:title type="html">dns13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns14.png?w=300" medium="image">
			<media:title type="html">dns14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/08/dns15.png?w=300" medium="image">
			<media:title type="html">dns15</media:title>
		</media:content>
	</item>
		<item>
		<title>How to fix &#8216;ioctl(SIOCSIWMODE) failed: Device or resource busy &#8216; problem.</title>
		<link>http://taufanlubis.wordpress.com/2010/05/14/how-to-fix-ioctlsiocsiwmode-failed-device-or-resource-busy-problem/</link>
		<comments>http://taufanlubis.wordpress.com/2010/05/14/how-to-fix-ioctlsiocsiwmode-failed-device-or-resource-busy-problem/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:25:49 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1261</guid>
		<description><![CDATA[Airodump-ng is one of favorite tools in hacking wireless network. When I upgrade my ubuntu from Gutsy to Intrepid, I can&#8217;t run this application anymore. It&#8217;s not application error because I can run it in Gutsy version before. My wireless card chip set is &#8216;ipw3945&#8242;. The error message is a bit complicated as you see [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1261&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Airodump-ng is one of favorite tools in hacking wireless network. When I upgrade my ubuntu from Gutsy to Intrepid, I can&#8217;t run this application anymore. It&#8217;s not application error because I can run it  in Gutsy version before. My wireless card chip set is &#8216;ipw3945&#8242;.</p>
<p>The error message is a bit complicated as you see below.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem01.png"><img class="alignnone size-medium wp-image-1262" title="airodump-ng_problem01" src="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem01.png?w=300&#038;h=178" alt="" width="300" height="178" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->_________________________________________</p>
<p><em>ioctl(SIOCSIWMODE) failed: <strong>Device or resource busy</strong><br />
</em></p>
<p><em>ARP linktype is set to 1 (Ethernet) &#8211; <strong>expected ARPHRD_IEEE80211</strong>,</em></p>
<p><em><strong>ARPHRD_IEEE80211_FULL </strong>or <strong>ARPHRD_IEEE80211_PRISM </strong>instead.  Make</em></p>
<p><em>sure <strong>RFMON is enabled</strong>: run &#8216;airmon-ng start wlan0 &lt;#&gt;&#8217;</em></p>
<p><em><strong>Sysfs injection support was not found either</strong>.</em></p>
<p>_________________________________________</p>
<p>Mean that if you want your airodump-ng run, you will need to try to fix the bolds problems above. Your problem may be one of it but in my case not even one of the error message.</p>
<p>Try to figure out the answer quite some times which is actually is very simple.</p>
<p>It&#8217;s only change the ipw3945 chip set mode from &#8216;<strong>Managed</strong>&#8216; to &#8216;<strong>monitor</strong>&#8216;.</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><span id="more-1261"></span><strong>Step 1. Check your chip set mode</strong></p>
<p>From the Terminal Screen, type &#8216;<strong>iwconfig wlan0</strong>&#8216;. Your wireless card name (wlan0) may be different. It will depend on your wireless card chip set or your Ubuntu version. When I used Gutsy or lower version, my wireless card (ipw3945) is &#8216;eth1&#8242; but when I upgrade to &#8216;Intrepid&#8217;, it become &#8216;wlan0&#8242;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem02.png"><img class="alignnone size-medium wp-image-1263" title="airodump-ng_problem02" src="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem02.png?w=300&#038;h=181" alt="" width="300" height="181" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->If you don&#8217;t remember the iwconfig command line, just type &#8216;<strong>iwconfig –help</strong>&#8216;.</p>
<p>What we need now is the information in &#8216;interface mode&#8217;. We have to change the &#8216;mode&#8217; from &#8216;<strong>Managed</strong>&#8216; to &#8216;<strong>monitor</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem03.png"><img class="alignnone size-medium wp-image-1264" title="airodump-ng_problem03" src="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem03.png?w=300&#038;h=202" alt="" width="300" height="202" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><strong>Step 2. Change the wireless card mode.</strong></p>
<p>First turn of your wireless card. Type &#8216;<strong>sudo ifconfig wlan0 down</strong>&#8216;.</p>
<p>Second, change your wireless card mode from &#8216;Managed&#8217; to monitor. Type &#8216;<strong>sudo iwconfig wlan0 mode monitor</strong>&#8216;.</p>
<p>Third, turn on again your wireless card. Type &#8216;<strong>sudo ifconfig wlan0 up</strong>&#8216;.</p>
<p>Fourth, check the wireless card status. Type &#8216;<strong>sudo iwconfig wlan0</strong>&#8216;.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem04.png"><img class="alignnone size-medium wp-image-1265" title="airodump-ng_problem04" src="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem04.png?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Now, my wireless card mode is &#8216;<strong>monitor</strong>&#8216; and you are ready to run &#8216;airdump-ng&#8217; application again.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem05.png"><img class="alignnone size-medium wp-image-1266" title="airodump-ng_problem05" src="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem05.png?w=300&#038;h=202" alt="" width="300" height="202" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1261&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/05/14/how-to-fix-ioctlsiocsiwmode-failed-device-or-resource-busy-problem/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem01.png?w=300" medium="image">
			<media:title type="html">airodump-ng_problem01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem02.png?w=300" medium="image">
			<media:title type="html">airodump-ng_problem02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem03.png?w=300" medium="image">
			<media:title type="html">airodump-ng_problem03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem04.png?w=300" medium="image">
			<media:title type="html">airodump-ng_problem04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/05/airodump-ng_problem05.png?w=300" medium="image">
			<media:title type="html">airodump-ng_problem05</media:title>
		</media:content>
	</item>
		<item>
		<title>How to download youtube videos without software?</title>
		<link>http://taufanlubis.wordpress.com/2010/03/14/how-to-download-youtube-videos-without-software/</link>
		<comments>http://taufanlubis.wordpress.com/2010/03/14/how-to-download-youtube-videos-without-software/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 00:22:15 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web tools]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1247</guid>
		<description><![CDATA[Youtube is one of the biggest video source that available in the internet. The problem is youtube doesn&#8217;t allow us to download their videos directly from their website. There are many free youtube downloaders you can download from the internet. But, now, I will show you how to download the youtube videos without using any [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1247&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Youtube is one of the biggest video source that available in the internet. The problem is youtube doesn&#8217;t allow us to download their videos directly from their website. There are many free youtube downloaders you can download from the internet. But, now, I will show you how to download the youtube videos without using any software.</p>
<p>The trick is, using free online downloader. There few websites provide this service. One of it is, &#8216;<strong>Download youtube videos</strong>&#8216; and it&#8217;s my favorite. It&#8217;s very easy to use. The only problem is sometimes a pop up adult pages come out at the first time you open the page.</p>
<p><strong><br />
Step 1. Open youtube website and select a video that you want to download.<br />
</strong>Select the web page address of the youtube video and copy it. To copy it&#8217;s very easy, just block the address link, press right mouse button and select &#8216;copy&#8217;.</p>
<p><a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube01.png"><img class="alignnone size-medium wp-image-1248" title="download_youtube01" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube01.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><strong><br />
<span id="more-1247"></span><br />
Step 2. Open website &#8216;Download Youtube Videos&#8217;<br />
</strong>Open another tab of your browser and type &#8216;<strong><a href="http://downloadyoutubevideo.org" rel="nofollow">http://downloadyoutubevideo.org</a></strong>”.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube02.png"><img class="alignnone size-medium wp-image-1249" title="download_youtube02" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube02.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><strong><br />
Step 3. Paste the youtube video link<br />
</strong>After &#8216;<strong>download youtube videos</strong>&#8216; web page is opened, go to &#8216;<strong>youtube URL:</strong>&#8216; text box, paste the <strong>youtube link</strong> and then click &#8216;<strong>download</strong>&#8216; button.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube03.png"><img class="alignnone size-medium wp-image-1250" title="download_youtube03" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube03.png?w=300&#038;h=171" alt="" width="300" height="171" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --><strong><br />
Step 4. Download the file<br />
</strong>If the process succeed, you will get &#8216;<strong>Download video link</strong>&#8216; followed by <strong>video file name</strong>. Put your mouse pointer on it, press right mouse button and select &#8216;<strong>Save Link As</strong>&#8216; menu.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube04.png"><img class="alignnone size-medium wp-image-1251" title="download_youtube04" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube04.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->If there is no problem with the download process, you will get a filename with <strong>&#8216;flv&#8217; </strong>extension. If the process failed, only get &#8216;<strong>.html</strong>&#8216; page only. You can<strong> change the file name</strong> here. Click &#8216;Save&#8217; button to start downloading process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube05.png"><img class="alignnone size-medium wp-image-1252" title="download_youtube05" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube05.png?w=300&#038;h=241" alt="" width="300" height="241" /></a></p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->Downloading process.<br />
<a href="http://taufanlubis.files.wordpress.com/2010/03/download_youtube06.png"><img class="alignnone size-medium wp-image-1253" title="download_youtube06" src="http://taufanlubis.files.wordpress.com/2010/03/download_youtube06.png?w=253&#038;h=300" alt="" width="253" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1247&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2010/03/14/how-to-download-youtube-videos-without-software/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube01.png?w=300" medium="image">
			<media:title type="html">download_youtube01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube02.png?w=300" medium="image">
			<media:title type="html">download_youtube02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube03.png?w=300" medium="image">
			<media:title type="html">download_youtube03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube04.png?w=300" medium="image">
			<media:title type="html">download_youtube04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube05.png?w=300" medium="image">
			<media:title type="html">download_youtube05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2010/03/download_youtube06.png?w=253" medium="image">
			<media:title type="html">download_youtube06</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Box3.0.6 r52128 with Ubuntu Intrepid (Upgrade OS from Ubuntu Gutsy to Intrepid)</title>
		<link>http://taufanlubis.wordpress.com/2009/09/22/virtual-box3-0-6-r52128-with-ubuntu-intrepid-upgrade-os-from-ubuntu-gutsy-to-intrepid/</link>
		<comments>http://taufanlubis.wordpress.com/2009/09/22/virtual-box3-0-6-r52128-with-ubuntu-intrepid-upgrade-os-from-ubuntu-gutsy-to-intrepid/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 04:00:52 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Virtual box]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1225</guid>
		<description><![CDATA[This is my experience when I replaced my old Gutsy with Intrepid. When I use Linux, I always divide my hard disc into 3 partitions, System, Swap and /Home. It&#8217;s a good idea because next time you want to replace your OS, you will not lost all your /Home data. For your Virtual Box, you [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1225&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">This is my experience when I replaced my old Gutsy with Intrepid.</p>
<p style="margin-bottom:0;">When I use Linux, I always divide my hard disc into 3 partitions, System, Swap and /Home. It&#8217;s a good idea because next time you want to replace your OS, you will not lost all your /Home data.</p>
<p style="margin-bottom:0;">For your Virtual Box, you will still have most all of your old configuration and the image file. When I did this upgrade, I still have my old virtual box setup and my OS image inside it.</p>
<p style="margin-bottom:0;">I said not all because the &#8216;<strong>saved state</strong>&#8216; you can&#8217;t get it back. You have to press the &#8216;<strong>Discard</strong>&#8216; before you can use it. But it&#8217;s ok, only take few seconds for an OS to reboot.</p>
<p style="margin-bottom:0;">Below are the steps.<br />
First, go the virtual box website and download the program.<br />
<img title="virtual_box_intrepid1" src="../files/2009/09/virtual_box_intrepid1.png?w=300" alt="virtual_box_intrepid1" width="300" height="187" /><br />
<span id="more-1225"></span><br />
<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Open your <strong>Linux Terminal </strong>(<em><strong>Applications </strong></em>&gt; <em><strong>Accessories </strong></em>&gt; <em><strong>Terminal</strong></em>) and type &#8216;<em><strong>sudo dpkg -i virtualbox-3.0_3.0.6-52128_Ubuntu_intrepid_i386.deb</strong></em>&#8216; to start the installation.<br />
<img class="alignnone size-medium wp-image-1227" title="virtual_box_intrepid2" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid2.png?w=300&#038;h=68" alt="virtual_box_intrepid2" width="300" height="68" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">This error occur because I still don&#8217;t have the &#8216;vboxusers&#8217; in Intrepid group. Just add it (<em><strong>System </strong></em>&gt; <em><strong>Administration </strong></em>&gt; <em><strong>User and Groups</strong></em>).<br />
<img class="alignnone size-medium wp-image-1228" title="virtual_box_intrepid3" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid3.png?w=300&#038;h=137" alt="virtual_box_intrepid3" width="300" height="137" /></p>
<p style="margin-bottom:0;"><img class="alignnone size-medium wp-image-1229" title="virtual_box_intrepid6" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid6.png?w=300&#038;h=199" alt="virtual_box_intrepid6" width="300" height="199" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Without a suitable kernel module you will not be able to start the Virtual Box, so just press &#8216;yes&#8217; to start the compilation.<br />
<img class="alignnone size-medium wp-image-1230" title="virtual_box_intrepid4" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid4.png?w=300&#038;h=137" alt="virtual_box_intrepid4" width="300" height="137" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Compilation process is complete and installation process is done.<br />
<img class="alignnone size-medium wp-image-1231" title="virtual_box_intrepid5" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid5.png?w=300&#038;h=137" alt="virtual_box_intrepid5" width="300" height="137" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">This message occur because I still have my old Virtual Box, OS Image  and configuration in my /home directory.<br />
<img class="alignnone size-medium wp-image-1232" title="virtual_box_intrepid7" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid7.png?w=300&#038;h=176" alt="virtual_box_intrepid7" width="300" height="176" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Evaluation License.<br />
<img class="alignnone size-medium wp-image-1233" title="virtual_box_intrepid8" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid8.png?w=300&#038;h=225" alt="virtual_box_intrepid8" width="300" height="225" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Scroll down then click &#8216;I Agree&#8217; button to continue the installation process.<br />
<img class="alignnone size-medium wp-image-1234" title="virtual_box_intrepid9" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid9.png?w=300&#038;h=225" alt="virtual_box_intrepid9" width="300" height="225" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Registration Form for Virtual Box.<br />
<img class="alignnone size-medium wp-image-1235" title="virtual_box_intrepid10" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid10.png?w=300&#038;h=294" alt="virtual_box_intrepid10" width="300" height="294" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">If your registration is succeed you will the message like below:<br />
<img class="alignnone size-full wp-image-1236" title="virtual_box_intrepid11" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid11.png?w=500" alt="virtual_box_intrepid11"   /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Sometimes, the connection is drop and you will have this message.<br />
<img class="alignnone size-full wp-image-1237" title="virtual_box_intrepid12" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid12.png?w=500" alt="virtual_box_intrepid12"   /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Now you can run the Virtual box (<em><strong>Application </strong></em>&gt; <em><strong>System Tools </strong></em>&gt; <em><strong>Sun Virtual Box)</strong></em>.<br />
As you see, I have my old OS image with its configuration.I press &#8216;Start&#8217; button to test.<br />
<img class="alignnone size-medium wp-image-1238" title="virtual_box_intrepid13" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid13.png?w=300&#038;h=181" alt="virtual_box_intrepid13" width="300" height="181" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">The splash screen.<br />
<img class="alignnone size-medium wp-image-1239" title="virtual_box_intrepid14" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid14.png?w=300&#038;h=187" alt="virtual_box_intrepid14" width="300" height="187" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Booting process.<br />
<img class="alignnone size-medium wp-image-1240" title="virtual_box_intrepid15" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid15.png?w=300&#038;h=187" alt="virtual_box_intrepid15" width="300" height="187" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Done. I have my other OS running on the Virtual Box. The Internet connection is also run.<br />
<img class="alignnone size-medium wp-image-1241" title="virtual_box_intrepid16" src="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid16.png?w=300&#038;h=187" alt="virtual_box_intrepid16" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1225&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/09/22/virtual-box3-0-6-r52128-with-ubuntu-intrepid-upgrade-os-from-ubuntu-gutsy-to-intrepid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid2.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid2</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid3.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid3</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid6.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid6</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid4.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid4</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid5.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid5</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid7.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid7</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid8.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid8</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid9.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid9</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid10.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid11.png" medium="image">
			<media:title type="html">virtual_box_intrepid11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid12.png" medium="image">
			<media:title type="html">virtual_box_intrepid12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid13.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid14.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid14</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid15.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid15</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/09/virtual_box_intrepid16.png?w=300" medium="image">
			<media:title type="html">virtual_box_intrepid16</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet Connection with GSM AXIS and Nokia 5320 Express Music</title>
		<link>http://taufanlubis.wordpress.com/2009/08/10/internet-connection-with-gsm-axis-and-nokia-5320-express-music/</link>
		<comments>http://taufanlubis.wordpress.com/2009/08/10/internet-connection-with-gsm-axis-and-nokia-5320-express-music/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 00:29:46 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Internet Connection]]></category>
		<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1206</guid>
		<description><![CDATA[AXIS is one many GSM providers available in Indonesia. I will show you how to setup internet connection with Axis and Nokia 5320 express music. How to setup? First, you have to setup the wvdial.conf file. You can use your Linux terminal or edit it with any text editor. In this article, I will use [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1206&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>AXIS is one many GSM providers available in Indonesia. I will show you how to setup internet connection with Axis and Nokia 5320 express music.</p>
<p><strong>How to setup?</strong><br />
First, you have to setup the wvdial.conf file. You can use your Linux terminal or edit it with any text editor. In this article, I will use &#8216;vim&#8217; because for me it&#8217;s very simple and easy to use.<br />
Open your Linux Terminal (<strong>Applications</strong> &gt;<strong> Accessories</strong> &gt;<strong> Terminal</strong>) then type: <strong>&#8216;sudo vim /etc/wvdial.conf</strong>&#8216;.<br />
<img class="alignnone size-medium wp-image-1207" title="connection_axis01" src="http://taufanlubis.files.wordpress.com/2009/08/connection_axis01.png?w=300&#038;h=217" alt="connection_axis01" width="300" height="217" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Then type the configuration below:<br />
The Baud value will be depend on your mobile phone. Usually the phone will only GPRS speed will have around 230000.<br />
<img class="alignnone size-medium wp-image-1208" title="connection_axis02" src="http://taufanlubis.files.wordpress.com/2009/08/connection_axis02.png?w=300&#038;h=217" alt="connection_axis02" width="300" height="217" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --><span id="more-1206"></span></p>
<p style="margin-bottom:0;">Save the file and Quit (type <strong>:wq </strong><span>from vim</span>).</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Before you start to test the connection, make sure you check few things below:</p>
<p style="margin-bottom:0;">-Set the access point in your mobile phone. <em>(In Nokia 5320 express music, go to </em><em><strong>Settings</strong></em><em>&gt;</em><em><strong>Phone Sett.</strong></em><em>&gt;</em><em><strong>Connection</strong></em><em>&gt;</em><em><strong>Packet data</strong></em><em>&gt;set access point to &#8216;</em><em><strong>axis</strong></em><em>&#8216;)</em>.</p>
<p style="margin-bottom:0;">-Turn any available network interface. <em>(Check using </em><em><strong>ifconfig</strong></em><em>. If the eth1 is on, turn off using command </em><em><strong>$sudo ifconfig eth0 down&#8217;</strong></em><em>)</em>.</p>
<p style="margin-bottom:0;">-Connect the data cable from PC to your mobile phone. <em><strong>(Select USB mode to &#8216;PC Suite&#8217;)</strong></em>.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Now, you can try the connection by typing &#8216;sudo wvdial&#8217; command. You will have DNS ip address if you are succees.</p>
<p style="margin-bottom:0;"><img class="alignnone size-medium wp-image-1209" title="connection_axis03" src="http://taufanlubis.files.wordpress.com/2009/08/connection_axis03.png?w=262&#038;h=300" alt="connection_axis03" width="262" height="300" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;">Now, you can test the connection.<br />
<img class="alignnone size-medium wp-image-1210" title="connection_axis04" src="http://taufanlubis.files.wordpress.com/2009/08/connection_axis04.png?w=300&#038;h=177" alt="connection_axis04" width="300" height="177" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1206&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/08/10/internet-connection-with-gsm-axis-and-nokia-5320-express-music/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/08/connection_axis01.png?w=300" medium="image">
			<media:title type="html">connection_axis01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/08/connection_axis02.png?w=300" medium="image">
			<media:title type="html">connection_axis02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/08/connection_axis03.png?w=262" medium="image">
			<media:title type="html">connection_axis03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/08/connection_axis04.png?w=300" medium="image">
			<media:title type="html">connection_axis04</media:title>
		</media:content>
	</item>
		<item>
		<title>Free online PDF Calendar with ‘Incompetech’</title>
		<link>http://taufanlubis.wordpress.com/2009/01/08/free-online-pdf-calendar-with-incompetech/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/08/free-online-pdf-calendar-with-incompetech/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 01:03:30 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Free Online Applications]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1195</guid>
		<description><![CDATA[Free online calendar from Incompetech is very useful kit if you want to create calendars but you don&#8217;t have the program in your PC. But of course you must be connected to the internet. The creating methods are very easy. You don&#8217;t have to be an expert to create calendars with this tool. Step 1. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1195&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="margin-bottom:0;">Free online calendar from <em><strong>Incompetech</strong></em> is very useful kit if you want to create calendars but you don&#8217;t have the program in your PC. But of course you must be connected to the internet. The creating methods are very easy. You don&#8217;t have to be an expert to create calendars with this tool.</p>
<p style="margin-bottom:0;"><strong><br />
Step 1.</strong><span> Open the website.</span></p>
<p style="margin-bottom:0;">All you have to do is open the incompetech website at <a href="http://www.incompetech.com/">www.incompetech.com</a>.<br />
<img class="alignnone size-medium wp-image-1196" title="free_online_calendar01" src="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar01.png?w=300&#038;h=171" alt="free_online_calendar01" width="300" height="171" /><br />
<span id="more-1195"></span></p>
<p style="margin-bottom:0;"><strong>Step 2. </strong>Select the <em><strong>document size</strong></em>, <em><strong>language</strong></em>, <em><strong>year </strong></em>and <em><strong>week starts </strong></em><span style="font-style:normal;"><span>then click &#8216;</span></span><span style="font-style:normal;"><strong>Get PDF</strong></span><span style="font-style:normal;"><span>&#8216; button.<br />
<img class="alignnone size-medium wp-image-1197" title="free_online_calendar02" src="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar02.png?w=300&#038;h=171" alt="free_online_calendar02" width="300" height="171" /></span></span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Step 3. </strong>Save the calendar to your hard disk.<br />
<img class="alignnone size-medium wp-image-1198" title="free_online_calendar03" src="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar03.png?w=300&#038;h=177" alt="free_online_calendar03" width="300" height="177" /></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Step 4.</strong> Go the download directory and open the file.</p>
<p style="margin-bottom:0;">It&#8217;s ready to print.<br />
<img class="alignnone size-medium wp-image-1199" title="free_online_calendar04" src="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar04.png?w=300&#038;h=187" alt="free_online_calendar04" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1195&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/08/free-online-pdf-calendar-with-incompetech/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar01.png?w=300" medium="image">
			<media:title type="html">free_online_calendar01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar02.png?w=300" medium="image">
			<media:title type="html">free_online_calendar02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar03.png?w=300" medium="image">
			<media:title type="html">free_online_calendar03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/free_online_calendar04.png?w=300" medium="image">
			<media:title type="html">free_online_calendar04</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Express Music 5320 with Linux Ubuntu</title>
		<link>http://taufanlubis.wordpress.com/2009/01/07/nokia-express-music-5320-with-linux-ubuntu/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/07/nokia-express-music-5320-with-linux-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 01:22:56 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1189</guid>
		<description><![CDATA[When I choose to buy this mobile phone, my main concerns are the 3G, Bluetooth, Music and Camera features. But, Nokia Express Music 5320 comes with some other features like Radio, Recorder, Video, 2 Camera (front &#38; back), Nokia Map, GPS data (need external GPS), Message Reader, Real Player, Quick Office, Adobe Reader, N-gage games, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1189&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When I choose to buy this mobile phone, my main concerns are the <strong>3G</strong>,<strong> Bluetooth</strong>,<strong> Music and Camera</strong> features. But, Nokia Express Music 5320 comes with some other features like <strong>Radio</strong>,<strong> Recorder</strong>,<strong> Video</strong>,<strong> 2 Camera</strong> (front &amp; back), <strong>Nokia Map</strong>,<strong> GPS data</strong> (need external GPS), <strong>Message Reader</strong>,<strong> Real Player</strong>,<strong> Quick Office</strong>,<strong> Adobe Reader</strong>, <strong>N-gage games</strong>,<strong> FLV</strong> (flash video) ready and few other more.</p>
<p style="margin-bottom:0;">The good thing of FLV ready is you can copy and run clips from Youtube directly without convert anything. Unfortunately you can not slower or faster the video clip.</p>
<p style="margin-bottom:0;">Another good thing from it for music is the &#8216;<strong>plug connection</strong>&#8216;. You can <strong>use the standard</strong> head phone connector. The original head phone from Nokia does not provide a good bass sound so I change with good quality head phone when I want to hear music, which is much much better.</p>
<p style="margin-bottom:0;">Below is the picture of the mobile phone. You can have it with Red or Blue color.<br />
<img class="alignnone size-medium wp-image-1190" title="nokia_5320_nobilephone" src="http://taufanlubis.files.wordpress.com/2009/01/nokia_5320_nobilephone.png?w=300&#038;h=274" alt="nokia_5320_nobilephone" width="300" height="274" /></p>
<p style="margin-bottom:0;">In these links below, I will share with you how it works with Ubuntu.</p>
<ul>
<li>
<p style="margin-bottom:0;"><a href="http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-sending-files-via-bluetooth-with-gnome-obex-send-2/">Sending Files via Bluetooth with 	Gnomo-obex-send</a></p>
</li>
<li>
<p style="margin-bottom:0;"><a href="http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-transfer-files-via-ca-101-cable-data-2/">Transferring files via Cable Data</a></p>
</li>
<li>
<p style="margin-bottom:0;"><a href="http://taufanlubis.wordpress.com/2009/01/04/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-ca-101-cable-data/">Internet connection with Cable 	Data</a></p>
</li>
<li>
<p style="margin-bottom:0;"><a href="http://taufanlubis.wordpress.com/2009/01/06/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-bluetooth/">Internet connection with Bluetooth</a></p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1189&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/07/nokia-express-music-5320-with-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia_5320_nobilephone.png?w=300" medium="image">
			<media:title type="html">nokia_5320_nobilephone</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with bluetooth</title>
		<link>http://taufanlubis.wordpress.com/2009/01/06/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-bluetooth/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/06/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-bluetooth/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 17:32:46 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Bluetooth Connection]]></category>
		<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1171</guid>
		<description><![CDATA[Step 1. Activate your USB Bluetooth Open your Linux Terminal (Applications &#62; Accessories &#62; Terminal) then type &#8216;lsusb&#8216; and press &#8216;Enter&#8216; to check if your USB bluetooth is recognized or not by Ubuntu. After that, type &#8216;sudo hciconfig hci0 up&#8216; and press &#8216;Enter&#8216; to turn on your bluetooth device. You can check the result using [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1171&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="margin-bottom:0;"><strong>Step 1. Activate your USB Bluetooth</strong></p>
<p style="margin-bottom:0;">Open your Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>) then type &#8216;<em><strong>lsusb</strong></em>&#8216; and press &#8216;<em><strong>Enter</strong></em>&#8216; to check if your USB bluetooth is recognized or not by Ubuntu.</p>
<p style="margin-bottom:0;">After that, type &#8216;<em><strong>sudo hciconfig hci0 up</strong></em>&#8216; and press &#8216;<em><strong>Enter</strong></em>&#8216; to turn on your bluetooth device. You can check the result using &#8216;<em><strong>hciconfig hci0</strong></em>&#8216;.<br />
<img class="alignnone size-medium wp-image-1172" title="internet_bluetooth01" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth01.png?w=300&#038;h=134" alt="internet_bluetooth01" width="300" height="134" /><br />
<span id="more-1171"></span></p>
<p style="margin-bottom:0;"><strong>Step 2. Turn on your Nokia 5320 Express music bluetooth function.</strong></p>
<p style="margin-bottom:0;">Open <em><strong>Settings </strong></em>&gt; <em><strong>Connect </strong></em>&gt; <em><strong>Bluetooth </strong></em><strong> </strong><span>then set the setting as below:</span></p>
<p style="margin-bottom:0;"><span>-</span><span style="font-style:normal;"><strong>Bluetooth</strong></span><strong> </strong><span>to </span><em><strong>on</strong></em>.</p>
<p style="margin-bottom:0;">-<strong>My phone&#8217;s visibility </strong>to &#8216;<em><strong>shown to all</strong></em>&#8216;.</p>
<p style="margin-bottom:0;">-<strong>My phone&#8217;s name </strong>to &#8216;<em><strong>Linux 5320</strong></em>&#8216; (<em>you can use any name you like</em>)</p>
<p style="margin-bottom:0;"><strong><br />
Step 3. Browse the available device from Ubuntu</strong>.</p>
<p style="margin-bottom:0;">Type &#8216;<em><strong>sudo hcitool scan</strong></em>&#8216; and press &#8216;<strong>Enter</strong>&#8216; on your Linux Terminal. Block and copy the <em><strong>MAC address </strong></em>(00:21:FE:24:D6:99). This MAC address will be different in every device.<br />
<img class="alignnone size-medium wp-image-1173" title="internet_bluetooth02" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth02.png?w=300&#038;h=74" alt="internet_bluetooth02" width="300" height="74" /></p>
<p style="margin-bottom:0;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom:0;"><strong>Step 4. Set configuration for <em>rfcomm.conf </em><span style="font-style:normal;">file.</span></strong></p>
<p style="margin-bottom:0;">Type &#8216;<strong>sudo sdptool browse </strong><em><strong>your_mac_address</strong></em>&#8216; and press &#8216;<em><strong>Enter</strong></em>&#8216;. This command will browse the available service from your Nokia 5320 mobile.<br />
<img class="alignnone size-medium wp-image-1174" title="internet_bluetooth03" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth03.png?w=300&#038;h=202" alt="internet_bluetooth03" width="300" height="202" /></p>
<p style="margin-bottom:0;">The information that we need is the <em><strong>RFCOMM channel </strong></em><span style="font-style:normal;"><span>from </span></span><em><strong>&#8216;Dial-up Networking&#8217; </strong></em>service. Just scroll down until you find the dial-up service. As you can see below, my channel is <em><strong>5 </strong></em>from my &#8216;Dial-up Networking&#8217; service. You will need it when you set up <em><strong>rfcomm.conf </strong></em>file.<br />
<img class="alignnone size-medium wp-image-1175" title="internet_bluetooth04" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth04.png?w=300&#038;h=202" alt="internet_bluetooth04" width="300" height="202" /></p>
<p style="margin-bottom:0;">Go to /etc/bluetooth directory by type <em><strong>&#8216;cd /etc/bluetooth/&#8217; </strong></em><span style="font-style:normal;"><span>in your Linux Terminal</span></span><em><strong>.<br />
<img class="alignnone size-medium wp-image-1176" title="internet_bluetooth05" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth05.png?w=300&#038;h=202" alt="internet_bluetooth05" width="300" height="202" /></strong></em></p>
<p style="margin-bottom:0;">Edit the &#8216;<em><strong>rfcomm.conf</strong></em>&#8216; file using your favorite text editor. In this sample, I use &#8216;<em><strong>vim</strong></em>&#8216;.<br />
<img class="alignnone size-medium wp-image-1177" title="internet_bluetooth06" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth06.png?w=300&#038;h=194" alt="internet_bluetooth06" width="300" height="194" /></p>
<p style="margin-bottom:0;">Change the configuration and save the file. If you use &#8216;<em><strong>vim</strong></em>&#8216;, press &#8216;<em><strong>ESC</strong></em>&#8216; button to release the &#8216;<em><strong>replace/insert</strong></em>&#8216; sign then type &#8216;<em><strong>:wq</strong></em>&#8216; to safe the file.<br />
<img class="alignnone size-medium wp-image-1178" title="internet_bluetooth07" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth07.png?w=300&#038;h=194" alt="internet_bluetooth07" width="300" height="194" /></p>
<p style="margin-bottom:0;">Below is my <em><strong>rfcomm.conf </strong></em>setting.</p>
<p style="margin-bottom:0;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">#<br />
</span><span style="font-size:x-small;"># RFCOMM configuration file.<br />
</span><span style="font-size:x-small;">#<br />
rfcomm0 { </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># Automatically bind the device at startup </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">bind <em><strong>yes</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># Bluetooth address of the device </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">device <em><strong>00:21:FE:24:D6:99</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># RFCOMM channel for the connection </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">channel <em><strong>5</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># Description of the connection </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">comment &#8220;<em><strong>Nokia Linux 5320 Express Music</strong></em>&#8220;; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">}<br />
</span>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="margin-bottom:0;"><strong>Step 5. Set configuration for &#8216;</strong><em><strong>hcid.conf</strong></em><strong>&#8216; file</strong>.</p>
<p style="margin-bottom:0;">The main problem if pair between mobile phone and a PC/Laptop is it can&#8217;t reply back the authentication key code. For example, if you want to transfer a file between 2 mobile phone with bluetooth, first you have to pair the two mobiles. To pair between 2 mobiles, the sender have to set a key pass and the receiver must key in the pass before the 2 mobile can be paired.</p>
<p style="margin-bottom:0;">You can&#8217;t do that in Ubuntu. That&#8217;s why to set &#8216;autoinit = yes&#8217; is very important. Otherwise you will not be able to pair your Nokia 5320 express music.</p>
<p style="margin-bottom:0;">The setting that I change is:</p>
<p style="margin-bottom:0;">-autoinit = yes</p>
<p style="margin-bottom:0;">-security = auto</p>
<p style="margin-bottom:0;">-pairing = multi</p>
<p style="margin-bottom:0;">-passkey = 1234 <em>(up to you)</em></p>
<p style="margin-bottom:0;font-style:normal;">Below is my <em><strong>hcid.conf </strong></em><span>setting</span><em><strong>.</strong></em></p>
<p style="margin-bottom:0;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<span style="font-size:x-small;"># </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># HCI daemon configuration file. </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">#<br />
</span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># HCId options </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">options { </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Automatically initialize new devices </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> autoinit <em><strong>yes</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Security Manager mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   none &#8211; Security manager disabled </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   auto &#8211; Use local PIN for incoming connections </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   user &#8211; Always ask user for a PIN </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> security <em><strong>auto</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Pairing mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   none  &#8211; Pairing disabled </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   multi &#8211; Allow pairing with already paired devices </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   once  &#8211; Pair once and deny successive attempts </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> pairing <em><strong>multi</strong></em>; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Default PIN code for incoming connections </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> passkey &#8220;<em><strong>1234</strong></em>&#8220;; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">} </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"># Default settings for HCI devices </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">device { </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Local device name </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   %d &#8211; device id </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   %h &#8211; host name </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> name &#8220;%h-%d&#8221;; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Local device class<br />
class 0&#215;000100; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Default packet type </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #pkt_type DH1,DM1,HV1; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Inquiry and Page scan </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> iscan enable; pscan enable; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> discovto 0; </span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Default link mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   none   &#8211; no specific policy </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   accept &#8211; always accept incoming connections </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   master &#8211; become master on incoming connections, </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #            deny role switch on outgoing connections </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> lm accept; </span></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="font-size:x-small;"> # Default link policy </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   none    &#8211; no specific policy </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   rswitch &#8211; allow role switch </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   hold    &#8211; allow hold mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   sniff   &#8211; allow sniff mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> #   park    &#8211; allow park mode </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"> lp rswitch,hold,sniff,park; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">}</span></p>
<p style="margin-bottom:0;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<img class="alignnone size-medium wp-image-1179" title="internet_bluetooth08" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth08.png?w=235&#038;h=300" alt="internet_bluetooth08" width="235" height="300" /></p>
<p style="margin-bottom:0;"><strong>Step 6. Pair the device</strong></p>
<p style="margin-bottom:0;">You have to do it from your Nokia 5320 express music device.</p>
<p style="margin-bottom:0;">Open <strong>Menu </strong>&gt; <strong>Settings </strong>&gt; <strong>Connect </strong>&gt; <strong>Bluetooth </strong>&gt; <strong>Paired devices </strong>&gt; <strong>Options </strong>&gt; <strong>New paired device </strong>&gt; <strong>More devices</strong>, then it will start searching.</p>
<p style="margin-bottom:0;">After few seconds, in will show the &#8216;<em><strong>Devices found</strong></em>&#8216;, choose your <em><strong>computer device </strong></em>in the list and press &#8216;<strong>select</strong>&#8216;.</p>
<p style="margin-bottom:0;">The it will ask &#8216;<em><strong>Passcode for </strong></em>toshiba-0 <em>(your computer_name)</em>&#8216;, enter the key pass as you put in <em><strong>hcid.conf </strong></em><em><span>(pass key=1234) </span></em>file and press &#8216;<em><strong>OK</strong></em>&#8216;.</p>
<p style="margin-bottom:0;">Then another question will occur:</p>
<p style="margin-bottom:0;"><strong>Authorise device to make connections automatically? </strong><span>Select</span> &#8216;<em><strong>yes</strong></em>&#8216;.</p>
<p style="margin-bottom:0;">Now, your Ubuntu will be ready to connect with your Nokia 5320.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><strong>Step 7. Try the connection</strong></p>
<p style="margin-bottom:0;">Type &#8216;<em><strong>sudo wvdialconf</strong></em>&#8216; in your Linux Terminal to set dial up configuration.</p>
<p style="margin-bottom:0;">Uppss&#8230;.. something wrong?</p>
<p style="margin-bottom:0;">No, it&#8217;s ok.</p>
<p style="margin-bottom:0;">As long as your mobile has been paired with your PC/laptop already then it will be no problem.<br />
<img class="alignnone size-medium wp-image-1180" title="internet_bluetooth09" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth09.png?w=300&#038;h=194" alt="internet_bluetooth09" width="300" height="194" /></p>
<p style="margin-bottom:0;">&lt;!&#8211; 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	&#8211;&gt;</p>
<p style="margin-bottom:0;">All you have to do is copy the content of <em><strong>wvdial.conf </strong></em>file that you use for &#8216;<em><strong>internet connection with cable data</strong></em>&#8216;. See, my article about &#8216;<a href="http://taufanlubis.wordpress.com/2009/01/04/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-ca-101-cable-data/"><em><strong>Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with CA-101 cable data</strong></em></a>&#8216;</p>
<p style="margin-bottom:0;"><img class="alignnone size-medium wp-image-1181" title="internet_bluetooth10" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth10.png?w=300&#038;h=194" alt="internet_bluetooth10" width="300" height="194" /></p>
<p style="margin-bottom:0;">Below, is my the internet connection setting with CA-101 cable data.<br />
<img class="alignnone size-medium wp-image-1182" title="internet_bluetooth11" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth11.png?w=300&#038;h=194" alt="internet_bluetooth11" width="300" height="194" /></p>
<p style="margin-bottom:0;">Then change the setting like below:</p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">[Dialer Defaults] </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Init1 = ATZ </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Phone = *99***1# </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">ISDN = 0 </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Password = wap123 </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Username = wap </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;">Init3 = ATZ,&#8221;10.1.89.130&#8243;,&#8221;telkomsel&#8221; </span></p>
<p style="margin-bottom:0;"><span style="font-size:x-small;"><em><strong>Modem = /dev/rfcomm0 </strong></em></span></p>
<p style="margin-bottom:0;"><em><strong>Baud = 56700</strong></em></p>
<p style="margin-bottom:0;"><em><strong><img class="alignnone size-medium wp-image-1183" title="internet_bluetooth12" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth12.png?w=300&#038;h=194" alt="internet_bluetooth12" width="300" height="194" /></strong></em></p>
<p style="margin-bottom:0;font-style:normal;">Now, let&#8217;s try again.<br />
<img class="alignnone size-medium wp-image-1184" title="internet_bluetooth13" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth13.png?w=275&#038;h=300" alt="internet_bluetooth13" width="275" height="300" /></p>
<p style="margin-bottom:0;"><span style="font-style:normal;"><span><br />
If you still can&#8217;t connect to the internet, you use the same solution that I mentioned in &#8216;</span></span><em><strong>Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with CA-101 cable data</strong></em><span style="font-style:normal;"><span>&#8216;. </span></span></p>
<p style="margin-bottom:0;font-style:normal;">-Disconnect the connection.</p>
<p style="margin-bottom:0;font-style:normal;">-Turn off your eth0 protocol. (sudo ifconfig eth0 down)</p>
<p style="margin-bottom:0;font-style:normal;">-Re-connect again.<br />
<img class="alignnone size-medium wp-image-1185" title="internet_bluetooth14" src="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth14.png?w=300&#038;h=187" alt="internet_bluetooth14" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1171&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/06/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-bluetooth/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth01.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth02.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth03.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth04.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth05.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth06.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth07.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth08.png?w=235" medium="image">
			<media:title type="html">internet_bluetooth08</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth09.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth09</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth10.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth10</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth11.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth11</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth12.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth12</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth13.png?w=275" medium="image">
			<media:title type="html">internet_bluetooth13</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/internet_bluetooth14.png?w=300" medium="image">
			<media:title type="html">internet_bluetooth14</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Express Music 5320 with Linux Ubuntu – Internet Connection with CA-101 cable data</title>
		<link>http://taufanlubis.wordpress.com/2009/01/04/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-ca-101-cable-data/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/04/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-ca-101-cable-data/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 14:14:09 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1158</guid>
		<description><![CDATA[In this article, I will show you how to connect to the internet with Nokia 5320 express and CA-101 cable data. Step 1. Connect the cable data Setting from Nokia mobile Plug in the cable data. Choose &#8216;PC Suite&#8216;. “Change USB connection mode? Memory store may be corrupted if data transfer is ongoing”. Choose &#8216;yes&#8216;. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1158&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="margin-bottom:0;">In this article, I will show you how to connect to the internet with Nokia 5320 express and CA-101 cable data.</p>
<p style="margin-bottom:0;"><strong>Step 1. Connect the cable data</strong></p>
<p style="margin-bottom:0;"><strong>Setting from  Nokia mobile</strong></p>
<ul>
<li>
<p style="margin-bottom:0;">Plug in the 	cable data.</p>
</li>
</ul>
<ul>
<li>
<p style="margin-bottom:0;">Choose &#8216;<em><strong>PC Suite</strong></em>&#8216;.</p>
</li>
</ul>
<p style="margin-bottom:0;">“<em>Change USB connection mode?</em></p>
<p style="margin-bottom:0;"><em>Memory store may be corrupted if data transfer is ongoing”.</em></p>
<ul>
<li>
<p style="margin-bottom:0;">Choose &#8216;<em><strong>yes</strong></em>&#8216;.</p>
</li>
</ul>
<p style="margin-bottom:0;">Message at Ubuntu Linux.<br />
<img class="alignnone size-medium wp-image-1159" title="nokia5320_internet_cabledata1" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata1.png?w=300&#038;h=63" alt="nokia5320_internet_cabledata1" width="300" height="63" /><br />
<span id="more-1158"></span></p>
<p style="margin-bottom:0;"><strong>Step 2. Configure the dial connection</strong></p>
<p style="margin-bottom:0;">After you connect the cable data, type &#8216;<em><strong>sudo wvdialconf</strong></em>&#8216; to configure the dial-up connection.Ubuntu will recognize the Nokia 5320 express music directly.</p>
<p style="margin-bottom:0;">Open your Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>)</p>
<p style="margin-bottom:0;">Then type &#8216;<em><strong>sudo vim /etc/wvdial.conf</strong></em>&#8216; and press &#8216;Enter&#8217; to edit the setting connection.</p>
<p style="margin-bottom:0;"><em>(You can use any text editor that you are familiar to change to configuration. For example </em><em><strong>gedit</strong></em><em>)</em>.<br />
<img class="alignnone size-medium wp-image-1160" title="nokia5320_internet_cabledata2" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata2.png?w=300&#038;h=257" alt="nokia5320_internet_cabledata2" width="300" height="257" /></p>
<p style="margin-bottom:0;">Below is the setting connection result that I get after I ran the &#8216;<em><strong>wvdialconf</strong></em>&#8216; command.</p>
<p style="margin-bottom:0;">You have to change the setting based on what &#8216;<em>card</em>&#8216; that you are using in your mobile. Because the setting will be depend on your &#8216;<em><strong>mobile card provider</strong></em>&#8216;.<br />
<img class="alignnone size-medium wp-image-1161" title="nokia5320_internet_cabledata3" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata3.png?w=300&#038;h=257" alt="nokia5320_internet_cabledata3" width="300" height="257" /></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><em>[Dialer Defaults] </em></p>
<p style="margin-bottom:0;"><em>Init1 = ATZ </em></p>
<p style="margin-bottom:0;"><em>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 </em></p>
<p style="margin-bottom:0;"><em>Modem Type = USB Modem </em></p>
<p style="margin-bottom:0;"><em>; Phone = &lt;Target Phone Number&gt; </em></p>
<p style="margin-bottom:0;"><em>ISDN = 0 </em></p>
<p style="margin-bottom:0;"><em>; Password = &lt;Your Password&gt; </em></p>
<p style="margin-bottom:0;"><em>; Username = &lt;Your Login Name&gt; </em></p>
<p style="margin-bottom:0;"><em>Modem = /dev/ttyACM0 </em></p>
<p style="margin-bottom:0;"><em>Baud = 460800 </em></p>
<p style="margin-bottom:0;">New configuration that I made based on my mobile card provider. I use <em><strong>&#8216;Halo card&#8217; </strong></em>from <em><strong>Telkomsel</strong></em>. Press <strong>&#8216;INS&#8217; </strong>button on your keyboard then type setting configuration.</p>
<p style="margin-bottom:0;"><em>[Dialer Defaults] </em></p>
<p style="margin-bottom:0;"><em>Init1 = ATZ </em></p>
<p style="margin-bottom:0;"><em>Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0 </em></p>
<p style="margin-bottom:0;"><em>Modem Type = USB Modem </em></p>
<p style="margin-bottom:0;"><em><span>Phone = </span><strong>*99***1#</strong></em></p>
<p style="margin-bottom:0;"><em>ISDN = 0 </em></p>
<p style="margin-bottom:0;"><em><span>Password = </span><strong>wap123 </strong></em></p>
<p style="margin-bottom:0;"><em><span>Username =</span><strong> wap </strong></em></p>
<p style="margin-bottom:0;"><em><strong>Init3 = ATZ,&#8221;10.1.89.130&#8243;,&#8221;telkomsel&#8221; </strong></em></p>
<p style="margin-bottom:0;"><em>Modem = /dev/ttyACM0 </em></p>
<p style="margin-bottom:0;"><em>Baud = 460800 </em></p>
<p style="margin-bottom:0;font-style:normal;">Press <strong>&#8216;ESC</strong>&#8216; to release the &#8216;INS&#8217; key and type <strong>&#8216;:wq</strong>&#8216; and press &#8216;Enter&#8217; to write and quit.<br />
<img class="alignnone size-medium wp-image-1162" title="nokia5320_internet_cabledata4" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata4.png?w=300&#038;h=257" alt="nokia5320_internet_cabledata4" width="300" height="257" /></p>
<p style="margin-bottom:0;font-style:normal;">Now let&#8217;s try the connection.</p>
<p style="margin-bottom:0;font-style:normal;">Type &#8216;<em><strong>sudo wvdial</strong></em>&#8216; and press &#8216;Enter&#8217;.<br />
<img class="alignnone size-medium wp-image-1163" title="nokia5320_internet_cabledata5" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata5.png?w=300&#038;h=257" alt="nokia5320_internet_cabledata5" width="300" height="257" /></p>
<p style="margin-bottom:0;font-style:normal;">Seem that we are connected to the internet.</p>
<p style="margin-bottom:0;font-style:normal;">Open your browser and try open any webiste.</p>
<p style="margin-bottom:0;font-style:normal;">
<p style="margin-bottom:0;font-style:normal;"><strong>Problem</strong></p>
<p style="margin-bottom:0;font-style:normal;">Why I still can&#8217;t open any website?</p>
<p style="margin-bottom:0;font-style:normal;">Sometimes this problem occur when we have another active connection protocol.</p>
<p style="margin-bottom:0;font-style:normal;">You can check by open another Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>) and type &#8216;<em><strong>ifconfig</strong></em>&#8216;.</p>
<p style="margin-bottom:0;font-style:normal;">As you seen below, I still have eth0 protocol active.</p>
<p style="margin-bottom:0;font-style:normal;">Turn it off for temporary. Type<em><strong> &#8216;sudo ifconfig eth0 down&#8217;</strong></em>.<br />
<img class="alignnone size-medium wp-image-1164" title="nokia5320_internet_cabledata6" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata6.png?w=275&#038;h=300" alt="nokia5320_internet_cabledata6" width="275" height="300" /></p>
<p style="margin-bottom:0;font-style:normal;">Go back to your wvdial Terminal Screen and press &#8216;<em><strong>Ctrl-C</strong></em>&#8216; to stop the connection and re-connect again by type &#8216;<em><strong>sudo wvdial</strong></em>&#8216;.<br />
<img class="alignnone size-medium wp-image-1166" title="nokia5320_internet_cabledata8" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata8.png?w=300&#038;h=132" alt="nokia5320_internet_cabledata8" width="300" height="132" /></p>
<p style="margin-bottom:0;font-style:normal;"><img class="alignnone size-medium wp-image-1165" title="nokia5320_internet_cabledata7" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata7.png?w=300&#038;h=257" alt="nokia5320_internet_cabledata7" width="300" height="257" /></p>
<p style="margin-bottom:0;font-style:normal;">Open another Linux Terminal, type &#8216;<em><strong>dig <a href="http://www.google.com" rel="nofollow">http://www.google.com</a></strong></em>&#8216; and press &#8216;Enter&#8217; to test the connection.</p>
<p style="margin-bottom:0;font-style:normal;">Done, now you can open your browser and surf with it.<br />
<img class="alignnone size-medium wp-image-1167" title="nokia5320_internet_cabledata9" src="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata9.png?w=300&#038;h=187" alt="nokia5320_internet_cabledata9" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1158&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/04/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-internet-connection-with-ca-101-cable-data/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata1.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata1</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata2.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata2</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata3.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata3</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata4.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata4</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata5.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata5</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata6.png?w=275" medium="image">
			<media:title type="html">nokia5320_internet_cabledata6</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata8.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata8</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata7.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata7</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2009/01/nokia5320_internet_cabledata9.png?w=300" medium="image">
			<media:title type="html">nokia5320_internet_cabledata9</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Express Music 5320 with Linux Ubuntu – Transfer &#8216;Files&#8217; via CA-101 cable data</title>
		<link>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-transfer-files-via-ca-101-cable-data-2/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-transfer-files-via-ca-101-cable-data-2/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 23:25:43 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1155</guid>
		<description><![CDATA[Transfer files with Nokia Express Music 5320 is very easy. Just connect the CA-101 to your Nokia 5320 then plug into your Ubuntu. From Nokia Express 5320 menu , select &#8216;Mass Storage&#8216;. In few seconds, it will be recognized as a USB storage. You can create any directories that you want. I suggest to create [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1155&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="margin-bottom:0;">Transfer files with Nokia Express Music 5320 is very easy. Just connect the CA-101 to your Nokia 5320 then plug into your Ubuntu.</p>
<p style="margin-bottom:0;">From Nokia Express 5320 menu , select &#8216;<strong>Mass Storage</strong>&#8216;.</p>
<p style="margin-bottom:0;">In few seconds, it will be recognized as a USB storage. You can create any directories that you want.</p>
<p style="margin-bottom:0;">I suggest to create based on category so it will easier for you to browse your files in the future.<br />
<img class="alignnone size-medium wp-image-1132" title="nokia_mass_storage01" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage01.jpg?w=300&#038;h=171" alt="nokia_mass_storage01" width="300" height="171" /></p>
<p style="margin-bottom:0;">Go to directory in your PC and select files that you want to copy.<br />
<img class="alignnone size-medium wp-image-1133" title="nokia_mass_storage02" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage02.jpg?w=300&#038;h=187" alt="nokia_mass_storage02" width="300" height="187" /><br />
<span id="more-1155"></span></p>
<p style="margin-bottom:0;">Go back to your Nokia and move to the directory that you want to store your files and paste into it.<br />
<img class="alignnone size-medium wp-image-1134" title="nokia_mass_storage03" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage03.jpg?w=300&#038;h=187" alt="nokia_mass_storage03" width="300" height="187" /></p>
<p style="margin-bottom:0;">The copying process is done.<br />
<img class="alignnone size-medium wp-image-1135" title="nokia_mass_storage04" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage04.jpg?w=300&#038;h=171" alt="nokia_mass_storage04" width="300" height="171" /></p>
<p style="margin-bottom:0;">If you are done, make sure to do <strong>safe remove </strong>by select &#8216;<strong>Unmount Volume&#8217; menu at &#8216;Nokia 5320 icon</strong>&#8216; before you plug-out the CA-101 cable data.<br />
<img class="alignnone size-medium wp-image-1136" title="nokia_mass_storage05" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage05.jpg?w=179&#038;h=300" alt="nokia_mass_storage05" width="179" height="300" /></p>
<p style="margin-bottom:0;">This question below will occur if you deleted some files in your Nokia 5320 Express Music. I suggest to choose <strong>&#8216;Empty Trash&#8217;</strong> because it will remove the deleted files from your Nokia trash bin permanently.<br />
<img class="alignnone size-medium wp-image-1137" title="nokia_mass_storage06" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage06.jpg?w=300&#038;h=93" alt="nokia_mass_storage06" width="300" height="93" /></p>
<p style="margin-bottom:0;">Ubuntu will write your copied files to your Nokia. Do not disconnect the media during the writing process otherwise it will damage your storage device in your Nokia.<br />
<img class="alignnone size-medium wp-image-1138" title="nokia_mass_storage07" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage07.jpg?w=300&#038;h=69" alt="nokia_mass_storage07" width="300" height="69" /></p>
<p style="margin-bottom:0;">Now, you can unplug the cable.<br />
<img class="alignnone size-medium wp-image-1139" title="nokia_mass_storage08" src="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage08.jpg?w=300&#038;h=74" alt="nokia_mass_storage08" width="300" height="74" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1155&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-transfer-files-via-ca-101-cable-data-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage01.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage02.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage03.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage04.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage05.jpg?w=179" medium="image">
			<media:title type="html">nokia_mass_storage05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage06.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage07.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/nokia_mass_storage08.jpg?w=300" medium="image">
			<media:title type="html">nokia_mass_storage08</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Express Music 5320 with Linux Ubuntu – Sending &#8216;Files&#8217; via Bluetooth with gnome-obex-send</title>
		<link>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-sending-files-via-bluetooth-with-gnome-obex-send-2/</link>
		<comments>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-sending-files-via-bluetooth-with-gnome-obex-send-2/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 23:21:17 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Bluetooth Connection]]></category>
		<category><![CDATA[Nokia 5320 Express Music]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1150</guid>
		<description><![CDATA[Sending files via bluetooth from your PC to Nokia Express is not difficult using gnome-obex-send. As long as your bluetooth device is recognized by Ubuntu then it can be done. I use regular cheap USB bluetooth. The brand is &#8216;Le Taec&#8217;, made in Taiwan. Before we start, don&#8217;t forget to turn on your Nokia Bluetooth. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1150&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="margin-bottom:0;">Sending files via bluetooth from your PC to Nokia Express is not difficult using <strong>gnome-obex-send</strong>. As long as your bluetooth device is recognized by Ubuntu then it can be done. I use regular cheap USB bluetooth. The brand is &#8216;Le Taec&#8217;, made in Taiwan.<br />
Before we start, don&#8217;t forget to <strong>turn on </strong>your Nokia Bluetooth.</p>
<p style="margin-bottom:0;"><strong><br />
Step 1. Configure your bluetooth device</strong>.</p>
<p style="margin-bottom:0;">Open your Linux Terminal (<strong>Applications </strong>&gt; <strong>Accessories </strong>&gt; <strong>Terminal</strong>).</p>
<p style="margin-bottom:0;">- Type <strong>&#8216;sudo hciconfig -a hci0 up&#8217;</strong> to turn on your bluetooth device.</p>
<p style="margin-bottom:0;">- Type &#8216;<strong>hciconfig -a hci0</strong>&#8216; to check the USB status.</p>
<p style="margin-bottom:0;">- Type &#8216;<strong>hcitool scan</strong>&#8216; to search the available device around. As you see at the screen below, I found a device named &#8216;Ida&#8217;. The information that we need is the id code.</p>
<p style="margin-bottom:0;">- Copy the id code by select the code using your mouse cursor, press right mouse button then select &#8216;copy&#8217; menu.<br />
<img class="alignnone size-medium wp-image-1120" title="gnome_obex_send1" src="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send1.png?w=300&#038;h=194" alt="gnome_obex_send1" width="300" height="194" /><br />
<span id="more-1150"></span></p>
<p style="margin-bottom:0;"><strong>Step 2. Send the files.</strong></p>
<p style="margin-bottom:0;">Type the command with syntax below:<br />
&#8216;<strong>sudo gnome-obex-send </strong><span>&#8211;</span><strong>dest </strong><em><strong><span style="text-decoration:underline;">device_id</span> <span style="text-decoration:underline;">location+filename</span>.</strong>&#8216;</em>.<br />
Now, you can start to send the files. Every id will be different for each Nokia handphone. Press &#8216;Enter&#8217; to start the sending process.</p>
<p style="margin-bottom:0;"><em><strong><img class="alignnone size-medium wp-image-1121" title="gnome_obex_send2" src="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send2.png?w=300&#038;h=194" alt="gnome_obex_send2" width="300" height="194" /></strong></em></p>
<p style="margin-bottom:0;">Sending file is on progress.<br />
<img class="alignnone size-medium wp-image-1122" title="gnome_obex_send3" src="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send3.png?w=300&#038;h=187" alt="gnome_obex_send3" width="300" height="187" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1150&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2009/01/01/nokia-express-music-5320-with-linux-ubuntu-%e2%80%93-sending-files-via-bluetooth-with-gnome-obex-send-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send1.png?w=300" medium="image">
			<media:title type="html">gnome_obex_send1</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send2.png?w=300" medium="image">
			<media:title type="html">gnome_obex_send2</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/12/gnome_obex_send3.png?w=300" medium="image">
			<media:title type="html">gnome_obex_send3</media:title>
		</media:content>
	</item>
		<item>
		<title>Desktop Publishing in Ubuntu with Scribus 1.3.3.11</title>
		<link>http://taufanlubis.wordpress.com/2008/11/24/desktop-publishing-in-ubuntu-with-scribus-13311/</link>
		<comments>http://taufanlubis.wordpress.com/2008/11/24/desktop-publishing-in-ubuntu-with-scribus-13311/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 01:00:55 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Applications for Ubuntu]]></category>
		<category><![CDATA[Desktop Publishing in Linux]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1075</guid>
		<description><![CDATA[Scribus is an open source desktop publishing program available for Linux. Thanks to Scribus Team to make a very good program. Hope in the next version, it will has more advanced features. Unfortunetely in this version you can&#8217;t have built-in help program. You have to see at http://docs.scribus.net. Because NOT all people can get access [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1075&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Scribus is an open source desktop publishing program available for Linux. Thanks to Scribus Team to make a very good program. Hope in the next version, it will has more advanced features. Unfortunetely in this version you can&#8217;t have built-in help program. You have to see at <a href="http://docs.scribus.net/">http://docs.scribus.net</a><a href="http://docs.scribus.net/"><span style="text-decoration:none;">. </span></a><span style="color:#000000;"><span style="text-decoration:none;">Because NOT all people can get access to the internet all the time.</span></span></p>
<p style="margin-bottom:0;"><span style="color:#000000;"><span style="text-decoration:none;"><strong>Installation</strong></span></span></p>
<p style="margin-bottom:0;"><span style="color:#000000;"><span style="text-decoration:none;">Make sure you are connected to the internet. Open your Linux Terminal (</span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>Applications </strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">&gt; </span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>Accessories </strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">&gt; </span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>Terminal</strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">) then type &#8216;</span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>sudo apt-get install scribus</strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">&#8216;. The installation will take few minutes, depends on your internet connection speed.</span></span></p>
<p style="margin-bottom:0;"><a href="http://taufanlubis.files.wordpress.com/2008/11/scribus01.png"><img class="alignnone size-medium wp-image-1076" title="scribus01" src="http://taufanlubis.files.wordpress.com/2008/11/scribus01.png?w=300&#038;h=218" alt="scribus01" width="300" height="218" /></a></p>
<p><span id="more-1075"></span><br />
Once the installation is done, you can run the program. Open <span style="color:#000000;"><span style="text-decoration:none;"><strong>Applications </strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">&gt; </span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>Office </strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">then choose </span></span><span style="color:#000000;"><span style="text-decoration:none;"><strong>Scribus</strong></span></span><span style="color:#000000;"><span style="text-decoration:none;">.</span></span></p>
<p><span style="text-decoration:none;"><a href="http://taufanlubis.files.wordpress.com/2008/11/scribus02.png"><img class="alignnone size-medium wp-image-1077" title="scribus02" src="http://taufanlubis.files.wordpress.com/2008/11/scribus02.png?w=300&#038;h=281" alt="scribus02" width="300" height="281" /></a></span></p>
<p><span style="color:#000000;"><span style="text-decoration:none;">Loading process<br />
</span></span><a href="http://taufanlubis.files.wordpress.com/2008/11/scribus03.png"><img class="alignnone size-medium wp-image-1078" title="scribus03" src="http://taufanlubis.files.wordpress.com/2008/11/scribus03.png?w=300&#038;h=187" alt="scribus03" width="300" height="187" /></a></p>
<p><span style="text-decoration:none;"><span style="text-decoration:none;">Default screen.</span><br />
<a href="http://taufanlubis.files.wordpress.com/2008/11/scribus04.png"><img class="alignnone size-medium wp-image-1079" title="scribus04" src="http://taufanlubis.files.wordpress.com/2008/11/scribus04.png?w=300&#038;h=187" alt="scribus04" width="300" height="187" /></a></span></p>
<p><span style="color:#000000;">Features available in Scribus.<br />
</span><a href="http://taufanlubis.files.wordpress.com/2008/11/scribus05.png"><img class="alignnone size-medium wp-image-1080" title="scribus05" src="http://taufanlubis.files.wordpress.com/2008/11/scribus05.png?w=300&#038;h=187" alt="scribus05" width="300" height="187" /></a></p>
<p><span style="color:#000000;">Sample design with Scribus.<br />
</span><a href="http://taufanlubis.files.wordpress.com/2008/11/scribus06.png"><img class="alignnone size-medium wp-image-1081" title="scribus06" src="http://taufanlubis.files.wordpress.com/2008/11/scribus06.png?w=300&#038;h=187" alt="scribus06" width="300" height="187" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1075/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1075&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2008/11/24/desktop-publishing-in-ubuntu-with-scribus-13311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus01.png?w=300" medium="image">
			<media:title type="html">scribus01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus02.png?w=300" medium="image">
			<media:title type="html">scribus02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus03.png?w=300" medium="image">
			<media:title type="html">scribus03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus04.png?w=300" medium="image">
			<media:title type="html">scribus04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus05.png?w=300" medium="image">
			<media:title type="html">scribus05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/scribus06.png?w=300" medium="image">
			<media:title type="html">scribus06</media:title>
		</media:content>
	</item>
		<item>
		<title>Download Website Pictures with Firefox add-ons &#8220;DownThemAll&#8221;</title>
		<link>http://taufanlubis.wordpress.com/2008/11/24/download-website-pictures-with-firefox-add-ons-downthemall/</link>
		<comments>http://taufanlubis.wordpress.com/2008/11/24/download-website-pictures-with-firefox-add-ons-downthemall/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:30:23 +0000</pubDate>
		<dc:creator>taufanlubis</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Save pictures from website]]></category>

		<guid isPermaLink="false">http://taufanlubis.wordpress.com/?p=1087</guid>
		<description><![CDATA[Down Them All is a Firefox&#8217;s add-ons that will download any pictures from a website. You just go to a website that have pictures that you want to download then click the add-on. The installation is very easy. But before we start, make sure that you are connected to the internet. Now, click &#8216;Tool &#62; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1087&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Down Them All is a Firefox&#8217;s add-ons that will download any pictures from a website. You just go to a website that have pictures that you want to download then click the add-on.</p>
<p style="margin-bottom:0;">The installation is very easy. But before we start, make sure that you are connected to the internet.<br />
Now, click &#8216;<strong>Tool </strong>&gt; <strong>Add-ons</strong>&#8216; from Firefox menu. From search text box, type &#8216;<strong>downthemall</strong>&#8216; and from the combo box choose &#8216;<strong>add add-ons</strong>&#8216;.<br />
Then click the arrow button to start searching.</p>
<p style="margin-bottom:0;">If your success then you will find the &#8216;<strong>add-on</strong>&#8216; module like below.</p>
<p style="margin-bottom:0;">Click &#8216;<strong>Add to Firefox</strong>&#8216; button to continue.</p>
<p><a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall01.png"><img class="alignnone size-medium wp-image-1088" title="firefox_downthemall01" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall01.png?w=300&#038;h=171" alt="firefox_downthemall01" width="300" height="171" /></a></p>
<p><span id="more-1087"></span></p>
<p>Wait for a while until the the &#8216;install&#8217; button is enable. After it&#8217;s enabled, click it to continue.<br />
<a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall02.png"><img class="alignnone size-medium wp-image-1089" title="firefox_downthemall02" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall02.png?w=300&#038;h=281" alt="firefox_downthemall02" width="300" height="281" /></a></p>
<p>Process is completed. Click &#8216;Restart Firefox&#8217; button to continue.<a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall03.png"><img class="alignnone size-medium wp-image-1090" title="firefox_downthemall03" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall03.png?w=300&#038;h=222" alt="firefox_downthemall03" width="300" height="222" /></a></p>
<p>Click &#8216;Accept&#8217; button to continue.<br />
<a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall04.png"><img class="alignnone size-medium wp-image-1091" title="firefox_downthemall04" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall04.png?w=300&#038;h=252" alt="firefox_downthemall04" width="300" height="252" /></a></p>
<p style="margin-bottom:0;">Now, you are ready to use the add-on. Open any website for testing.</p>
<p style="margin-bottom:0;">Click &#8216;<strong>Tool </strong>&gt; <strong>DownThemAll Tools </strong>&gt; <strong>DownThemAll</strong>&#8216; menu.</p>
<p><a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall05.png"><img class="alignnone size-medium wp-image-1092" title="firefox_downthemall05" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall05.png?w=300&#038;h=187" alt="firefox_downthemall05" width="300" height="187" /></a></p>
<p style="margin-bottom:0;">Select pictures that you want to download then click &#8216;Start&#8217; button to process. Don&#8217;t forget to set the download directory in &#8216;<strong>Save files in</strong>&#8216; menu.</p>
<p><a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall06.png"><img class="alignnone size-medium wp-image-1093" title="firefox_downthemall06" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall06.png?w=300&#038;h=255" alt="firefox_downthemall06" width="300" height="255" /></a></p>
<p>Downloading process.<br />
<a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall07.png"><img class="alignnone size-medium wp-image-1094" title="firefox_downthemall07" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall07.png?w=300&#038;h=172" alt="firefox_downthemall07" width="300" height="172" /></a></p>
<p>Downloading process is done.<br />
<a href="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall08.png"><img class="alignnone size-medium wp-image-1095" title="firefox_downthemall08" src="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall08.png?w=300&#038;h=171" alt="firefox_downthemall08" width="300" height="171" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/taufanlubis.wordpress.com/1087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/taufanlubis.wordpress.com/1087/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=taufanlubis.wordpress.com&#038;blog=1508221&#038;post=1087&#038;subd=taufanlubis&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://taufanlubis.wordpress.com/2008/11/24/download-website-pictures-with-firefox-add-ons-downthemall/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2bafff680380093b0544fa16d45b42e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">taufanlubis</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall01.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall01</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall02.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall02</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall03.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall03</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall04.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall04</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall05.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall05</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall06.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall06</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall07.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall07</media:title>
		</media:content>

		<media:content url="http://taufanlubis.files.wordpress.com/2008/11/firefox_downthemall08.png?w=300" medium="image">
			<media:title type="html">firefox_downthemall08</media:title>
		</media:content>
	</item>
	</channel>
</rss>
