Ultimate iCade Raspberry Pi bartop arcade mod – Part II – iCade cabinet

Ever since I have discovered beautiful usage of Raspberry Pi for retro-emulation gaming I wanted to build my own bartop arcade cabinet. Bartop of course because I don’t have so much space and it will be portable at least from room to room.

My first attempts were just to put everything up together and see if it works, therefore I constructed a cardboard box which would serve as LCD monitor stand and house all cables and Raspberry pi itself. My first attempt looked like this:

DSC_0167

Continue reading “Ultimate iCade Raspberry Pi bartop arcade mod – Part II – iCade cabinet”

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”