Category: Linux

Migrating from RHEL 5.x to 6.x

Since Redhat doesn’t provide an upgrade path from 5.x to 6.x, it requires creating a new instance and porting everything over. Unlike how a sys admin might feel, configuring servers from scratch is not...

Rsync and Cron

I was approached to build a web application that extracts student applications from a database and sends the results over to another server in a .csv file at regular intervals. I needed to build...