<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>http://capo.quodvis.net</title>
		<link>http://capo.quodvis.net/index.php</link>
		<description><![CDATA[http://capo.quodvis.net]]></description>
		<copyright>Copyright 2010, cap0ssie110</copyright>
		<managingEditor>cap0ssie110</managingEditor>
		<language>es-ES</language>
		<generator>SPHPBLOG 0.4.8</generator>
		<item>
			<title>me quede sin portatil!</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100715-115313</link>
			<description><![CDATA[anoche entraron a robar a mi departamento en santiago y se llevaron mi portatil, un macbook pro 2.5ghz mod 4.1, 200gigas, 4 gigas de ram, nvidia 512, teclado en ingles. Lo tenia corriendo slackware, pero lo mas probable es que lo reinstalen antes de venderlo, si alguien sabe de algun macbook pro que vendan usado con caracteriscas como el mio agradeceria me escriban a <a href="mailto:capo@qudvis.net" target="_blank" >capo@qudvis.net</a><br /><br />numero de serrie: W881306ZYK0<br /><br />macaddress<br />00:1E:C2:C2:5B:F2<br /><br />MacBook Pro, 15-inch<br />Part Number: Z0EZ<br />Backlit Keyboard/Mac OS - U.S. English<br />SuperDrive 8X (DVD±R DL/DVD±RW/CD-RW)<br />2GB 667MHz DDR2 SDRAM - 2x1GB<br />MacBook Pro 15-inch Widescreen Display<br />200GB Serial ATA Drive @ 7200 rpm<br />Accessory Kit<br />Apple Remote<br />2.5GHz Intel Core 2 Duo<br />Ships by: Mar 20 - Mar 24<br />Delivers by: Mar 24 - Mar 28<br /><br />System model name: MacBookPro4,1 (Mac-F42C89C8)<br />]]></description>
			<category>Announcements</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100715-115313</guid>
			<author>cap0ssie110</author>
			<pubDate>Thu, 15 Jul 2010 15:53:13 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=07&amp;entry=entry100715-115313</comments>
		</item>
		<item>
			<title>XDMCP OSX + LINUX</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100713-132635</link>
			<description><![CDATA[<b>Habilitar XDMCP en Linux/GDM</b><br /><br />En primer lugar usted necesita habilitar XDMCP de acceso en la máquina de Linux, si tienes gnome:<br /><br />   1. Administración del sistema&gt;&gt; pantalla de entrada del menú de configuración<br />   2. Introduzca su contraseña de administración Escriba la contraseña<br />   3. En la pestaña de Seguridad, Activar XDMCP Habilitar XDMCP<br />   4. Luego es probable que sea necesarios escribir en la terminal<br /><br /><code>
<font color="green"> 
# export DISPLAY</code></font> <br /><b><br />X11 en Mac OS X</b><br />es necesario tener instalado X11, si no lo puedes hacer desde el DVD de instalacion de osx <br /><br />Conexión<br /><br />Una vez que se ha instalado X11, y XDMCP está habilitada en Linux,<br />Abrir Terminal.app y ejecutar:<br /><br />
<font color="green">  
<code>$ /usr/X11R6/bin/Xquartz -query XXX.XXX.XXX.XX </code></font> <br />(donde xxx.xxx.xxx.xxx es la IP en la red local de la máquina linux)<br /><br /> Se abrirá Xquartz y veras la pantalla de login de GDM para ingresar al escritorio de tu maquina linux sirviendo XDMCP.<br /><br />enjoy!<br />]]></description>
			<category>GNU/Linux, Config, Howto, mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100713-132635</guid>
			<author>cap0ssie110</author>
			<pubDate>Tue, 13 Jul 2010 17:26:35 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=07&amp;entry=entry100713-132635</comments>
		</item>
		<item>
			<title>Luka Frelih: &quot;Bike-mounted wireless network surveying with Frida V&quot; at SOTM07</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100710-132220</link>
			<description><![CDATA[<object width="600" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7373366&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7373366&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="300"></embed></object><p><a href="http://vimeo.com/7373366">Luka Frelih: "Bike-mounted wireless network surveying with Frida V" at SOTM07</a> from <a href="http://vimeo.com/gravitystorm">Andy Allan</a> on <a href="http://vimeo.com">Vimeo</a>.</p>]]></description>
			<category>hactivismo, Video</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100710-132220</guid>
			<author>cap0ssie110</author>
			<pubDate>Sat, 10 Jul 2010 17:22:20 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=07&amp;entry=entry100710-132220</comments>
		</item>
		<item>
			<title>script para borrar ficheros en subdirectorios (usar con precaucion, rm no perdona!)</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100706-213457</link>
			<description><![CDATA[<code><br />#!/bin/bash<br />dir=$(pwd)<br />file=&quot;yes&quot;<br /><br />find $dir -name *copy* &gt;$dir/listado.txt<br />cat $dir/listado.txt<br />echo &quot;desea borrar los ficheros listados? yes/no&quot;<br />read file<br />if [ $file == yes ]; then<br />while read line; do rm &quot;$line&quot;;done &lt;$dir/listado.txt<br />else<br />echo &quot;no se han borrado los ficheros&quot;<br />fi<br /><br /></code><br /><br />este script me ha resultado muy util para eliminar copias de render que se guardan en directorios separados dentro de un directorio superior sin eliminar los directorios ni los ficheros que quiero conservar.<br />** para que funcione hay que ejecutar el script desde el directorio /Users/capo/AA/ en nuestro ejemplo.<br /><br />
<font color="green"> 
<code>find /Users/capo/AA/  -name *copy >/Users/capo/listado.txt</code>
</font> <br />nos entrega un listados de los archivos cuyo nombre contiene la palabra copy y lo guarda en un archivo listado.txt<br /><br />
<font color="green"> 
<code>cat /Users/capo/listado.txt </code>
</font> <br />nos muestra el contenido del fichero listado.txt que se ha generado mediante find para luego confirmar si deseamos borrar los ficheros. <br /><br />en mi caso<br />
<font color="white"> 
<code>
/Users/capo/AA//1/c copy</a><br />
/Users/capo/AA//2/c copy</a><br />
/Users/capo/AA//3/c copy</a><br />
/Users/capo/AA//4/c copy</a><br />
</code>
</font> <br />mediante un while borra los archivos de cada una de las lineas de nuestro fichero listado.txt<br /><code><font color="green"> 
while read line; do rm "$line";done < /Users/capo/listado.txt </code></font> <br />]]></description>
			<category>GNU/Linux, Script, Howto, mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100706-213457</guid>
			<author>cap0ssie110</author>
			<pubDate>Wed, 07 Jul 2010 01:34:57 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=07&amp;entry=entry100706-213457</comments>
		</item>
		<item>
			<title> Actualizar base de datos de locate en OS X // Updating the locate database in Mac OS X</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100630-125945</link>
			<description><![CDATA[para crear la base de datos por primera del comando &quot;locate&quot;, usado para hacer busquedas de ficheros por terminal, usar:<br /><br /><code>  # /usr/libexec/locate.updatedb</code><br /><br />luego la base de datos se actualizara automaticamente, si queremos formar la actualizacion corremos el mismo comando.<br /><br />Como alternativa puedes instalar slocate con macports<br /><code><br /> # port -d install slocate</code><br /><br />para crear o actualizar la base de datos de slocate<br /><code><br /> # slocate -u -v</code>]]></description>
			<category>GNU/Linux, mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100630-125945</guid>
			<author>cap0ssie110</author>
			<pubDate>Wed, 30 Jun 2010 16:59:45 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=06&amp;entry=entry100630-125945</comments>
		</item>
		<item>
			<title>proftpd en osx</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100629-180332</link>
			<description><![CDATA[para compilar en os x necesitas tener instaldo macports<br /><br /><code> # port -d install proftpd</code><br /><br />luego para habilitar la clave de acceso<br /><br /><code> # cp /private/etc/pam.d/ftpd    /private/etc/pam.d/ftp</code>]]></description>
			<category>GNU/Linux, Howto, mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100629-180332</guid>
			<author>cap0ssie110</author>
			<pubDate>Tue, 29 Jun 2010 22:03:32 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=06&amp;entry=entry100629-180332</comments>
		</item>
		<item>
			<title> Juan Carlos Rodríguez Ibarra, Entrega Premios de Internet II, Senado el dia de internet 2010 </title>
			<link>http://capo.quodvis.net/index.php?entry=entry100623-130803</link>
			<description><![CDATA[<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/wzu7KvGBlZ0&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wzu7KvGBlZ0&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>]]></description>
			<category>Eventos, GNU/Linux, Politica</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100623-130803</guid>
			<author>cap0ssie110</author>
			<pubDate>Wed, 23 Jun 2010 17:08:03 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=06&amp;entry=entry100623-130803</comments>
		</item>
		<item>
			<title>xkcd useless</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100607-092950</link>
			<description><![CDATA[<img src="http://imgs.xkcd.com/comics/useless.jpg" width="489" height="433" border="0" alt="" />]]></description>
			<category>Humor</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100607-092950</guid>
			<author>cap0ssie110</author>
			<pubDate>Mon, 07 Jun 2010 13:29:50 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=06&amp;entry=entry100607-092950</comments>
		</item>
		<item>
			<title>SubShifter - Online SRT Subtitle Resync Tool</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100603-013108</link>
			<description><![CDATA[  <br /><br />This tool shifts all the time stamps of a movie subtitle file. It can be used for synchronizing the subtitles to a movie when there is a slight offset between the two (this can be the case when the subtitles and the movie come from two different sources).<br /><br />  SubShifter currently supports the SRT file format, which is<br />  supported by most modern media players.<br /><br /><a href="http://subshifter.comli.eu/" target="_blank" >http://subshifter.comli.eu/</a>]]></description>
			<category>Postproduccion/3D</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100603-013108</guid>
			<author>cap0ssie110</author>
			<pubDate>Thu, 03 Jun 2010 05:31:08 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=06&amp;entry=entry100603-013108</comments>
		</item>
		<item>
			<title>Touluse HackerSpace festival 2010</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100529-111356</link>
			<description><![CDATA[En estos dias esta teniendo lugar &quot;Touluse HackerSpace festival 2010&quot;, claro en Touluse..<br /><br />ver streaming en: <br /><a href="http://thsf.tetalab.org/" target="_blank" >http://tetalab.org/thsf/</a><br /><br />&gt; samedi 29 mai à Mix’Art Myrys, Toulouse<br /><br />10h30-22h Installations et projection de films en continu (voir programme du 26 mai)<br /><br />Toulouse HackerSpace Festival<br />10h30 Outils 2.0 pour la désobéissance civile télématique<br />12h Cracker la cryptographie quantique : mode d’emploi<br />14h Découverete de l’interface multitouch PyMT et du tracker Movid<br />15h Hacking Juridique for fun and justice<br />16h30 Production culturelle, les licences et les ressources<br />17h30 Systèmes de communication fédérés pour réseaux sociaux<br /><br />Workshops :<br />en continu l’après-midi : projet Reprap animé par Alex Korber (équipe Usinette.org)<br />14h-16h / 16h-18h atelier Arduino animé par John Lejeune<br /><br />Performances à partir de 18h30<br /><br />Ablution d’Alice Subias, Pauline Monne et Julien Rondeau<br /><br />Karma-Washing-Machine de Pauline Monnet, Alain Manessier et Auxelle Air<br /><br />Dialogue autour du Jardin de Sabrina Geckeis, Sylvio Marchand, Annick Tal et Clémentine Rettig<br /><br />DJ Urine + 3 neuronne performance bruitiste, rétinienne improvisée<br /><br />Spectacles<br /><br />21h Clavo, Memoria de Erizo<br />Performance plastique dansée de Isabel Castro Yung et Catalina Carrasco Jover (Palma de Mallorque, Iles Baléares)<br /><br />21h30 Genèse 3:16<br />Création chorégraphique de la compagnie K. Danse (Anne Holst, Jean-Marc Matos)<br /><br />à partir de 23h<br />Concert, en partenariat avec le Festival Sign’ô<br /><br />&gt; dimanche 30 mai à Mix’Art Myrys, Toulouse<br /><br />10h30-22h Installations et projection de films en continu (voir programme du 26 et 29 mai)<br /><br />Toulouse HackerSpace Festival<br />10h30 Openstreetmap conférence animée par Toulibre<br />12h DIY Botnet démonstration<br />14h PureDarwin système d’exploitation Open-Source<br /><br />L’ensemble de la manifestation est visible sur internet sur thsf.tetalab.org<br />(avec le soutien technologique de x-réseau Théâtre Paris-Villette)]]></description>
			<category>News, Eventos, hactivismo, GNU/Linux</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100529-111356</guid>
			<author>cap0ssie110</author>
			<pubDate>Sat, 29 May 2010 15:13:56 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=05&amp;entry=entry100529-111356</comments>
		</item>
		<item>
			<title>para usar wacom graphire4 /etc/X11/xorg.conf</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100429-010533</link>
			<description><![CDATA[<br />Section &quot;ServerLayout&quot;<br />  <br />    Identifier     &quot;Layout0&quot;<br />    Screen      0  &quot;Screen0&quot; 0 0<br />    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br />    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br />    InputDevice    &quot;stylus&quot; &quot;SendCoreEvents&quot;<br />    InputDevice    &quot;eraser&quot; &quot;SendCoreEvents&quot;<br />    InputDevice    &quot;cursor&quot; &quot;SendCoreEvents&quot;<br />    InputDevice    &quot;pad&quot;<br />    Option         &quot;Xinerama&quot; &quot;0&quot;<br />EndSection<br /><br /><br /><br />Section &quot;Files&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/misc/:unscaled&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/100dpi/:unscaled&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/75dpi/:unscaled&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/misc/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/Type1/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/Speedo/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/100dpi/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/75dpi/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/cyrillic/&quot;<br />    FontPath        &quot;/usr/lib64/X11/fonts/TTF/&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br /><br />    # generated from default<br />    Identifier     &quot;Mouse0&quot;<br />    Driver         &quot;mouse&quot;<br />    Option         &quot;Protocol&quot; &quot;auto&quot;<br />    Option         &quot;Device&quot; &quot;/dev/psaux&quot;<br />    Option         &quot;Emulate3Buttons&quot; &quot;no&quot;<br />    Option         &quot;ZAxisMapping&quot; &quot;4 5&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br /><br />    # generated from default<br />    Identifier     &quot;Keyboard0&quot;<br />    Driver         &quot;kbd&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br /><br />#  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;          # SERIAL ONLY<br />#  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;               # Serial Tablet PC ONLY<br />    Identifier     &quot;stylus&quot;<br />    Driver         &quot;wacom&quot;<br />    Option         &quot;Device&quot; &quot;/dev/input/wacom&quot;    # USB ONLY<br />    Option         &quot;Type&quot; &quot;stylus&quot;<br />    Option         &quot;USB&quot; &quot;on&quot;                  # USB ONLY<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br /><br />#  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;          # SERIAL ONLY<br />#  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;               # Serial Tablet PC ONLY<br />    Identifier     &quot;eraser&quot;<br />    Driver         &quot;wacom&quot;<br />    Option         &quot;Device&quot; &quot;/dev/input/wacom&quot;    # USB ONLY<br />    Option         &quot;Type&quot; &quot;eraser&quot;<br />    Option         &quot;USB&quot; &quot;on&quot;                  # USB ONLY<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br /><br />#  Option        &quot;Device&quot;        &quot;/dev/ttyS0&quot;          # SERIAL ONLY<br />#  Option        &quot;ForceDevice&quot;   &quot;ISDV4&quot;               # Serial Tablet PC ONLY<br />    Identifier     &quot;cursor&quot;<br />    Driver         &quot;wacom&quot;<br />    Option         &quot;Device&quot; &quot;/dev/input/wacom&quot;    # USB ONLY<br />    Option         &quot;Type&quot; &quot;cursor&quot;<br />    Option         &quot;USB&quot; &quot;on&quot;                  # USB ONLY<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br />    Identifier     &quot;pad&quot;<br />    Driver         &quot;wacom&quot;<br />    Option         &quot;Device&quot; &quot;/dev/ttyS0&quot;          # SERIAL ONLY<br />    Option         &quot;Type&quot; &quot;pad&quot;<br />    Option         &quot;USB&quot; &quot;on&quot;                  # USB ONLY<br />EndSection<br /><br />Section &quot;Monitor&quot;<br />    Identifier     &quot;Monitor0&quot;<br />    VendorName     &quot;Unknown&quot;<br />    ModelName      &quot;Apple&quot;<br />    HorizSync       30.0 - 75.0<br />    VertRefresh     60.0<br />    Option         &quot;DPMS&quot;<br />EndSection<br /><br />Section &quot;Device&quot;<br />    Identifier     &quot;Device0&quot;<br />    Driver         &quot;nvidia&quot;<br />    VendorName     &quot;NVIDIA Corporation&quot;<br />    BoardName      &quot;GeForce 8600M GT&quot;<br />EndSection<br /><br />Section &quot;Screen&quot;<br />    Identifier     &quot;Screen0&quot;<br />    Device         &quot;Device0&quot;<br />    Monitor        &quot;Monitor0&quot;<br />    DefaultDepth    24<br />    Option         &quot;TwinView&quot; &quot;1&quot;<br />    Option         &quot;metamodes&quot; &quot;DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1440+0&quot;<br />    SubSection     &quot;Display&quot;<br />        Depth       24<br />    EndSubSection<br />EndSection]]></description>
			<category>GNU/Linux</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100429-010533</guid>
			<author>cap0ssie110</author>
			<pubDate>Thu, 29 Apr 2010 05:05:33 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=04&amp;entry=entry100429-010533</comments>
		</item>
		<item>
			<title>instalando slackware 13, 64bit en macbook pro 4.1</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100424-190054</link>
			<description><![CDATA[Si deseas compartir el disco de sistema con osx necesitamos crear dos particiones extras para la swap y el directorio raiz (/)<br /><br />puedes reparticionar tu disco de sistema desde la terminal en osx<br /><br /><code>$sudo diskutil resizeVolume disk0s2 140G</code><br /><br />luego crea las 2 particiones que usaras para instalar la swap y el directorio raiz de linux<br /><br />actualiza tu osx a la ultima version<br />instala <a href="http://refit.sourceforge.net/" target="_blank" >rEFIt</a> y reinicia. En el menu del boot de rEFIt sincroniza las tablas de particiones EFI y MBR (boton del disco duro) y vuelve a reiniciar para proceder con la instalacion de linux<br /><br /><br />para la configuracion de lilo.conf agregue los siguientes parametros al kernel<br /><code>kernel /vmlinuz26 root=/dev/sda4 ro reboot=pci</code><br /><br />Importante!!, instala lilo en root, no el el sector de arranque del disco MBR.<br /><br />Felicidades!, ya tienes cooriendo slackware. ...eso espero.<br /><br />en mi caso, el sistema me arroja el siguiente error, disabling IRQ #21 y luego comienza a fallar el touchpad, probe editando<br />/etc/lilo.conf agregando la siguiente linea append=&quot;irqpoll&quot; al final del codigo.<br /><code><br />  image = /boot/kernelimage<br />  root = /dev/xdXX<br />  label = distro<br />  read-only<br />  append=&quot;irqpoll&quot;</code><br /> <br /># y al comienzo en los parametros extra para el kernel, append, bla bla agregue irqpoll, pero aun asi persiste el problema, si alguien encuentra la solucion agradecere sus comentarios<br /><br />para informacion mas detallada <a href="http://www.rigacci.org/wiki/doku.php/doc/appunti/linux/sa/irq_acpi_apic" target="_blank" >IRQ, ACPI and APIC</a><br /><br />Si tienes una tarjeta wireless broadcom<br />descarga el driver desde<br /> <a href="http://www.broadcom.com/support/802.11/linux_sta.php" target="_blank" >http://www.broadcom.com/support/802.11/linux_sta.php</a><br />how to para instalarlo<br /> <a href="http://www.alcancelibre.org/article.php/como-driver-bcm43xx-linux" target="_blank" >http://www.alcancelibre.org/article.php ... 43xx-linux</a><br /><br /><br />flash-player para 64bit desde<br /><a href="http://labs.adobe.com/downloads/flashplayer10_64bit.html" target="_blank" >http://labs.adobe.com/downloads/flashpl ... 64bit.html</a><br /><br />driver nvidia for linux 64bit<br /><a href="http://www.nvidia.com/object/linux_display_ia64_1.0-5336" target="_blank" >http://www.nvidia.com/object/linux_disp ... 4_1.0-5336</a>]]></description>
			<category>GNU/Linux, mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100424-190054</guid>
			<author>cap0ssie110</author>
			<pubDate>Sat, 24 Apr 2010 23:00:54 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=04&amp;entry=entry100424-190054</comments>
		</item>
		<item>
			<title>graphics integration + camera tracking 3D</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100409-153010</link>
			<description><![CDATA[<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10809407&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10809407&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p><a href="http://vimeo.com/10809407">graphics integration + track3D</a> from <a href="http://vimeo.com/user3547041">capossiello</a> on <a href="http://vimeo.com">Vimeo</a>.</p>]]></description>
			<category>Postproduccion/3D</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100409-153010</guid>
			<author>cap0ssie110</author>
			<pubDate>Fri, 09 Apr 2010 19:30:10 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=04&amp;entry=entry100409-153010</comments>
		</item>
		<item>
			<title> capofilms</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100408-021450</link>
			<description><![CDATA[<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10768639&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10768639&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><p><a href="http://vimeo.com/10768639">reel capossiello 2010a</a> from <a href="http://vimeo.com/user3547041">capossiello</a> on <a href="http://vimeo.com">Vimeo</a>.</p>]]></description>
			<category>Postproduccion/3D</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100408-021450</guid>
			<author>cap0ssie110</author>
			<pubDate>Thu, 08 Apr 2010 06:14:50 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=04&amp;entry=entry100408-021450</comments>
		</item>
		<item>
			<title>osx64bit Darwin Kernel Version 10.2.0:  root:xnu-1486.2.11~1/RELEASE_X86_64 x86_64</title>
			<link>http://capo.quodvis.net/index.php?entry=entry100401-191937</link>
			<description><![CDATA[MacBook-Pro:~ coniglio$ uname -a<br />MacBook-Pro.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 10:35:19 PST 2009; root:xnu-1486.2.11~1/RELEASE_X86_64 x86_64<br /><br />Para saber si nuestro procesador soporta el modo 64bit<br /><code><br />$ MacBook-Pro:~ coniglio$ ioreg -l -p IODeviceTree | grep firmware-abi</code><br /> <br />si lo soporta imprimira<br /><code> | |   &quot;firmware-abi&quot; = &lt;&quot;EFI64&quot;&gt;</code><br /><br />Para boot con las extensiones del kernel a 64 bit reiniciar y apretar 6 y 4 a la vez. De vuelta 3 y 2 para iniciar el kernel a 32bit.<br /><br />Para dejarlo permanente a 64bit debes editar<br /><br />/Library/Preferences/SystemConfiguration/com.apple.Boot.plist<br /> <br />Accede a la ruta: /Library/Preferences/SystemConfiguration/<br />• Localiza el archivo: “com.apple.Boot.plist”<br />• Una vez localizado, abrelo con TextEdit y busca esta linea de código:<br />• [key]Kernel Flags[/key] [string][/string]<br />• Añade la linea “arch=x86_64” entre ambos strings de forma que quede así:<br />• [key]Kernel Flags[/key][string]arch=x86_64[/string] entre ambos strings de forma que quede así:<br />Kernel Flags arch=x86_64<br /><br />]]></description>
			<category>mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry100401-191937</guid>
			<author>cap0ssie110</author>
			<pubDate>Thu, 01 Apr 2010 22:19:37 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=10&amp;m=04&amp;entry=entry100401-191937</comments>
		</item>
		<item>
			<title>como mostrar archivos ocultos en osx</title>
			<link>http://capo.quodvis.net/index.php?entry=entry091217-223714</link>
			<description><![CDATA[escribir en la terminal<br /><br /><code># defaults write com.apple.finder AppleShowAllFiles TRUE <br /># killall Finder<br /></code><br /><br />para ocultar los archivos ocultos<br /><br /><code># defaults write com.apple.finder AppleShowAllFiles FALSE<br /># killall Finder</code>]]></description>
			<category>mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry091217-223714</guid>
			<author>cap0ssie110</author>
			<pubDate>Fri, 18 Dec 2009 01:37:14 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=09&amp;m=12&amp;entry=entry091217-223714</comments>
		</item>
		<item>
			<title>intro taller blender</title>
			<link>http://capo.quodvis.net/index.php?entry=entry091102-225447</link>
			<description><![CDATA[<object width="400" height="240"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7392689&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00c4ff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7392689&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00c4ff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="240"></embed></object>]]></description>
			<category>Postproduccion/3D, GNU/Linux</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry091102-225447</guid>
			<author>cap0ssie110</author>
			<pubDate>Tue, 03 Nov 2009 01:54:47 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=09&amp;m=11&amp;entry=entry091102-225447</comments>
		</item>
		<item>
			<title>comercial apple 77&#039;</title>
			<link>http://capo.quodvis.net/index.php?entry=entry091029-231058</link>
			<description><![CDATA[ <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EtsvrUqW7_Q&hl=es&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EtsvrUqW7_Q&hl=es&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>]]></description>
			<category>mac osX</category>
			<guid isPermaLink="true">http://capo.quodvis.net/index.php?entry=entry091029-231058</guid>
			<author>cap0ssie110</author>
			<pubDate>Fri, 30 Oct 2009 02:10:58 GMT</pubDate>
			<comments>http://capo.quodvis.net/comments.php?y=09&amp;m=10&amp;entry=entry091029-231058</comments>
		</item>
	</channel>
</rss>

