Para Virtualization RHEL

Creating DVD Image dump for NFS/FTP Installation

1> cd DVD
2>cp -av /var/ftp/pub

Create Local Repository for Updating using Yum

1>cd /var/ftp/pub/Server

2>cd /repodata

3>createrepo -v /var/ftp/pub/Server

Client side repository creation:

1>vi /etc/yum.repos.d/base.repo

2>configure as follows:

[base]
name=Server Software
baseurl=ftp://192.168.0.254/pub/Server
enabled=1
gpgcheck=0

Setup CVS and How to use it

This guide describes very briefly the installation of cvs server. See for more background information on setting up CVS.

· Verify you have cvs installed:

rpm -q cvs

cvs-1.11.17-2

· If not, install it using either

rpm -ihv <your cvs package>

or

yum install cvs

· Create (as root) the file /etc/xinetd.d/cvspserver:

# default: off

# description: cvspserver

service cvspserver

{

id = cvspserver

Install ROR with Fastcgi on RHEL 5

Here’s a quick guide how I got Ruby on Rails and FastCGI for Apache2 running in Redhat Enterprise Linux

Mysql Replication VS DRBD

 MySQL Replication vs DRBD

PhP - Memcache

How to configure php with memcache for high performance.

 

Following steps are for Installing Php - Memcache,

step1: wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-*.r...

step2: rpm --install rpmforge-release-*.rpm

step3: yum install --enablerepo=rpmforge memcached

step4: Test it via memcached -m 512 -u nobody -vv

Syndicate content
web counter