m3n3chm0's Place ©

Life is killing me | DK Style | To live is to die

Ubuntu 11.10 | blueman | bluetooth connection refused (111)

I could  send files from my android phone to my laptop but not in reverse way…. after  1 day searching the solution…finally it’s here. :-) I just update blueman.

Check this link:

http://ubuntuforums.org/showthread.php?t=1866001

8 noviembre, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

Ubuntu 11.10 | Gnome Shell

Actualicé de 10.04 a 11.10.. después de probar Gnome 2.X Classic instalando Gnome-session-fallback, éste no acabó de gustarme.. así que opté por darle una oportunidad a Gnome Shell. Mejor que Unity cualquier cosa…. ejem.

Estos son los resultados.

:-)

7 noviembre, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

.vob to .avi

ffmpeg -i /ruta/al/archiv.vob /ruta/al/nuevo_archivo.avi

1 noviembre, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

Renegotiation is not allowed on this SSL socket. (Error code: ssl_error_renegotiation_not_allowed)

Troubleshooting:

Renegotiation is not allowed on this SSL socket.
(Error code: ssl_error_renegotiation_not_allowed)

To solve this problem we open Firefox and type about:config and search this line:

security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref

Finally set it to TRUE like in the below screenshot.

29 octubre, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

Xmarks crashing on Firefox | 17/10/2011 | Fixed

TROUBLE:
 
“My firefox were crashing continuously this morning and the CPU reached 100% usage”.
 
 
 
FIXED:

-Xmarks options.

-Xmarks configuration wizard.

-Make a new freshing set up (keep the server bookmarks).

-Now is working and syncing fine. (Ubuntu 10.04 – Firefox 7.0.1)

:)

17 octubre, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

buscar y borrar recursivamente ficheros por extensión

find . -type f -name “*.txt” -exec rm -i {} \;

Con este comando buscas [find] todos los archivos de un tipo determinado (zip, gz, jpg, gif, pdf, url, etc) y los borras recursivamente a lo largo del árbol de directorio, partiendo desde donde estás ubicado.

Este comando pedirá confirmación de borrado. Si queremos que no la pida le quitamos el parámetro -i y ponemos -f, quedando algo así:

find . -type f -name “*.txt” -exec rm -f {} \;

Moviendo ficheros:

find . -type f -name “*.avi” -exec mv -i {} /home/m3n3chm0/Escritorio/Descargas\ jdownloader/ \;

21 mayo, 2011 Publicado por | Informática,internet,frikadas...noticias | Dejar un comentario

Seguir

Get every new post delivered to your Inbox.