Mostrando entradas con la etiqueta open source. Mostrar todas las entradas
Mostrando entradas con la etiqueta open source. Mostrar todas las entradas

viernes, 28 de enero de 2011

Kinect bajo Linux


Pues claro que no me he equivocado con el título del post, acabo de ver en un artículo de linux magazine en español, que apenas a unas cuantas horas de haber sacado al mercado el nuevo juguetito de Microsoft llamado Kinect, un hacker consiguió hacerlo funcionar bajo GNU/Linux, es decir, no precisó de días para hacerlo sino de algunas horas. En realidad el dispositivo no fue hackeado, sino que sólo se le aplicó ingeniería inversa a su protocolo de comunicación. Sin más aquí dejo algunos videos que muestran que se ha podido hacer:

Drivers libres para kinect en: http://git.marcansoft.com/?p=libfreenect.git 

Video demostrativo:



Vídeo de Florian Echtler utilizando el Kinect para manipular una aplicación multitouch




Descarga del software que permite usar Kinect como interfaz multitouch:
http:// tisch.sourceforge.net/


Prueba de concepto de entorno 3D real de Oliver Kreylos: 
http://idav.ucdavis.edu/~okreylos/ResDev/Kinect/index.html



Entorno 3D real de 180 grados:


Fuente: Linux Magazine en Español.

miércoles, 15 de diciembre de 2010

Recuperación de Datos



There are many times that pople usually ask us if we can bring back their data from a hard disk (or any storage device), 'cause they "accidentally" deleted it. Uf!!! that really piss me off.

Surfing I've found a pair of free and open software that might help us to solve that:

  • PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory. PhotoRec ignores the file system and goes after the underlying data, so it will still work even if your media's file system has been severely damaged or reformatted. 
  • TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. 
Both software can run trough a variety of operating systems, this is the most important issue because there are many programs that only run under Windows platforms consequently FAT and NTFS are only supported file systems, this is something that you don't have to experiment because supported file systems in Photorec and/or TestDisk are:
  • BeFS ( BeOS ) 
  • BSD disklabel ( FreeBSD/OpenBSD/NetBSD ) 
  • CramFS, Compressed File System 
  • DOS/Windows FAT12, FAT16 and FAT32 
  • Windows exFAT 
  • HFS, HFS+ and HFSX, Hierarchical File System 
  • JFS, IBM's Journaled File System 
  • Linux ext2, ext3 and ext4 
  • Linux LUKS encrypted partition 
  • Linux RAID md 0.9/1.0/1.1/1.2
    -RAID 1: mirroring
    -RAID 4: striped array with parity device
    -RAID 5: striped array with distributed parity information
    -RAID 6: striped array with distributed dual redundancy information
  • Linux Swap (versions 1 and 2) 
  • LVM and LVM2, Linux Logical Volume Manager 
  • Mac partition map 
  • Novell Storage Services NSS 
  • NTFS ( Windows NT/2000/XP/2003/Vista/2008/7 ) 
  • ReiserFS 3.5, 3.6 and 4 
  • Sun Solaris i386 disklabel 
  • Unix File System UFS and UFS2 (Sun/BSD/...) 
  • XFS, SGI's Journaled File System
     
Need more details?? 
You can download for free here.