Archive for the Category: Uncategorized

A Debian/Ubuntu package of gwminput

I made a Debian/Ubuntu package of gwminput (an implementation of wminput using gtk), in the moment is only available for amd64 systems. The packages are in http://jpizarro.kimapu.com/debian-packages/.

Comments Off

Skype 2 beta en Debian Lenny amd64

Descargar http://www.skype.com/go/getskype-linux-beta-deb Instalar dpkg -i –force-architecture skype-*.deb Si al ejecutar ocurre el siguiente error: skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory Descargar el paquete libxss1 para i386. Descomprimimos el paquete, con lo que obtendremos 3 archivos, el de nuestro interes es data.tar.gz, lo descomprimimos tar [...]

Comments Off

Configurar wireless (RaLink RT2561/RT61)

Configuración de una tarjeta wireless lan (RaLink RT2561/RT61) en Linux Debian Sid ————————— Compilar e instalar el modulo. Install los headers del kernel apt-get install linux-headers-$(uname -r) Bajar driver wget http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gz Descomprimir tar xf rt61-cvs-daily.tar.gz compilar e instalar modulo cd rt61-cvs-2006123101/Module/ make && make install Configurar wireless con DHCP y password con encriptación WPA ifconfig [...]

Comments Off