Home Search

install - search results

If you're not happy with the results, please do another search

A Tip for Mandriva 2010.0 RC2 Installation and Configuration

I've been installing the new Mandriva 2010.0 RC2 distribution on various of my notebooks, netbooks and nettop  this morning.  Well, trying to, anyway.  It...

Installing mod_geoip for Apache2 On Debian Lenny

This guide explains how to set up mod_geoip with Apache2 on a Debian Lenny system. mod_geoip looks up the IP address of the client...

CMake Recipe #5: Adding an uninstall target to your project

This is a slight hack for adding an uninstall target.  It parses the install manifest and removes all of those same files.  If your...

Installing and Configuring BIND9 DNS Server

This video tutorial will show how to install and configure BIND9 DNS server on Red Hat 5, Centos 5 , Fedora or one of...

CMake Recipe #4: Append version number to install path (revisited)

In my first tip, I provided a method of updating the install path with the version number.  After using this in one of my...

How To: Install Linksys WUSB54GC on RHEL5.x / CentOS5.x

I wrote this guide after I went through a pain of installing my Linksys wireless dongle on my RHEL5.2 desktop. It was more painful...

Installing NVIDIA Drivers On Debian Lenny Manually

Installing NVIDIA drivers on Debian Lenny requires a little extra work compared to doing so in other distributions like Ubuntu, due to the lack...

CMake Recipe #2: Install to a local folder in the build dir for testing

This recipe is meant to install a local copy of all install files into a directory within the build directory.  This is usually not...

CMake Recipe #1: Append version number to the install path

In some situations, it's necessary to keep older versions of a program along with the newer.  Here is a recipe for appending the version...

RAID: Installing grub on the other Disks

So, you've followed my previous blog: Replacing faulted drive on Linux software RAID (MDTOOLS), you already know how to swap a faulty drive with...