-
Recent Posts
- Installing gitolite on a Mac
- Resetting the iPhone
- Your Time is Limited
- Into Your Light
- Get PyDev Eclipse to Find zmq
- OS X, Apache, Tomcat, and mod_jk
- git Over A Non-Standard ssh Port
- Installing git on CentOS
- How to Reveal Hidden Files and Folders in a Mac OS X File Dialog
- Cleaning Up Jammed Subversion Transactions
- DHCP Lease Time Optimization
- Human Life Value
Categories
- Arts (18)
- Computer (80)
- Mac (19)
- Programming (18)
- Robotics (1)
- SysAdmin (48)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (19)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Tags
ユーター 日本語 amateur Amateur Radio apache centos centos 5 config configuration cooking curry delphi Dutch Oven dutch oven cooking fear git ham ham radio how to independence install Japanese linux Mac mac os x Music os x photography potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah vmware windows wordpress Zimbra
Category Archives: SysAdmin
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
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.
ZFS on Linux
ZFS and Linux unfortunately collide. M. Tim Jones has a paper on IBM developerWorks called Run ZFS on Linux.
How to Set Up Viscosity for Windows for OpenVPN
Step-by-step instructions on how to install and configure Viscosity for windows. Continue reading
Zimbra Tweaks
This is a list of the various little tweaks I performed on Zimbra. Continue reading
Posted in SysAdmin
Tagged admin, administration, config, configuration, hacks, https, redirect, time zone, tweaks, Zimbra
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 7, certificate, certificte, godaddy, install, ssl, Zimbra, zimbra 7
2 Comments
Automatic OS Updates in CentOS
How to tweak the yum dæmon to do automatic and semi-automatic updates. Continue reading