<?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>Nocturnario</title>
	<atom:link href="http://blog.sgarciaguillen.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sgarciaguillen.com</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 15:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Single User Mode on Mac OS X 10.6: Choosing between security and usability</title>
		<link>http://blog.sgarciaguillen.com/2010/02/05/single-user-mode-on-mac-os-x-10-6-choosing-between-security-and-usability.html</link>
		<comments>http://blog.sgarciaguillen.com/2010/02/05/single-user-mode-on-mac-os-x-10-6-choosing-between-security-and-usability.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:27:26 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ordenadores]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Single User Mode]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://blog.sgarciaguillen.com/?p=173</guid>
		<description><![CDATA[On Mac OS X 10.6 Snow Leopard, and probably on 10.5 Leopard (but not yet tested), there&#8217;s a security issue Apple seems aware but not willing to adress. When you boot on Single User Mode (pressing Cmd+S before the chime) a unix-like root console is provided with no security regards. You are not prompted to [...]]]></description>
			<content:encoded><![CDATA[<p>On Mac OS X 10.6 Snow Leopard, and probably on 10.5 Leopard (but not yet tested), there&#8217;s a security issue Apple seems aware but not willing to adress.</p>
<p>When you boot on Single User Mode (pressing Cmd+S before the chime) a unix-like root console is provided with no security regards. You are not prompted to provide root password like in debian&#8217;s maintenance mode, it just grants the person in front of the computer a root console with root permission. You can do everything root can, except one thing: changing root password is not possible, but you can add any user to the computer or change the permissions to the existent user, or, as you have root access and maybe an ethernet connection, install a rootkit, a keyboard spy script or anything you can think of.</p>
<p>Yay, it&#8217;s great to have root access if you have any problems with the GUI or you forget your user password, but isn&#8217;t it too risky to have an open root console  available for whomever gets two minutes alone with an Apple computer? Indeed it is. Is it possible to avoid this unsecure mode? </p>
<p>Prior to 10.6, it was possible to use some Unix hacks in order to be asked for a password. </p>
<p>One of them was <a href="http://www.macgeekery.com/gspot/2006-02/password-protecting_single-user_mode_in_tiger">taking advantage of the different environment variables of SUM</a> so you could lock the terminal. This worked on Tiger, but the lock command is now obsolete and you cannot use it nowadays.</p>
<p>Another hack was about <a href="http://www.chrisranjana.com/freebsd-handbook-documentation/boot-init.html">editing the /etc/ttys file</a> and setting the console as insecure, which means that there is no physical security to the computer, so software security must be implemented. This used to be some elegant and fancy solution to the problem, but not even more works. The actual /etc/ttys file show this comment</p>
<p><code><br />
# To secure single-user mode, enable Firmware password protection.<br />
# http://docs.info.apple.com/article.html?artnum=106482</code></p>
<p>So, as Apple says so, the only option nowadays is to use <a href="http://docs.info.apple.com/article.html?artnum=106482">Open Firmware password protection</a>, which is not set by default. But whereas this option makes impossible to log in using SUM, it also disables many interesting boot modes, like verbose mode (V), booting form a dvd using (C), diagnose mode (D). You can only boot the usual way or press option key, inset root password and select the disc to boot (hard disk, optical drive, network disk..). Of course you have that security, and the option to revert it, but it takes two booting sequences to revert it while it should take none.</p>
<p>I tried to discuss this in <a href="http://discussions.apple.com/thread.jspa?messageID=10939564">Apple official forums</a> and the only answer I got form those Apple gurus was that &#8220;physical access trumps any security&#8221;, &#8220;lock the computer and have long wires for keyboard and screen&#8221; (yes, I laughed too) or &#8220;no, it is not possible to do that&#8221;.</p>
<p>So, that&#8217;s it. Apple, by default, grants a password free root console and the only way to avoid that risky situation is to prevent any boot mode apart from the usual one. I am not asking for a difficult hack, just a little bit of security, which was available time ago (and still on Linux and BSD systems) without trumping the usability of advanced booting modes. Some good ad campaigns, the new intel microprocessors, games like Warhammer Online or WoW having Mac versions, and many other reasons have made Mac computers become very popular in past years, especially among european students which we can get benefits and discounts or even free iPods like in the US. But there is that backdoor.</p>
<p>PS: I usually post in spanish in this blog, but I recall this problem to be so important that this entry will be in english so it&#8217;s available to anyone that googles about the issue.</p>
<p>(Traducción. Suelo postear en castellano, pero me parece un problema de tal calado que prefiero que llegue a la mayor cantidad de gente posible que busque información sobre el tema).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2010/02/05/single-user-mode-on-mac-os-x-10-6-choosing-between-security-and-usability.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problemas con la red wifi: ¿Antena rota o sin antena?</title>
		<link>http://blog.sgarciaguillen.com/2009/10/06/problemas-con-la-red-wifi-%c2%bfantena-rota-o-sin-antena.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/10/06/problemas-con-la-red-wifi-%c2%bfantena-rota-o-sin-antena.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:22:42 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sgarciaguillen.com/?p=171</guid>
		<description><![CDATA[Opción 1: # iwconfig wlan1 wlan1 IEEE 802.11bg ESSID:&#8221;WLAN&#8221; Mode:Managed Frequency:2.437 GHz Access Point: EDITADO Bit Rate=54 Mb/s Tx-Power=20 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key:EDITADO Security mode:open Power Management:off Link Quality=69/100 Signal level:-49 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 [...]]]></description>
			<content:encoded><![CDATA[<p>Opción 1:</p>
<p># iwconfig wlan1<br />
wlan1     IEEE 802.11bg  ESSID:&#8221;WLAN&#8221;<br />
          Mode:Managed  Frequency:2.437 GHz  Access Point: EDITADO<br />
          Bit Rate=54 Mb/s   Tx-Power=20 dBm<br />
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B<br />
          Encryption key:EDITADO<br />
Security mode:open<br />
          Power Management:off<br />
          Link Quality=69/100  Signal level:-49 dBm<br />
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br />
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0</p>
<p>$ ping -c10 10.0.0.1</p>
<p>PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.<br />
64 bytes from 10.0.0.1: icmp_seq=1 ttl=255 time=3.95 ms<br />
64 bytes from 10.0.0.1: icmp_seq=2 ttl=255 time=2.39 ms<br />
64 bytes from 10.0.0.1: icmp_seq=3 ttl=255 time=2.02 ms<br />
64 bytes from 10.0.0.1: icmp_seq=4 ttl=255 time=2.40 ms<br />
64 bytes from 10.0.0.1: icmp_seq=5 ttl=255 time=2.11 ms<br />
64 bytes from 10.0.0.1: icmp_seq=6 ttl=255 time=2.12 ms<br />
64 bytes from 10.0.0.1: icmp_seq=7 ttl=255 time=2.17 ms<br />
64 bytes from 10.0.0.1: icmp_seq=8 ttl=255 time=2.07 ms<br />
64 bytes from 10.0.0.1: icmp_seq=9 ttl=255 time=2.09 ms<br />
64 bytes from 10.0.0.1: icmp_seq=10 ttl=255 time=2.44 ms</p>
<p>&#8212; 10.0.0.1 ping statistics &#8212;<br />
10 packets transmitted, 10 received, 0% packet loss, time 9011ms<br />
rtt min/avg/max/mdev = 2.025/2.380/3.950/0.542 ms</p>
<p>Opción 2:</p>
<p># iwconfig wlan1<br />
wlan1     IEEE 802.11bg  ESSID:&#8221;WLAN&#8221;<br />
          Mode:Managed  Frequency:2.437 GHz  Access Point: EDITADO<br />
          Bit Rate=54 Mb/s   Tx-Power=20 dBm<br />
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B<br />
          Encryption key: EDITADO<br />
Security mode:open<br />
          Power Management:off<br />
          Link Quality=55/100  Signal level:-31 dBm<br />
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br />
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0</p>
<p>$ ping -c10 10.0.0.1<br />
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.<br />
64 bytes from 10.0.0.1: icmp_seq=1 ttl=255 time=285 ms<br />
64 bytes from 10.0.0.1: icmp_seq=2 ttl=255 time=61.5 ms<br />
64 bytes from 10.0.0.1: icmp_seq=3 ttl=255 time=173 ms<br />
64 bytes from 10.0.0.1: icmp_seq=4 ttl=255 time=45.1 ms<br />
64 bytes from 10.0.0.1: icmp_seq=5 ttl=255 time=90.2 ms<br />
64 bytes from 10.0.0.1: icmp_seq=6 ttl=255 time=23.7 ms<br />
64 bytes from 10.0.0.1: icmp_seq=7 ttl=255 time=88.7 ms<br />
64 bytes from 10.0.0.1: icmp_seq=8 ttl=255 time=258 ms<br />
64 bytes from 10.0.0.1: icmp_seq=9 ttl=255 time=448 ms<br />
64 bytes from 10.0.0.1: icmp_seq=10 ttl=255 time=221 ms</p>
<p>&#8212; 10.0.0.1 ping statistics &#8212;<br />
10 packets transmitted, 10 received, 0% packet loss, time 9011ms<br />
rtt min/avg/max/mdev = 23.716/169.698/448.274/127.660 ms</p>
<p>Mejor sin antena que con una antena rota. Pero muuuucho mejor. ¡¡Maldita onda estacionaria!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/10/06/problemas-con-la-red-wifi-%c2%bfantena-rota-o-sin-antena.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Para la Federación Andaluza de Baloncesto&#8230;</title>
		<link>http://blog.sgarciaguillen.com/2009/02/18/para-la-federacion-andaluza-de-baloncesto.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/02/18/para-la-federacion-andaluza-de-baloncesto.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:28:06 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sgarciaguillen.com/2009/02/18/para-la-federacion-andaluza-de-baloncesto.html</guid>
		<description><![CDATA[a esto juegan 6 contra 6. WTF!!!]]></description>
			<content:encoded><![CDATA[<p>a esto juegan 6 contra 6.<br />
<a href="http://blog.sgarciaguillen.com/images//2009/02/imagen-1.png"><br />
<div id="attachment_160" class="wp-caption aligncenter" style="width: 410px"><img src="http://blog.sgarciaguillen.com/images//2009/02/imagen-1.png" title="imagen-1" width="400" height="220" class="size-full wp-image-160" /><p class="wp-caption-text">6vs6jugando al basket</p></div></p>
<p>WTF!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/02/18/para-la-federacion-andaluza-de-baloncesto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gazapos telequiles (I)</title>
		<link>http://blog.sgarciaguillen.com/2009/01/31/gazapos-telequiles-i.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/01/31/gazapos-telequiles-i.html#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:47:13 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sgarciaguillen.com/2009/01/31/gazapos-telequiles.html</guid>
		<description><![CDATA[Minipunto para quien descubra el gazapo en esta imagen del 4&#215;13 de Battlestar Galactica:]]></description>
			<content:encoded><![CDATA[<p>Minipunto para quien descubra el gazapo en esta imagen del 4&#215;13 de Battlestar Galactica:</p>
<p><a href="http://blog.sgarciaguillen.com/images//2009/01/imagen-7.png"><br />
<div id="attachment_157" class="wp-caption alignnone" style="width: 310px"><img src="http://blog.sgarciaguillen.com/images//2009/01/imagen-7-300x187.png" alt="Gazapo" title="BSG4x13" width="300" height="187" class="size-medium wp-image-157" /><p class="wp-caption-text">Gazapo</p></div></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/01/31/gazapos-telequiles-i.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me he mudado!!</title>
		<link>http://blog.sgarciaguillen.com/2009/01/15/me-he-mudado.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/01/15/me-he-mudado.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 16:00:46 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sgarciaguillen.com/2009/01/15/me-he-mudado.html</guid>
		<description><![CDATA[Pues sí. Ahora tenog blog propio de esos. Con mi propio dominio y demás estupideces. Así qeu aquí estoy, medio pasando las cosas y tal]]></description>
			<content:encoded><![CDATA[<p>Pues sí. Ahora tenog blog propio de esos. Con mi propio dominio y demás estupideces.</p>
<p>Así qeu aquí estoy, medio pasando las cosas y tal</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/01/15/me-he-mudado.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cambiar la resolución en Quake III Arena para mac</title>
		<link>http://blog.sgarciaguillen.com/2009/01/05/cambiar-la-resolucion-en-quake-iii-arena-para-mac.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/01/05/cambiar-la-resolucion-en-quake-iii-arena-para-mac.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:54:38 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrqeu.webpal.info/index.php/2009/01/05/cambiar-la-resolucion-en-quake-iii-arena-para-mac.html</guid>
		<description><![CDATA[Eh tu! Switcher que sabes qeu hay ciertos juegos qeu funcionan también en Mac!!! ¿A que a veces resulta que la resolución de tu pantalla no está soportada nativamente en el juego? Una putada, verdad? bueno, pues en Quake III Arena pasa eso, pero te voy a contar como arreglarlo. a) Poner el teclado el [...]]]></description>
			<content:encoded><![CDATA[<p>Eh tu! Switcher que sabes qeu hay ciertos juegos qeu funcionan también en Mac!!! ¿A que a veces resulta que la resolución de tu pantalla no está soportada nativamente en el juego? Una putada, verdad? bueno, pues en Quake III Arena pasa eso, pero te voy a contar como arreglarlo.</p>
<p>a) Poner el teclado el estadounidense ampliado</p>
<p>b) entrar al juego</p>
<p>c) pulsar shift+< para abrir la consola</p>
<p>d) escribir </p>
<p>/set r_customwidth 1440<br />
/set r_customheight 900<br />
/set r_mode -1<br />
/vid_restart </p>
<p>si tu resolución es 1440&#215;900. Si es otra, pues cambias lso números de forma adecuada para tu resolución, no me seas melón.</p>
<p>Le das al intro.</p>
<p>Hala, mata-mata-mata-mata-mata-mata</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/01/05/cambiar-la-resolucion-en-quake-iii-arena-para-mac.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problema con el login en wordpress</title>
		<link>http://blog.sgarciaguillen.com/2009/01/03/problema-con-el-login-en-wordpress.html</link>
		<comments>http://blog.sgarciaguillen.com/2009/01/03/problema-con-el-login-en-wordpress.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 20:56:42 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://mrqeu.webpal.info/?p=148</guid>
		<description><![CDATA[A veces, sobre todo al instalar una versión más moderna de wordpress, ocurre que a la hora de hacer login, es imposible. Te redirige siempre, siempre, siempre a la misma página, lo que da, en ciertos naveagdores y configuraciones (firefox, p ej), un error bastante imponente. La solución es: a) hacer logout ANTES de subir [...]]]></description>
			<content:encoded><![CDATA[<p>A veces, sobre todo al instalar una versión más moderna de wordpress, ocurre que a la hora de hacer login, es imposible. Te redirige siempre, siempre, siempre a la misma página, lo que da, en ciertos naveagdores y configuraciones (firefox, p ej), un error bastante imponente. La solución es:</p>
<p>a) hacer logout ANTES de subir al servidor la nueva versión de wordpress</p>
<p>o </p>
<p>b) hacer logout para poder hacer login una vez que te es imposible hacer login.</p>
<p>¿Pero como haces logout si no puedes acceder al panel de administración?</p>
<p>pues muy fácil, tienes qeu editar lo que aparece en la barra de direcciones y poner:</p>
<p>http://dominio/wp-login.php?action=logout</p>
<p>cambiando dominio por donde tengas alojado el blog, por ejemplo yo pondría:</p>
<p>http://blog.sgarciaguillen.com/wp-login.php?action=logout</p>
<p>Fácil, sencillo, para toda la familia y de paso sirve para actualizar el blog <img src='http://blog.sgarciaguillen.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2009/01/03/problema-con-el-login-en-wordpress.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>El disco de éstas navidades</title>
		<link>http://blog.sgarciaguillen.com/2008/12/15/el-disco-de-estas-navidades.html</link>
		<comments>http://blog.sgarciaguillen.com/2008/12/15/el-disco-de-estas-navidades.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 15:43:09 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Musica]]></category>

		<guid isPermaLink="false">http://mrqeu.webpal.info/?p=147</guid>
		<description><![CDATA[Disfrutad con la versión death metal del Noche de Paz por Testament o con la versión del Run Rudolph Run con Lemmy (Motörhead), Billy Gibbons (ZZ Top) y Dave Grohl (Nirvana, Foo Fighters, etc), o a Doug Pinnick (King&#8217;s X) cantando el tamborilero. Esto va a ser un todo un éxito en la cena de [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mininova.org/tor/2056101"><img src="http://blog.sgarciaguillen.com/wp-content/uploads/metal_xmas_us300.jpg" width="300" height="297" alt="" title="" /></a></p>
<p>Disfrutad con la versión death metal del Noche de Paz por Testament o con la versión del <em>Run Rudolph Run</em> con Lemmy (Motörhead), Billy Gibbons (ZZ Top) y Dave Grohl (Nirvana, Foo Fighters, etc), o a Doug Pinnick (King&#8217;s X) cantando el tamborilero.</p>
<p>Esto va a ser un todo un éxito en la cena de Nochebuena, te lo digo yo. <img src='http://blog.sgarciaguillen.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2008/12/15/el-disco-de-estas-navidades.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dos vicios</title>
		<link>http://blog.sgarciaguillen.com/2008/12/06/dos-vicios.html</link>
		<comments>http://blog.sgarciaguillen.com/2008/12/06/dos-vicios.html#comments</comments>
		<pubDate>Sat, 06 Dec 2008 18:36:18 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Paranoid]]></category>
		<category><![CDATA[Sensaciones]]></category>

		<guid isPermaLink="false">http://mrqeu.webpal.info/?p=146</guid>
		<description><![CDATA[Premio para quien los adivine. Uno es continente y otro contenido. Sí, demasiado tiempo perdido&#8230;]]></description>
			<content:encoded><![CDATA[<p>Premio para quien los adivine. Uno es continente y otro contenido.</p>
<p><a href="http://mrqeu.webpal.info/wp-content/uploads/Gundinghall%20Transport%2C%2010%20Jul%202163.png"><img src="http://mrqeu.webpal.info/wp-content/uploads/_Gundinghall%20Transport%2C%2010%20Jul%202163.png" width="250" height="147" alt="" title=""  /></a></p>
<p>Sí, demasiado tiempo perdido&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2008/12/06/dos-vicios.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cuando eres un becario&#8230;</title>
		<link>http://blog.sgarciaguillen.com/2008/11/25/cuando-eres-un-becario.html</link>
		<comments>http://blog.sgarciaguillen.com/2008/11/25/cuando-eres-un-becario.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 10:03:06 +0000</pubDate>
		<dc:creator>MrQeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrqeu.webpal.info/?p=145</guid>
		<description><![CDATA[tienes que tener dos cosas claras. Si tu jefe no trabaja, tu tampoco. Mira el correo, lee blogs, escribe en foros, habla por el chat de gmail, etc, etc. Hasta escribe ésta entrada.]]></description>
			<content:encoded><![CDATA[<p>tienes que tener dos cosas claras. Si tu jefe no trabaja, tu tampoco. Mira el correo, lee blogs, escribe en foros, habla por el chat de gmail, etc, etc. Hasta escribe ésta entrada.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sgarciaguillen.com/2008/11/25/cuando-eres-un-becario.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
