Navigation

Our Mission

In world without fences and walls, who needs Gates and Windows??????

About Me

I am Niraj Bhatt, 23 years old MCA graduate from Gujarat, who loves to spend time with his Friend, is passionate about Linux , Database, music and amateur acting. I am working as Linux Admin.

Php - Memcache

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

step5: ./memcached -d -m 2048 -l 10.0.0.40 -p 11211 -u nobody

step6: wget http://pecl.php.net/get/memcache-2.1.2.tgz

step7: phpize && ./configure --enable-memcache && make

step8: copy memcache.so from modules folder to php extension directory.

step9: restart httpd services.

Mysql Replication with DRBD

MySQL
Replication vs DRBD

I personally think DRBD has its place
but there are far more cases when other techniques would work much
better for variety of reasons.

Drupal with Php, Python and RoR

As I have started my internship of MCA Degree in Drupal, I was so keen to get into the things and I really want to learn how Drupal is working, Drupal is a amazing content management framework written using PHP as backend language so to be a master in Drupal, I decided to learn core PHP but after reading few books in last 3 months or so ,on core php

Install ROR with FASTCGI on RHEL

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

How to setup CVS server and How to use it

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

FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR Installation in UBUNTU

FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR Installation in UBUNTU



1. Install following prior package.

VSFTPD WITH MYSQL

VSFTPD WITH MYSQL

This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performance related and allows to have thousands of ftp users on a single machine.

Open source

Open Source-An Introduction

Open source is a set of principles and practices on how to write
software. Literally "open source" means the source code is available
to the users.