Automation

Run your own online classroom

While traveling down the path of using Drupal 7 has a portal for the District, I came across this Open Source Web Conferencing Platform.  This platform can be up and running in minutes using their VM Appliance.  It allows for multiple rooms, screen sharing,...

read more

Building iOS apps

A few months ago, we provide our technicians with iPad's to help them be a bit more productive.  The overall goal was to give the technician the ability to view and edit their work orders on the go.  Typically they would either stop off at a computer in the...

read more

Gitorious Server: Build your own

For those who like the way GitHub or Gitorious works, there is good news!  You can run your own Gitorious server to host a public and/or private git repository.  I currently have a Gitorious server running in the hopes of forming an area where local school...

read more

XRaid Progress

In a previous post, I described our situation with storage and finding a way to reuse the XRaid's we had in the racks. By using a IDE2SATA adapter and a notebook 7200rpm drive, we were able to replace all the drives in a fairly cheap manner. Right now, I have 70...

read more

Ubuntu 9.10 and Intel e1000 driver

Thought I would share this bit of trouble I ran into.  I installed Ubuntu Server 9.10 on our ESX Farm, which uses Intel E1000 network adapters, which don't play well out the box with Ubuntu.  You will need to build a driver for it to use first.  Here is...

read more

Gitorious

After day of playing around, I was finally success in building a Gitorious Server. It's a great alternative to GitHub, plus you can host your own server for free. I'll provide some more information on how to set in up in the next week.

read more

Mac App Store Licensing

If you had questions on Licensing for apps through the new Mac App Store, you should see the following. It states you can install on any Apple you own as long as it is for personal or non-commercial use. Terms Mac App Store

read more

Replacement Hard Drives for XRAID

Currently I'm working on rebuilding our web storage infrastructure for our District. Currently we have 6 XRAID's that have 40,000+ hours on the drives and aren't currently being used right now.  I was in need of DAS to setup my Gluster Cluster, so I decided...

read more

DHTMLX Touch Alpha Released

DHTMLX has released their alpha version of mobile version of their components.  After 5 minutes of testing, I must say it's everything I expected.  Future versions are likely to be even better. http://www.dhtmlx.com/blog/?p=791

read more

Gluster Progress

This is still a work in progress, but so far very successful. Gluster Storage Platform allows you to basically build your own storage cloud.  It allows for CIFS, NFS, FTP, and it's own native GlusterFS connector. And here is my own experiencing with setting it...

read more

Cluster with Gluster

In need of a new storage platform? I suggest checking out Gluster (http://www.gluster.org/). Gluster provides an open source solution for creating basically your own cloud. Highly scalable, high-availability, and easy to setup. Currently I'm in process of setuping up...

read more

Mobile DHTMLX on the way

Just saw today on DHTMLX blog that they are developing a mobile library for iOS and Android. I'm sure it will be just a easy to use and useful as their normal suite.  DHTMLX Library for Mobile and Touch Devices

read more

Google Password Sync

Want to sync your Active Directory passwords to Google Apps? No problem. There is a great tool in the Google Code repository. Hashing Password Filter This code creates a SHA1 hash of the user’s password and puts it into a attribute field whenever a users password is...

read more

Google API Integration – Part 2

Working to integrate better with our portal and not worry about users passwords. I have used OAuth with PHP to create a channel between our portal and Google Apps. First thing you need to do is setup OAuth Access on Google Apps. 1. Open Google Apps Control Panel 2....

read more