viernes, 10 de febrero de 2012

Ubuntu, Skype y tu webcam. Configuralo correctamente.

Algunas webcam no funcionan correctamente con linux y skype. Problemas como oscuridad en la imagen, escasa saturación, imagen borrosa , etc disponemos de una herramienta con la que podremos configurar nuestra webcam. 

sudo apt-get install v4l2ucp

V4l2ucp nos permitirá configurar la webcam de una forma sencilla: 


lunes, 6 de febrero de 2012

Penetration-testing tools for debian

Tools:

Wireshark – network traffic analyzer
Wireshark is a network traffic analyzer, or “sniffer”, for Unix and Unix-like operating systems. A sniffer is a tool used to capture packets off the wire. Wireshark decodes numerous protocols (too many to list).This package provides wireshark (the GTK+ version).

Install:

sudo apt-get install wireshark