Subversion Permission Issues

In my installation of Subversion (SVN) on Red Hat Enterprise Linux 5 (a.k.a. RHEL 5 or CentOS 5), I was attempting to access my working Subversion repository through the web interface using Apache.  I came across a permissions issue giving the following errors: This one is from the Apache error log (/var/log/httpd/error_log) and is generated …

Installing Subversion on RHEL5

Subversion (SVN) is a popular open source, source code change control package. Today we are going to install and configure Subversion on Red Hat Enterprise Linux 5.2 (a.k.a. RHEL 5.2), I will actually be doing my testing on CentOS 5.2 but the process should be completely identical. Installing Subversion on Linux Installation of subversion is …

Installing Fedora 9 Linux in VirtualPC

If you are using Microsoft’s VirtualPC 2007 as a host for installing Red Hat’s Fedora 9 Linux (aka Sulphur) distribution you may have run into a few problems.  The first problem that plagues just about anyone attempting to install the latest versions of Linux (not just Fedora) is that of auto-detected virtualization.  To overcome this …

Choosing a Linux Distro in the Enterprise

Linux is popular in big business today. No longer, and not for a long time now, has Linux been the purview of the geek community but it is a solid, core piece of today’s mainstream IT infrastructure. That being said, Linux is still plagued by confusion over its plethora of distributions. This being the case …

Linux Processor Ignored

WARNING: NR_CPUS limit of 1 reached. Processor ignored. Not exactly the error message that you were hoping to see when you were checking you dmesg logs.  Don’t panic, this is easily remedied.  If you are wondering how to check your own Linux system for this error you can look by using this command: dmesg | …