-
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: 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
Automatic OS Updates in CentOS
How to tweak the yum dæmon to do automatic and semi-automatic updates. Continue reading
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
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
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
Remove Extraneous RedHat Services to Help Secure Servers
Protect your computer against bad guys. Continue reading
Posted in SysAdmin
Tagged centos, centos 5, harden, hardened server, hardening server, linux, redhat, secure server, securing server, security, server
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
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