Howto: create a local repository for Fedora.

Creating a local Fedora repository is a great way to conserve bandwidth. You can update all of the computers on your local network from one repository. 1)  Install a web server.  I use apache. su -c yum install httpd -y 2)  Create the directories that become the local repository. su -c mkdir -p /var/www/html/yum/F15/releases su… Continue reading Howto: create a local repository for Fedora.

Howto: create a custom spin of Fedora 13

Much of the documentation I read on the World Wide Web suggests using revisor to create a custom Spin of Fedora. I find that revisor is not well suited to my needs. I use LiveCD Creator. To install it: yum install livecd-tools -y I suggest you install the fedora-kickstarts and spin-kickstarts packages as well. yum… Continue reading Howto: create a custom spin of Fedora 13

Rawhide nears Alpha

I have recently been putting the Fedora rawhide software through it’s paces. This is the software that will become Fedora 13 in June. At this point it is nearly feature complete. While it runs very smoothly on most platforms, the latest update of the glib2 package creates real problems with Nvidia chipset based motherboards. The… Continue reading Rawhide nears Alpha

Custom spin

A custom spin is a version of the Linux operating system that has each package selected or deselected by the creator of the custom spin.   This can be quite useful if you want to install any build of any flavor of Linux, exactly the same way on numerous machines.  If you want two or more… Continue reading Custom spin