PyOhio 2013: Regional Python Conference (July 27th-28th)

PyOhio 2013 is coming up and it’s completely free and in the spirit of Python. I have went to three PyOhio conferences and PyOhio 2013 will be great. It will be at the third floor of the Ohio Union in Columbus. Registration starts at 8:30AM. Open Spaces Lightning Talks Sprints PyCamp Young Coders For those

Software Collections Quickstart

As I discussed in an article entitled Red Enterprise Linux Release Speed, developers sometimes have a problem with how slow Red Hat’s Enterprise Linux releases new versions of software. Well, the good news is, Software Collections are here. Software Collections provide Red Hat Enterprise Linux users with newer versions of programming languages and server daemons

Learning Django with OpenShift

Background The goal of this article is use the OpenShift Platform as a Service (PaaS) as a learning platform for Django. Most of the technical articles out there about running Django on OpenShift assume the user already understands how to administer Django environments and projects. This article is written from the perspective of someone who

Red Hat Enterprise Linux: Release Speed

Background Recently, I came across an article entitled: 5 Reasons Not to Use CentOS. While I actually disagree with all five points from a technical debate standpoint, I think this article is really the result of a few pain points that some developers express when talking about enterprise editions of Linux. Working as a technology

CentOS Post Mortem & Analysis

Background I manage the crunchtools lab and the infrastructure for this blog similar to a development data center. I have a rigorous weekly checklist, which includes optionally applying operating system patches as they are available. I do not perform the updates every week because of time constraints, but when I do, I patch all of

Red Hat Enterprise Virtualization (RHEV) & Identity, Policy, Audit (IPA)

Background In my ever evolving lab, it came time to integrate Red Hat Enterprise Linux (RHEV) with Identity, Policy, Audit (IPA).There were a few caveats and searching Google didn’t help, so hopefully this article can save you some time. Integrating the two was fairly straitforward. The biggest challenge was finding a quick and easy way

El Caso De Red Hat: Un Negocio Exitoso Basado en Software Libre

Esta presentacion fue presentado en CampusLink 2.0. Fue la primera vez que yo he hablado profesionalmente en Español. Disfruté esta experiencia demasiado y espero tener la oportunidad hacerlo de nueva en años futuros.

Campus Link 2.0

Background From the organizers: CampusLink 2.0 es un foro para el contacto directo entre estudiantes, maestros, profesionistas y expertos; inmersos en el mundo de las tecnologías de información. Translation: CampusLink 2.0 is a forum for direct contact between students, teachers, professionals, and experts; Immersion in the world of information technology. This is one of the

Ohio Linux Fest 2012

Background From the organizers: The tenth annual Ohio Linux Fest will be held on September 28-30, 2012 at the Greater Columbus Convention Center in downtown Columbus, Ohio. Hosting authoritative speakers and a large expo, the Ohio LinuxFest welcomes all Free and Open Source Software professionals, enthusiasts, and everyone interested in learning more about Free and

Devops with Bash

This presentation walks through some of the software development processes used to develop Shiva, a mass ssh client. The development of Shiva was used as a teaching aid for a class taught at Ohio Linux Fest 2012. Shiva was used to demonstrate concepts such as good command line interface design, testing, configuration design and advanced features of Bash, such as background functions. This presentation and associated class were developed to help systems adminsitrators think more like developers.