<?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>Codigo Manso &#187; General</title>
	<atom:link href="http://www.codigomanso.com/en/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigomanso.com</link>
	<description>Programación, informática y tecnología</description>
	<lastBuildDate>Sun, 21 Aug 2011 10:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google App Engine SDK 1.4.0 released</title>
		<link>http://www.codigomanso.com/en/2010/12/google-app-engine-sdk-1-4-0-released/</link>
		<comments>http://www.codigomanso.com/en/2010/12/google-app-engine-sdk-1-4-0-released/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 12:54:32 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=1045</guid>
		<description><![CDATA[The version 1.4.0 of Google App Engine SDK has been released.
I would highlight 3 things on this release:

The taskqueues are now part of the official API, they are not experimental anymore  
They have multiplied by 20 the maximum time of execution on cron tasks and task queues. From 30 seconds to 600 seconds (10 [...]]]></description>
			<content:encoded><![CDATA[<p>The version 1.4.0 of Google App Engine SDK has been released.</p>
<p>I would highlight 3 things on this release:</p>
<ul>
<li>The <a href="http://code.google.com/appengine/docs/python/taskqueue/">taskqueues</a> are now part of the official API, they are not experimental anymore <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>They have multiplied by 20 the maximum time of execution on <a href="http://code.google.com/appengine/docs/python/config/cron.html">cron tasks</a> and <a href="http://code.google.com/appengine/docs/python/taskqueue/">task queues</a>. From 30 seconds to 600 seconds (10 minutes). This is awesome! although it can be dangerous. We&#8217;ll have to use this wisely  <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Finally <a href="http://code.google.com/appengine/docs/python/channel/">Channel API</a> is now officially available to everybody.</li>
</ul>
<p>The Channel API impressed me when I saw it in May. Following a talk about Channel API on Google IO. Is a technical talk and it only make sense to see it if you program on GAE or if you want to do an API for <a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">Comet</a>:</p>
<p><object width="480" height="290"><param name="movie" value="http://www.youtube.com/v/oMXe-xK0BWA&#038;hl=en_US&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/oMXe-xK0BWA&#038;hl=en_US&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="480" height="290"></embed></object></p>
<p>Links:</p>
<ul>
<li><a href="http://code.google.com/appengine/downloads.html">Google App Engine SDK Download Page</a></li>
<li><a href="http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes">Google App Engine Release Notes</a></li>
<li><a href="http://www.google.com/events/io/2010/sessions/building-real-time-apps-app-engine-feed-api.html">Building real-time web apps with App Engine and the Feed API</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/12/google-app-engine-sdk-1-4-0-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Number pad is not working in ubuntu</title>
		<link>http://www.codigomanso.com/en/2010/09/solved-number-pad-not-working-n-ubuntu/</link>
		<comments>http://www.codigomanso.com/en/2010/09/solved-number-pad-not-working-n-ubuntu/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 06:20:10 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=926</guid>
		<description><![CDATA[It&#8217;s the second time that I have to solve the problem of the number pad not working in Ubuntu. For what I&#8217;ve seen in some forums it happens in other linux distributions as well.
The solution in 4 simple steps:
  &#8211; Open System -> Preferences -> Keyboard
  &#8211; Click on the Mouse Keys tab
 [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the second time that I have to solve the problem of the number pad not working in Ubuntu. For what I&#8217;ve seen in some forums it happens in other linux distributions as well.</p>
<p>The solution in 4 simple steps:<br />
  &#8211; Open <strong>System -> Preferences -> Keyboard</strong><br />
  &#8211; Click on the <strong>Mouse Keys</strong> tab<br />
  &#8211; Deselect <strong>&quot;Pointer can be controlled using the keypad&quot;</strong><br />
  &#8211; And, finally, just click on <strong>Close</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/09/solved-number-pad-not-working-n-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Running Google App Engine in Ubuntu 10.4 Lucid Lynx</title>
		<link>http://www.codigomanso.com/en/2010/05/google-app-engine-en-ubuntu-10-4-lucid-lynx/</link>
		<comments>http://www.codigomanso.com/en/2010/05/google-app-engine-en-ubuntu-10-4-lucid-lynx/#comments</comments>
		<pubDate>Mon, 03 May 2010 17:06:55 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=863</guid>
		<description><![CDATA[It is not new, it always happens the same to me. After I update my computer to the latest version of Ubuntu (in this case version 10.4) I always have to spend a couple of days  reconfiguring things or reinstalling packages.
The thing is that right now I am developing an application using Google App [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It is not new, it always happens the same to me. After I update my computer to the latest version of Ubuntu (in this case version 10.4) I always have to spend a couple of days  <a href="http://www.codigomanso.com/es/2010/04/ubuntu-10-4-poner-el-boton-de-cerrar-la-ventana-a-la-derecha/" target="_self">reconfiguring things</a> or reinstalling packages.</p>
<p style="text-align: justify;">The thing is that right now I am developing an application using <a href="http://code.google.com/appengine/">Google App Engine</a> (GAE  for friends), and for not having problems when deploying the next version, it is recommended to use Python 2.5 when developing.</p>
<p style="text-align: justify;">As you might have guessed in the title, Canonical have removed the Python2.5 package from the latest Ubuntu Lucid release, so I cannot run the local  Google App Engine web server.</p>
<p style="text-align: justify;">Lucky me, after searching for a while on <a href="http://www.launchpad.net">launchpad.net</a> I&#8217;ve found a solution. There is a person that has created  <a href="https://launchpad.net/~fkrull/+archive/deadsnakes">python2.4 and python2.5 packages</a> for Ubuntu Lucid Lynx.</p>
<p style="text-align: justify;">The only think you should do is add the following two lines at the end of your   /etc/apt/sources.list</p>
<pre id="sources-list-entries">deb <a href="http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu">http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu</a> lucid main
deb-src <a href="http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu">http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu</a> lucid main</pre>
<p style="text-align: justify;">And finally run:</p>
<pre>
$ sudo apt-get update
$ sudo apt-get install python2.5
</pre>
<p style="text-align: justify;">And that&#8217;s it, you can now run GoogleAppEngine.</p>
<p>Interesting links:</p>
<ul>
<li><a href="https://launchpad.net/~fkrull/+archive/deadsnakes">Old Python  versions in Launchpad</a> (you can check on this website the packages and how to install them)</li>
<li><a href="http://www.python.org/download/releases/2.5.5/">Python 2.5.5  release page</a></li>
<li><a href="http://code.google.com/appengine/">Google App Engine</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/05/google-app-engine-en-ubuntu-10-4-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>2806</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.4: How to place the window close button on the right again</title>
		<link>http://www.codigomanso.com/en/2010/04/ubuntu-10-4-poner-el-boton-de-cerrar-la-ventana-a-la-derecha/</link>
		<comments>http://www.codigomanso.com/en/2010/04/ubuntu-10-4-poner-el-boton-de-cerrar-la-ventana-a-la-derecha/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 11:16:07 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=860</guid>
		<description><![CDATA[Ubuntu  10.4 is live. I&#8217;ve been using Ubuntu for around 4 to 5 years, and I am a pretty happy user.
From my point of view, the big problem I found on this release (which I just installed 5 minutes ago) is that they changed the window buttons from the right to the left side [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/">Ubuntu  10.4</a> is live. I&#8217;ve been using Ubuntu for around 4 to 5 years, and I am a pretty happy user.</p>
<p>From my point of view, the big problem I found on this release (which I just installed 5 minutes ago) is that they changed the window buttons from the right to the left side of the window. I think 95% of the users are used to the buttons on the right side, and I don&#8217;t see the point on moving them to the left.</p>
<p>Anyway, I don&#8217;t like it, so I searched around, and I&#8217;ve found a quick and easy solution.</p>
<p>Press Alt+F2, then type <strong>gconf-editor</strong> and press enter. That&#8217;s for opening the configuration editor.</p>
<p>Once on this editor, in the item tree at the left, you have to look for this path  <strong>app -&gt; metacity -&gt; general</strong> and you doubleclick on the field named  <strong>button_layout</strong>.</p>
<p>Then, you have only to change the value field and put this:</p>
<p><strong>menu:minimize,maximize,close</strong></p>
<p>You save the changes, and voila!! all the windows reconfigured again!</p>
<p>Now all the windows show the minimize, maximize and close buttons on the right again <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/04/ubuntu-10-4-poner-el-boton-de-cerrar-la-ventana-a-la-derecha/feed/</wfw:commentRss>
		<slash:comments>492</slash:comments>
		</item>
		<item>
		<title>Photoshop: Content-Aware Fill</title>
		<link>http://www.codigomanso.com/en/2010/03/photoshop-content-aware-fill/</link>
		<comments>http://www.codigomanso.com/en/2010/03/photoshop-content-aware-fill/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:31:14 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[one-click]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=846</guid>
		<description><![CDATA[Impressive video about one of the coming features of photoshow, with just a click of the mouse.

You can go directly to the minute 2:50 to watch how it removes a tree out of the scene in just a click.
It is amazing the things that can be done&#8230;
Seen at John Nack on Adobe
]]></description>
			<content:encoded><![CDATA[<p>Impressive video about one of the coming features of photoshow, with just a click of the mouse.<br />
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/NH0aEp1oDOI&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/NH0aEp1oDOI&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="385"></embed></object></p>
<p>You can go directly to the minute 2:50 to watch how it removes a tree out of the scene in just a click.</p>
<p>It is amazing the things that can be done&#8230;</p>
<p>Seen at <a href="http://blogs.adobe.com/jnack/2010/03/caf_in_ps.html">John Nack on Adobe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/03/photoshop-content-aware-fill/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Firebug 1.5 crashes on Ubuntu 64-bit</title>
		<link>http://www.codigomanso.com/en/2010/01/firebug-1-5-peta-en-los-ubuntu-64-bit/</link>
		<comments>http://www.codigomanso.com/en/2010/01/firebug-1-5-peta-en-los-ubuntu-64-bit/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:49:22 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=804</guid>
		<description><![CDATA[This morning I got an update message from Firefox for updating firebug to the latest 1.5 version. I&#8217;ve installed it, but when I tried to click on the icon&#8230;. booooom!! Firefox window has dissapeared.
According to this post in the Firebug blog, the crash will be solved on future versions of Firefox (3.5.8).
Just in case you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This morning I got an update message from Firefox for updating firebug to the latest 1.5 version. I&#8217;ve installed it, but when I tried to click on the icon&#8230;. booooom!! Firefox window has dissapeared.</p>
<p style="text-align: justify;">According to <a href="http://blog.getfirebug.com/2010/01/19/64-bit-firefox-on-linux-crashes-with-firebug-1-5-0/">this post</a> in the Firebug blog, the crash will be solved on future versions of Firefox (3.5.8).</p>
<p style="text-align: justify;">Just in case you are here because you have the same problem, here are a couple of solutions that work:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">Install the 32-bit version of Firefox</a></li>
<li>Uninstall Firebug 1.5 and reinstall <a href="http://getfirebug.com/releases/firebug/1.4/">a previous version of Firebug</a>, you might want to install <a href="http://getfirebug.com/releases/firebug/1.4/firebug-1.4.5.xpi">firebug 1.4.5</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2010/01/firebug-1-5-peta-en-los-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Linux</title>
		<link>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/</link>
		<comments>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:09:44 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[navegador]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=800</guid>
		<description><![CDATA[Today I&#8217;ve received an e-mail from Google telling me that they launched the new beta for linux of their browser Google Chrome.  It&#8217;s been a while since they first launched a version for Windows.
As you might expect, I&#8217;ve downloaded and installed this brand new version of Chrome for Linux and I installed on my Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Today I&#8217;ve received an e-mail from Google telling me that they launched the new beta for linux of their browser Google Chrome.  It&#8217;s been a while since they first launched a version for Windows.</p>
<p style="text-align: justify;">As you might expect, I&#8217;ve downloaded and installed <a href="http://www.google.com/chrome/intl/en-GB/w00t.html" target="_blank">this brand new version of Chrome for Linux</a> and I installed on my Ubuntu 64-bit laptop.</p>
<p style="text-align: justify;">The truth is that it caused me a great impression, when I launched google-chrome command, the browser just appeared in a fraction of a second. I though Opera was quite amazing at rendering the browser, but now I think Chrome is even faster.</p>
<p style="text-align: justify;">The next thing I tried is <a href="http://www.artypist.com/en/typing-test/" target="_self">the typing test of ARTypist</a>, and it worked amazingly well. I know it uses internally a lot of javascript, and it all works great.  Even the CSS displays properly well, and since several months ago I haven&#8217;t tried to run ARTypist on Chrome <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Finally, after visiting another couple of web sites I realized flash worked as well without me having to install any plugin. I don&#8217;t know if it has detected the flash plugin was already installed (probably), but it&#8217;s great having it working on all pages. At the first sight, it seems the browser seems it&#8217;s working well <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Right now I&#8217;m not planning to change Firefox by Chrome, but at least I can test my webs on Chrome without having to open a virtual machine with Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Transfer a twitter application from one user to another</title>
		<link>http://www.codigomanso.com/en/2009/11/how-to-transfer-a-twitter-application/</link>
		<comments>http://www.codigomanso.com/en/2009/11/how-to-transfer-a-twitter-application/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 10:45:41 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter app]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=791</guid>
		<description><![CDATA[If you have a twitter account maybe you have played with twitter API, or even you have made a twitter application for integrating the &#8220;Sign in with Twitter&#8221;, or maybe you have created an application for something else.
Anyway, these days I&#8217;ve been working in integrating the Sign in with Twitter and Sign in with Facebook [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you have a twitter account maybe you have played with <a href="http://www.codigomanso.com/en/2009/10/accediendo-al-api-de-twitter-con-php/">twitter API</a>, or even you have made a twitter application for integrating the &#8220;Sign in with Twitter&#8221;, or maybe you have created an application for something else.</p>
<p style="text-align: justify;">Anyway, these days I&#8217;ve been working in integrating the Sign in with Twitter and Sign in with Facebook in <a href="http://www.artypist.com/es/">the typing web</a> (I haven&#8217;t released the new changes yet). I&#8217;ve been thinking that it will be a good idea to create a user called &#8220;artypist&#8221; in twitter to post the news of the web, so once I created that user I though it will be a good idea as well to move my ARTypist application from my user (amniotic) to the new artypist user. The only problem I found is that there is no option in twitter that says &#8220;Transfer this application to another twitter user&#8221;.</p>
<p style="text-align: justify;">After this, my first though was removing the application and creating it back on the other user. This was not possible !  Twitter does not allow to remove applications once created&#8230;</p>
<p style="text-align: justify;">A couple of minutes later I got another idea&#8230; And this new idea worked!!</p>
<p>To transfer a twitter application  (say APP) from one user (A) to another user (B) the only thing you need to do is to log in twitter as A, then edit the application settings and rename it to APP2, then logout and log in as B, and now you can create the application APP again. As the name has been &#8220;released&#8221; it can be used by another application <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I hope this helps somebody!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/11/how-to-transfer-a-twitter-application/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to get the UUID of a disk or partition in Ubuntu</title>
		<link>http://www.codigomanso.com/en/2009/11/como-averiguar-el-uuid-de-un-disco-o-particion-en-ubuntu/</link>
		<comments>http://www.codigomanso.com/en/2009/11/como-averiguar-el-uuid-de-un-disco-o-particion-en-ubuntu/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:33:06 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[Administracion de Servidores]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[useful commands]]></category>
		<category><![CDATA[uuid]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=757</guid>
		<description><![CDATA[Sometimes it can be very useful, and even necessary, to know the UUID (Universally Unique Identifier) of a disk or partition in Linux.
Nowadays the configuration for mounting disk partitions on linux (the file /etc/fstab) uses the UUID instead of the device name (/dev/hda1, /dev/sda1 &#8230;).
If you need to know which is the UUID of a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Sometimes it can be very useful, and even necessary, to know the UUID (Universally Unique Identifier) of a disk or partition in Linux.</p>
<p style="text-align: justify;">Nowadays the configuration for mounting disk partitions on linux (the file /etc/fstab) uses the UUID instead of the device name (/dev/hda1, /dev/sda1 &#8230;).</p>
<p style="text-align: justify;">If you need to know which is the UUID of a particular device you can run the <strong>blkid</strong> command. E.g:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> blkid <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1: <span style="color: #007800;">UUID</span>=<span style="color: #ff0000;">&quot;8b6ec31c-1f41-49f3-82da-d2ab0f0fa312&quot;</span> <span style="color: #007800;">TYPE</span>=<span style="color: #ff0000;">&quot;ext3&quot;</span></pre></div></div>

<p style="text-align: justify;">If you don&#8217;t like this command, or you think you cannot remember it, there is another way of knowing the UUID. If you have udev in your system (I think is udev the one that updates the list), you can go to  <strong>/dev/disks/by-uuid/</strong> folder and run a list command (ls). E.g:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-l</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>disks<span style="color: #000000; font-weight: bold;">/</span>by-uuid<span style="color: #000000; font-weight: bold;">/</span>
lrwxrwxrwx <span style="color: #000000;">1</span> root root <span style="color: #000000;">10</span> <span style="color: #000000;">2009</span>-<span style="color: #000000;">11</span>-<span style="color: #000000;">19</span> 07:<span style="color: #000000;">56</span> 8b6ec31c-1f41-49f3-82da-d2ab0f0fa312 -<span style="color: #000000; font-weight: bold;">&gt;</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>sda1
lrwxrwxrwx <span style="color: #000000;">1</span> root root <span style="color: #000000;">10</span> <span style="color: #000000;">2009</span>-<span style="color: #000000;">11</span>-<span style="color: #000000;">19</span> 07:<span style="color: #000000;">56</span> 626adc53-<span style="color: #000000;">3478</span>-4eb1-9f68-dc0b6f9308e7 -<span style="color: #000000; font-weight: bold;">&gt;</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>sda2
lrwxrwxrwx <span style="color: #000000;">1</span> root root <span style="color: #000000;">10</span> <span style="color: #000000;">2009</span>-<span style="color: #000000;">11</span>-<span style="color: #000000;">19</span> 07:<span style="color: #000000;">56</span> 9cfc5c6d-f343-411e-ac59-31eee6b12a9b -<span style="color: #000000; font-weight: bold;">&gt;</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span>sda3</pre></div></div>

<p style="text-align: justify;">The advantage of this command is that we don&#8217;t need administrator privileges, and it&#8217;s easier to remember <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/11/como-averiguar-el-uuid-de-un-disco-o-particion-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP amazingly improves itself</title>
		<link>http://www.codigomanso.com/en/2009/11/php-se-supera-a-si-mismo/</link>
		<comments>http://www.codigomanso.com/en/2009/11/php-se-supera-a-si-mismo/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:20:29 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[goto]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php 5.3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=748</guid>
		<description><![CDATA[This was me, looking how to install PHP 5.3 in the new Ubuntu Karmic, because using the new functionality of late static binding will simplify my code, and I&#8217;ve found something amazing. A new feature that was missing in PHP, but they have included in PHP 5.3&#8230;
the&#8230;
wait for it&#8230;.
wait for it&#8230;.
wait for it&#8230;.
GOTO
It&#8217;s amazing how [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This was me, looking how to install PHP 5.3 in the new Ubuntu Karmic, because using the new functionality of late static binding will simplify my code, and I&#8217;ve found something amazing. A new feature that was missing in PHP, but they have included in PHP 5.3&#8230;</p>
<p style="text-align: center;height: 3em;">the&#8230;</p>
<p style="text-align: center;height: 3em;">wait for it&#8230;.</p>
<p style="text-align: center;height: 3em;">wait for it&#8230;.</p>
<p style="text-align: center;height: 3em;">wait for it&#8230;.</p>
<p style="text-align: center;font-size: 2em; height: 2em;"><strong>GOTO</strong></p>
<p style="text-align: justify;">It&#8217;s amazing how PHP team is including in the same release high-level features, as well as a low-level feature like that (BTW most of the people will consider this feature harmful). They should have felt a great pressure from people or something, because I cannot find any reasonable reason for them to include it&#8230;</p>
<p style="text-align: justify;"><a href="http://us.php.net/goto" target="_blank">In the PHP <b>goto</b> documentation</a> you will see that at least, they are funny about it:</p>
<p style="text-align: justify;"><a href="http://us.php.net/goto" target="_blank"><img class="aligncenter" title="Take care, hungry dinosaur approaching" src="http://us.php.net/manual/en/images/0baa1b9fae6aec55bbb73037f3016001-xkcd-goto.png" alt="" width="516" height="140" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/11/php-se-supera-a-si-mismo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

