viernes, 11 de septiembre de 2015

el gnash de Jessie

Llego aquí

https://www.howtoinstall.co/en/debian/jessie/main/lightspark/


despues de haber leiso estoÇ:


https://www.reddit.com/r/debian/comments/2lf2wd/why_is_gnash_not_included_in_jessie/




Menuda sorpresa, por lo menos quiere decir que algo se mueve, no?


viernes, 4 de septiembre de 2015

jueves, 3 de septiembre de 2015

instalando fuentes de ubuntu

Siguiendo este post me funciona de maravilla, aunque sinceramente como dice uno de los chicos en el post no sé si es lo mejor...

http://8thstring.blogspot.com.es/2013/01/installing-ubuntu-font-family-in-debian.html

Básicamente:

0 descargarse fuentes de Ubuntu:

http://font.ubuntu.com/

1 Create a directory in /usr/share/fonts/truetype named ttf-ubuntu.

2 Using a file manager copy the *.ttf files to /usr/share/fonts/truetype/ttf-ubuntu.

3 sudo fc-cache -fv

y funciona.

Aparte he encontrado esto que seguramente en breve instalaré:

http://greyblake.com/blog/2013/10/08/working-with-fonts-in-debian-and-ubuntu/

La verdad es que lo que expone el tipo es muy interesante.





lunes, 6 de abril de 2015

flash y gnash

http://www.taringa.net/post/linux/18290417/Como-instalar-Flash-Player-en-Debian.html

domingo, 2 de noviembre de 2014

Wifi a veces se desconecta en debian 7

Solucion:

R3nCi wrote:
zenitraM wrote:
This is due to the b43 driver not fully supporting some WiFi chipsets like the BCM4312 properly. You can switch to the propietary, original Broadcom driver where everything will work as expected:
http://wiki.debian.org/wl
Although, note this is a propietary driver, if you care about opensourceness. It's very easy to install, though. It will also allow you to connect full-speed to 802.11n routers. (probably that's the issue)
zenitra,
I have followed the instructions contained in the wiki article. Wireless seems to be working well for now, aside for occasional fluctuations in signal strength.
Assuming this works, thank you very much for your help! If I start encountering other issues, I'll follow the instructions under 'known issues' in the article and/or explore other solutions.
Thanks again smile


aqui:  http://crunchbang.org/forums/viewtopic.php?id=23499

Primeros pasos en debian


http://www.esdebian.org/wiki/primeros-pasos-debian#5.1

Control de brillo teclas de funcion en Acer TravelMate P253 ( Debian Wheezy )

Para hacer que funcione el control de brillo en nuestro TravelMate con las tecla de función lo que tenemos que hacer es algo tan sencillo como modificar el archivo  (  con permisos de superusuario ) siguiente:

su -

password:

nano /etc/default/grub

eliminamos o comentamos esta línea ( yo he comentado, por si acaso ):

#GRUB_CMDLINE_LINUX_DEFAULT="quiet"

 por esta:

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux"

una vez modifiado, salvamos el archivo.

update-grub 

y cuando finalice el proceso entonces reiniciamos la máquina.

Aquí está el post original:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705484