lunes, 9 de mayo de 2011

Descargar Videos Flash en Linux

METODO SIMPLIFICADO

Por supuesto no tenéis que hacer todo lo que yo he hecho y sólo bastaría con:

1º. Comenzar a reproducir el vídeo y antes de que se termine de cargar por completo,
buscar el archivo para conocer el nº del proceso y el descriptor, con:

lsof |grep Flash

La terminal nos responderá algo parecido a:
npviewer. 2235 usuario 11u REG 8,3 6923916 654482 /tmp/FlashXXUt9wzs (deleted)

2º. Cuando haya terminado de cargarse por completo y sin cerrar el navegador, copiarlo
a nuestra carpeta personal con el comando:

cp /proc/2235/fd/11 video.flv

Donde debemos cambiar el 2235 y el 11 por los obtenidos en el anterior comando.

**************************************************
Metodo personal

1. sudo lsof |grep Flash

2. sudo cp /proc/####/fd/## video.flv

3. sudo chmod -R 777 /home/detrigueros/video.flv

sábado, 7 de mayo de 2011

Red WiFi Ubuntu 11.04

**** habilitar wifi en ubuntu 11.04 ***

Step 1.

To install b43-fwcutter issue the following command in a terminal (under the desktop menu Applications > Accessories > Terminal) and follow the prompts:

~$ sudo apt-get install b43-fwcutter

Since Ubuntu 11.04 Natty Narwhal additional installation of the package firmware-b43-installer can be helpful and/or necessary, respectively:

~$ sudo apt-get install b43-fwcutter firmware-b43-installer

Step 2.

Under the desktop menu System > Administration > Hardware/Additional Drivers, the b43 drivers can be activated for use.

Note: A computer restart may be required before using the wifi card.

LiveCD/LiveUSB

Step 3.

For temporary use with the LiveCD and LiveUSB environments, instead of a computer restart, in a terminal issue the following commands:

~$ sudo modprobe -r b43 ssb
~$ sudo modprobe b43

Note: Allow several seconds for the network manager to scan for available networks before attempting a connection.

url: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx