Category Archives: SysAdmin

Fixing Mountain Lion Runaway parentalcontrolsd

How to correct parentalcontrolsd running with a high CPU load under Mountain Lion (OS X 10.8). Continue reading

Posted in SysAdmin | Tagged , , , | 3 Comments

Integrating GitHub Pull Requests with TeamCity

JetBrains has a nice article on integrating GitHub, TeamCity, and pull requests.    

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

Installing git on Centos 6

Trivial: sudo yum install git-core  

Posted in SysAdmin | 1 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

Cleaning Up Jammed Subversion Transactions

There was a very odd server failure while a big Subversion commit was in process. (The ISP hosting the server is kind of flaky.) To clean up the leftover files from the failed transaction, I did this: $ svnadmin lstxns … Continue reading

Posted in SysAdmin, Uncategorized | Leave a comment

DHCP Lease Time Optimization

Setting DHCP lease times is in practice pure voodoo. I ran across a paper presented in 2007 on research into DHCP lease times at Georgia Tech’s student network called Usage-Based DHCP Lease Time Optimization. While the paper on the whole … Continue reading

Posted in SysAdmin | Leave a comment

Git Tutorial

For the uninitiated, here’s a nice git tutorial at progit.org. You can download the current stable version of git at the git home page.

Posted in SysAdmin | Tagged , | Leave a comment

ZFS on Linux

ZFS and Linux unfortunately collide. M. Tim Jones has a paper on IBM developerWorks called Run ZFS on Linux.  

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

Zimbra Tweaks

This is a list of the various little tweaks I performed on Zimbra. Continue reading

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