A Quick Script to Make Your SSH-ing Easier

At work, I find myself SSH-ing into at least five different machines a day. I use a password manager, so my workflow looks like this: ssh conner@myserver.com Grab my password from password manager paste password into terminal if you messed up...

Internet of Things: Connecting my WiFi Arduino and PHP

Background In a previous post I discussed the Adafruit CC3000 WiFi shield and how I got the hardware and libraries installed. In this post I'm going to show you how I got my WiFi Arduino talking to a simple PHP script. First, I think it's helpful...

Arduino: Introducing The Adafruit CC3000 WiFi Shield

I recently got my hands on an Adafruit CC3000 WiFi Shield. From the Adafruit product page: "The CC3000 hits that sweet spot of usability, price and capability. It uses SPI for communication (not UART!) so you can push data as fast as you want or...