<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
	<title>Linux Candy</title>
	
	<link>http://www.linuxcandy.com</link>
	<description>The tasty side of Linux</description>
	<lastBuildDate>Tue, 21 May 2013 20:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Linuxcandy" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="linuxcandy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>The tasty side of Linux</itunes:subtitle><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Linuxcandy</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Creating a MySQL Cluster with your old machines</title>
		<link>http://www.linuxcandy.com/2013/05/creating-a-mysql-cluster-with-your-old-machines.html</link>
		<comments>http://www.linuxcandy.com/2013/05/creating-a-mysql-cluster-with-your-old-machines.html#comments</comments>
		<pubDate>Tue, 21 May 2013 20:18:00 +0000</pubDate>
		<dc:creator>siddharthx64</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Cluster Computing]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=2057</guid>
		<description><![CDATA[Do you have a few old machines lying around? If you&#8217;ve got some old legacy hardware catching dust at your work place, you might finally be able to get some functionality out of them, thanks to cluster computing techniques. In this part, we show you how to create a simple MySQL Cluster that you can [...]]]></description>
			<content:encoded><![CDATA[<h2>Do you have a few old machines lying around?</h2>
<div id="attachment_2064" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.linuxcandy.com/wp-content/uploads/2013/05/how-to-donate-computer-1.jpg"><img class="size-full wp-image-2064" src="http://www.linuxcandy.com/wp-content/uploads/2013/05/how-to-donate-computer-1.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Old Machines Lying around? Pic courtesy: HowStuffWorks.com</p></div>
<p>If you&#8217;ve got some old legacy hardware catching dust at your work place, you might finally be able to get some functionality out of them, thanks to cluster computing techniques. In this part, we show you how to create a simple MySQL Cluster that you can use for a variety of database related applications.</p>
<p>&nbsp;</p>
<h2>What you need:</h2>
<ul>
<li>At least three fully functional machines with an NIC and minimum of 40 gigabytes of HDD space (May need more, depending on the data sizes and the level of redundancy needed)</li>
<li><span style="font-size: 13px;line-height: 19px">Connectivity cables (Cat-5 Ethernet cables with RJ45 Connectors on both ends)</span></li>
<li><span style="font-size: 13px;line-height: 19px">One Ethernet Switch (a hub will also do, but a switch is considered to be better)</span></li>
<li>Ubuntu (or another GNU/Linux Operating System). <a title="Ubuntu Download Page" href="http://www.ubuntu.com/download" target="_blank">Get it Here</a></li>
<li>The MySQL Cluster Package: This is not the same as the MySQL package that is commonly used. <a title="Cluster Package Download Page at MySQL" href="http://dev.mysql.com/downloads/cluster/" target="_blank">Get it Here</a></li>
<li>Basic GNU/Linux Networking Skills. <a title="TLDP - Networking in Linux" href="http://www.tldp.org/HOWTO/NET3-4-HOWTO.html" target="_blank">Get them Here</a></li>
<li><span style="font-size: 13px;line-height: 19px">Patience, Control over your senses and Calmness of Mind. </span><a title="The Teachings of Buddha" href="http://online.sfsu.edu/rone/Buddhism/footsteps.htm" target="_blank">Get it Here</a></li>
</ul>
<div></div>
<h2>What you will build:</h2>
<ul>
<li><span style="font-size: 13px;line-height: 19px">An SQL Node(front-end): These are the nodes that will receive the database queries from the user, and pass on the necessary details to the data nodes.</span></li>
<li><span style="font-size: 13px;line-height: 19px">A Data Node (back-end): These nodes are the ones that actually hold the data, and this is where all the manipulation will actually take place.</span></li>
<li><span style="font-size: 13px;line-height: 19px">A Management Node: Think of this as a Master node, that coordinates the data and SQL nodes, and ensures that they are all active and functioning.</span></li>
</ul>
<p>&nbsp;</p>
<h2>Configuration Details</h2>
<p lang="en-GB" align="JUSTIFY">To properly build a cluster, the network must be properly set up. Here are the IP configuration details that you need to set up with the three machines. Note that the Hostnames may be changed to whatever you like.</p>
<p lang="en-GB" align="JUSTIFY"><span style="color: #333333;font-size: 13px;line-height: 19px">Management Node:</span></p>
<ul>
<ul>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">hostname: Venom,</span></li>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">private IP: 192.168.5.1,</span></li>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">tcp port: 2205</span></li>
</ul>
</ul>
<p><span style="color: #333333;font-size: 13px;line-height: 19px">SQL Node:</span></p>
<ul>
<ul>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">hostname: Eris,</span></li>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">private IP: 192.168.5.2</span></li>
</ul>
</ul>
<p><span style="color: #333333;font-size: 13px;line-height: 19px">Data Node:</span></p>
<ul>
<ul>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">hostname: Olympia,</span></li>
<li><span style="color: #333333;font-size: 13px;line-height: 19px">private IP: 192.168.5.4</span></li>
</ul>
</ul>
<p>&nbsp;</p>
<h2>Installation commands on All Three Machines</h2>
<p>The following steps must be performed on all three machines:</p>
<ul>
<li><span style="font-size: 13px;line-height: 19px">Create the MySQL user with:    <em>adduser mysql</em></span></li>
<li><span style="font-size: 13px;line-height: 19px"><span style="font-size: 13px;line-height: 19px">Create the MySQL group with: </span></span> <em>groupadd mysql</em></li>
<li><span style="font-size: 13px;line-height: 19px"><span style="font-size: 13px;line-height: 19px">Extract the downloaded package in /usr/local directory with:   </span></span><em>tar zxvf ~/mysql-cluster-gpl-7.1.14-linux-i686-glibc23.tar.gz</em></li>
<li>Create Symbolic Links with:   <em>ln -s mysql-cluster-gpl-7.1.14-linux-i686-glibc23 mysql-cluster</em></li>
<li>Change to the directory with:<em>   cd mysql-cluster</em></li>
<li>Change Ownership to the MySQL user with:   <em>chown -R mysql:mysql /usr/local/mysql-cluster/</em></li>
</ul>
<h3></h3>
<h2>Installation and Activation commands on the Management Node</h2>
<blockquote>
<ul>
<li><span style="font-size: 13px;line-height: 19px">Create Directories with:</span><em> </em></li>
<ul>
<li><em>mkdir -p /var/lib/mysql-mgmd-confi</em><em>g-cache</em></li>
<li><em> mkdir -p /var/lib/mysql-mgmd-data</em></li>
</ul>
<li>Add the following by editing the config.ini file with:   <em><em>nano<span style="font-size: 13px;line-height: 19px"> /var/lib/mysql-mgmd-data/config.ini</span></em></em><em>[ndbd default]</em><em>NoOfReplicas = 1</em><br />
<em>DataDir= /var/lib/mysql-ndb-data</em><br />
<em>DataMemory = 64M</em><br />
<em>IndexMemory = 128M</em><em>[ndb_mgmd]</em><br />
<em># Management process options:</em><br />
<em>DataDir = /var/lib/mysql-mgmd-data</em><br />
<em>PortNumber = 2205</em><br />
<em>HostName = </em><em>[ndbd]</em><br />
<em># Options for data node ndb1</em><br />
<em>hostname =<br />
</em><br />
<em>[mysqld]</em><br />
<em># SQL node options for dbsrv1</em><br />
<em>hostname = </em></li>
</ul>
<ul>
<li>Add the IP addresses in each case, as chosen.</li>
</ul>
<div></div>
</blockquote>
<h2>Installation and Activation commands on the Data Node</h2>
<ul>
<li><span style="font-size: 13px;line-height: 19px">Run the Install Script with:   </span><em>scripts/mysql_install_db &#8211;user=mysql &#8211;datadir=/var/lib/mysql-ndb-data</em></li>
</ul>
<h2>Installation and Activation commands on the SQL Node</h2>
<ul>
<li><span style="font-size: 13px;line-height: 19px">Install a dependency with:   </span><em>apt-get install libaio1  (command may differ for other OSes)</em></li>
<li>Run the install script with:  <em>scripts/mysql_install_db &#8211;user=mysql &#8211;datadir=/var/lib/mysql-node-data &#8211;basedir=/usr/local/mysql-cluster</em></li>
<li>Edit the <em>/etc/mysqld-cluster.cf</em> file and add the following:<br />
<em>[mysqld]</em><br />
<em>ndbcluster</em><br />
<em>ndb-connectstring=192.168.0.100:2205</em></li>
</ul>
<h3></h3>
<h2>Starting the Cluster</h2>
<ul>
<li>In the Management Node</li>
<ul>
<li>Change to the bin directory with:    <em>cd /usr/local/mysql-cluster/bin</em></li>
<li>Start the Management Node with: <em>./ndb_mgmd &#8211;initial &#8211;configdir=/var/lib/mysql-mgmd-config-cache &#8211;config-file=/var/lib/mysql-mgmd-data/config.ini</em></li>
</ul>
<li>In the SQL Node</li>
<ul>
<li>Start the SQL Node with:    <em>bin/mysqld_safe &#8211;defaults-extra-file=/etc/mysqld-cluster.cf &#8211;user=mysql &#8211;datadir=/var/lib/mysql-node-data &#8211;basedir=/usr/local/mysql-cluster &amp;</em></li>
</ul>
<li>In the Data Node</li>
<ul>
<li>Start the data node with:   <em>bin/ndbd &#8211;ndb-connectstring=192.168.0.100:2205</em></li>
</ul>
</ul>
<div></div>
<h1><em>Thats It!</em></h1>
<p lang="en-GB">The Cluster must now be up and running! Point the clients to access  mysql on the<strong> sql  node</strong>, and you are good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/05/creating-a-mysql-cluster-with-your-old-machines.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Simple Linux Cluster with Ganglia Monitoring Tool</title>
		<link>http://www.linuxcandy.com/2013/05/building-a-simple-linux-cluster-with-ganglia-monitoring-tool.html</link>
		<comments>http://www.linuxcandy.com/2013/05/building-a-simple-linux-cluster-with-ganglia-monitoring-tool.html#comments</comments>
		<pubDate>Mon, 20 May 2013 14:42:51 +0000</pubDate>
		<dc:creator>siddharthx64</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cluster Computing]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=2042</guid>
		<description><![CDATA[The world of computing has undergone tremendous changes along its path of evolution, from the humble Analytical Engine to IBM&#8217;s Cray. Ever since its inception, scientists, engineers and technical experts all over the world have been striving to stretch the limitations of computing to unbelievable extents. Somewhere down the line, the demand for higher performance [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">The world of computing has undergone tremendous changes along its path of evolution, from the humble Analytical Engine to IBM&#8217;s Cray. Ever since its inception, scientists, engineers and technical experts all over the world have been striving to stretch the limitations of computing to unbelievable extents. Somewhere down the line, the demand for higher performance and the pressure to develop newer, more powerful (and in the process, more power hungry) machines overshadowed the systems that already existed, leaving many machines obsolete and unusable. However, the focus today, must not be on higher configurations and newer designs, but on utilizing the existing machines to the maximum possible extent, in order to obtain the maximum throughput.</p>
<p style="text-align: justify">We live in a world that demands high performance, in almost every aspect of life. With the advent of high performance computing, we have reached a level where machines with higher and higher configurations are being built in order to satisfy the growing demand for power and performance at higher speeds. Before going into the depth of the project itself, there is a need to understand the basic concepts that drive the world of high performance computing.</p>
<p style="text-align: justify">Today, most organizations, educational institutions and firms invest in their own mainframes, servers or high end machines to run their data centers and perform their personal analytics. However, the fact of the matter is that the resources in such cases are being underutilized, even though steps have been taken to ensure that the mainframes or compute nodes are not left idling. Up to an extent, the level of wastage has been reduced by introducing slot based usage of the high end machines, and by introduction of Clustering algorithms but there is still a lot of wastage despite these measures.</p>
<p style="text-align: justify">In any real world organizational setting, we often find a consistent cycle of hardware upgrades and we often find older legacy systems catching dust in the background. While reselling these systems can get back a percentage of their value, even the notion of profiting from such a move is unthinkable. These legacy systems often consist of old processors which are not too power hungry, and yet, not too slow either. So why not make use of them when they are still live and kicking?</p>
<h3 style="text-align: justify"><strong>Setting up a simple Cluster with Ganglia Monitoring</strong></h3>
<p style="text-align: justify">The Ganglia monitoring tools are pretty useful, and provide web based interfaces that can be used to monitor many intimate details of each server and node. The monitoring tool can be set up as follows:</p>
<p style="text-align: justify"><strong>1. Installation on the Monitoring Server:</strong></p>
<p style="text-align: justify">The dependencies are: Apache2, php, libconfigure, libexpat1-dev, libpcre3-dev, and libapr1-dev. Easiest way to install it is to use binary packages. On Ubuntu/Debian to install, we can use apt-get:</p>
<blockquote>
<p style="text-align: justify"><em>apt-get install ganglia-monitor gmetad libganglia1 ganglia-webfrontend</em></p>
</blockquote>
<p style="text-align: justify">This installs the monitoring daemon (gmond) and the Meta Daemon (gmetad) as well, along with all it&#8217;s dependencies. Depending on the existing firewall rules, we may need to add extra rules. However, we had no special firewalling schemes, as the set up was fresh.</p>
<p style="text-align: justify"><strong>2. Configuration of the Server and Nodes:</strong></p>
<p style="text-align: justify">To properly configure the cluster monitor, we need to tell the monitor that there are nodes and servers in the same cluster. We used a single cluster configuration set up, but Ganglia is capable of monitoring a multi cluster set up as well. The image given below represents Ganglia&#8217;s multi-cluster monitoring capabilities:</p>
<p style="text-align: justify">Next, we need to create a config file which will describe the cluster every time Ganglia starts up. This is done on all the nodes and the master, by running the command on the server:</p>
<blockquote>
<p style="text-align: justify"><em>gmond –default_config &gt; gmond.conf</em></p>
</blockquote>
<p style="text-align: justify">This creates a config file called gmond.conf. This will have a default template that can then be altered to suit the tastes of the cluster.</p>
<p style="text-align: justify"><strong>3. Starting Ganglia-monitor</strong></p>
<p style="text-align: justify">Starting the monitor requires the following steps:</p>
<p style="text-align: justify">1. Start the master and nodes</p>
<p style="text-align: justify">2. Run the command to start the monitoring daemon on server:</p>
<blockquote>
<p style="text-align: justify"><em>gmond -c gmond.conf</em></p>
</blockquote>
<p style="text-align: justify">3. Run the gmetad daemon on server:</p>
<blockquote>
<p style="text-align: justify"><em>gmetad<br />
</em></p>
</blockquote>
<p style="text-align: justify">4. Run the gmond daemon on the nodes :</p>
<blockquote>
<p style="text-align: justify"><em>gmond -c gmond.conf</em></p>
</blockquote>
<p style="text-align: justify">Now, the monitoring interface can be accessed, by running the web-interface <a href="http://localhost/ganglia-web">http://localhost/ganglia-web</a>. Note that the part after localhost needs to be what is used to name the front-end directory in the machine.</p>
<p style="text-align: justify">Here is a Screenshot of a configured Ganglia Front-End</p>
<div id="attachment_2045" class="wp-caption aligncenter" style="width: 640px"><a href="http://www.linuxcandy.com/wp-content/uploads/2013/05/Screenshot-from-2013-01-01-150353.png"><img class="size-large wp-image-2045" src="http://www.linuxcandy.com/wp-content/uploads/2013/05/Screenshot-from-2013-01-01-150353-1024x575.png" alt="" width="630" height="353" /></a><p class="wp-caption-text">Ganglia Front-End showing the Load Metrics of each node of the cluster</p></div>
<h3 style="text-align: justify"><strong>More to Come!</strong></h3>
<p style="text-align: justify">For those who want to know more, the next post will be on setting up an effective cluster of 4 machines, which will all work together as a MySQL Cluster. MySQL clusters are pretty useful specially when made up of older systems, in that they can take higher loads from clients and can make best use of old hardware that would be collecting dust otherwise. This cluster would be ideal for an organisation or educational institution where the client-server architecture is followed. Stay tuned for the next post of this 3 post series, where we will show you how to make the best use of those old machines you may have lying around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/05/building-a-simple-linux-cluster-with-ganglia-monitoring-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOW TO] Write a GSoC Proposal</title>
		<link>http://www.linuxcandy.com/2013/04/how-to-write-a-gsoc-proposal.html</link>
		<comments>http://www.linuxcandy.com/2013/04/how-to-write-a-gsoc-proposal.html#comments</comments>
		<pubDate>Thu, 18 Apr 2013 04:58:38 +0000</pubDate>
		<dc:creator>Phalgun</dc:creator>
				<category><![CDATA[gsoc]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[prosoal writing]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=2018</guid>
		<description><![CDATA[Phalgun Guduthur was a GSoCer for Amarok/KDE in 2012. He studied in PESIT, Bangalore and currently working for Akamai Technologies, Bangalore and here are his experiences and tips for you on writing a GSoC proposal, in his own words. Writing a proposal is one of the hardest things of GSoC, especially if you are new [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/04/Writing.jpg"><img class="alignleft size-medium wp-image-2019" src="http://www.linuxcandy.com/wp-content/uploads/2013/04/Writing-300x225.jpg" alt="" width="300" height="225" /></a><em>Phalgun Guduthur was a GSoCer for <a href="http://amarok.kde.org" target="_blank">Amarok</a>/<a href="http://kde.org" target="_blank">KDE</a> in 2012. He studied in PESIT, Bangalore and currently working for Akamai Technologies, Bangalore and here are his experiences and tips for you on writing a GSoC proposal, in his own words.</em></p>
<p>Writing a proposal is one of the hardest things of GSoC, especially if you are new to the organization and project and consequently do not have a clear understanding of the code base and its architecture.</p>
<p>A few things to keep in mind before starting off on writing your proposal -</p>
<p><strong>1. Know Your Mentor/Organization&#8217;s Understanding of the Project</strong><br />
The first step before writing a proposal would be to completely understand the project requirements and what the mentor envisions the project as. Many project descriptions are very brief and do not give you the complete picture. You can mail the mentor/organization about your understanding of the project and ask them to correct you if you are wrong. Mentors love to help out people who have done some background work and who don&#8217;t ask obvious questions.</p>
<p><strong>2. Revision and Iterations</strong></p>
<blockquote><p><em>My proposal went through 4 rounds of evaluation before it was complete. The process of evaluation started a month before the submission date. I had my final proposal ready even before the submissions began.</em></p></blockquote>
<p>A proposal for a project is an iteration of changes and improvements. It usually cannot be complete in a single draft. If you are writing a proposal, make sure you do a thorough research on the project, code architecture and requirements. Write a first draft of the proposal quickly and send it to the mailing list of the organization or the mentor and ask him to point out any mistakes. That is why it is important to start early so that you give yourself time for further iterations and improvements. Shed your inhibitions and mail your proposal! The same set of people are going to look at your proposal later on anyway.</p>
<p><strong>3. Mailing Your Proposal</strong><br />
Mailing your proposal to the organization helps everyone in the organization to have a look at it and will fetch you multiple comments and criticisms which are beneficial on the longer run to your final draft.</p>
<p>Note : Some organization recommend not mailing your proposal to public mailing lists to prevent plagiarism. Find out from your mentor how he wants the proposal to be submitted for evaluation.</p>
<p><em>Here a few selected proposals from yesteryears &#8211; <a href="http://goo.gl/EvyrX" target="_blank">http://goo.gl/EvyrX<br />
</a></em><br />
<strong>Outline of a proposal -</strong></p>
<p>Few organizations have their own proposal template, and it is sometimes mandatory that you follow their template. Else, you can come up with your own version. Proposals usually contain these sections -</p>
<p>1. Brief introduction to your project &#8211; a 4-5 line introduction to the problem statement.<br />
2. Why is the project needed? &#8211; very important as organizations have limited slots for accepting projects.<br />
3. Implementation details &#8211; you talk about the architecture and the design you will follow.<br />
4. Timeline &#8211; the <span style="text-decoration: underline;">most</span> important section of the proposal. Here you give them a detailed timeline of how you are going to proceed with the project including the tentative dates.<br />
5. Future improvements &#8211; if needed.<br />
6. Your bio &#8211; you need to talk about your prior experience with FOSS and contributions. It is ok if you are first timer. GSoC is about getting newbies to contribute to open source anyway. But you stand a better chance if you have contributed to some open source project beforehand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/04/how-to-write-a-gsoc-proposal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good bye to Old Google Play  Developer Console,It will be retired on April 15!!</title>
		<link>http://www.linuxcandy.com/2013/04/good-bye-to-old-google-play-developer-consoleit-will-be-retired-on-april-15.html</link>
		<comments>http://www.linuxcandy.com/2013/04/good-bye-to-old-google-play-developer-consoleit-will-be-retired-on-april-15.html#comments</comments>
		<pubDate>Mon, 15 Apr 2013 05:36:36 +0000</pubDate>
		<dc:creator>somayajisubs</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[breakingnews]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=2008</guid>
		<description><![CDATA[Google announced its revamped Google Play Developer Console adding it will sunset the previous version of the console on April 15. The new desing First announced last October, the overhauled Google Play Developer Console includes a new interface designed for easier navigation and search, as well as expanded insight into consumer feedback. Highlights include a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.linuxcandy.com/wp-content/uploads/2013/04/2013-04-15_1013.png"><img class="aligncenter  wp-image-2009" src="http://www.linuxcandy.com/wp-content/uploads/2013/04/2013-04-15_1013.png" alt="" width="790" height="69" /></a></p>
<div>Google announced its revamped Google Play Developer Console adding it will sunset the previous version of the console on April 15. The new desing First announced last October, the overhauled Google Play Developer Console includes a new interface designed for easier navigation and search, as well as expanded insight into consumer feedback. Highlights include a graph showing changes for both the all-time average user rating as well as new user ratings that come in on a given day. Developers may also break down feedback by device, country, language, carrier, Android version and app version.</div>
<div></div>
<div>
<blockquote>
<div><em><strong>Old Developer Console will be retired on April 15.</strong> The new version features a streamlined publishing flow, store listings in more languages with language-specific graphics, and new user ratings statistics in addition to all of the functionality of the old version. We&#8217;ll be retiring the former version on April 15 to focus our efforts on this new experience so that you’ll have better tools for delivering great Android apps that delight your users.</em></div>
<div></div>
<div></div>
</blockquote>
</div>
<p><strong>Details:</strong></p>
<p>We have been working hard on building a new <a href="https://play.google.com/apps/publish/v2/">Google Play Developer Console</a>, which we have rolled out to all users. The old version of the Google Play Developer Console is now deprecated. For a short time, you can switch back to the old developer console using the instructions below.</p>
<p>Below are some changes that you&#8217;ll see in the new version of the Google Play Developer Console:</p>
<ul>
<li>Updated look and feel.</li>
<li>New publishing experience, such as the ability to compare new and old APK versions within the console.</li>
<li>Create store listings in more languages.</li>
<li>Statistics on user ratings and reviews.</li>
<li>Updating your app in the new site makes automated store listing translations available to users on the web.</li>
<li>Localized graphics for each of the languages where you provide a translation.</li>
</ul>
<p>Note that if you are experiencing issues with the new Developer Console, please report them using the <strong>Feedback</strong> link at the top of the page in the Developer Console. The feedback link can also be found in our help center.</p>
<h3>Switching between new and old design (This is Not Possible after Aprill 15th 2013)</h3>
<p>Whenever you need to use a feature which is not yet supported in the new Developer Console design, simply click on <strong>View in the old site.</strong>. To switch back, click on <strong>View new design</strong> button.</p>
<p>Compare to other places many of the Google servers are a little bit slow in India. But the good news is Google will install more servers in Asia to improve internet speed by 30% great news for developers/users.</p>
<p>More Info: <a href="http://android-developers.blogspot.in/2013/03/now-is-time-to-switch-to-new-google.html">Now is the time to switch to the new Google Play Developer Console | Android Developers Blog</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/04/good-bye-to-old-google-play-developer-consoleit-will-be-retired-on-april-15.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus 7 is available in India via Playstore</title>
		<link>http://www.linuxcandy.com/2013/03/nexus-7-is-available-in-india-via-playstore.html</link>
		<comments>http://www.linuxcandy.com/2013/03/nexus-7-is-available-in-india-via-playstore.html#comments</comments>
		<pubDate>Tue, 26 Mar 2013 02:43:41 +0000</pubDate>
		<dc:creator>vikramuk</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux News]]></category>
		<category><![CDATA[google play]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[Nexus 7]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=2003</guid>
		<description><![CDATA[As we have posted here about India is listed as supported country on Nexus Store, here is the next announcement Nexus 7 is now officially available in India via Google Play store, Priced at 16,000 Rs and Google says it will be shipping around 5th April 2013. Hope to see other Nexus devices in India [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/N7.png"><img class="size-full wp-image-2004 alignleft" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/N7.png" alt="" width="346" height="346" /></a></p>
<p>As we have posted here about <a href="http://www.linuxcandy.com/2013/03/nexus-store-listed-in-india-in-supported-countries.html" target="_blank">India is listed as supported country on Nexus Store</a>, here is the next announcement</p>
<p>Nexus 7 is now officially available in India via Google Play store, Priced at 16,000 Rs and Google says it will be shipping around 5th April 2013.</p>
<p>Hope to see other Nexus devices in India soon.</p>
<p>&nbsp;</p>
<p>Hit the link below &amp; enjoy</p>
<p><a href="https://play.google.com/store/devices/details?id=nexus_7_16gb&amp;feature=device-featured#?t=W251bGwsMSwxLDIwMiwibnVsbC13ZWJfaG9tZV81MDAwMDA1X25leHVzSU5fZGV2aWNlc19JTl9fNTAwMDAwNV9uZXh1c0lOXzFfcHJvbW9fMTM2NDIzMTAyMzQxNCJd" target="_blank">Nexus 7 (16GB) &#8211; Google Play</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/nexus-7-is-available-in-india-via-playstore.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOW TO] Get Started With Git</title>
		<link>http://www.linuxcandy.com/2013/03/how-to-get-started-with-git.html</link>
		<comments>http://www.linuxcandy.com/2013/03/how-to-get-started-with-git.html#comments</comments>
		<pubDate>Fri, 22 Mar 2013 02:56:46 +0000</pubDate>
		<dc:creator>cemicolon</dc:creator>
				<category><![CDATA[linux class]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basics]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=1984</guid>
		<description><![CDATA[&#160; Wikipedia: In software development, Git (/ɡɪt/) is a distributed revision control and source code management (SCM) system with an emphasis on speed.[3] Initially designed and developed by Linus Torvalds for Linux kernel development, Git has since been adopted by many other projects. Every Git working directory is a full-fledged repository with complete history and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/github.png"><img class="alignleft size-medium wp-image-1996" title="github" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/github-200x300.png" alt="" width="200" height="300" /></a></p>
<p>&nbsp;</p>
<p>Wikipedia:</p>
<p>In <a title="Software development" href="http://en.wikipedia.org/wiki/Software_development">software development</a>, <strong>Git</strong> (<a title="Help:IPA for English" href="http://en.wikipedia.org/wiki/Help:IPA_for_English">/</a><a title="Help:IPA for English" href="http://en.wikipedia.org/wiki/Help:IPA_for_English#Key">ɡ</a><a title="Help:IPA for English" href="http://en.wikipedia.org/wiki/Help:IPA_for_English#Key">ɪ</a><a title="Help:IPA for English" href="http://en.wikipedia.org/wiki/Help:IPA_for_English#Key">t</a><a title="Help:IPA for English" href="http://en.wikipedia.org/wiki/Help:IPA_for_English">/</a>) is a <a title="Distributed revision control" href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed revision control</a> and <a title="Source code management" href="http://en.wikipedia.org/wiki/Source_code_management">source code management</a> (SCM) system with an emphasis on speed.<sup id="cite_ref-3"><a href="http://en.wikipedia.org/wiki/Git_%28software%29#cite_note-3">[3]</a></sup> Initially designed and developed by <a title="Linus Torvalds" href="http://en.wikipedia.org/wiki/Linus_Torvalds">Linus Torvalds</a> for <a title="Linux kernel" href="http://en.wikipedia.org/wiki/Linux_kernel">Linux kernel</a> development, Git has since been adopted by many other projects.</p>
<p>Every Git <a title="Working directory" href="http://en.wikipedia.org/wiki/Working_directory">working directory</a> is a full-fledged <a title="Repository (version control)" href="http://en.wikipedia.org/wiki/Repository_%28version_control%29">repository</a> with complete history and full revision tracking capabilities, not dependent on network access or a central server.</p>
<p>Git is <a title="Free software" href="http://en.wikipedia.org/wiki/Free_software">free software</a> distributed under the terms of the <a title="GNU General Public License" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GNU General Public License</a> version 2.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Git isn&#8217;t big deal, but many finds it very tough to begin with. To master git its matter of time. Here comes a simple note on how you can start with git and push your first code to github. Eventually you can grow into git-master. <img src='http://www.linuxcandy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So lets begin!</p>
<p>&nbsp;</p>
<p><strong>1) Create A Repo</strong></p>
<p>go to www.github.com and sign up. I leave it to you to install git. Even you haven&#8217;t configured your ssh keys, its cool. I will go &#8220;http&#8221; way in which you ain&#8217;t need to manage your ssh keys with github. If you are thinking what the hell is &#8220;ssh&#8221; keys then just ignore it. <img src='http://www.linuxcandy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, by now I assume you have signed up for github and you have logged it.</p>
<p>Lets create a repo from top right corner as shown in image below.</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/git1.png"><img class="aligncenter size-full wp-image-1986" title="git1" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/git1.png" alt="" width="605" height="180" /></a></p>
<p>Next Page will look like image below:</p>
<p>Describe your repo, initiate with README.md and your repo is ready <img src='http://www.linuxcandy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/git2.png"><img class="aligncenter  wp-image-1987" title="git2" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/git2.png" alt="" width="632" height="373" /></a></p>
<p>Done. Click &#8220;Create repository&#8221; and come back to your terminal.</p>
<blockquote><p>➜  ~  <strong>mkdir my_git_repos</strong>         (choose a directory name of your choice)<br />
➜  ~  <strong>cd my_git_repos</strong></p></blockquote>
<p>copy the link from your repository, we will need it in a while.</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/git3.png"><img class="aligncenter size-large wp-image-1988" title="git3" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/git3-1024x565.png" alt="" width="630" height="347" /></a>you are inside the folder &#8220;my_git_repos&#8221;,</p>
<p><strong>2) Clone the Repo</strong></p>
<p>now hit the following:</p>
<p>&nbsp;</p>
<blockquote><p>➜  my_git_repos~  <strong>git clone https://github.com/linuxcandy/sample.git</strong><br />
Cloning into &#8216;sample&#8217;&#8230;<br />
remote: Counting objects: 3, done.<br />
remote: Total 3 (delta 0), reused 0 (delta 0)<br />
Unpacking objects: 100% (3/3), done.<br />
➜  my_git_repos~ <strong> ls</strong><br />
sample<br />
➜  my_git_repos~  <strong>cd sample</strong><br />
➜  sample ~  <strong>ls</strong><br />
README.md</p></blockquote>
<p>&nbsp;</p>
<p>hit above commands and you should see exactly like what is shown above. Let me quickly tell you about what happened. &#8220;mkdir&#8221; created a directory, &#8220;cd &lt;directory name&gt;&#8221; took you into the directory, &#8220;git clone&#8221; cloned a version of what is their on github.com of your repository to your computer in the folder named &#8220;sample&#8221; which is your repository name and &#8220;cd sample&#8221; took you inside your repository on your local machine, and finally &#8220;ls&#8221; told you that &#8220;hey dude, you have a README file in here&#8221; . Congratulations!!</p>
<p>Cool, not lets push some code from our local machine to our github repository.<br />
Create a file inside &#8220;sample&#8221; folder. I have created a &#8220;my_code.py&#8221; file. and inserted a &#8220;hello git world&#8221; line in it. I am going to show you how to push this to our repo in github.</p>
<p>From your terminal hit the bold codes below without thinking what they are going to do, and I will tell you after you are don.</p>
<p>&nbsp;</p>
<p><strong>3) Commit and Push a Code</strong></p>
<blockquote><p>➜  sample~ <strong>git status</strong><br />
# On branch master<br />
# Untracked files:<br />
#   (use &#8220;git add &lt;file&gt;&#8230;&#8221; to include in what will be committed)<br />
#<br />
#    my_code.py<br />
nothing added to commit but untracked files present (use &#8220;git add&#8221; to track)<br />
➜  sample~ <strong>git add my_code.py</strong><br />
➜  sample~ <strong>git commit -m &#8220;my first code to git&#8221;</strong><br />
[master 0780b5f] my first code to git<br />
1 file changed, 1 insertion(+)<br />
create mode 100644 my_code.py<br />
➜  sample~ <strong>git push</strong><br />
Username for &#8216;https://github.com&#8217;: linuxcandy<br />
Password for &#8216;https://linuxcandy@github.com&#8217;:<br />
Counting objects: 4, done.<br />
Delta compression using up to 4 threads.<br />
Compressing objects: 100% (2/2), done.<br />
Writing objects: 100% (3/3), 315 bytes, done.<br />
Total 3 (delta 0), reused 0 (delta 0)<br />
To https://github.com/linuxcandy/sample.git<br />
83c5881..0780b5f  master -&gt; master<br />
➜  sample~ <strong>git status</strong><br />
# On branch master<br />
nothing to commit (working directory clean)<br />
➜  sample~ <strong>cat my_code.py</strong><br />
print &#8220;hello git world&#8221;</p></blockquote>
<p>&nbsp;</p>
<p>Congratulations again! you have pushed your code to your repo in github. Don&#8217;t believe it ? Lets have a look.</p>
<p style="text-align: left;"><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/git4.png"><img class="aligncenter  wp-image-1989" title="git4" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/git4.png" alt="" width="532" height="109" /></a>Go to your repositry on github and hit refresh.</p>
<p style="text-align: left;">You see ? you have your code there!<br />
ok now let you tell you what you did or what the codes above do.</p>
<p style="text-align: left;"><strong>git status</strong> -&gt; to check which stage you are in. it will show you a detail about your status.</p>
<p style="text-align: left;"><strong>git add &lt;filename&gt;</strong> -&gt;  after you make changes in a file. you need to add it</p>
<p style="text-align: left;"><strong>git commit -m &#8220;&lt;message&gt;&#8221;</strong> -&gt; this commits your addition of file above with a short message about your edit.</p>
<p style="text-align: left;"><strong>git push</strong> -&gt; pushes your commits, changes to repo remotely. Here you are done!</p>
<p style="text-align: left;">Wait, dont rush. there is one thing I forget to tel you <img src='http://www.linuxcandy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  blame my memory <img src='http://www.linuxcandy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  . Here we created our own repo, but what if we want to work on somebody else&#8217;s repo ? or want to clone it and start contributing or helping a friend in his/her repo at github ?</p>
<p style="text-align: left;">Everything is same like above but before you push any code you need to &#8220;pull&#8221; latest code because this time you are not the only one which will be working on the code. Working in a team on a same code is different.</p>
<p style="text-align: left;">so you need to follow like this:</p>
<blockquote>
<p style="text-align: left;"><strong>Pull &gt; Make Changes &gt; Add &lt;edited file names&gt; &gt; Commit -m &#8220;&lt;message&gt;&#8221; &gt; Push</strong></p>
</blockquote>
<p style="text-align: left;">Remember the rule, and you are a git hero!</p>
<p style="text-align: left;">Wanna be super hero ? Read this book http://git-scm.com/book</p>
<p style="text-align: left;">Adiaux!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/how-to-get-started-with-git.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Hands On] Ubuntu Touch on LG Nexus 4</title>
		<link>http://www.linuxcandy.com/2013/03/hands-on-ubuntu-touch-on-lg-nexus-4.html</link>
		<comments>http://www.linuxcandy.com/2013/03/hands-on-ubuntu-touch-on-lg-nexus-4.html#comments</comments>
		<pubDate>Thu, 21 Mar 2013 15:49:13 +0000</pubDate>
		<dc:creator>Vignesh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nexus 4]]></category>
		<category><![CDATA[ubuntu touch]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=1962</guid>
		<description><![CDATA[  Ubuntu Touch has already made lots of news and hence I decided to try it on  my LG Nexus 4. An important thing to note is that the currently released version of Ubuntu Touch is just a developer preview and hence far from ready for the general usage. However it does have enough features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/me.png"><img class="size-thumbnail wp-image-1976 alignleft" title="me" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/me-150x150.png" alt="" width="150" height="150" /></a><a title="Ubuntu Touch" href="https://wiki.ubuntu.com/Touch" target="_blank"> </a></p>
<p><a title="Ubuntu Touch" href="https://wiki.ubuntu.com/Touch" target="_blank">Ubuntu Touch</a> has already made lots of news and hence I decided to try it on  my <a title="Nexus 4" href="http://www.google.com/nexus/4/" target="_blank">LG Nexus 4</a>. An important thing to note is that the currently released version of Ubuntu Touch is just a developer preview and hence far from ready for the general usage. However it does have enough features to just give a peek on how beautiful a fully functional Ubuntu Touch would be.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/006Ubuntu_610x436.jpg"><img class="aligncenter size-full wp-image-1969" title="006Ubuntu_610x436" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/006Ubuntu_610x436.jpg" alt="" width="610" height="436" /></a></p>
<p>&nbsp;</p>
<blockquote><p><strong>The main concept of the Touch UI is that user uses all the edges of the phone. It also depends a lot on swipes and hence requires your screen to be really receptive to touches.</strong></p></blockquote>
<p>The installation was a breezer with complete detailed information given here, https://wiki.ubuntu.com/Touch/Install. It did take some time to install thanks to my slow broadband connectivity. The boot time is less than 10 secs though currently the start-up looks dull without any animation. First screen shown is a circle which is supposed to contain all the latest updated messages from different application. However it currently doesn’t show anything and is just a placeholder. As you swipe over it, you are shown the home screen. This home screen is supposed to be the snapshot of your complete phone, where it shows the frequently used apps, recently contacted people, recently listened music and so on. As you swipe from right to left, you get dedicated screens for Apps, Music, People, Videos. The main concept of the Touch UI is that user uses all the edges of the phone. It also depends a lot on swipes and hence requires your screen to be really receptive to touches. The left edge panel is dedicated to show all the frequently used apps. Take your thumb to the left edge and just swipe up and down to select any of the frequently used apps. At the bottom of this panel is an option to go back to your home screen. On top left, there is a search option which is supposed to be a universal search across all data in your phone. However in the current developer preview it is not functional yet. The top edge panel is dedicated to the settings of the phone. A swipe over the top edge and you can choose to modify the settings of Battery, Data and time, Networks, Messages, Sound. In short everything to play around with your settings. All the option in the settings are working fine. Some of the basic functionality like autorotation of the screen, disabling wireless are still missing. Due to this, the wireless is always on. The right edge is used to bring the apps running in your background to focus. So shifting between apps is just a swipe from right to left.</p>
<blockquote><p><em><strong>Currently there is no way to stop your running apps and hence it means any apps that you have tried will keep running on the background till you restart.Again since this is a developer preview, this is not much of an issue. The bottom edge of the screen is owned by the app and hence this is app specific.</strong></em></p></blockquote>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/touchthis.png"><img class="aligncenter size-full wp-image-1971" title="touchthis" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/touchthis.png" alt="" width="550" height="400" /></a></p>
<p>&nbsp;</p>
<p>Over all the concept of UI making use of all the edges is very intuitive. However I do need to see how the UI will behave when autorotation is enabled. Currently when I start the music player, autorotation does happen, but the edges do not change their behavior.</p>
<p>From the hardware side, both the cameras are detected and working fine. The flash can be enabled disabled for the back camera. On the video mode, you can enable your flash to be on continuously. This is good to capture video in dark. However I was not able to capture the video itself. I guess, It is not yet available in the current release.</p>
<p>Wifi was detected fine and I have able to browse over internet without any issues. However most of the website detects the phone as an iOS and suggests me to download the iphone app.</p>
<blockquote><p><em><strong>Power consumption wise, it seems to be to early to say anything. It did last 24 hours but with very less usage. There is certainly heat generated and you can feel the heat at the back of the phone. This might be due to the continuous apps running on the background.</strong></em></p></blockquote>
<p>I was able to successfully make phone calls and send a message from it. The sound quality was good. I tried connecting my earphone but I was not able to hear anything on it. The notification is not very good as I need to go to the call window to find out if I have any miss call or new messages. May be when the first screen becomes active, these notifications will also be shown there. Also the speaker doesn’t seem to be working while talking during a call.</p>
<p>Few areas that I have not tested yet: 1) Audio/Video: Music and Video apps are just snapshots and are not<br />
functional. I was not able to get Youtube to play a video on the browser. Hence overall have not been able to check the audio/video part of the phone other than listening to caller tune and voice over phone. Few points to improve:<br />
<em>1) UI though intuitive still needs sometime to get adjusted to.</em><br />
<em> 2) Startup seems to be dull with just the first circle of latest update seen. Some animations would be nice.</em></p>
<p>Overall it seems to be a great promise and I am very eager to follow its development. The SDK to develop apps is already released and I am eager to write my first hello world app running on Ubuntu Touch. <img src="http://www.linuxcandy.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> .</p>
<p>&nbsp;</p>
<p>For updated news about the development, please check out this link,</p>
<p>https://wiki.ubuntu.com/Touch/ReleaseNotes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/hands-on-ubuntu-touch-on-lg-nexus-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andy Rubin no longer leading Android!!!</title>
		<link>http://www.linuxcandy.com/2013/03/andy-rubin-no-longer-leading-android.html</link>
		<comments>http://www.linuxcandy.com/2013/03/andy-rubin-no-longer-leading-android.html#comments</comments>
		<pubDate>Wed, 13 Mar 2013 19:03:03 +0000</pubDate>
		<dc:creator>somayajisubs</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[breakingnews]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=1956</guid>
		<description><![CDATA[Andy Rubin no longer leading Android!!?? yes!! Sundar Pichai Takes Over For Andy Rubin As Head Of Android At Google, Signals The Unification of Android, Chrome And Apps. Andy Rubin, who built Android into a software platform used by most of the world&#8217;s largest handset manufacturers from Samsung Electronics Co Ltd to HTC Corp, will [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Andy Rubin no longer leading Android!!?? yes!!</strong></p>
<p style="text-align: center"><strong><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/images-1.jpg"><img class="aligncenter" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/images-1.jpg" alt="" width="277" height="182" /></a></strong></p>
<p><strong>Sundar Pichai Takes Over For Andy Rubin As Head Of Android At Google, Signals The Unification of Android, Chrome And Apps.</strong></p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/68193998-sundar-pichai.jpg"><img class="aligncenter size-full wp-image-1958" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/68193998-sundar-pichai.jpg" alt="" width="640" height="405" /></a><br />
<strong>Andy Rubin, who built Android into a software platform used by most of the world&#8217;s largest handset manufacturers from Samsung Electronics Co Ltd to HTC Corp, will &#8220;start a new chapter at Google&#8221;,Larry Page  wrote without elaborating.</strong></p>
<p>More Info: <strong><a href="http://googleblog.blogspot.in/2013/03/update-from-ceo.html">Google official Blog</a><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/images-1.jpg"><br />
</a></strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/andy-rubin-no-longer-leading-android.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus store listed INDIA in supported countries</title>
		<link>http://www.linuxcandy.com/2013/03/nexus-store-listed-in-india-in-supported-countries.html</link>
		<comments>http://www.linuxcandy.com/2013/03/nexus-store-listed-in-india-in-supported-countries.html#comments</comments>
		<pubDate>Tue, 12 Mar 2013 15:35:06 +0000</pubDate>
		<dc:creator>vikramuk</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[google nexus]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[Nexus 7]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=1946</guid>
		<description><![CDATA[Google Nexus store site (www.google.co.in/nexus/) is now showing additional countries in the list of Nexus Devices supported, including INDIA Screenshot taken on 12-03-2013 08:56PM IST Closeup Access to the Playstore for Devices is not available for Indian visitor, but we can expect that launching in India soon. One another possibility can be that this option [...]]]></description>
			<content:encoded><![CDATA[<p>Google Nexus store site (www.google.co.in/nexus/) is now showing additional countries in the list of Nexus Devices supported, including INDIA</p>
<p>Screenshot taken on 12-03-2013 08:56PM IST</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/2013-03-12-20_53_28-Nexus-7-Google.png"><img class="wp-image-1947 alignnone" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/2013-03-12-20_53_28-Nexus-7-Google.png" alt="" width="703" height="374" /></a></p>
<p>Closeup</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/Nexus-7-india.jpg"><img class="alignnone size-full wp-image-1951" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/Nexus-7-india.jpg" alt="" width="588" height="305" /></a></p>
<p>Access to the <strong>Playstore for Devices</strong> is not available for Indian visitor, but we can expect that launching in India soon.</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/play.jpg"><img class="alignnone  wp-image-1950" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/play.jpg" alt="" width="542" height="199" /></a><br />
One another possibility can be that this option refers to official launching of Nexus 7 tablets (Earlier available in Croma stores) in Indian market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/nexus-store-listed-in-india-in-supported-countries.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Guest Post] Chatwing Chat Box</title>
		<link>http://www.linuxcandy.com/2013/03/guest-post-chatwing-chat-box.html</link>
		<comments>http://www.linuxcandy.com/2013/03/guest-post-chatwing-chat-box.html#comments</comments>
		<pubDate>Thu, 07 Mar 2013 09:25:19 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.linuxcandy.com/?p=1940</guid>
		<description><![CDATA[Contrary to what many people believe, the Linux arena is gaining a definite foothold. Across the World Wide Web, thousands of people are starting to use this versatile operating system. At first, Linux may seem foreign or alien to the traditional Windows user, but this system offers greater accessibility once it is learned or mastered. [...]]]></description>
			<content:encoded><![CDATA[<p>Contrary to what many people believe, the Linux arena is gaining a definite foothold. Across the World Wide Web, thousands of people are starting to use this versatile operating system. At first, Linux may seem foreign or alien to the traditional Windows user, but this system offers greater accessibility once it is learned or mastered. Many Linux forums and communities were formed to help users gain knowledge about the seemingly-cryptic operating system. Now, Linux users can benefit from a simple chat application known popularly as Chatwing. The Chatwing chatroom app has been used in different blogging niches recently.</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/linux-candy-chatwing-logo.png"><img class="aligncenter size-medium wp-image-1941" title="linux candy chatwing logo" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/linux-candy-chatwing-logo-300x65.png" alt="" width="300" height="65" /></a></p>
<p>Chatwing’s universally free chat box can be installed to any blog or website. Once installed, it can provide a generous stream of traffic to the website. This is useful for any Linux blog that is offering guides, tutorials, walkthroughs, and user interaction. With Chatwing’s chat app, website visitors can post their Linux-related questions and even ask about apprenticeship from experienced developers in the blog.</p>
<p>The Linux jargon may also be confusing to previous Windows users, but Chatwing chat box can remove this problem entirely. If the Linux blog has an active admin, visitors can gain the information they need within seconds. This is one of the strongest factors of Chatwing tool: real-time interaction. Adding to that, Chatwing also offers social media integration. This extends the Linux support twofold. Now, website visitors can join the website owner’s own Facebook page (if he has one) and they can even find new communities suggested by other Chatwing chatters.</p>
<p><a href="http://www.linuxcandy.com/wp-content/uploads/2013/03/linux-candy-image-1.png"><img class="aligncenter size-medium wp-image-1942" title="linux candy image 1" src="http://www.linuxcandy.com/wp-content/uploads/2013/03/linux-candy-image-1-300x192.png" alt="" width="300" height="192" /></a></p>
<p>Chatwing chat software is also dynamic because it allows multiple customization options for all of its registered users. The color and size of the chatroom can be changed anytime, according to the preferences of the admin. With this simple communication tool, introducing the Linux system to everyone will become a breeze.<br />
You can find Chatwing online <a title="http://chatwing.com" href="http://chatwing.com">http://chatwing.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxcandy.com/2013/03/guest-post-chatwing-chat-box.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
