<?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>Cerebrux &#124; Cerebrux</title>
	<atom:link href="http://cerebrux.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://cerebrux.net</link>
	<description>Opinions &#124; Tech &#124; Linux &#124; Open Source</description>
	<lastBuildDate>Thu, 18 Apr 2013 21:42:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Github: Step by step management of Github with Git Cola GUI</title>
		<link>http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=github-git-cola-gui-step-by-step-management-of-your-code</link>
		<comments>http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 12:52:55 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[git cola]]></category>
		<category><![CDATA[git gui]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=48058</guid>
		<description><![CDATA[<p>Github Git Cola GUI combination, makes VCS easy to manage, fun and productive. As stated in a previous post, Github doesn&#8217;t have an official UI app for Linux. That is not a problem as many Linux users are very familiar with the terminal, so using a GUI app for managing the code on Github would not &#8230;</p><p>The post <a href="http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/">Github: Step by step management of Github with Git Cola GUI</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Github Git Cola GUI combination, makes <a title="Version Control System" href="http://en.wikipedia.org/wiki/Revision_control" target="_blank">VCS</a> easy to manage, fun and productive. As stated in a <a title="Manage Github with Git Gui on Linux" href="http://cerebrux.net/c3r3brux/manage-github-with-git-gui-on-linux/" target="_blank">previous post</a>, Github doesn&#8217;t have an official UI app for Linux.<span id="more-48058"></span></p>
<p style="text-align: justify;">That is not a problem as many Linux users are very familiar with the terminal, so using a GUI app for managing the code on Github would not be their first choice. Nevertheless there are many GUI apps on linux for managing Git repositories but usually they are ugly :)</p>
<p style="text-align: justify;">The following tutorial (gallery) is a Step by step guide for management of Github with Git Cola GUI. It will help you understand how you can manage to migrate from terminal to a GUI app. So if you are already familiar with git in terminal then this tutorial is for you! If you are not yet familiar wit Git and Github and you want to jump start, you should definitely read this :</p>
<blockquote><p><a title="git - the simple guide : no deep shit ;)" href="http://rogerdudler.github.com/git-guide/" target="_blank">git &#8211; the simple guide: No deep shit <img src='http://i0.wp.com/cerebrux.net/c3r3brux/wp-includes/images/smilies/icon_wink.gif?w=660' alt=';)' class='wp-smiley' data-recalc-dims="1" />  !</a></p></blockquote>
<h1 style="text-align: justify;">Github Git Cola GUI</h1>
<p style="text-align: justify;"><span style="font-size: 15px;">If you have ever worked with git you may have been working with the same workflow. Every step that is presented in this tutorial, has an equivalent terminal based git command:</span></p>
<ul>
<li style="text-align: justify;"><span style="font-size: 15px;">(1) Install Git Cola GUI : </span><em style="font-size: 15px;">sudo apt-get install git-cola</em></li>
<li style="text-align: justify;"><span style="font-size: 15px;">(2) Copy the repository link : </span><em style="font-size: 15px;">cd /path/to/localclones/repo</em></li>
<li style="text-align: justify;"><span style="font-size: 15px;">(3-4-5) Launch Git Cola and paste the link: </span><em style="font-size: 15px;">git clone /github/repo/link</em></li>
<li style="text-align: justify;">(6) Edit your preferences: git config &#8211;global user.name &#8220;John Doe&#8221;,  <em>git config &#8211;global user.email &#8220;johndoe@mail.com&#8221;</em></li>
<li style="text-align: justify;">(7) Edit your code : <em>gedit file (or any editor you may prefer)</em></li>
<li style="text-align: justify;">(8) Refresh to see the chages: <em>git status, git diff</em></li>
<li style="text-align: justify;">(9) Stage, comment and commit: <em>git add file, git commit -m &#8220;Commit message&#8221;</em></li>
<li style="text-align: justify;">(10) Tag your changes : <em>git tag -a v4.5.6 -m &#8216;my version 4.5.6&#8242;</em></li>
<li style="text-align: justify;">(11-12-13) Upload your changes and tags: <em>git push, git push origin v1.0.4</em></li>
<li style="text-align: justify;">(14-15) Check the Github page to see your changes and tag.</li>
</ul>
<p>Now click on the images and follow the tutorial</p>

<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/0-selection_010/' title='Github Git Cola GUI: Install'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/0-Selection_010.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Install" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/1-copygitlink/' title='Github Git Cola GUI: Copy git link'><img src="http://i1.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/1-copygitlink.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Copy git link" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/3-clonepastelink/' title='Github Git Cola GUI: Paste link'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/3-clonepastelink.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Paste link" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/4-selectwhereto-clone/' title='Github Git Cola GUI: Select a folder to Clone to'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/4-selectwhereto-clone.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Select a folder to Clone to" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/5-selection_015/' title='Github Git Cola GUI: Main Window'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/5-Selection_015.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Main Window" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/5-1-preferences/' title='Github Git Cola GUI: Preferences Window'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/5.1-preferences.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Preferences Window" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/6-editcode/' title='Github Git Cola GUI: Edit Code'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/6-editcode.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Preferences Window" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/7-viewedit/' title='Github Git Cola GUI: View Edit'><img src="http://i1.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/7-viewedit.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: View Edit" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/7-1-stageandcomment/' title='Github Git Cola GUI: Stage, Comment and Commit changes'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/7.1-stageandcomment.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Stage, Comment and Commit changes" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/8-createtag/' title='Github Git Cola GUI: Create tag'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/8-createtag.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Create tag" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/9-push/' title='Github Git Cola GUI: Push your code to repository'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/9-push.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Push your code to repository" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/10-username-password/' title='Github Git Cola GUI: Provide Username and Password of your Github account'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/10-username-password.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Provide Username and Password of your Github account" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/11-successfull/' title='Github Git Cola GUI: Check the messages of your Push'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/11-successfull.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Check the messages of your Push" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/12-githubstatus/' title='Github Git Cola GUI: Refresh github page to see your changes'><img src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/12-githubstatus.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Commit" /></a>
<a rel='attachment' href='http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/13-tabspane/' title='Github Git Cola GUI: Click on Tags pane'><img src="http://i0.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2013/02/13-tabspane.png?resize=150%2C150" class="attachment-thumbnail" alt="Github Git Cola GUI: Tags pane" /></a>

<p>What do you feel after following the tutorial ?</p>
<p>Do you feel comfortable, leaving the terminal ?</p>
<p>Do you use other Linux based Git GUI apps ?</p>
<p>The post <a href="http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/">Github: Step by step management of Github with Git Cola GUI</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/github-git-cola-gui-step-by-step-management-of-your-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Manage Github with Git Gui on Linux</title>
		<link>http://cerebrux.net/manage-github-with-git-gui-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=manage-github-with-git-gui-on-linux</link>
		<comments>http://cerebrux.net/manage-github-with-git-gui-on-linux/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 01:40:35 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[git gui]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=48041</guid>
		<description><![CDATA[<p>Github is maybe the most widely used VCS hosting service that has a client for Mac and Windows but not for Linux. Git Gui is the easiest way to work with Github and so maybe it should become the default client for it. Github and Git Gui on Linux In this tutorial &#8230;</p><p>The post <a href="http://cerebrux.net/manage-github-with-git-gui-on-linux/">Manage Github with Git Gui on Linux</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><a title="Github" href="http://github.com" target="_blank">Github</a> is maybe the most widely used <a title="Version Control System" href="http://en.wikipedia.org/wiki/Revision_control" target="_blank">VCS</a> hosting service that has a client for Mac and Windows but not for Linux. Git Gui is the easiest way to work with Github and so maybe it should become the default client for it.<span id="more-48041"></span></p>
<h2 style="text-align: justify;">Github and Git Gui on Linux</h2>
<p style="text-align: justify;">In this tutorial we shall see how easy it is to manage Github, when using Git Gui.<br />
After the installation of Git Gui we will:</p>
<p style="padding-left: 30px; text-align: justify;"><em>Stage,</em><br />
<em> Comment,</em><br />
<em> Commit,</em><br />
<em> Tag,</em><br />
<em> Push our code to Github</em></p>
<p style="text-align: justify;">These are the most common tasks that every git user does in terminal. By using Git Gui things go better, faster and you become more productive.</p>
<p style="text-align: justify;">
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='660' height='402' src='http://www.youtube.com/embed/oyQ05jsqakg?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>The post <a href="http://cerebrux.net/manage-github-with-git-gui-on-linux/">Manage Github with Git Gui on Linux</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/manage-github-with-git-gui-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 in review for Cerebrux blog</title>
		<link>http://cerebrux.net/2012-in-review-for-cerebrux-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2012-in-review-for-cerebrux-blog</link>
		<comments>http://cerebrux.net/2012-in-review-for-cerebrux-blog/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 09:32:46 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Annual report]]></category>
		<category><![CDATA[cerebrux]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=48028</guid>
		<description><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here&#8217;s an excerpt: 4,329 films were submitted to the 2012 Cannes Film Festival. This blog had 38,000 views in 2012. If each view were a film, this blog would power 9 Film Festivals Click here to see &#8230;</p><p>The post <a href="http://cerebrux.net/2012-in-review-for-cerebrux-blog/">2012 in review for Cerebrux blog</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog.</p>
<p><a href="http://cerebrux.wordpress.com/2012/annual-report/"><img src="http://i0.wp.com/www.wordpress.com/wp-content/mu-plugins/annual-reports/img/2012-emailteaser.png?w=100%25" alt="" data-recalc-dims="1" /></a></p>
<p>Here&#8217;s an excerpt:</p>
<blockquote><p>4,329 films were submitted to the 2012 Cannes Film Festival. This blog had <strong>38,000</strong> views in 2012. If each view were a film, this blog would power 9 Film Festivals</p></blockquote>
<p><a href="http://cerebrux.wordpress.com/2012/annual-report/">Click here to see the complete report.</a></p>
<p>The post <a href="http://cerebrux.net/2012-in-review-for-cerebrux-blog/">2012 in review for Cerebrux blog</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/2012-in-review-for-cerebrux-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AeroFS: File syncing without cloud or server storage</title>
		<link>http://cerebrux.net/aerofs-file-syncing-whithout-cloud-or-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aerofs-file-syncing-whithout-cloud-or-server</link>
		<comments>http://cerebrux.net/aerofs-file-syncing-whithout-cloud-or-server/#comments</comments>
		<pubDate>Wed, 24 Oct 2012 07:45:58 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[AeroFs]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[File syncing]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=48001</guid>
		<description><![CDATA[<p>Most people with multiple devices like PC, Tablet and smartphone probably use some sort of file syncing solutions based on cloud services like dropbox, box or Ubuntu One. AeroFS comes to change this by removing the need for the middle part of the file syncing technologies (cloud storage or server). &#8230;</p><p>The post <a href="http://cerebrux.net/aerofs-file-syncing-whithout-cloud-or-server/">AeroFS: File syncing without cloud or server storage</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Most people with multiple devices like PC, Tablet and smartphone probably use some sort of file syncing solutions based on cloud services like <a title="Combine Dropbox with Ubuntu One" href="http://cerebrux.net/c3r3brux/combine-dropbox-with-ubuntu-one/" target="_blank">dropbox, box or Ubuntu One</a>. AeroFS comes to change this by removing the need for the middle part of the file syncing technologies (cloud storage or server).<br />
<span id="more-48001"></span></p>
<p style="text-align: justify;">Technically, AeroFS file syncing is based on &#8220;peer-to-peer filesystem&#8221; where all the devices you have installed AeroFS on, are contributing to this file system. Communication happens peer-to-peer, so any two or more devices can talk to each other directly, <strong>without a middleman server</strong>, and regardless of whether you&#8217;re on a corporate LAN, on the Internet, or in any other network.</p>
<p style="text-align: justify;">You also do not need Internet connection on a home network. Install aeroFS on two or more home computers and unplug your home network from the Internet. Update some files on these computers, and you will see that AeroFS still syncs in this isolated network.</p>
<h2 style="text-align: justify;">AeroFS File Syncing Security</h2>
<p style="text-align: justify;">Each computer running AeroFS has a <strong>2048-bit RSA key</strong>, certified by AeroFS service to be authentic. This prevents &#8220;bad guys&#8221; from being able to impersonate you. When two computers communicate with each other, they perform &#8220;mutual authentication&#8221; using the keys. Because the connection is encrypted directly from one device to the other, data &#8220;in transit&#8221; is end-to-end encrypted and is safe from attacks.<br />
The best part is that you can securely share your folders with anyone who has an e-mail address like your friends, your family or co-workers.</p>
<p style="text-align: justify;">AeroFS file syncing is free, whether you want to share 1, 10, or 1,000 GB. You most probably already have all the storage you need because your files are only stored in your devices and not on the cloud.</p>
<p style="text-align: justify;">This file syncing technology is yet in Beta state and in &#8220;invite only state&#8221;&#8230; so go to <a href="https://www.aerofs.com/" target="_blank">https://www.aerofs.com/</a> and add your email.</p>
<p>The post <a href="http://cerebrux.net/aerofs-file-syncing-whithout-cloud-or-server/">AeroFS: File syncing without cloud or server storage</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/aerofs-file-syncing-whithout-cloud-or-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>History of Open Source: How did all started &#8211; Infographic</title>
		<link>http://cerebrux.net/history-of-open-source-how-did-all-started/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=history-of-open-source-how-did-all-started</link>
		<comments>http://cerebrux.net/history-of-open-source-how-did-all-started/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 11:14:29 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Infographic]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47955</guid>
		<description><![CDATA[<p>History of Open source software is filled with collaborative accomplishments and innovations, but how and when did all started ? SourceNinja released an Infographic detailing the history of open source software development and which companies and institutes have contributed to its success. My only concern and objection on this &#8220;History &#8230;</p><p>The post <a href="http://cerebrux.net/history-of-open-source-how-did-all-started/">History of Open Source: How did all started &#8211; Infographic</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">History of Open source software is filled with collaborative accomplishments and innovations, but how and when did all started ?<span id="more-47955"></span><br />
SourceNinja released an Infographic detailing the history of open source software development and which companies and institutes have contributed to its success. My only concern and objection on this &#8220;History of Open Source infographic&#8221; is the last paragraph is speaking about the four freedoms of Open Source. This is not correct as the four freedoms are referred in the Free Software manifesto and not in Open Source.</p>
<p style="text-align: justify;">Open Source software has nothing to do with freedom or licenses (<a title="Open source history: Freedoms and licenses" href="http://opensource.org/node/358" target="_blank">source</a>). In contrast, Free Software has everything to do with the freedom to do whatever you want with the code that is provided with an open source &#8211; free software.</p>
<p style="text-align: justify;">Although the OSI definition of &#8220;open source software&#8221; is widely accepted, a small number of people and organizations use the term to refer to software where the source is available for viewing, but which may not legally be modified or redistributed. Such software is more often referred to as <a href="http://en.wikipedia.org/wiki/Open_Source_Software#Open_source_vs._source-available" target="_blank">source-available, or as shared source,</a> a term coined by Microsoft</p>
<p style="text-align: justify;">Nevertheless, the History of Open Source infographic is quite accurate and informative.</p>
<h2 style="text-align: center;">The History of Open Source Software</h2>
<p style="text-align: center;">(<em>click image to enlarge</em>)</p>
<p><a href="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2012/10/HistoryofOpenSourceSoftware-SourceNinja.png"><img class="size-large wp-image-47957 aligncenter" title="HistoryofOpenSourceSoftware-SourceNinja" src="http://i2.wp.com/cerebrux.net/c3r3brux/wp-content/uploads/2012/10/HistoryofOpenSourceSoftware-SourceNinja.png?resize=173%2C1024" alt="History of Open Source Software" data-recalc-dims="1" /></a>(<a title="History of Open source" href="http://blog.sourceninja.com/the-history-of-open-source-software/" target="_blank">via</a>)</p>
<p>The post <a href="http://cerebrux.net/history-of-open-source-how-did-all-started/">History of Open Source: How did all started &#8211; Infographic</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/history-of-open-source-how-did-all-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There is NO Fragmentation, just Android clones</title>
		<link>http://cerebrux.net/there-is-no-fragmentation-just-android-clones/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=there-is-no-fragmentation-just-android-clones</link>
		<comments>http://cerebrux.net/there-is-no-fragmentation-just-android-clones/#comments</comments>
		<pubDate>Fri, 21 Sep 2012 15:10:43 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[Dan Morrill]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Fragmentation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OEM]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47085</guid>
		<description><![CDATA[<p>Fragmentation of the Android platform is a hot topic on every tech blog. Actually there is NO Fragmentation, just Android clones.</p><p>The post <a href="http://cerebrux.net/there-is-no-fragmentation-just-android-clones/">There is NO Fragmentation, just Android clones</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/androidclones.jpg"><img class="aligncenter size-full wp-image-47267" title="There is No Fragmentation just Android clones" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/androidclones.jpg?resize=600%2C372" alt="There is No Fragmentation just Android clones" data-recalc-dims="1" /></a></p>
<p style="text-align: justify;">Fragmentation of the Android platform is a hot topic on every tech blog. The truth is that on the one hand my father and my grandmother doesn&#8217;t care and on the other no one is telling the truth or understand what they mean by &#8220;Android Fragmentation&#8221;. Is there really Android Fragmentation or it is actually a Fragmentation of Android Devices.<br />
<span id="more-47085"></span></p>
<h2 style="text-align: justify;">Android Platform Fragmentation</h2>
<p style="text-align: justify;"><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/danmorill.jpg"><img class="alignright size-medium wp-image-47270" title="DanMorill There is No Fragmentation just Android clones" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/danmorill.jpg?resize=300%2C300" alt="There is No Fragmentation just Android clones: DanMorill" data-recalc-dims="1" /></a>One of  the most beautiful things about open source software is the inheritability of knowledge to every one who is interested in implementing, copying, adding new features or creating something entirely new. The only obligation is that everybody else should have the same rights to the knowledge that you have cumulated with open source. This brings us to a silly &#8220;fear&#8221; of fragmentation. As for Android in terms of fear, it was present from day one:</p>
<blockquote><p>Another meme I remember is&#8230; yes, “fragmentation”. Literally before the close of business on the same day we announced Android (4:46pm to be precise), I saw the first article about Android “fragmentation.” The first day wasn’t even over yet, and the press had already decided that Android would have a “fragmentation” problem.</p>
<p><a title="On Android Compatibility " href="http://android-developers.blogspot.gr/2010/05/on-android-compatibility.html" target="_blank"><em>Dan Morrill, Open Source &amp; Compatibility Program Manager</em></a></p></blockquote>
<p style="text-align: justify;">Literally, this came from the wrong perception that tech journalists and bloggers do have on open source development process and various <a class="zem_slink" title="Linux distribution" href="http://en.wikipedia.org/wiki/Linux_distribution" rel="wikipedia" target="_blank">Linux Distributions</a>. More over, Dan Morill continues by pinpointing the problem with the term fragmentation:</p>
<blockquote><p>The thing is, nobody ever defined “fragmentation” — or rather, everybody has a different definition. Some people use it to mean too many mobile operating systems; others to refer to optional <a class="zem_slink" title="Application programming interface" href="http://en.wikipedia.org/wiki/Application_programming_interface" rel="wikipedia" target="_blank">APIs</a> causing inconsistent platform implementations; still others use it to refer to “locked down” devices, or even to the existence of multiple versions of the software at the same time. I’ve even seen it used to refer to the existence of different UI skins. <em>Most of these definitions don’t even have any impact on whether apps can run</em>!</p></blockquote>
<p style="text-align: justify;">Because of this stories around the globe, many have asked me if a e.g. task management app on one device will work on another device that has a different user interface ! As you can see the misconception of the term &#8220;fragmentation&#8221; leads nowhere in terms of usefulness if a developer wants to develop an app for Android:</p>
<blockquote><p>Because it means everything, it actually means nothing, so the term is useless. Stories on “fragmentation” are dramatic and they drive traffic to pundits’ blogs, but they have little to do with reality. <em>“Fragmentation” is a bogeyman, a red herring, a story you tell to frighten junior developers</em>. Yawn</p></blockquote>
<h2 style="text-align: justify;">Android <span class="zem_slink">OEM</span> Fragmentation</h2>
<p style="text-align: justify;"><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/android-devices.jpg"><img class="alignright size-medium wp-image-47268" title="Devices There is No Fragmentation just Android clones" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/android-devices.jpg?resize=300%2C168" alt="There is No Fragmentation just Android clones: Devices" data-recalc-dims="1" /></a>The OS its self is one. The latest version is the one that is available for <a title="Original equipment manufacturer" href="http://en.wikipedia.org/wiki/Original_equipment_manufacturer" target="_blank">OEM</a>&#8216;s to use and develop their devices. But what about the devices that OEM&#8217;s have already shipped with an older version of the OS ?</p>
<p style="text-align: justify;">Dan Morrill goes on to admit that :</p>
<blockquote><p>Now, that’s not to say that there aren’t real challenges in making sure that Android devices are compatible with each other, or that there aren’t very real concerns that keep app developers awake at night. There definitely are, and I spend a great deal of time indeed thinking about them and addressing them. The trick is to define them clearly.</p></blockquote>
<p style="text-align: justify;">As we have seen how OEM&#8217;s integrate the Android OS into their devices, they care just about:</p>
<ul style="text-align: justify;">
<li>Selling devices</li>
<li>Interoperability of their ecosystem (smart tv&#8217;s, game consoles etc)</li>
<li>Market share</li>
</ul>
<p style="text-align: justify;">They do not care about updating the OS on their existing smartphones because it costs them time/money/human resources and the whole procedure impacts the continuous selling of their new devices.</p>
<p style="text-align: justify;">From OEM&#8217;s perspective it may not be a problem, but running the OS on different devices inevitably leads to issues involving bugs, missing components, or APIs that have been added or altered. To help developers overcome problems encountered Google offers an Android compatibility program.</p>
<blockquote><p>We’ve been operating this compatibility process with our OEM partners for over a year now, and it’s largely responsible for those 60+ device models being inter-operable.</p></blockquote>
<h2 style="text-align: justify;">Consumers on Android version Fragmentation</h2>
<p style="text-align: justify;"><a href="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/android-consumers.jpg"><img class="alignright size-full wp-image-47272" title="Consumers There is No Fragmentation just Android clones" src="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/android-consumers.jpg?resize=300%2C209" alt="There is No Fragmentation just Android clones: Consumers" data-recalc-dims="1" /></a>Is this a concern that the end user has to have when he is buying an Android device? Does the end user care about, this low level technical details ?</p>
<p style="text-align: justify;">I don&#8217;t think so. More over, the concern about having the latest version of Android on a device purchased last year is also invalid. Ask your non-geek friend, cousins if they have the latest version of Android OS on their device and you will see a strange face looking at you that thinks &#8220;what the heck is he talking about ?&#8221;  They just don&#8217;t know/care/like changes/etc.</p>
<p style="text-align: justify;">This brings us to the question &#8220;Who should really care about having the latest Android version&#8221;</p>
<blockquote><p>The answer is simple : <em>The one who knows the term &#8220;Android Version&#8221;</em></p></blockquote>
<p style="text-align: justify;">If you know the term, then probably you know how to look for it, ask it or search if a device you need has the latest or at least it will get the latest version. The problem is that when you buy and Android device in 99% of the cases are that you have an <em><strong>Android Clone</strong></em> (Yeap! New Term <img src='http://i2.wp.com/cerebrux.net/c3r3brux/wp-includes/images/smilies/icon_razz.gif?w=660' alt=':P' class='wp-smiley' data-recalc-dims="1" />  )</p>
<h2 style="text-align: justify;">Android OS Fragmentation or Android OS Clones ?</h2>
<p style="text-align: justify;"><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/android-nexus.jpg"><img class="alignright size-full wp-image-47273" title="Nexus There is No Fragmentation just Android clones" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/android-nexus.jpg?resize=300%2C391" alt="There is No Fragmentation just Android clones: Nexus" data-recalc-dims="1" /></a>Fellow geek smartphone users&#8230; let us speak the truth&#8230; if you own an Android phone it&#8217;s probably not an Android phone but a clone. And yes, even if you have spent $600 and even when the OEM has promised (they never do, but lets say they do) that it will someday receive the latest version of Android, it is still a clone and not pure Android.</p>
<p style="text-align: justify;">Let&#8217;s face it ones and for all. The only Android devices out there are the Nexus. Period.</p>
<p style="text-align: justify;">It always has the latest version of Android, all the software and services of Google and No OEM and Carrier customizations. All the other devices have cloned the repository of the Android source code on a specific date and then started developing for the next line of their devices.</p>
<p style="text-align: justify;">But until the devices are ready, there is already a brand new Android OS version that probably they will never touch for these specific devices.</p>
<p style="text-align: justify;">If you care about having the latest Android version, there is only one choice Nexus. If you are not particularly fond with being always up-to-date on your smartphone then there are many clones out there that are tailored to your likings and needs (in terms of hardware features and user interface).</p>
<p style="text-align: justify;">
<p>The post <a href="http://cerebrux.net/there-is-no-fragmentation-just-android-clones/">There is NO Fragmentation, just Android clones</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/there-is-no-fragmentation-just-android-clones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus 7: First things I did that you should do</title>
		<link>http://cerebrux.net/nexus-7-first-things/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nexus-7-first-things</link>
		<comments>http://cerebrux.net/nexus-7-first-things/#comments</comments>
		<pubDate>Sat, 15 Sep 2012 22:03:07 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Linux Mobile]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ASUS]]></category>
		<category><![CDATA[First things]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Nexus 7]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[to do]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47203</guid>
		<description><![CDATA[<p>My new Nexus 7 has arrived and here are the first things I did that are "a must do" If you buy one.</p><p>The post <a href="http://cerebrux.net/nexus-7-first-things/">Nexus 7: First things I did that you should do</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_47206" class="wp-caption aligncenter" style="width: 370px"><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/nexus7-first-things-to-do.jpg"><img class="wp-image-47206 " title="nexus7-first-things-to-do" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/nexus7-first-things-to-do.jpg?resize=360%2C422" alt="Nexus 7 First things to do" data-recalc-dims="1" /></a><p class="wp-caption-text">Nexus 7 Box<br />image credit: <a href="http://www.doctorandroid.gr/" target="_blank">doctorandroid.gr</a></p></div>
<p style="text-align: justify;">My new Nexus 7 has arrived and here are the first things I did that are &#8220;a must do&#8221; If you buy one.<span id="more-47203"></span></p>
<p style="text-align: justify;">Nexus 7 tablet is manufactured by ASUS on behalf of Google and added to its &#8220;Nexus&#8221; flagship-line of products. As a Google Nexus device, the Nexus 7 offers a &#8220;pure Android&#8221; experience as it comes with a stock Android OS, free of carrier or manufacturer modifications such as custom graphical user interfaces (or &#8220;skins&#8221;  such as Samsung TouchWiz and HTC Sense) that exist in other Android devices and they are the first to receive updates to the operating system. Nathan Olivarez-Giles of Wired summed up his view on his article &#8220;<a title="Lucky Number 7" href="http://www.wired.com/reviews/2012/07/lucky-number-7/" target="_blank">Lucky Number 7</a>&#8221; for Nexus 7 with the following:</p>
<blockquote><p>This is the Android tablet you&#8217;ve been waiting for. Beautiful, detailed display. Handsome design and fantastic build quality. Jelly Bean feels like it was built for the Nexus 7. The first 7-inch quad-core tablet, it has Porsche-like speed and agility</p></blockquote>
<p style="text-align: justify;">So without any further delay, here are some things that you should do once you start using your Nexus 7 table. Also at the end of this article I post a detailed full specs and facts to keep in mind when buying a new Nexus 7.</p>
<h2 style="text-align: justify;">First things to do with Nexus 7</h2>
<p style="text-align: justify;"><strong><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/gmail.jpeg"><img class="alignleft size-thumbnail wp-image-47228" title="gmail" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/gmail.jpeg?resize=150%2C150" alt="Nexus 7 First things to do: Gmail Set up" data-recalc-dims="1" /></a>Configure Google Account</strong>. The first thing you should do is to sign in with your existing Gmail account or create a new one. Your Gmail account will keep in sync your data and regularly backup your information and settings for when you need to do a recovery. Also for email accounts other than Gmail run the Email app and follow the on-screen instructions to configure your email.</p>
<p style="text-align: justify;"><strong><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/android_system_upgrade.jpg"><img class="size-full wp-image-47236 alignright" title="android_system_upgrade" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/android_system_upgrade.jpg?resize=109%2C144" alt="Nexus 7 First things to do: System and Software updates" data-recalc-dims="1" /></a>System and Software Update</strong>. Once you have completed your activation, check to see if there is a System Update. Once I did it my Nexus 7 did a minor upgrade of its Android version from 4.1 to <strong>4.1.1</strong>. Also Run the Play Store app and hit the My Apps icon (down arrow over a line) at the top of the screen. You should see several apps that show an update available, hit the update all button and let it do its thing. The first app update may give you the option to automatically update in the future, I recommend allowing this to happen by ticking this box.</p>
<p style="text-align: justify;"><strong><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/social-networks.jpeg"><img class="alignleft size-thumbnail wp-image-47231" title="social-networks" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/social-networks.jpeg?resize=150%2C133" alt="Nexus 7 First things to do: Social Networks" data-recalc-dims="1" /></a>Social networks.</strong> From the Play Store download and install your favorite social network apps. Then go into Settings and scroll down to the Accounts section and add each network you use so the Nexus 7 can sync with them.</p>
<p style="text-align: justify;"><strong><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/airdroid.jpg"><img class="alignright size-thumbnail wp-image-47227" title="airdroid" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/airdroid.jpg?resize=150%2C113" alt="Nexus 7 First things to do: Tablet PC suite" data-recalc-dims="1" /></a>Tablet Manager for</strong> <strong>PC/Mac</strong>. This is a must app and one of the first thing I install to my Android devices. It is called <strong>AirDroid</strong> and there is no other app like this out there for free. With this app installed in your Nexus 7, you can manage <strong>wirelessly</strong> your apps, files, folders, pictures, videos, see the available free space, upload or download your files from PC to Nexus and vice versa. I repeat <strong>&#8220;NO Cables&#8230; Wirelessly !&#8221;.</strong></p>
<p style="text-align: justify;"><strong><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/solid-explorer-beta-3.jpg"><img class="alignleft  wp-image-47232" title="Solid-Explorer-Beta" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/solid-explorer-beta-3.jpg?resize=89%2C150" alt="Nexus 7 First things to do: File manager" data-recalc-dims="1" /></a>File Manager.</strong> You should install a file manager to be able to see your files, folders and any data available on the external partition of Nexus 7. For the most part you may never need to use it, but it is good to have it. My favorite is the Solid Explorer (<strong>Solid Explorer Beta 2</strong>)</p>
<p style="text-align: justify;"><strong>File Sync.</strong> If you need some files to be available on every device you have (PC/Mac, Tablet, Smartphone) then you will need to install a cloud sync app. My favorite is the <strong>Ubuntu One</strong> because I use it on my PC which runs Ubuntu 12.04. It is available for Windows, Mac, Android and iPhone and it allows you to have your favorite files and folders with you. If you don&#8217;t have an account you can create one :</p>
<p style="text-align: center;"><a title="Create Ubuntu One Account" href="https://one.ubuntu.com/referrals/referee/52965/" target="_blank"><img class="aligncenter size-full wp-image-47222" title="ubuntuone_button" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/ubuntuone_button.jpg?resize=109%2C50" alt="Nexus 7 First things to do: ubuntu one create account" data-recalc-dims="1" /></a></p>
<p>And here is the screenshot of how it look on your phone and Nexus 7 once you install it from Play Store:</p>
<p style="text-align: center;"><a href="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/nexus-7-things-to-do.jpg"><img class="aligncenter size-full wp-image-47220" title="nexus 7 things to do" src="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/nexus-7-things-to-do.jpg?resize=600%2C380" alt="Nexus 7 First things to do: Ubuntu One Files" data-recalc-dims="1" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/mx-video-player.png"><img class="alignleft size-thumbnail wp-image-47230" title="mx-video-player" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/mx-video-player.png?resize=150%2C150" alt="Nexus 7 First things to do: MX video Player" data-recalc-dims="1" /></a>Video Player</strong>. The video player that comes with nexus 7 is pretty good. But if you need more feature like adding subtitles and get the most out of the Quad Core CPU, then you should definitely try MX Player that is available on Play Store.</p>
<p style="text-align: justify;"><strong><a href="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/tablified.png"><img class="alignright size-thumbnail wp-image-47233" title="tablified" src="http://i1.wp.com/cerebrux.files.wordpress.com/2012/09/tablified.png?resize=150%2C77" alt="Nexus 7 First things to do: Tablet optimized apps" data-recalc-dims="1" /></a>Tablified Market HD.</strong> It is especially hard to find apps that work well on the tablet. The free Tablified Market HD app is a great app for finding all the apps in the google Play Store optimized for the tablet. Discovering good apps for the Nexus 7 is fun with this app installed. You can find it by searching for it by name in the Google Play Store.</p>
<p><strong><a href="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/nvidiategrazone.jpg"><img class="alignright size-thumbnail wp-image-47255" title="nvidiaTegrazone" src="http://i0.wp.com/cerebrux.files.wordpress.com/2012/09/nvidiategrazone.jpg?resize=150%2C89" alt="Nexus 7 First things to do: Gaming Nvidia Tegra zone" data-recalc-dims="1" /></a>Gaming. </strong>The Tblified Market is great to find app optimized for tablet, but what about games ? Well, Nexus 7 incorporates an 12 core Nvidia Tegra chip so the best place at finding games is the<strong> &#8220;nvidia Tegra zone&#8221;. </strong>You can find and install the app through the Google Play Store your Nexus 7.</p>
<p style="text-align: justify;"><strong><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/moonreader.jpg"><img class="alignleft size-thumbnail wp-image-47229" title="moonreader" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/moonreader.jpg?resize=150%2C73" alt="Nexus 7 First things to do: Books and E-book reader" data-recalc-dims="1" /></a>Books and E-Book reader. </strong>One of the best things that makes 7 inch screen awesome, is portability and e-book reading. For e-books you will need two apps. One reader app for your Nexus 7 and one E-book Management software for your PC/Mac</p>
<ul>
<li>Nexus 7: <strong>Moon reader</strong> is my choice of e-book readers. You can read thousands of e-books for free and it supports online e-book libraries. You can import your local books and it supports txt, html, epub, mobi, umd, fb2, chm, rar, zip or OPDS file types.</li>
<li>PC/Mac: <strong>Calibre</strong>, is the one way to go free e-book management software available for Windows, Mac and Linux. Not only you can organize you ebooks on your PC and have a little library of your books, but you can also create e-book from various types of files (docs, PDF etc) and later import them (wirelessly with AirDroid or by syncing folder with <a title="Create Ubuntu One Account" href="https://one.ubuntu.com/referrals/referee/52965/" target="_blank">Ubuntu One</a>) to <strong>Moon Reader.</strong></li>
</ul>
<blockquote><p><em><strong>Download Calibre</strong></em> for your PC/Mac: <a title="Calibre Ebook managment" href="http://calibre-ebook.com/" target="_blank">Calibre Ebook managmente</a></p>
<p>Quick Tip: When you install Calibre, you will be asked where to store your e-books. You can define an empty folder that is inside Ubuntu One&#8217;s syncing folders so that it will be automatically available on your Nexus 7</p></blockquote>
<p>Theses are my recommendations and things that I did when I started using my brand new <strong>Nexus 7. </strong></p>
<p><strong>Do you have any suggestions ? Please leave a comment so that everyone can benefit from your suggestions. </strong></p>
<table width="100%" border="1">
<tbody>
<tr>
<td>Price</td>
<td>8 GB: US$199, £159, €199<br />
16 GB: US$249, £199, €249</td>
</tr>
<tr>
<td>Operating system</td>
<td>Android 4.1.1 (Jelly Bean)</td>
</tr>
<tr>
<td>Power</td>
<td>Internal rechargeable<br />
non-removable<br />
lithium-ion polymer<br />
4,325 mAh<br />
16 Wh battery</td>
</tr>
<tr>
<td>Chip</td>
<td>Nvidia Tegra 3 T30L</td>
</tr>
<tr>
<td>CPU</td>
<td>Quad-Core Cortex-A9 at 1.3 GHz</td>
</tr>
<tr>
<td>RAM Memory</td>
<td>1 GB</td>
</tr>
<tr>
<td>Graphics</td>
<td>Twelve-Core Nvidia GeForce ULP<br />
at 416 MHz</td>
</tr>
<tr>
<td>Flash memory storage</td>
<td>8 GB (~5GB available)<br />
16 GB (~12GB available)</td>
</tr>
<tr>
<td>Camera</td>
<td>1.2 MP High-definition (720p)<br />
front-facing</td>
</tr>
<tr>
<td>Display</td>
<td>Scratch-resistant Corning Fit Glass,<br />
7 in (180 mm) diagonal<br />
IPS-backlit LCD capacitive touchscreen<br />
16:10 widescreen aspect ratio<br />
1280×800 WXGA pixels (216 ppi)<br />
16M colors,<br />
178° viewing angle</td>
</tr>
<tr>
<td>Sound Playback</td>
<td>MP3, WAV, eAAC+, WMA</td>
</tr>
<tr>
<td>Connectivity</td>
<td>3.5 mm (0.14 in) headphone jack,<br />
Bluetooth 3.0,<br />
Wi-Fi (802.11 b/g/n @ 2.4 GHz),<br />
NFC,<br />
Micro USB 2.0,<br />
docking pins</td>
</tr>
<tr>
<td>Input</td>
<td>Accelerometer,<br />
gyroscope,<br />
proximity sensor,<br />
digital compass,<br />
GPS,<br />
magnetometer,<br />
microphone</td>
</tr>
<tr>
<td>Dimensions</td>
<td>198.5×120×10.56 mm<br />
(7.81×4.7×0.416 in)</td>
</tr>
<tr>
<td>Weight</td>
<td>340 g (12 oz)</td>
</tr>
</tbody>
</table>
<p>The post <a href="http://cerebrux.net/nexus-7-first-things/">Nexus 7: First things I did that you should do</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/nexus-7-first-things/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Embracing the remix philosophy in every industry</title>
		<link>http://cerebrux.net/embracing-the-remix-philosophy-in-every-industry/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=embracing-the-remix-philosophy-in-every-industry</link>
		<comments>http://cerebrux.net/embracing-the-remix-philosophy-in-every-industry/#comments</comments>
		<pubDate>Sun, 09 Sep 2012 18:22:33 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Remix]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47186</guid>
		<description><![CDATA[<p>Remixing is the adoption, alteration, and recombination of per-existing things, to create something new. Now this is something common in music, open source development but not in the so-called &#8220;innovation industry&#8221;. Except that it is ridiculous to call something innovative and new it is hypocritical while everybody knows that nothing &#8230;</p><p>The post <a href="http://cerebrux.net/embracing-the-remix-philosophy-in-every-industry/">Embracing the remix philosophy in every industry</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/henryford_invention_inovation.jpg"><img class="aligncenter size-full wp-image-47195" title="henryford_invention_inovation" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/09/henryford_invention_inovation.jpg?resize=620%2C347" alt="remix philosophy in every industry" data-recalc-dims="1" /></a></p>
<p style="text-align: justify;">Remixing is the adoption, alteration, and recombination of per-existing things, to create something new. Now this is something common in music, open source development but not in the so-called &#8220;<a class="zem_slink" title="Innovation" href="http://en.wikipedia.org/wiki/Innovation" rel="wikipedia" target="_blank">innovation</a> industry&#8221;. <span id="more-47186"></span>Except that it is ridiculous to call something innovative and new it is hypocritical while everybody knows that nothing is original. As we saw in an earlier article even in one of the most competitive industries, the fashion industry, <a title="What can fashion industry teach us about open innovation" href="http://cerebrux.net/c3r3brux/what-can-fashion-industry-teach-us-about-open-innovation/" target="_blank">there is a culture of copying one another</a>.</p>
<blockquote><p><em> From Bob Dylan to Steve Jobs, our most celebrated creators both borrow, steal and transform.</em></p>
<p>Kirby Ferguson, creator of Everything is a Remix.</p></blockquote>
<p style="text-align: justify;">Every aspect of human life is full of mimicking, copying, refactoring, rebuilding (science, childhood, music, art, automobiles, math, food etc) and creating interesting remixes. But not in industries that are full of <a class="zem_slink" title="Copyright" href="http://en.wikipedia.org/wiki/Copyright" rel="wikipedia" target="_blank">Copyrighted</a> and <a title="Patent" href="http://en.wikipedia.org/wiki/Patent" target="_blank">Patented</a> so-called &#8220;innovations&#8221;.</p>
<p style="text-align: justify;"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='660' height='402' src='http://www.youtube.com/embed/zd-dqUuvLk4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<h6 class="zemanta-related-title" style="font-size: 1em; padding-left: 60px;">Related articles you may like to read:</h6>
<ul>
<li><a title="What can fashion industry teach us about open innovation" href="http://cerebrux.net/c3r3brux/what-can-fashion-industry-teach-us-about-open-innovation/" target="_blank">What can fashion industry teach us about open innovation</a> (cerebrux.net/c3r3brux)</li>
<li><a href="http://boingboing.net/2012/08/13/kirby-fergusons-ted-talk.html" target="_blank">Kirby Ferguson&#8217;s TED Talk: &#8220;Embrace the Remix&#8221; &#8211; a must-see</a> (boingboing.net)</li>
<li><a href="http://blog.ted.com/2012/08/10/are-all-new-things-a-mash-up-of-what-came-before-a-qa-with-kirby-ferguson/" target="_blank">Are all new things a mash-up of what came before? A Q&amp;A with Kirby Ferguson</a> (ted.com)</li>
</ul>
<p>The post <a href="http://cerebrux.net/embracing-the-remix-philosophy-in-every-industry/">Embracing the remix philosophy in every industry</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/embracing-the-remix-philosophy-in-every-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Beautifying and Decentralizing your content matters ?</title>
		<link>http://cerebrux.net/why-beautifying-and-decentralizing-your-content-matters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-beautifying-and-decentralizing-your-content-matters</link>
		<comments>http://cerebrux.net/why-beautifying-and-decentralizing-your-content-matters/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 21:58:12 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Linux Mobile]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[content creators]]></category>
		<category><![CDATA[content publisher]]></category>
		<category><![CDATA[Decentralize]]></category>
		<category><![CDATA[email subscriptions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Current]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[social accounts]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47175</guid>
		<description><![CDATA[<p>If you are a writer, blogger or content publisher, you possibly care about the way you present your content. But have you decentralized your content ? Does your content reach your readers on every device that they want to read you ? Is your content served the way you want it ?</p><p>The post <a href="http://cerebrux.net/why-beautifying-and-decentralizing-your-content-matters/">Why Beautifying and Decentralizing your content matters ?</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.google.com/producer/editions/CAowhYHaAg/cerebrux" target="_blank"><img class="aligncenter size-full wp-image-47181" title="cerebrux_google_currents_full" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/08/cerebrux_google_currents_full.png?resize=584%2C438" alt="cerebrux blog on google currents full" data-recalc-dims="1" /></a></p>
<p style="text-align: justify;">If you are a writer, blogger or content publisher, you possibly care about the way you present your content. But have you decentralized your content ? Does your content reach your readers on every device that they want to read you ? Is your content served the way you want it ?<span id="more-47175"></span></p>
<p style="text-align: justify;">With the emerge of smartphones and tablets the publishing &#8220;industry&#8221; started to realize that providing just a mobile version of their website is not enough. Also &#8220;forcing&#8221; people to visit their site if they want to read their full content is discouraging when people want to read the entire content on any device they want.</p>
<p style="text-align: justify;">Personally, I have provided social accounts, RSS feed and email subscriptions to offer my content to as many people as possible. But the new smart devices are pushing content creators to find new ways to serve their articles to many forms factors. Moreover, the content its self should have the right typography, form and beauty to please the reader.</p>
<h1 style="text-align: justify;">Cerebrux now on Google Currents</h1>
<p style="text-align: justify;">Google comes to offer a fix to this Beautifying and Decentralizing bug, with a service and app called Google Currents Producer and Google Currents App.</p>
<p style="padding-left: 30px; text-align: justify;"><strong>Google Currents App</strong> is a magazine app for smartphones and tablets that were in December of 2011. It is currently available for Android and iOS devices. The application by default covers a variety of sources and offers a list of featured content that includes Forbes, CNET, ReadWriteWeb, and the like.</p>
<p style="padding-left: 30px; text-align: justify;"><strong>Google Currents Producer</strong> is a web-based self-publishing platform whereby publishers can customize the presentation of their content on Google Currents.</p>
<p style="text-align: justify;">After reading a well-known Android blogger here in <a class="zem_slink" title="Greece" href="http://en.wikipedia.org/wiki/Greece" rel="wikipedia" target="_blank">Greece</a>, who was the first who had his contents delivered through Google Currents, I realized that I had to deal with this bug and use Google Currents. I chatted with him and talked about the platform and he convinced to download Chrome for Ubuntu (I prefer Firefox but it is not supported by G. Currents) and logging in Google Currents Producer to start preparing my content.</p>
<h1 style="text-align: justify;">Download or Subscribe</h1>
<p style="text-align: justify;">If you don&#8217;t have Google Currents on your device or you may have it already installed you can now subscribe to my blog and read my article through G. Currents App by clicking the following banner or the one that will always stay on the right side of the Cerebrux Website.</p>
<blockquote>
<p style="text-align: justify;"><strong><em>Thank you all and I would like your feedback ones you subscribe.</em></strong></p>
</blockquote>
<p style="text-align: center;"><a href="http://www.google.com/producer/editions/CAowhYHaAg/cerebrux" target="_blank"><img class="aligncenter size-full wp-image-47179" title="cerebrux_google_currents" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/08/cerebrux_google_currents.png?resize=260%2C195" alt="cerebrux on google currents" data-recalc-dims="1" /></a></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a title="Doctor Android on Google Currents" href="http://www.doctorandroid.gr/2012/06/dr-android-android-ios.html" target="_blank">Doctor Android on Google Currents</a>  [written in Greek] (doctorandroid.gr)</li>
<li class="zemanta-article-ul-li"><a href="http://www.theverge.com/android/2012/6/30/3128757/google-currents-preinstalled-android-4-1-jelly-bean" target="_blank">Google Currents to become a preinstalled app in Jelly Bean</a> (theverge.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.zdnet.com/google-nexus-7-a-device-that-finally-raises-awareness-of-the-7-inch-form-factor-7000001189/" target="_blank">Google Nexus 7: a device that finally raises awareness of the 7 inch form factor</a> (zdnet.com)</li>
</ul>
<p>The post <a href="http://cerebrux.net/why-beautifying-and-decentralizing-your-content-matters/">Why Beautifying and Decentralizing your content matters ?</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/why-beautifying-and-decentralizing-your-content-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Hidden Startup Applications on Ubuntu 12.04</title>
		<link>http://cerebrux.net/displaying-hidden-startup-applications-on-ubuntu-12-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=displaying-hidden-startup-applications-on-ubuntu-12-04</link>
		<comments>http://cerebrux.net/displaying-hidden-startup-applications-on-ubuntu-12-04/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 22:01:59 +0000</pubDate>
		<dc:creator>Salih</dc:creator>
				<category><![CDATA[English Writings]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hidden applications]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cerebrux.net/c3r3brux/?p=47160</guid>
		<description><![CDATA[<p>Starting with Ubuntu 12.04 the &#8216;Startup Applications&#8217; manager now only displays a sub-set of applications to control at startup with the remaining applications being hidden. To make the hidden applications visible in the manager, follow these steps: Open the terminal by pressing (Ctrl + Alt + t) or searching for &#8230;</p><p>The post <a href="http://cerebrux.net/displaying-hidden-startup-applications-on-ubuntu-12-04/">Displaying Hidden Startup Applications on Ubuntu 12.04</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Starting with Ubuntu 12.04 the &#8216;Startup Applications&#8217; manager now only displays a sub-set of applications to control at startup with the remaining applications being hidden.<br />
To make the hidden applications visible in the manager, follow these steps:</p>
<ol>
<li>Open the terminal by pressing (Ctrl + Alt + t) or searching for &#8220;Terminal&#8221; in the Unity bar.</li>
<li>Copy and paste the following command into the terminal and press the &#8216;enter&#8217; key.</li>
</ol>
<p><code><em>sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop</em></code></p>
<p><a href="http://i1.wp.com/cerebrux.files.wordpress.com/2012/08/terminal_startup_apps_hidden.jpg"><img class="aligncenter size-medium wp-image-47170" title="terminal_startup_apps_hidden" src="http://i1.wp.com/cerebrux.files.wordpress.com/2012/08/terminal_startup_apps_hidden.jpg?resize=300%2C114" alt="terminal_startup_apps_hidden" data-recalc-dims="1" /></a></p>
<p>You will have to provide your user account password to perform the command, if asked simply enter your user password and press &#8216;enter&#8217; again (note: When entering your password, the terminal will not display characters on-screen, such as the asterisk &#8216;*&#8217;, for security reasons).</p>
<p>Close the terminal and now open &#8216;Startup Applications&#8217; from the power menu or searching for it in the unity bar.<a href="http://i2.wp.com/cerebrux.files.wordpress.com/2012/08/sturtup_apps_ubuntu.jpg"><img class="alignright size-medium wp-image-47167" title="sturtup_apps_ubuntu" src="http://i2.wp.com/cerebrux.files.wordpress.com/2012/08/sturtup_apps_ubuntu.jpg?resize=297%2C300" alt="sturtup_apps_ubuntu" data-recalc-dims="1" /></a></p>
<p>Hidden startup applications will now be displayed in the &#8216;Startup Applications&#8217; manager as slightly greyed out. You can now continue to edit which programs start upon startup, including any hidden applications.</p>
<p>[<a title="Displaying Hidden Startup Applications" href="https://help.ubuntu.com/community/ShowHiddenStartupApplications#Displaying_Hidden_Startup_Applications" target="_blank">source</a>]</p>
<p>The post <a href="http://cerebrux.net/displaying-hidden-startup-applications-on-ubuntu-12-04/">Displaying Hidden Startup Applications on Ubuntu 12.04</a> appeared first on <a href="http://cerebrux.net">Cerebrux</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cerebrux.net/displaying-hidden-startup-applications-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
