After learning new things about SSL, I have learned about OCSP Stapling which is important to implement on your server. It basically places on your cert a response from your SSL provider saying rather or not the certificate is valid.
Why is this important? If you were to revoke your certificate, l...
My next project is to take these really cool Nixie Tubes and make a clock with an Arduino.
The guy from Scott Bot (http://scott-bot.com/nixie-bot/) is helping me out a lot by providing me with his board design and permissions to redistribute on my github with creative commons license. I'm going...
Some blog posts I used to find useful things to do in Ubuntu 13.10 are as follows.
My most favorite is this one because it listed some very useful tools. http://www.webupd8.org/2013/10/8-things-to-do-after-installing-ubuntu.html
This one had some useful stuff, however they seem to be all about...
Ubuntu has a problem pairing bluetooth keyboards. I found the solution at http://devasive.blogspot.com/2012/11/ubuntu-1204-persistent-bluetooth-pairing.html
For Ubuntu 12.10, the instructions are a tiny bit different due to a bug in bluez.
sudo -s
in all).apt-get ins...
I've been needing to be able to remote desktop my new Ubuntu machine from the login screen and information on the net is always confusion. So here I will share my solution I ended up with. This is how you access your machine over VNC from the login screen with Ubuntu 13.10 which uses LightDM for the...