<?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>Nikolas Valcarcel &#187; Planet Ubuntu</title>
	<atom:link href="http://www.nvalcarcel.org/?feed=rss2&#038;cat=103" rel="self" type="application/rss+xml" />
	<link>http://www.nvalcarcel.org</link>
	<description>To Infinity and Beyond...</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:37:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu awesome tools</title>
		<link>http://www.nvalcarcel.org/?p=295</link>
		<comments>http://www.nvalcarcel.org/?p=295#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:52:01 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=295</guid>
		<description><![CDATA[Last week I was having a conversation with a friend, and while we were discussing some things I mentioned some Ubuntu tools that were completely natural for me since I use them every day in Ubuntu development and for my work, but he was completely amazed by them, so I decided to blog on the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was having a conversation with a friend, and while we were discussing some things I mentioned some Ubuntu tools that were completely natural for me since I use them every day in Ubuntu development and for my work, but he was completely amazed by them, so I decided to blog on the subject so more people can know about them.</p>
<p>I’m going to start with the one that impressed him the most: <a href="https://code.edge.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master">qa-regression-testing branch</a></p>
<p>The QA and security team maintain a test suite to check for regressions in packages they are updating. These tests are written with python unittest. Most of this test suite can be a little harmful for a production system, so it’s recommended to run it using a chroot environment or a virtual machine and to help with that there is a <a href="http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/annotate/head:/scripts/make-test-tarball">make-test-tarball script</a>. From the script:</p>
<blockquote><p>export HOSTS=&#8221;sec-intrepid-amd64 sec-hardy-amd64 sec-dapper-amd64&#8243;<br />
export TEST=test-glibc-security<br />
./make-test-tarball $TEST.py<br />
for i in $HOSTS; do<br />
  scp /tmp/qrt-$TEST.tar.gz $i.local:<br />
done<br />
for i in $HOSTS; do<br />
  ssh -t $i.local &#8220;hostname; rm -rf qrt-$TEST; tar zxf qrt-$TEST.tar.gz; cd qrt-$TEST &#038;&#038; ./$TEST.py -v&#8221;<br />
done</p></blockquote>
<p>As you can imagine HOSTS are the hostnames of the virtual machines where the tests are going to run.</p>
<p>Writing those test isn&#8217;t rocket science, you just need a little knowledge of the package and the functionality you want to test and python unittesting, there is even a <a href="http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/annotate/head:/scripts/skeleton.py">skeleton script</a> that can help you start writing your test.</p>
<p>Hope this information is useful for you! And as usual, patches are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=295</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free meme</title>
		<link>http://www.nvalcarcel.org/?p=288</link>
		<comments>http://www.nvalcarcel.org/?p=288#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:53:50 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=288</guid>
		<description><![CDATA[Here we go: 01:35 PM [~] nxvl@buster $ vrms Non-free packages installed on buster fglrx-modaliases Identifiers supported by the ATI graphics driver ion3 tiling tabbed window manager designed for keyboard use linux-restricted-modules- Non-free Linux 2.6.28 modules helper script linux-restricted-modules- Restricted Linux modules for generic kernels nikto web server security scanner nvidia-173-modaliases Modaliases for the NVIDIA [...]]]></description>
			<content:encoded><![CDATA[<p>Here we go:<br />
01:35 PM [~]<br />
nxvl@buster $ vrms<br />
               Non-free packages installed on buster</p>
<p>fglrx-modaliases          Identifiers supported by the ATI graphics driver<br />
ion3                      tiling tabbed window manager designed for keyboard use<br />
linux-restricted-modules- Non-free Linux 2.6.28 modules helper script<br />
linux-restricted-modules- Restricted Linux modules for generic kernels<br />
nikto                     web server security scanner<br />
nvidia-173-modaliases     Modaliases for the NVIDIA binary X.Org driver<br />
nvidia-180-modaliases     Transitional package for nvidia-185-modaliases<br />
nvidia-185-modaliases     Modaliases for the NVIDIA binary X.Org driver<br />
nvidia-71-modaliases      Modaliases for the NVIDIA binary X.Org driver<br />
nvidia-96-modaliases      Modaliases for the NVIDIA binary X.Org driver<br />
tangerine-icon-theme      Tangerine Icon theme<br />
unrar                     Unarchiver for .rar files (non-free version)</p>
<p>               Contrib packages installed on buster</p>
<p>flashplugin-installer     Adobe Flash Player plugin installer<br />
flashplugin-nonfree       Adobe Flash Player plugin installer<br />
ion3-scripts              user-contributed add-ons to the Ion 3 window manager<br />
nvidia-common             Find obsolete NVIDIA drivers</p>
<p>  12 non-free packages, 0.7% of 1798 installed packages.<br />
  4 contrib packages, 0.2% of 1798 installed packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=288</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Canoniversary!</title>
		<link>http://www.nvalcarcel.org/?p=285</link>
		<comments>http://www.nvalcarcel.org/?p=285#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:02:49 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=285</guid>
		<description><![CDATA[It has been a whole year since i joined canonical on 1st September 2008, it&#8217;s unbelievable a year went that fast, i&#8217;m still getting used to the company and suddenly, a whole year just went away, but as some people say, time flights when you are having so much fun. I can describe this whole [...]]]></description>
			<content:encoded><![CDATA[<p>It has been <a href="http://nvalcarcel.aureal.com.pe/?p=241">a whole year since i joined canonical</a> on 1st September 2008, it&#8217;s unbelievable a year went that fast, i&#8217;m still getting used to the company and suddenly, a whole year just went away, but as some people say, time flights when you are having so much fun.</p>
<p>I can describe this whole year experience in just one word: AMAZING! I&#8217;m having so much fun, even if i&#8217;m getting out of time for other things i wanted to do, everything has it&#8217;s price and working for canonical isn&#8217;t an easy task, a lot is expected from you all the time, but the company policy is to be friends more than co-workers, even if we don&#8217;t see each other to much.</p>
<p>In this year i&#8217;ve had the pleasure of visiting some friends all over the world while traveling for work or escaping a little before or after a work trip, i&#8217;ve also had the chance to meet some people i wouldn&#8217;t otherwise, like a guy i met in Germany that develops this horrible scripts that learn from my shopping customs and offer me stuff i want to buy (i said that guy that i hate him between jokes <img src='http://www.nvalcarcel.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> , c&#8217;mon you hate him as well) and learned things i wouldn&#8217;t in a normal local based company, i learned almost the hard way that when you say &#8220;Asian people&#8221; you are talking about Indians as well (isn&#8217;t it Polly?) and also notice how different cultures can be, some things that are completely natural and normal for me can be really disturbing and offensive for others and vice versa. </p>
<p>I&#8217;ve also have the joy of seeing some friends join the company and grow our friendship, as well as i&#8217;ve seen some good friends leave the company, but the sadness was compensated with the happiness that they are going for something better and that the friendship will continue.</p>
<p>It&#8217;s also always fun how when we meet in person is like we have worked in the same office for ever, people is always keen to have some beers, chat and test Pisco (no, i will never get bored of seeing your faces when you try it!). In summary, canonical is like a big family, you know, how people say that there is competition even inside a same company, well, this is not the case, people is always happy to help you and give you a hand when you need it, and even i thought it wasn&#8217;t possible to have a weekly meeting with your boss to talk about your personal lives before you start talking about work, it&#8217;s always nice to know that they care about you, not only about numbers and results!</p>
<p>That said i wanted to thank everyone in canonical, and the ones that already left for making this company such an amazing place to work! And special thanks for the two guys that helped me had this incredible opportunity (you know who you are!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=285</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Launchpad is open!</title>
		<link>http://www.nvalcarcel.org/?p=283</link>
		<comments>http://www.nvalcarcel.org/?p=283#comments</comments>
		<pubDate>Tue, 18 Aug 2009 02:20:10 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=283</guid>
		<description><![CDATA[I know i&#8217;m late with the news, but i&#8217;ve been busy with travels, conferences and catching up with what happened in work while i was away, is amazing how fast open source world can move in a couple of weeks, but as they say better later that never: Launchpad is now open source, the announcement [...]]]></description>
			<content:encoded><![CDATA[<p>I know i&#8217;m late with the news, but i&#8217;ve been busy with travels, conferences and catching up with what happened in work while i was away, is amazing how fast open source world can move in a couple of weeks, but as they say better later that never: </p>
<p><a href="http://blog.launchpad.net/general/launchpad-is-now-open-source">Launchpad is now open source</a>, the <a href="https://lists.launchpad.net/launchpad-users/msg05118.html">announcement</a> has been done almost a month ago, and there has been already some community contributions, big congratulations to all the people involved in this! I hope now that it&#8217;s not a closed technology more people will feel comfortable using it and contributing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kelly Bundy strikes again!</title>
		<link>http://www.nvalcarcel.org/?p=279</link>
		<comments>http://www.nvalcarcel.org/?p=279#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:26:09 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=279</guid>
		<description><![CDATA[No, they are not producing married with children again, and again no, there isn&#8217;t that Christina Applegate is involved on weird scandal or something. Is just that i&#8217;ve the Kelly Bundy syndrome again. What&#8217;s that? Remember the chapter where Kelly went to a knowledge contest and Al teched her to be prepared for the contest? [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://nvalcarcel.aureal.com.pe/stuff/603k.jpg" alt="Kelly Bundy" /><br />
No, they are not producing married with <a href="http://en.wikipedia.org/wiki/Married..._with_Children">children again</a>, and again no, there isn&#8217;t that <a href="http://en.wikipedia.org/wiki/Christina_Applegate">Christina Applegate</a> is involved on weird scandal or something. Is just that i&#8217;ve the <strong><a href="http://en.wikipedia.org/wiki/Married..._with_Children#Kelly_Bundy">Kelly Bundy </a>syndrome</strong> again. What&#8217;s that? Remember the chapter where Kelly went to a knowledge contest and Al teched her to be prepared for the contest? Remember what Bud told his father when he started to tech her? &#8220;Every time you teach her something she will forget something else&#8221;. Well, being bleeding edge with the technology working in free software that changes every single day and you need to learn new things again every day produces this kind of situation when your brain get&#8217;s overloaded with information and you start forgetting things, for example i&#8217;ve just been told that i ask the same single question to my boss every day, i just keep forgetting that i asked, is frustrating! Again i need to calm down, take a deep breath and rest, my workaholism is playing on me again (i <a href="http://nvalcarcel.aureal.com.pe/?p=149">posted</a> about same issue in the past, in Spanish). I need to aviod this, at least this time has been 1 and a half year without it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=279</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed meme</title>
		<link>http://www.nvalcarcel.org/?p=275</link>
		<comments>http://www.nvalcarcel.org/?p=275#comments</comments>
		<pubDate>Wed, 10 Jun 2009 00:07:33 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=275</guid>
		<description><![CDATA[The best home internet connection money can buy in Perú, so sad:]]></description>
			<content:encoded><![CDATA[<p>The best home internet connection money can buy in Perú, so sad:<br />
<img src="http://www.speedtest.net/result/492360298.png" alt="Speed test" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=275</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meme: Ubuntu Action Pictures</title>
		<link>http://www.nvalcarcel.org/?p=271</link>
		<comments>http://www.nvalcarcel.org/?p=271#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:58:15 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Planeta Debian Perú]]></category>
		<category><![CDATA[Planeta Linux Perú]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=271</guid>
		<description><![CDATA[new meme started, rules: - wear an ubuntu t-shirt - take a nice picture from you in an awesome location - post it into the planet Here is a photo of me after doing sandboard in the desert around the Huacachina oasis, Ica &#8211; Peru.]]></description>
			<content:encoded><![CDATA[<p>new meme <a href="http://blog.init.hr/?p=45">started</a>, rules:<br />
- wear an ubuntu t-shirt<br />
- take a nice picture from you in an awesome location<br />
- post it into the planet</p>
<p>Here is a photo of me after doing sandboard in the desert around the Huacachina oasis, Ica &#8211; Peru.<br />
<img src="http://farm4.static.flickr.com/3317/3450691868_4377b457fa.jpg" alt="Ubuntu Action Picture" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=271</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Guadalinex-Edu Beta Announcement</title>
		<link>http://www.nvalcarcel.org/?p=264</link>
		<comments>http://www.nvalcarcel.org/?p=264#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:03:21 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=264</guid>
		<description><![CDATA[Guadalinex-EDU: New educational distribution based in Jaunty Guadalinex Edu is a new GNU / Linux distribution developed by the Advanced Center for ICT Schools Management (CGA), initially created for use by the educational community of Andalucia, Spain which will be available for teachers and students within the domestic sphere. Guadalinex Edu distribution is equivalent to [...]]]></description>
			<content:encoded><![CDATA[<p STYLE="margin-bottom: 0cm"><b>Guadalinex-EDU: New educational distribution based in Jaunty</b></p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Guadalinex Edu is a new GNU / Linux distribution developed by the <a HREF="http://www.juntadeandalucia.es/averroes/cga">Advanced Center for ICT Schools Management (CGA)</a>, initially created for use by the educational community of Andalucia, Spain which will be available for teachers and students within the domestic sphere. Guadalinex Edu distribution is equivalent to the future <a HREF="http://www.guadalinex.org/">Guadalinex V6 citizen</a> but oriented to the educational sector.
</p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Looking for the highest possible level of stability in the distribution, the CGA will be releasing a beta version of the distribution, installable by anyone who wants it. The aim is to involve the educational community in the stabilization and development of Guadalinex Edu, before its deployment in local schools.</p>
<p STYLE="margin-bottom: 0cm">
<p STYLE="margin-bottom: 0cm">Guadalinex Edu Beta 1 is fully functional, but should not forget that this is a beta version which may contain errors from both: the applications included by the CGA in the distribution, and errors coming from the base distribution where it must be installed (Jaunty Jackalope Ubuntu 9.04), so it is not recommended for use in production computers and,  in any case, it is recommend making a backup of important data before installation.
</p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Within an ICT Center, Guadalinex Edu will take advantage of the network infrastructure and servers from the center to offer:</p>
<p STYLE="margin-bottom: 0cm">
</p>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">a system that allows any member of the center to become remote user of its data in any computer regardless of the dependence location in the center.</p>
</li>
</ul>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">a system for transmitting multimedia content among computers in a classroom</p>
</li>
</ul>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">a system of interaction between students and teachers via the computer</p>
</li>
</ul>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">For domestic users, Guadalinex Edu is offered as a meta package to be installed on Ubuntu Jaunty and offers tons of  applications like:</p>
<p STYLE="margin-bottom: 0cm">
</p>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">Celestia (space simulator)</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kstars (Planetarium)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kgeography (Maps)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Parley (Vocabulary)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Squeak</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">DRAE Spanish Search tool (Lemurae)
		</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">GNU Octave
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kbruch (fractions)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kig
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">KmPlot
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">KSeg (Geometry)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Mathwar (Game of calculus)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">QtOctave (numerical calculus)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Freemind</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Blender
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Audacity</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Festival GUI
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">KTouch (Typing)
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kompozer</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Umbrello</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">K3b</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Kino</p>
</li>
</ul>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Plus  all the benefits of Guadalinex:
</p>
<p STYLE="margin-bottom: 0cm">
</p>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">Spanish translation of many applications</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Support for electronic ID Card</p>
</li>
</ul>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">And Ubuntu:</p>
<p STYLE="margin-bottom: 0cm">
</p>
<ul>
<li>
<p STYLE="margin-bottom: 0cm">A wide range of media devices support (kernel 2.6.28)</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">Firefox 3
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">OpenOffice 3
	</p>
</li>
<li>
<p STYLE="margin-bottom: 0cm">XOrg 1.6 , etc</p>
</li>
</ul>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Installation instructions for  home users are available <a HREF="http://www.juntadeandalucia.es/averroes/cga/spip.php?article354">here</a>(In spanish)</p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">If you have a  Launchpad account, you can add comments and report bugs at the following addresses  (if you do not have an account,  you can register with Launchpad for one)</p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Comments:<br />
<a HREF="https://launchpad.net/guadalinexedu/+addquestion">https://launchpad.net/guadalinexedu/+addquestion<br />
</a>
</p>
<p STYLE="margin-bottom: 0cm">Bug reports:<br />
<a HREF="https://bugs.launchpad.net/guadalinexedu">https://bugs.launchpad.net/guadalinexedu<br />
</a>
</p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm">Original link in spanish <a HREF="http://www.juntadeandalucia.es/averroes/cga/spip.php?article353">here</a></p>
<p STYLE="margin-bottom: 0cm">
</p>
<p STYLE="margin-bottom: 0cm"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=264</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://www.nvalcarcel.org/?p=261</link>
		<comments>http://www.nvalcarcel.org/?p=261#comments</comments>
		<pubDate>Wed, 19 Nov 2008 05:12:23 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=261</guid>
		<description><![CDATA[It&#8217;s has been a long time since i haven&#8217;t write a new post, so it&#8217;s going to be a bunch of updates of what&#8217;s going on and what have i been doing/plan to do: Work @ Canonical It&#8217;s has been almost 3 months working on Canonical and i need to say that is an awesome [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s has been a long time since i haven&#8217;t write a new post, so it&#8217;s going to be a bunch of updates of what&#8217;s going on and what have i been doing/plan to do:</p>
<p><strong>Work @ Canonical</strong><br />
It&#8217;s has been almost 3 months working on <a href="http://canonical.com">Canonical</a> and i need to say that is an awesome company, more than co-workers i feel like i have a lot of friends that share my interests, love the same i do and have passion for their work, a lot of really intelligent and funny people all over the company doing what they love: develop free software.<br />
Also being in the OEM Solutions Group gives me the opportunity of working on an market that is still in development with the bleeding edge of technology reaching a lot of people working with the big companies, i just love to have the opportunity to be in such a nice company doing what i love.</p>
<p><strong>Travels</strong><br />
I&#8217;ve been traveling a lot lately, long flights over the weekends meetings with a lot of nice people and having a lot of fun. I was on <a href="http://2008.latinoware.org">Latinoware</a> and had an awesome time, meet a lot of ubuntu, gnome and debian people as well as other Free Software enthusiasts, it was a wonderful time in Brazil. Also and for work reason i&#8217;ve been visiting Boston a lot where i meet people like <a href="http://mako.cc">mako</a>, <a href="http://www.radian.org">ivan</a>, <a href="http://staticfree.info/">Steve</a>, <a href="http://blogs.law.harvard.edu/sj/">sj</a> and some others and had an awesome time with them.<br />
Also it was nice to meet with some other canonical friends and make face-to-face work, have some beers and just talk about our plans and what we have been doing.</p>
<p><strong>Jaunty</strong><br />
Jaunty repos are open and the development has started again, i will focus myself on having augeas on the shape we want it to be this summer (i&#8217;m a South American, so in a month) writing lenses, testing, and hopefully starting the development of a tool that uses it to manage the system and services, i will look forward to discuss about this at Fosscamp/UDS with the people interested on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=261</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What’s in my Encrypted ~/Private directory?</title>
		<link>http://www.nvalcarcel.org/?p=258</link>
		<comments>http://www.nvalcarcel.org/?p=258#comments</comments>
		<pubDate>Fri, 03 Oct 2008 18:38:36 +0000</pubDate>
		<dc:creator>nxvl</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://nvalcarcel.aureal.com.pe/?p=258</guid>
		<description><![CDATA[Following Dustin&#8217;s MeMe, here is my content: [buster:~] nxvl$ ls -alF Private/ total 40 drwx&#8212;&#8212; 10 nxvl nxvl 4096 2008-10-03 13:14 ./ drwx&#8212;&#8212; 82 nxvl nxvl 4096 2008-10-03 13:36 ../ drwx&#8212;&#8212; 9 nxvl nxvl 4096 2008-10-03 13:36 .evolution/ drwx&#8212;&#8212; 3 nxvl nxvl 4096 2008-04-21 00:29 .flickr/ drwx&#8212;&#8212; 2 nxvl nxvl 4096 2008-10-03 13:13 .gnome2_private/ drwx&#8212;&#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://dustinkirkland.wordpress.com/2008/10/03/whats-in-my-encrypted-private-directory/">Dustin&#8217;s MeMe</a>, here is my content:</p>
<blockquote><p>[buster:~] nxvl$ ls -alF Private/<br />
total 40<br />
drwx&#8212;&#8212; 10 nxvl nxvl 4096 2008-10-03 13:14 ./<br />
drwx&#8212;&#8212; 82 nxvl nxvl 4096 2008-10-03 13:36 ../<br />
drwx&#8212;&#8212;  9 nxvl nxvl 4096 2008-10-03 13:36 .evolution/<br />
drwx&#8212;&#8212;  3 nxvl nxvl 4096 2008-04-21 00:29 .flickr/<br />
drwx&#8212;&#8212;  2 nxvl nxvl 4096 2008-10-03 13:13 .gnome2_private/<br />
drwx&#8212;&#8212;  2 nxvl nxvl 4096 2008-10-02 21:48 .gnupg/<br />
drwx&#8212;&#8212;  2 nxvl nxvl 4096 2008-10-03 00:51 .irssi/<br />
drwx&#8212;&#8212;  4 nxvl nxvl 4096 2008-09-22 11:21 .mozilla/<br />
drwx&#8212;&#8212;  6 nxvl nxvl 4096 2008-10-03 13:37 .purple/<br />
drwx&#8212;&#8212;  2 nxvl nxvl 4096 2008-09-22 20:34 .ssh/
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nvalcarcel.org/?feed=rss2&amp;p=258</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
