<?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>Niath &#187; Open-source</title>
	<atom:link href="http://tiagoboldt.net/blog/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiagoboldt.net/blog</link>
	<description>Rambles on technology</description>
	<lastBuildDate>Thu, 21 Apr 2011 09:01:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Coding for Students</title>
		<link>http://tiagoboldt.net/blog/coding-for-students/</link>
		<comments>http://tiagoboldt.net/blog/coding-for-students/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 19:02:48 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[GHOPC]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open-source]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/coding-for-students/</guid>
		<description><![CDATA[Do you love open source? Would you like to learn how to program? Are you a student who&#8217;s not yet reached university? Are you aged 13 or above? This is for you! Google&#8217;s Higly Open Participation Contest will bring together young developers and open-source. They&#8217;ve gathered some great projects, like Apache, GNOME, Python, and many [...]]]></description>
			<content:encoded><![CDATA[<p><em>Do you love open source? Would you like to learn how to program? Are you a student who&#8217;s not yet reached university? Are you aged 13 or above?</em></p>
<p><strong>This is for you!</strong></p>
<p>Google&#8217;s <a href="http://code.google.com/opensource/ghop/2007-8/">Higly Open Participation Contest</a> will bring together young developers and open-source. They&#8217;ve gathered some great projects, like <a href="http://www.apache.org/">Apache</a>, <a href="http://www.gnome.org/" target="_blank">GNOME</a>, <a href="http://www.python.org/">Python</a>, and many other, that will now give to the contestants several type of assignments, like writing code or documentation and patching bugs.</p>
<p>At the conclusion of the contest, contestants will receive a t-shirt and certificate          for completing at least one task and 100 USD for every three tasks completed (maximum 500 USD per contestant).</p>
<p>Still waiting?</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/coding-for-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Not Found</title>
		<link>http://tiagoboldt.net/blog/command-not-found/</link>
		<comments>http://tiagoboldt.net/blog/command-not-found/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 17:15:00 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open-source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/?p=125</guid>
		<description><![CDATA[My machine&#8217;s BASH has just received a brand new upgrade! From now on, whenever I type a command to open some application which is not installed in my Ubuntu system, the repositories are automatically scanned and, if there is an application with the given name, it will be suggested for installation. Confused? Here&#8217;s an example, [...]]]></description>
			<content:encoded><![CDATA[<p>My machine&#8217;s <a href="http://en.wikipedia.org/wiki/Bash" target="_blank">BASH</a> has just received a brand new upgrade! From now on, whenever I type a command to open some application which is not installed in my Ubuntu system, the repositories are automatically scanned and, if there is an application with the given name, it will be suggested for installation.</p>
<p>Confused? Here&#8217;s an example, I&#8217;ll try to open gedit, which is not installed:</p>
<blockquote><p><span style="font-style: italic">tiagoboldt@Niath:~$ gedit</span><br />
<span style="font-style: italic">The program &#8216;gedit&#8217; is currently not installed.  You can install it by typing:</span><br />
<span style="font-style: italic">sudo apt-get install gedit</span><br />
<span style="font-style: italic">bash: gedit: command not found</span><br />
<span style="font-style: italic">tiagoboldt@Niath:~$ </span></p></blockquote>
<p>This feature should be installed by default, but you can also install it through the <span style="font-style: italic; font-weight: bold">command-not-found</span> package, available in the repositories.</p>
<p>Edit:<br />
There has been some discussion about how fast the output comes out, if it slow or not, so, see it for yourself:</p>
<blockquote style="font-style: italic"><p>tiagoboldt@Niath:~$ time kedit<br />
The program &#8216;kedit&#8217; is currently not installed.  You can install it by typing:<br />
sudo apt-get install kedit<br />
Make sure you have the &#8216;universe&#8217; component enabled<br />
bash: kedit: command not found</p>
<p>real    0m0.154s<br />
user    0m0.108s<br />
sys     0m0.028s</p></blockquote>
<p>Less than 0.2 seconds, yes, it is fast!</p>
<p><a href="http://digg.com/linux_unix/Ubuntu_Command_Not_Found" target="_blank"><img src="http://digg.com/img/badges/100x20-digg-button.gif" alt="Digg!" height="20" width="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/command-not-found/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

