Oktober, 2014
Disabling SSLv3 for POODLE on Debian
Test and fix SSLv3 on Debian. Test for SSLv3 First test if your SSL will allow SSLv3. openssl s_client -connect YOUR_URL_OR_IP:443 -ssl3 if the answer is something like: routines:SSL3_READ_BYTES:sslv3 alert handshake failure Everything is fine and SSLv3 is not available. If your Server sends a correct handshake then you have to disable it ! Apache […]
Change Ubuntu bluetooth device
The setting was removed from controll panel. But you can change your bluetooth device name with: sudo hciconfig hci0 name ’newName‘