<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.techchorus.net">
<channel>
 <title>Tech Chorus</title>
 <link>http://www.techchorus.net</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/techchorus" /><feedburner:info uri="techchorus" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>techchorus</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
 <title>How To Setup php-fpm And Nginx On CentOS 6</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/Om4Tnu9V1yg/how-setup-php-fpm-and-nginx-centos-6</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;FPM, FastCGI Process Manager is a PHP FastCGI implementation. Using php-fpm you can have a website running as its own user instead of a common user like Apache or www-data. In this post, we will go through the process of installing and configuring php-fpm with Nginx on CentOS 6.&lt;/p&gt;
&lt;p&gt;php-fpm package is available in the official CentOS repository. There is no need to enable third party repositories in order to use php-fpm. &lt;/p&gt;
&lt;p&gt;nginx package is available in Fedora EPEL repository. &lt;/p&gt;
&lt;p&gt;Enable Fedora EPEL.&lt;br /&gt;
&lt;span class="geshifilter"&gt;&lt;code class="text geshifilter-text"&gt;&amp;nbsp;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;div class='adsense adsense_managed'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-9854736279305943";
/* 728x90 */
google_ad_slot = "4553450760";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/how-setup-php-fpm-and-nginx-centos-6" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/Om4Tnu9V1yg" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/how-setup-php-fpm-and-nginx-centos-6#comments</comments>
 <category domain="http://www.techchorus.net/category/system/linux/distro/centos">CentOS</category>
 <category domain="http://www.techchorus.net/category/system/linux/distro">Distro</category>
 <category domain="http://www.techchorus.net/category/content-type/how">How To</category>
 <category domain="http://www.techchorus.net/category/system/linux/distro/red-hat">Red Hat</category>
 <category domain="http://www.techchorus.net/category/programming/php">PHP</category>
 <category domain="http://www.techchorus.net/category/system/linux">Linux</category>
 <pubDate>Sun, 19 May 2013 12:09:13 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">194 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/how-setup-php-fpm-and-nginx-centos-6</feedburner:origLink></item>
<item>
 <title>How To Setup MySQL Replication</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/fmnQDbwZKtQ/how-setup-mysql-replication</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;In this tutorial, I will provide step by step process to setup MySQL replication. We will create one master and one slave. We will use two CentOS 6 servers - one for master and the other for slave. This following steps have been tested on two virtual machines.&lt;/p&gt;
&lt;p&gt;Our master server will have IP address 192.168.122.10.&lt;br /&gt;
Our slave server will have IP address 192.168.122.12.&lt;/p&gt;
&lt;p&gt;You might want to run SELinux in permissive mode.&lt;/p&gt;
&lt;p&gt;Perform these steps on the master:&lt;/p&gt;
&lt;p&gt;Install MySQL server.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="text geshifilter-text" style="font-family:monospace;"&gt;yum install mysql-server -y&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;div class='adsense adsense_managed'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-9854736279305943";
/* 728x90 */
google_ad_slot = "4553450760";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/how-setup-mysql-replication" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/fmnQDbwZKtQ" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/how-setup-mysql-replication#comments</comments>
 <category domain="http://www.techchorus.net/category/system/linux/distro/centos">CentOS</category>
 <category domain="http://www.techchorus.net/category/content-type/how">How To</category>
 <category domain="http://www.techchorus.net/category/database/mysql">MySQL</category>
 <category domain="http://www.techchorus.net/category/system/system-administration">System Administration</category>
 <category domain="http://www.techchorus.net/category/system/linux">Linux</category>
 <pubDate>Sat, 11 May 2013 12:51:25 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">193 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/how-setup-mysql-replication</feedburner:origLink></item>
<item>
 <title>Why Unspectacular Firefox OS Is Good For Low-End Phones</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/r05zI4ex8sA/why-unspectacular-firefox-os-good-low-end-phones</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Mozilla Firefox has finally launched its own browser-based mobile system, which seems like a credible option for companies emerging with their phones and intending to keep them low-end. For a much savvy audience however, the system is not exactly what they are looking for especially when iOS and Android are still leading the mobile technology market. However, in markets where phones with great features still take up a major market share, Mozilla Firefox combined together with a Blackberry SIM can become successful with its technology. With the promise to improve their system with time to match their rivals, Firefox is all set to attract investors and partners to support it in its venture.&lt;/p&gt;
&lt;h2&gt;Why Is It Good?&lt;/h2&gt;
&lt;p&gt;The system is almost similar to that of Android and iOS which makes its use quite simple, especially for those who have some experience of using a smartphone. The familiar app structure presented in a grid form, swiping from left to right presenting different apps is just the same as in iOS. A calling and messaging app, camera and Firefox browser is a permanent fixture at the lower end of the screen. A search app is also available which is quite different from that of the other OS due to the fact that it is a browser-based system. Searching on this app can not only provide results from within your phone but also from the Firefox Marketplace and the Web.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;div class='adsense adsense_managed'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "ca-pub-9854736279305943";
/* 728x90 */
google_ad_slot = "4553450760";
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/why-unspectacular-firefox-os-good-low-end-phones" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/r05zI4ex8sA" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/why-unspectacular-firefox-os-good-low-end-phones#comments</comments>
 <category domain="http://www.techchorus.net/category/content-type/general">General</category>
 <pubDate>Thu, 28 Mar 2013 06:50:50 +0000</pubDate>
 <dc:creator>rosettesummer</dc:creator>
 <guid isPermaLink="false">187 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/why-unspectacular-firefox-os-good-low-end-phones</feedburner:origLink></item>
<item>
 <title>Where We Can And Where We Must</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/6LzuXWW332M/where-we-can-and-where-we-must</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;ol&gt;
&lt;li&gt;Python where we can, C++ where we must.&lt;/li&gt;
&lt;li&gt;CLI where we  can, web where we must.&lt;/li&gt;
&lt;li&gt;Use available software where we can, write our own where we must.&lt;/li&gt;
&lt;li&gt;Open source software where we can, proprietary software where we must.&lt;/li&gt;
&lt;li&gt;Upstream where we can, patch where we must.&lt;/li&gt;
&lt;li&gt;Bash where we can, others where we must.&lt;/li&gt;
&lt;li&gt;Nginx where we can, Apache where we must.&lt;/li&gt;
&lt;li&gt;JSON where we can, XML where we must&lt;/li&gt;
&lt;li&gt;POST where we can, GET where we must&lt;/li&gt;
&lt;li&gt;REST where we can, RPC where we must&lt;/li&gt;
&lt;/ol&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/6LzuXWW332M" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/where-we-can-and-where-we-must#comments</comments>
 <pubDate>Thu, 31 Jan 2013 06:39:37 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">156 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/where-we-can-and-where-we-must</feedburner:origLink></item>
<item>
 <title>How To Install RapidSSL SSL Certificate - Nginx Server</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/HRjygjjtI4o/how-install-rapidssl-ssl-certificate-nginx-server</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;In this article, I will describe how to use the SSL certificate provided by &lt;a href="http://www.rapidssl.com/" rel="nofollow"&gt;RapidSSL&lt;/a&gt; with &lt;a href="http://nginx.org/"&gt;Nginx&lt;/a&gt; server.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;openssl&lt;/strong&gt; is a command line tool to use various cryptography functions. &lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;req&lt;/strong&gt; command of openssl provides PKCS#10 X.509 Certificate Signing Request (CSR) management facilities.&lt;/p&gt;
&lt;p&gt;We will generate a new certificate request for the domain &lt;www.example.com&gt;.&lt;/www.example.com&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="text geshifilter-text" style="font-family:monospace;"&gt;openssl req -new -nodes -keyout www.example.com.key -out www.example.com.csr&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/how-install-rapidssl-ssl-certificate-nginx-server" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/HRjygjjtI4o" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/how-install-rapidssl-ssl-certificate-nginx-server#comments</comments>
 <category domain="http://www.techchorus.net/category/system/system-administration">System Administration</category>
 <category domain="http://www.techchorus.net/category/content-type/tutorial">Tutorial</category>
 <category domain="http://www.techchorus.net/category/system/linux">Linux</category>
 <pubDate>Thu, 24 Jan 2013 05:14:14 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">185 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/how-install-rapidssl-ssl-certificate-nginx-server</feedburner:origLink></item>
<item>
 <title>How To Comment Several Lines Quickly Using VIM</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/gxrFBcSCeUA/how-comment-several-lines-quickly-using-vim</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;If you have to insert comment on several lines do you do manually insert the comment character in every line? Stop. Vim is a really good editor and has a nice feature to accomplish this quickly.  Here are the steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Enter visual blocking mode by pressing CTRL V (CTRL key and the lowercase v).
&lt;/li&gt;&lt;li&gt;Make your selection using motion keys(jklm, etc).&lt;/li&gt;
&lt;li&gt;Press I(uppercase I) to enter block insert mode.&lt;/li&gt;
&lt;li&gt;Press #, the comment character.&lt;/li&gt;
&lt;li&gt;Press Esc key. The comment character # will be inserted on each line the visual block selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/how-comment-several-lines-quickly-using-vim" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/gxrFBcSCeUA" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/how-comment-several-lines-quickly-using-vim#comments</comments>
 <category domain="http://www.techchorus.net/category/content-type/micro-how">Micro How To</category>
 <category domain="http://www.techchorus.net/category/programming/php/developer-tools">Developer Tools</category>
 <pubDate>Thu, 20 Dec 2012 10:57:51 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">184 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/how-comment-several-lines-quickly-using-vim</feedburner:origLink></item>
<item>
 <title>How Many Seconds Are There Till End Of Month?</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/2b9zkUeyF1U/how-many-seconds-are-there-till-end-month</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="python geshifilter-python" style="font-family:monospace;"&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: black;"&gt;today&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: black;"&gt;year&lt;/span&gt;, &lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: black;"&gt;today&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: black;"&gt;month&lt;/span&gt;, &lt;span style="color: #dc143c;"&gt;calendar&lt;/span&gt;.&lt;span style="color: black;"&gt;monthrange&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: black;"&gt;today&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: black;"&gt;year&lt;/span&gt;, &lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: black;"&gt;today&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: black;"&gt;month&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff4500;"&gt;1&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#93;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt; - &lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: #dc143c;"&gt;datetime&lt;/span&gt;.&lt;span style="color: black;"&gt;today&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: black;"&gt;total_seconds&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;There's a log going on in that one liner. Let's break it down.&lt;/p&gt;
&lt;p&gt;The two key Python modules we need to calculate the number of seconds till the end of year are &lt;i&gt;datetime&lt;/i&gt; and &lt;i&gt;calendar&lt;/i&gt;.&lt;/p&gt;
&lt;p&gt;calendar.monthrange(year, month) returns a tuple. The tuple's second element is the number of days in the month. &lt;/p&gt;
&lt;p&gt;We create two date objects:&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/how-many-seconds-are-there-till-end-month" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/2b9zkUeyF1U" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/how-many-seconds-are-there-till-end-month#comments</comments>
 <category domain="http://www.techchorus.net/category/content-type/mini-how">Mini How To</category>
 <category domain="http://www.techchorus.net/category/programming/python">Python</category>
 <pubDate>Mon, 17 Sep 2012 07:09:29 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">175 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/how-many-seconds-are-there-till-end-month</feedburner:origLink></item>
<item>
 <title>Mercurial - How To View A File Exactly Like It Appeared On A Particular Date</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/VuKeH18sf5U/mercurial-how-view-file-exactly-it-appeared-particular-date</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Here's a quick tip for Mercurial users.&lt;/p&gt;
&lt;p&gt;Travel back in time and see how the file appeared. :)&lt;/p&gt;
&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="text geshifilter-text" style="font-family:monospace;"&gt;hg cat --rev &amp;quot;date('2011-05-03')&amp;quot; controllers/crons.py&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Let's break it down.&lt;/p&gt;
&lt;p&gt;hg cat is the command we use to print the given revision of file.&lt;/p&gt;
&lt;p&gt;&lt;div class="geshifilter"&gt;&lt;pre class="text geshifilter-text" style="font-family:monospace;"&gt;hg cat --rev 10885:ae28ee103fed controller/crons.py&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;would print the file for the revision 0885:ae28ee103fed.&lt;/p&gt;
&lt;p&gt;Mercurial supports a functional language for selecting a set of revisions. To know more about it try:&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="text geshifilter-text" style="font-family:monospace;"&gt;hg help revsets&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;In our solution:&lt;br /&gt;
&lt;span class="geshifilter"&gt;&lt;code class="text geshifilter-text"&gt;&amp;nbsp;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/mercurial-how-view-file-exactly-it-appeared-particular-date" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/VuKeH18sf5U" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/mercurial-how-view-file-exactly-it-appeared-particular-date#comments</comments>
 <category domain="http://www.techchorus.net/category/programming/scm/mercurial">Mercurial</category>
 <category domain="http://www.techchorus.net/category/content-type/quick-tip">Quick Tip</category>
 <category domain="http://www.techchorus.net/category/programming/scm">SCM</category>
 <pubDate>Mon, 19 Mar 2012 14:34:33 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">171 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/mercurial-how-view-file-exactly-it-appeared-particular-date</feedburner:origLink></item>
<item>
 <title>Connecting USB Cable To The Brain</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/Idge8eHS8eE/connecting-usb-cable-brain</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Anand and Golix are chit chatting in a bar.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Anand&lt;/strong&gt;: Golix, I have a doubt about USB cables.&lt;br /&gt;
&lt;strong&gt;Golix&lt;/strong&gt;: What is it?&lt;br /&gt;
&lt;strong&gt;Anand&lt;/strong&gt;:  I've been thinking about it for a while. What happens if you connect the USB cable to your brain?&lt;br /&gt;
&lt;strong&gt;Golix&lt;/strong&gt;: You'll hear the message: "this disk is not formatted. Do you want to format it now?".&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/Idge8eHS8eE" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/connecting-usb-cable-brain#comments</comments>
 <category domain="http://www.techchorus.net/category/content-type/golix">Golix</category>
 <pubDate>Sun, 11 Mar 2012 17:58:05 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">170 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/connecting-usb-cable-brain</feedburner:origLink></item>
<item>
 <title>Which News Feed Have You Subscribed To?</title>
 <link>http://feedproxy.google.com/~r/techchorus/~3/Ij80qApyuAc/which-news-feed-have-you-subscribed</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Golix walks into a college campus. Asks few questions to the students.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: What does POP stand for?&lt;br /&gt;
&lt;strong&gt;Sharath&lt;/strong&gt;: POP? No idea. Sounds like a distant cousin of Jazz to me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: What does IMAP stand for?&lt;br /&gt;
&lt;strong&gt;Shruthi&lt;/strong&gt;: International mail application something.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: Who created UNIX and C?&lt;br /&gt;
&lt;strong&gt;Parameshwar&lt;/strong&gt;: It is beyond me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: What is Ubuntu?&lt;br /&gt;
&lt;strong&gt;Parvati&lt;/strong&gt;: It's a bird!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: Which is the most popular social networking site?&lt;br /&gt;
&lt;strong&gt;Asha&lt;/strong&gt;: Facebook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: Which technique is often used to download movies and music freely from the Internet?&lt;br /&gt;
&lt;strong&gt;Santhosh&lt;/strong&gt;: Torrents.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Golix&lt;/strong&gt;: Which operating system do you use?&lt;br /&gt;
&lt;strong&gt;Kavitha&lt;/strong&gt;: ******&lt;/p&gt;
&lt;p&gt;The uninitiated readers must watch &lt;a href="http://www.youtube.com/watch?v=LXLsi_Vmtw4"&gt;the video&lt;/a&gt;.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;br class="clear"/&gt;&lt;!--adsense: ad limit reached for type--&gt;&lt;p&gt;&lt;a href="http://www.techchorus.net/which-news-feed-have-you-subscribed" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/techchorus/~4/Ij80qApyuAc" height="1" width="1"/&gt;</description>
 <comments>http://www.techchorus.net/which-news-feed-have-you-subscribed#comments</comments>
 <category domain="http://www.techchorus.net/category/content-type/golix">Golix</category>
 <pubDate>Tue, 14 Feb 2012 17:52:39 +0000</pubDate>
 <dc:creator>sudheer</dc:creator>
 <guid isPermaLink="false">169 at http://www.techchorus.net</guid>
<feedburner:origLink>http://www.techchorus.net/which-news-feed-have-you-subscribed</feedburner:origLink></item>
</channel>
</rss>
