centos-release-notes

More »


Patching the SRPM package

In this tutorial we will discuss howto unpack source rpm’s, generate a patch  with diff command from the changed sources and create a new rpm, tihs case you aready have the src-rpm and need to patching the SRPM. I assume you have the non-root build environment set up as per previous tutorial building an RPM without having root access

More »


Building RPMs without root access

today i will represent simple trick to building an RPM without having root access. You can build it in your home directory
In this tutorial we will see how to create the RPM build directories and how to setup your ~/.rpmmacros
The .rpmmacros file is used by rpmbuild to provide defaults. You may find references to the .rpmrc file, but it has been deprecated in favor of this file.
More »


Install Centos 5 Server Setup CD1 and text mode

In this tutorial i will show you how to install Centos 5 using the first CD only as base system for your Linux Server.
Select one mirror from http://mirror.centos.org/centos/5/isos/ and download CentOS-5.2-i386-bin-1of6.iso then burn the iso file in your favorite program, this will produce Centos bootable CD
change your BIOS setting to make boot from CD

if link not work pick other mirror from here

http://www.centos.org/modules/tinycontent/index.php?id=30

this will work with centos 5.3 and centos 5.4

let’s watch the tutorial now
More »