RHEL6 and Cisco WRVS4400N Networking

Background This weekend I decided to upgrade my home network with a Cisco WRVS4400N wireless router. Like a typical router it can provide standard wireless services WPA2, DHCP, etc, but the this model also provides support for four distinct VLANs and four distinct SSIDs. This has allowed me to create separate networks for work, play,

OpenSSL Certificate Authority

Background Recently, I discovered how to use the openssl provided CA script to create a certificate authority and self signed certificates. Traditionally, I had ran all fo the commands manually. When using the CA script it is critical to understand the underlying security concepts. Certificate Authority Openssl has infrstructure to create a long lived Certificate

Evernote vs. SpringPad

Background I have finally started working on upgrading my very complicated system which combines an online Pomodoro Timer, a Pomodoro Spreadsheet, MediaWiki, Request Tracker, Zimbra Notes, Google Tasks, Zimbra Calendar, and Google Calendar. I am finally combining Google Tasks, Zimbra Tasks and part of the Pomodoro Spreadsheet into SpringPad. Everyone has heard of Evernote, so

RHEL, Glusterfs, and the FUSE Client

This presentation overviews RHEL, Glusterfs, and the FUSE client. It was created for the Akron Linux User Group in May. There was a quick presentation followed by a demonstration using four virtual machines running RHEL 6.2. Three of the virtual machines were used as a Glusterfs storage pool using the open source RPMs. The fourth virtual machine was used to mount the storage pool using the FUSE client. I demonstrated the resilience of Glusterfs by pausing one of the Glusterfs storage pool nodes while the client was still connected. Since a distributed/replicated Glusterfs volume was used, the client paused for a short amount of time, then showed a listing of a directory with 1000 files in it. This was all done while the mount command on the client node showed the paused Glusterfs node being mounted, magical…