-
Recent Posts
- P4 Windows Explorer Integration Not Connecting to the Correct Workspace
- How to Install gcc 4.7 on Mac OS X
- 3D Printing Lesson #1 — Buy a Kit
- GPS Resources
- 5V to 3.3V Logic Level Shifting Stragety Notes
- Installing Rigol DS 1052E Ultrascope Software on Windows 7
- Component Testing with an Oscilloscope
- Fixing Mountain Lion Runaway parentalcontrolsd
- Effects of Varying I²C Pull-Up Resistors
- Communication Between Arduinos Using I²C
- Integrating GitHub Pull Requests with TeamCity
- Syntax Plugin Upgrade
Categories
- Arts (18)
- Computer (104)
- 3D Printing (1)
- Mac (20)
- Micro & Hardware (14)
- Programming (27)
- Robotics (3)
- SysAdmin (51)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (22)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
May 2013 M T W T F S S « Apr 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 30 31 Tags
amateur Amateur Radio apache arduino 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 potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah utf-8 vmware windows wordpress Zimbra 日本語
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
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
Installing gitolite on a Mac
How to install gitolite on a Mac. Continue reading
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
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
How to Set Up Viscosity for Windows for OpenVPN
Step-by-step instructions on how to install and configure Viscosity for windows. Continue reading
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
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
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
WTF Nagios Installed?
Nagios can be installed on CentOS per the Fedora Quickstart page. Continue reading