Tag Archives: install

How to Install gcc 4.7 on Mac OS X

How to Install gcc 4.7 on Mac OS X using MacPorts. Continue reading

Posted in Computer, Mac, Programming | Tagged , , , , | Leave a comment

Installing Rigol DS 1052E Ultrascope Software on Windows 7

Brief notes on getting Windows 7 to talk to a Rigol DS 1052E oscilloscope. Continue reading

Posted in Micro & Hardware | Tagged , , , , | Leave a comment

Installing gitolite on a Mac

How to install gitolite on a Mac. Continue reading

Posted in Mac | Tagged , , , , | 5 Comments

OS X, Apache, Tomcat, and mod_jk

I spent some time with a colleague from South Africa yesterday. He’s a long-time Windows user that writes in Java. He has a new MacBook Pro, and we scratched our head why Apache+mod_jk+Tomcat was blowing up on him. JAVA_HOME The … Continue reading

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

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

How to Set Up Viscosity for Windows for OpenVPN

Step-by-step instructions on how to install and configure Viscosity for windows. Continue reading

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

Adding a GoDaddy SSL Certificate to Zimbra 7

These are the steps that I took to (finally) get Zimbra 7 to accept a GoDaddy-issued SSL certificate. Continue reading

Posted in SysAdmin | Tagged , , , , , , , | 3 Comments

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