Python: Amazon Glacier Storage Archiver

As part of my drive to get comfortable with Python I decided to build a script to easily archive files to Amazon Glacier. Since I am cautious and perhaps a little paranoid, I wanted to make sure that the archives were encrypted. Next, since Glacier is cheap to send files too but expensive to restore from I wanted to make sure I could bring back my archives in smaller chunks as well as keep an inventory of what I have uploaded. So my script allows you to do the following: Create Glacier Vaults Delete Glacier Vaults Inventory / View the …

ownCloud quick setup for Debian

First off I wanted to say that the documentation and installation of ownCloud is incredibly easy. I just wanted to add a few notes for people who are setting it up on a Debian distro as there is a slight difference from Ubuntu as well as offer some more assistance for Active Directory users. The following is the apt-get install string to install all needed dependencies for Debian. The apt-get string provided in ownCloud’s documentation should work fine for Ubuntu but you will get some missing package errors for php-pdo, php-xml, php-mbstring and php-zip in Debian: apt-get install apache2 php5 …

An alternative to Dropbox

With the popularity and ease of use of services such as Dropbox/box.net I have heard a lot of rumblings from users and companies looking for “business” solutions to the file sharing problem. While there does appear to be a multitude of cloud-based solutions the number of companies offering non-cloud based alternatives appear to be pretty slim and (in my opinion) overpriced with prices ranging anywhere between $1,600 to $11,000 a year for only 20 users. Based on my experience purchasing business software over the years I was anticipating something standard such as a one time software purchase ($1,000-$11,000+) with a …

Discovering the Chromebook

As I have been beginning to explore the Chromebook I have started building a list of different commands and thought it may be useful to publish them. I will try to keep this updated as I go. About Commands The following will give you a listing of different about: pages that you can get to by typing them in the browser. There seemed to be some good areas for basic networking information, system information and access to experimental features. about:about To access/enable experimental features type the following into the url bar. These commands may change over time. about:flags Keyboard Shortcuts …

Chromebook Enterprise?

This last week I was given a very nice surprise by a guy I work with when he presented me with a Chromebook. He had been trying to use it for a while but found that he tended to favor his iPad and it really wasnt getting the miles to make it useful. So here we are….. Sitting here writing this article with this Chromebook in my lap I guess I am thinking, now what?… From what I have heard this seems to be peoples first opinion but I am convinced that it wont be my only opinion. First of …