Excellent protective ABS Case for Raspberry Pi 2 / B+ for multimedia use

Beside retro-gaming I am using Raspberry Pi 2 as my always on media center running Xbian.

I weighted between OpenELEC and Xbian and at the moment of my decision Xbian won me over with file-system. Xbian uses btrfs snapshot system which proved to be quite useful if you run into any kind of trouble since it is really easy to do a fallback to previous file system snapshot. Continue reading “Excellent protective ABS Case for Raspberry Pi 2 / B+ for multimedia use”

Apache: How to Disable the SSL v3 Protocol on Debian

To prevent POODLE (“Padding Oracle On Downgraded Legacy Encryption”) attach which is a man-in-the-middle exploit that takes advantage of SSL3.0 vulnerability it is necessary to disable SSLv3 in your web server configuration.

To check if you are vulnerable to this attack you can use the form on following website:

https://www.digicert.com/help/ Continue reading “Apache: How to Disable the SSL v3 Protocol on Debian”