<?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/"
	>

<channel>
	<title>mythrobin•com</title>
	<atom:link href="http://www.mythrobin.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mythrobin.com</link>
	<description>where myth becomes real</description>
	<lastBuildDate>Sat, 21 Jan 2012 08:32:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>S T O P</title>
		<link>http://www.mythrobin.com/archives/1267</link>
		<comments>http://www.mythrobin.com/archives/1267#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:01:49 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://www.mythrobin.com/?p=1267</guid>
		<description><![CDATA[The Madness. SOPA = Stop Online Piracy Act PIPA = Protect IP Act (IP = Intellectual Property) &#160; We don&#8217;t want these. Infact we want open, secure<a href="http://www.mythrobin.com/archives/1267"> <br /><br /> (Read More)…</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mythrobin.com/wp-content/uploads/2012/01/stop_sopa_pipa.jpg"><img class="aligncenter size-full wp-image-1268" title="stop_sopa_pipa" src="http://www.mythrobin.com/wp-content/uploads/2012/01/stop_sopa_pipa.jpg" alt="" width="512" height="512" /></a></p>
<p>The Madness.</p>
<p><strong>SOPA</strong> = Stop Online Piracy Act</p>
<p><strong>PIPA</strong> = Protect IP Act (IP = Intellectual Property)</p>
<p>&nbsp;</p>
<p><strong>W</strong>e don&#8217;t want these. Infact we want open, secure and free Internet. I&#8217;m sure US Government also believes in a world that values internet freedom. Then why is that ? They said these bills are efforts to stop copyright infringement committed by foreign web sites but, in our opinion, they do so in a way that actually infringes free expression while harming the Internet.</p>
<p>Imagine a world of Internet without freedom. Say Goodbye to innovation or Protest against SOPA &amp; PIPA.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mythrobin.com/archives/1267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Firefox Installer Using Linux Terminal</title>
		<link>http://www.mythrobin.com/archives/1244</link>
		<comments>http://www.mythrobin.com/archives/1244#comments</comments>
		<pubDate>Mon, 09 Jan 2012 08:15:15 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compiling firefox installer]]></category>
		<category><![CDATA[cusomizing firefox installer using terminal]]></category>
		<category><![CDATA[custom firefox installer]]></category>
		<category><![CDATA[mozilla firefox installer]]></category>

		<guid isPermaLink="false">http://www.mythrobin.com/?p=1244</guid>
		<description><![CDATA[1. First download the latest version of mozilla-firefox &#8216;.exe&#8217; from official website. 2. Now you need 7-zip. If you don&#8217;t have it then download &#38;<a href="http://www.mythrobin.com/archives/1244"> <br /><br /> (Read More)…</a>]]></description>
			<content:encoded><![CDATA[<p>1. First download the latest version of mozilla-firefox &#8216;.exe&#8217; from official website.<img class="alignright" title="firefox" src="http://images.wikia.com/logopedia/images/7/79/Firefox-logo-200.png" alt="" width="300" height="288" /></p>
<p>2. Now you need 7-zip. If you don&#8217;t have it then download &amp; install by typing:</p>
<p><span style="color: #800000;"><strong>sudo apt-get install p7zip-full</strong></span></p>
<p>3. Now you need to extract the &#8216;.exe&#8217; file you just downloaded. First locate the directory of your &#8216;.exe&#8217; file. Mine is &#8216;home&#8217;</p>
<p><span style="color: #800000;"><strong>cd /home</strong></span></p>
<p>4. Now type this command to extract (I have downloaded 9.0.1 version)</p>
<p><span style="color: #800000;"><strong><code>7z x "Firefox Setup 9.0.1.exe"</code></strong></span></p>
<p>5. This will take a while. Then if you want to add any extensions or any other informations just go to your &#8216;home/core&#8217; and modify or add anything you want. Suppose you want to add an extension, go to extension folder then create a new folder and copy paste your unzipped extension files. Open the .rdf file with text editor and look for &#8216;em id&#8217; and copy that id. Now go one step back of your file  browser and rename the newly created folder with that &#8216;id&#8217;.</p>
<p>6. Now its time for repackaging the installer. First you need to zip-up the changes you just made. Type:</p>
<p><span style="color: #800000;"><strong>7z a -r -t7z app.7z -mx -m0=BCJ2 -m1=LZMA:d24 -m2=LZMA:d19 -m3=LZMA:d19 -mb0:1 -mb0s1:2 -mb0s2:3</strong></span></p>
<p>7. You will see a new file named &#8216;app.7z&#8217;. Now to create the final &#8216;.exe&#8217; we need a small &#8216;.sfx&#8217; file to download. <a title="mozilla sfx" href="http://mxr.mozilla.org/mozilla1.9.2/source/other-licenses/7zstub/firefox/7zSD.sfx" target="_blank">Download this file</a>.</p>
<p>8. Now create a new empty/blank file name it &#8216;app.tag&#8217;. Open it by text editor and put these lines then save it.</p>
<p><span style="color: #333333;"><strong>;!@Install@!UTF-8!</strong></span><br />
<span style="color: #333333;"><strong> Title=&#8221;Mozilla Firefox&#8221;</strong></span><br />
<span style="color: #333333;"><strong> RunProgram=&#8221;setup.exe&#8221;</strong></span><br />
<span style="color: #333333;"><strong> ;!@InstallEnd@!</strong></span></p>
<p>9. Now make sure that your &#8216;/home&#8217; directory consists &#8217;7zsD.sfx, app.7z, app.tag&#8217;. If not then look up and do the missing part.</p>
<p>10. Now the final command. Type:</p>
<p><span style="color: #800000;"><strong>cat 7zSD.sfx app.tag app.7z &gt; setup_firefox_9.0.1.exe</strong></span></p>
<p>You are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mythrobin.com/archives/1244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matrix Style Animation in Your Terminal</title>
		<link>http://www.mythrobin.com/archives/1238</link>
		<comments>http://www.mythrobin.com/archives/1238#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:38:49 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux terminal matrix]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[terminal matrix]]></category>
		<category><![CDATA[লিনাক্স ম্যাট্রিক্স]]></category>

		<guid isPermaLink="false">http://www.mythrobin.com/?p=1238</guid>
		<description><![CDATA[বুঝতে পারছি টাইটেল পড়ার পরেই আপনার মাঝে উত্তেজনা বিরাজ করছে। ম্যাট্রিক্স মুভিতে কম্পিউটারে সংখ্যা এবং অক্ষরের সমন্বয়ে যে সবুজ রঙের অ্যানিমেশন টি দেখা গিয়েছিল সেটা<a href="http://www.mythrobin.com/archives/1238"> <br /><br /> (Read More)…</a>]]></description>
			<content:encoded><![CDATA[<p>বুঝতে পারছি টাইটেল পড়ার পরেই আপনার মাঝে উত্তেজনা বিরাজ করছে। ম্যাট্রিক্স মুভিতে কম্পিউটারে সংখ্যা এবং অক্ষরের সমন্বয়ে যে সবুজ রঙের অ্যানিমেশন টি দেখা গিয়েছিল সেটা আপনার কম্পিউটারে হলে কেমন লাগবে? অসাধারন লাগবে অবশ্যই। তাহলে দেরী না করে আগে আপনার টার্মিনালের ফন্ট এর রঙ সবুজ করে নিন এবং ব্যাকগ্রাউন্ড কালো করুন।</p>
<p>এবার রুট হওয়ার জন্য টাইপ করুন</p>
<p><span style="color: #800000;"><strong>sudo bash</strong></span></p>
<p>এখন একটি ছোট্ট জিনিস ইনস্টল করার জন্য টাইপ করুন</p>
<p><span style="color: #800000;"><strong>sudo apt-get install cmatrix</strong></span></p>
<p>এবার টার্মিনালের সকল লেখা মুছার জন্য টাইপ করুন</p>
<p><span style="color: #800000;"><strong>clear</strong></span></p>
<p>এবার টাইপ করুন</p>
<p><span style="color: #800000;"><strong>cmatrix</strong></span></p>
<p>বেশী জোস! আমি জানি <img src='http://www.mythrobin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>টার্মিনালের ব্যাকগ্রাউন্ড ট্রান্সপারেন্ট করে দেখুন আরও ভাল লাগবে। অ্যানিমেশন শেষ করার জন্য &#8216;q&#8217; চাপুন।</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mythrobin.com/archives/1238/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>লিনাক্স টার্মিনালে কমান্ডের খেল দেখুন</title>
		<link>http://www.mythrobin.com/archives/1234</link>
		<comments>http://www.mythrobin.com/archives/1234#comments</comments>
		<pubDate>Sun, 08 Jan 2012 15:41:09 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux terminal]]></category>
		<category><![CDATA[linux tips]]></category>
		<category><![CDATA[কমান্ড লাইন লিনাক্স]]></category>
		<category><![CDATA[টার্মিনাল]]></category>
		<category><![CDATA[লিনাক্স]]></category>

		<guid isPermaLink="false">http://www.mythrobin.com/?p=1234</guid>
		<description><![CDATA[ধরুন আপনি হার্ড ডিস্কের একটি লোকেশনে অনেক গুলো ফোল্ডার খুলতে চান। ফোল্ডার গুলোর নাম হবে &#8216;বছর-মাস-দিন&#8217; হিসেবে পুরো এক মাসের। অর্থাৎ জানুয়ারী মাস হলে হবে<a href="http://www.mythrobin.com/archives/1234"> <br /><br /> (Read More)…</a>]]></description>
			<content:encoded><![CDATA[<p>ধরুন আপনি হার্ড ডিস্কের একটি লোকেশনে অনেক গুলো ফোল্ডার খুলতে চান। ফোল্ডার গুলোর নাম হবে &#8216;বছর-মাস-দিন&#8217; হিসেবে পুরো এক মাসের। অর্থাৎ জানুয়ারী মাস হলে হবে 2012-01-01, 2012-01-02, &#8230;&#8230; , 2012-01-31 এইরকম। আপনি কি করবেন ? একটি একটি করে ফোল্ডার খুলে তার নামকরণ করবেন ? করতে পারেন আপনার ইচ্ছা <img src='http://www.mythrobin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>আমি যা করব তা হল, টার্মিনাল খুলে আগে যেখানে ফোল্ডার গুলো খোলা হবে সেখানে ডিরেক্টরী সেট করব। আমি হোম ডিরেক্টরীতে খুলতে চাই। আমার কমান্ড গুলো হবে এরকম:</p>
<p><span style="color: #800000;"><strong>sudo bash</strong></span></p>
<p><span style="color: #800000;"><strong>cd /home</strong></span></p>
<p><span style="color: #800000;"><strong>mkdir 2012-01-{1..31}</strong></span></p>
<p>এবার খুলেই দেখুন আপনার হোম ডিরেক্টরী <img src='http://www.mythrobin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>একই ভাবে {A..Z} ব্যবহার করে দেখুন। <img src='http://www.mythrobin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mythrobin.com/archives/1234/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

