Tag Archives: centos

Installing git on CentOS

git is available as an EPEL package. First, activate EPEL via $ sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm NOTE:That exact URL will change with time. I took it from the EPEL FAQ. Next, install the git package. $ sudo yum install git

Posted in SysAdmin | Tagged , , , , | Leave a comment

Automatic OS Updates in CentOS

How to tweak the yum dæmon to do automatic and semi-automatic updates. Continue reading

Posted in SysAdmin | Tagged , , , | 1 Comment

Installing Zimbra 7 on CentOS

Personal notes for installing Zimbra 7 on Centos 5, including split DNS for servers behind firewalls. Continue reading

Posted in SysAdmin | Tagged , , | 14 Comments

Setting Up a Subversion Server

The last time I set up a Subversion server was 2005. Here are notes I jotted down while installing a new server. There are a few gotchas along the way. Hopefully these notes catch all of them. Goal The goal … Continue reading

Posted in SysAdmin | Tagged , , , | Leave a comment

WTF Nagios Installed?

Nagios can be installed on CentOS per the Fedora Quickstart page. Continue reading

Posted in SysAdmin | Tagged , , , | Leave a comment

Required Packages to Run VMware Workstation on Fedora 11

A list of packages that must be installed before VMware Workstation 6.5 will run on Fedora 11.
Continue reading

Posted in SysAdmin | Tagged , , , , , , , , , | Leave a comment

How to Install Octave on CentOS 5 Using Yum

Octave doesn’t appear to be part of RHEL anymore, so it’s not included in CentOS 5. This article explains how to install Octave on CentOS using yum. Continue reading

Posted in SysAdmin | Tagged , , , , , , | 11 Comments

Remove Extraneous RedHat Services to Help Secure Servers

Protect your computer against bad guys. Continue reading

Posted in SysAdmin | Tagged , , , , , , , , , , | Leave a comment

Installing PowerDNS

There are notes on installing PowerDNS on a CentOS 5 server. This is generic enough that it aught to work on any RPM based Linux distro with yum installed. Continue reading

Posted in SysAdmin | Tagged , , , , , | 11 Comments

Installing Bernstein’s ucspi-tcp on CentOS 5

Bernstein’s ucspi-tcp does not compile cleanly on CentOS 5. Here is how I got it to work. Continue reading

Posted in SysAdmin | Tagged , , , , , , | Leave a comment