Archive for the ‘CentOS’ Category

LVM Resize root partition -Centos

This is more of Resize LVM I have tested this on CentOS 5.5. Since this is root partition modification, I’ll recommend to keep config backup before proceeding. create new partition (partition id should be 8e Linux LVM) ADD PHYSICAL VOLUME pvcreate /dev/new_partition Verify new physical volume pvdisplay Or pvscan Extend existing VOLUME GROUP vgextend VolGroup00 [...]

Virtual Users on VSFTPD- CentOS

This article will help configuring vsftpd using virtual users. Meaning there is no need to create system users, users can be maintanted using htpasswd. What is the benifit of using virtual users? this can be useful if you wish to auth same users via apache, where he / she can get access to same ftp [...]

Install RRDTOOL using yum on CentOS.

RRDTOOL is required by many network utilities, e.g cacti, nagios & many others to plot graphs. By default rrdtool is not included in CentOS. You may need to install it for monitoring purpose. You can either use source to compile or install using rpm. To install using rpm all you need is following two commands. [...]

Easiest way to Install / Upgrade Thunderbird on Ubuntu / Fedora

Mozilla provides Linux packages for Firefox / Thunderbird, but many of users prefer using packages available with distro. As a result you need to wait until your favorite disto release latest rpm / deb or find alternative repo to get latest packages. Rather hunting you may start using TAR packages available at mozilla. You can [...]

PXE Boot server on CentOS

This post will be helpful for linux admins who frequently installs diff linux os. PXE boot is one of the best option to start linux installation & for rescue of the other failed systems. we are using CentOS as pxe boot server. install syslinux & tftp-server yum install tftp-server syslinux -y enable syslinux at boot [...]

Pages: 1 2 3 Next